From ef5320e1b8dc8750c779e127b5997fd49ed22a73 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 2 Jun 2023 16:59:06 +0200 Subject: [PATCH] merge master --- .git-blame-ignore-revs | 8 + .gitattributes | 2 +- .github/ISSUE_TEMPLATE/config.yml | 9 +- .github/pull_request_template.md | 8 +- .github/workflows/ci.yaml | 124 +- .gitignore | 52 +- .pre-commit-config.yaml | 92 + .readthedocs.yml | 14 +- .reuse/dep5 | 22 +- .syncignore-receive | 8 +- .syncignore-send | 2 +- CITATION.cff | 20 +- LICENSES/MIT.txt | 2 +- README.md | 93 +- Snakefile | 469 +- config.default.yaml | 348 - config.tutorial.yaml | 264 - config/config.default.yaml | 968 + config/test/config.electricity.yaml | 80 + config/test/config.myopic.yaml | 79 + config/test/config.overnight.yaml | 74 + data/attributed_ports.json | 861 + data/district_heat_share.csv | 34 + data/eia_hydro_annual_generation.csv | 50 + .../existing_heating_raw.csv | 31 + .../offwind_capacity_IRENA.csv | 34 + .../onwind_capacity_IRENA.csv | 34 + .../solar_capacity_IRENA.csv | 34 + data/heat_load_profile.csv | 25 + data/heat_load_profile_BDEW.csv | 25 + data/heat_load_profile_DK_AdamJensen.csv | 25 + data/hydrogen_salt_cavern_potentials.csv | 31 + data/links_tyndp.csv | 2 + data/nuclear_p_max_pu.csv | 16 + data/override_component_attrs/buses.csv | 3 + data/override_component_attrs/generators.csv | 4 + data/override_component_attrs/links.csv | 13 + data/override_component_attrs/loads.csv | 2 + data/override_component_attrs/stores.csv | 4 + data/parameter_corrections.yaml | 9 + data/retro/comparative_level_investment.csv | 49 + data/retro/data_building_stock.csv | 63129 ++++++++++++++++ data/retro/electricity_taxes_eu.csv | 164 + data/retro/floor_area_missing.csv | 17 + data/retro/retro_cost_germany.csv | 7 + data/retro/u_values_poland.csv | 9 + data/retro/window_assumptions.csv | 8 + data/urban_percent.csv | 30 + doc/Makefile | 2 +- doc/_static/theme_overrides.css | 74 - doc/cloudcomputing.rst | 130 - doc/conf.py | 200 +- doc/configtables/atlite.csv | 4 + doc/configtables/clustering.csv | 16 +- doc/configtables/conventional.csv | 3 + doc/configtables/costs.csv | 11 +- doc/configtables/electricity.csv | 30 +- doc/configtables/enable.csv | 10 + doc/configtables/licenses-sector.csv | 28 + doc/configtables/load.csv | 3 +- doc/configtables/offwind-ac.csv | 5 +- doc/configtables/offwind-dc.csv | 7 +- doc/configtables/onwind.csv | 3 +- doc/configtables/opts.csv | 3 +- doc/configtables/plotting.csv | 4 - doc/configtables/run.csv | 5 + doc/configtables/scenario.csv | 2 + doc/configtables/sector-opts.csv | 11 + doc/configtables/snapshots.csv | 2 +- doc/configtables/solar.csv | 2 +- doc/configtables/solving-options.csv | 10 - doc/configtables/solving-solver.csv | 3 - doc/configtables/solving.csv | 17 + doc/configtables/toplevel.csv | 13 +- doc/configuration.rst | 265 +- doc/contributing.rst | 25 +- doc/costs.rst | 58 +- doc/foresight.rst | 271 + doc/img/elec.png | Bin 1280634 -> 1779165 bytes doc/img/intro-workflow.png | Bin 0 -> 205261 bytes doc/img/pypsa-logo.png | Bin 0 -> 30705 bytes doc/img/synchronisation.png | Bin 0 -> 664061 bytes doc/img/workflow.png | Bin 157611 -> 0 bytes doc/index.rst | 317 +- doc/installation.rst | 107 +- doc/introduction.rst | 78 +- doc/licenses.rst | 44 + doc/limitations.rst | 36 +- doc/make.bat | 2 +- doc/plotting.rst | 108 +- doc/preparation.rst | 107 +- doc/preparation/add_electricity.rst | 57 - doc/preparation/base_network.rst | 54 - doc/preparation/build_bus_regions.rst | 51 - doc/preparation/build_cutout.rst | 42 - doc/preparation/build_hydro_profile.rst | 45 - doc/preparation/build_load_data.rst | 12 - doc/preparation/build_natura_raster.rst | 39 - doc/preparation/build_powerplants.rst | 42 - doc/preparation/build_renewable_profiles.rst | 54 - doc/preparation/build_shapes.rst | 51 - doc/preparation/prepare_links_p_nom.rst | 39 - doc/publications.bib | 261 + doc/publications.rst | 11 + doc/release_notes.rst | 1035 +- doc/requirements.txt | 18 +- doc/{preparation => }/retrieve.rst | 82 +- doc/sector.rst | 166 + doc/simplification.rst | 37 +- doc/simplification/add_extra_components.rst | 42 - doc/simplification/cluster_network.rst | 43 - doc/simplification/prepare_network.rst | 42 - doc/simplification/simplify_network.rst | 45 - doc/solving.rst | 29 +- doc/solving/solve_network.rst | 39 - doc/solving/solve_operations_network.rst | 42 - doc/spatial_resolution.rst | 54 + doc/supply_demand.rst | 621 + doc/support.rst | 14 + doc/tutorial.rst | 370 +- doc/tutorial_sector.rst | 532 + doc/wildcards.rst | 112 +- envs/environment.fixed.yaml | 679 +- envs/environment.yaml | 88 +- graphics/Heat_and_el_demand_timeseries.png | Bin 0 -> 99944 bytes graphics/demand-map-heat.png | Bin 0 -> 75356 bytes graphics/elec_s_37.png | Bin 0 -> 555891 bytes graphics/elec_s_512.png | Bin 0 -> 998069 bytes graphics/fec_industry_today_tomorrow.png | Bin 0 -> 545665 bytes graphics/gas_pipeline_figure.png | Bin 0 -> 275190 bytes graphics/hotmaps.png | Bin 0 -> 2439431 bytes graphics/multisector_figure.pdf | Bin 0 -> 38888 bytes graphics/multisector_figure.png | Bin 0 -> 296713 bytes graphics/multisector_figure.svg | 2655 + graphics/process-emissions.png | Bin 0 -> 535117 bytes graphics/workflow.png | Bin 0 -> 745458 bytes matplotlibrc | 7 +- rules/build_electricity.smk | 395 + rules/build_sector.smk | 746 + rules/collect.smk | 75 + rules/common.smk | 41 + rules/postprocess.smk | 137 + rules/retrieve.smk | 176 + rules/solve_electricity.smk | 55 + rules/solve_myopic.smk | 104 + rules/solve_overnight.smk | 36 + scripts/_helpers.py | 404 +- scripts/add_brownfield.py | 160 + scripts/add_electricity.py | 941 +- scripts/add_existing_baseyear.py | 670 + scripts/add_extra_components.py | 244 +- scripts/base_network.py | 555 +- scripts/build_ammonia_production.py | 41 + scripts/build_biomass_potentials.py | 237 + scripts/build_biomass_transport_costs.py | 83 + scripts/build_bus_regions.py | 151 +- scripts/build_clustered_population_layouts.py | 47 + scripts/build_cop_profiles.py | 46 + scripts/build_cutout.py | 41 +- scripts/build_electricity_demand.py | 308 + scripts/build_energy_totals.py | 769 + scripts/build_gas_input_locations.py | 124 + scripts/build_gas_network.py | 156 + scripts/build_heat_demand.py | 54 + scripts/build_hydro_profile.py | 108 +- scripts/build_industrial_distribution_key.py | 154 + ...ustrial_energy_demand_per_country_today.py | 199 + ...build_industrial_energy_demand_per_node.py | 52 + ...industrial_energy_demand_per_node_today.py | 79 + ...build_industrial_production_per_country.py | 296 + ...ustrial_production_per_country_tomorrow.py | 74 + .../build_industrial_production_per_node.py | 76 + scripts/build_industry_sector_ratios.py | 1491 + scripts/build_load_data.py | 224 - scripts/build_natura_raster.py | 51 +- scripts/build_population_layouts.py | 112 + ...build_population_weighted_energy_totals.py | 29 + scripts/build_powerplants.py | 89 +- scripts/build_renewable_profiles.py | 231 +- scripts/build_retro_cost.py | 1091 + scripts/build_salt_cavern_potentials.py | 93 + scripts/build_sequestration_potentials.py | 59 + scripts/build_shapes.py | 231 +- scripts/build_ship_raster.py | 72 + scripts/build_shipping_demand.py | 61 + scripts/build_solar_thermal_profiles.py | 61 + scripts/build_temperature_profiles.py | 67 + scripts/build_transport_demand.py | 204 + scripts/cluster_gas_network.py | 129 + scripts/cluster_network.py | 474 +- scripts/copy_config.py | 39 + scripts/make_summary.py | 858 +- scripts/plot_network.py | 1171 +- scripts/plot_p_nom_max.py | 84 - scripts/plot_summary.py | 579 +- scripts/prepare_links_p_nom.py | 59 +- scripts/prepare_network.py | 228 +- scripts/prepare_sector_network.py | 3428 + scripts/retrieve_databundle.py | 41 +- scripts/retrieve_gas_infrastructure_data.py | 43 + scripts/retrieve_sector_databundle.py | 42 + scripts/simplify_network.py | 466 +- scripts/solve_network.py | 801 +- scripts/solve_operations_network.py | 147 +- test/config.test1.yaml | 278 - 205 files changed, 91472 insertions(+), 6309 deletions(-) create mode 100644 .git-blame-ignore-revs create mode 100644 .pre-commit-config.yaml delete mode 100755 config.default.yaml delete mode 100755 config.tutorial.yaml create mode 100644 config/config.default.yaml create mode 100644 config/test/config.electricity.yaml create mode 100644 config/test/config.myopic.yaml create mode 100644 config/test/config.overnight.yaml create mode 100644 data/attributed_ports.json create mode 100644 data/district_heat_share.csv create mode 100644 data/eia_hydro_annual_generation.csv create mode 100644 data/existing_infrastructure/existing_heating_raw.csv create mode 100644 data/existing_infrastructure/offwind_capacity_IRENA.csv create mode 100644 data/existing_infrastructure/onwind_capacity_IRENA.csv create mode 100644 data/existing_infrastructure/solar_capacity_IRENA.csv create mode 100644 data/heat_load_profile.csv create mode 100644 data/heat_load_profile_BDEW.csv create mode 100644 data/heat_load_profile_DK_AdamJensen.csv create mode 100644 data/hydrogen_salt_cavern_potentials.csv create mode 100644 data/nuclear_p_max_pu.csv create mode 100644 data/override_component_attrs/buses.csv create mode 100644 data/override_component_attrs/generators.csv create mode 100644 data/override_component_attrs/links.csv create mode 100644 data/override_component_attrs/loads.csv create mode 100644 data/override_component_attrs/stores.csv create mode 100644 data/retro/comparative_level_investment.csv create mode 100644 data/retro/data_building_stock.csv create mode 100644 data/retro/electricity_taxes_eu.csv create mode 100644 data/retro/floor_area_missing.csv create mode 100644 data/retro/retro_cost_germany.csv create mode 100644 data/retro/u_values_poland.csv create mode 100644 data/retro/window_assumptions.csv create mode 100644 data/urban_percent.csv delete mode 100644 doc/_static/theme_overrides.css delete mode 100644 doc/cloudcomputing.rst create mode 100644 doc/configtables/conventional.csv create mode 100644 doc/configtables/enable.csv create mode 100644 doc/configtables/licenses-sector.csv create mode 100644 doc/configtables/run.csv create mode 100644 doc/configtables/sector-opts.csv delete mode 100644 doc/configtables/solving-options.csv delete mode 100644 doc/configtables/solving-solver.csv create mode 100644 doc/configtables/solving.csv create mode 100644 doc/foresight.rst create mode 100644 doc/img/intro-workflow.png create mode 100755 doc/img/pypsa-logo.png create mode 100644 doc/img/synchronisation.png delete mode 100644 doc/img/workflow.png create mode 100644 doc/licenses.rst delete mode 100644 doc/preparation/add_electricity.rst delete mode 100644 doc/preparation/base_network.rst delete mode 100644 doc/preparation/build_bus_regions.rst delete mode 100644 doc/preparation/build_cutout.rst delete mode 100644 doc/preparation/build_hydro_profile.rst delete mode 100644 doc/preparation/build_load_data.rst delete mode 100644 doc/preparation/build_natura_raster.rst delete mode 100644 doc/preparation/build_powerplants.rst delete mode 100644 doc/preparation/build_renewable_profiles.rst delete mode 100644 doc/preparation/build_shapes.rst delete mode 100644 doc/preparation/prepare_links_p_nom.rst create mode 100644 doc/publications.bib create mode 100644 doc/publications.rst rename doc/{preparation => }/retrieve.rst (60%) create mode 100644 doc/sector.rst delete mode 100644 doc/simplification/add_extra_components.rst delete mode 100644 doc/simplification/cluster_network.rst delete mode 100644 doc/simplification/prepare_network.rst delete mode 100644 doc/simplification/simplify_network.rst delete mode 100644 doc/solving/solve_network.rst delete mode 100644 doc/solving/solve_operations_network.rst create mode 100644 doc/spatial_resolution.rst create mode 100644 doc/supply_demand.rst create mode 100644 doc/support.rst create mode 100644 doc/tutorial_sector.rst create mode 100644 graphics/Heat_and_el_demand_timeseries.png create mode 100644 graphics/demand-map-heat.png create mode 100644 graphics/elec_s_37.png create mode 100644 graphics/elec_s_512.png create mode 100644 graphics/fec_industry_today_tomorrow.png create mode 100644 graphics/gas_pipeline_figure.png create mode 100644 graphics/hotmaps.png create mode 100644 graphics/multisector_figure.pdf create mode 100644 graphics/multisector_figure.png create mode 100644 graphics/multisector_figure.svg create mode 100644 graphics/process-emissions.png create mode 100644 graphics/workflow.png create mode 100644 rules/build_electricity.smk create mode 100644 rules/build_sector.smk create mode 100644 rules/collect.smk create mode 100644 rules/common.smk create mode 100644 rules/postprocess.smk create mode 100644 rules/retrieve.smk create mode 100644 rules/solve_electricity.smk create mode 100644 rules/solve_myopic.smk create mode 100644 rules/solve_overnight.smk create mode 100644 scripts/add_brownfield.py create mode 100644 scripts/add_existing_baseyear.py create mode 100644 scripts/build_ammonia_production.py create mode 100644 scripts/build_biomass_potentials.py create mode 100644 scripts/build_biomass_transport_costs.py create mode 100644 scripts/build_clustered_population_layouts.py create mode 100644 scripts/build_cop_profiles.py create mode 100755 scripts/build_electricity_demand.py create mode 100644 scripts/build_energy_totals.py create mode 100644 scripts/build_gas_input_locations.py create mode 100644 scripts/build_gas_network.py create mode 100644 scripts/build_heat_demand.py create mode 100644 scripts/build_industrial_distribution_key.py create mode 100644 scripts/build_industrial_energy_demand_per_country_today.py create mode 100644 scripts/build_industrial_energy_demand_per_node.py create mode 100644 scripts/build_industrial_energy_demand_per_node_today.py create mode 100644 scripts/build_industrial_production_per_country.py create mode 100644 scripts/build_industrial_production_per_country_tomorrow.py create mode 100644 scripts/build_industrial_production_per_node.py create mode 100644 scripts/build_industry_sector_ratios.py delete mode 100755 scripts/build_load_data.py create mode 100644 scripts/build_population_layouts.py create mode 100644 scripts/build_population_weighted_energy_totals.py create mode 100644 scripts/build_retro_cost.py create mode 100644 scripts/build_salt_cavern_potentials.py create mode 100644 scripts/build_sequestration_potentials.py create mode 100644 scripts/build_ship_raster.py create mode 100644 scripts/build_shipping_demand.py create mode 100644 scripts/build_solar_thermal_profiles.py create mode 100644 scripts/build_temperature_profiles.py create mode 100644 scripts/build_transport_demand.py create mode 100755 scripts/cluster_gas_network.py create mode 100644 scripts/copy_config.py mode change 100755 => 100644 scripts/plot_network.py delete mode 100644 scripts/plot_p_nom_max.py create mode 100644 scripts/prepare_sector_network.py create mode 100644 scripts/retrieve_gas_infrastructure_data.py create mode 100644 scripts/retrieve_sector_databundle.py mode change 100755 => 100644 scripts/solve_network.py delete mode 100755 test/config.test1.yaml diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..0b78b5b6 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: : 2022 The PyPSA-Eur Authors +# +# SPDX-License-Identifier: CC0-1.0 + +# Exclude pre-commit applications +5d1ef8a64055a039aa4a0834d2d26fe7752fe9a0 +92080b1cd2ca5f123158571481722767b99c2b27 +13769f90af4500948b0376d57df4cceaa13e78b5 diff --git a/.gitattributes b/.gitattributes index 6d21b21b..3f5e771d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: CC0-1.0 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5b64d242..03659213 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: PyPSA Mailing List - url: https://groups.google.com/forum/#!forum/pypsa - about: Please ask and answer general usage questions here. +- name: PyPSA Mailing List + url: https://groups.google.com/forum/#!forum/pypsa + about: Please ask and answer general usage questions here. +- name: Stackoverflow + url: https://stackoverflow.com/questions/tagged/pypsa + about: Please ask and answer code-related questions here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 05601c58..f70a2cde 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ Closes # (if applicable). - [ ] I tested my contribution locally and it seems to work fine. - [ ] Code and workflow changes are sufficiently documented. -- [ ] Newly introduced dependencies are added to `envs/environment.yaml` and `envs/environment.docs.yaml`. -- [ ] Changes in configuration options are added in all of `config.default.yaml`, `config.tutorial.yaml`, and `test/config.test1.yaml`. -- [ ] Changes in configuration options are also documented in `doc/configtables/*.csv` and line references are adjusted in `doc/configuration.rst` and `doc/tutorial.rst`. -- [ ] A note for the release notes `doc/release_notes.rst` is amended in the format of previous release notes. +- [ ] Changed dependencies are added to `envs/environment.yaml`. +- [ ] Changes in configuration options are added in all of `config.default.yaml`. +- [ ] Changes in configuration options are also documented in `doc/configtables/*.csv`. +- [ ] A release note `doc/release_notes.rst` is added. diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c753deab..f0cdfca1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: : 2021 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2021-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: CC0-1.0 @@ -16,75 +16,103 @@ on: branches: - master schedule: - - cron: "0 5 * * TUE" + - cron: "0 5 * * TUE" env: - CACHE_NUMBER: 1 # Change this value to manually reset the environment cache + CONDA_CACHE_NUMBER: 1 # Change this value to manually reset the environment cache + DATA_CACHE_NUMBER: 2 jobs: build: strategy: + fail-fast: false matrix: include: # Matrix required to handle caching with Mambaforge - - os: ubuntu-latest - label: ubuntu-latest - prefix: /usr/share/miniconda3/envs/pypsa-eur + - os: ubuntu-latest + label: ubuntu-latest + prefix: /usr/share/miniconda3/envs/pypsa-eur - - os: macos-latest - label: macos-latest - prefix: /Users/runner/miniconda3/envs/pypsa-eur + - os: macos-latest + label: macos-latest + prefix: /Users/runner/miniconda3/envs/pypsa-eur - - os: windows-latest - label: windows-latest - prefix: C:\Miniconda3\envs\pypsa-eur + - os: windows-latest + label: windows-latest + prefix: C:\Miniconda3\envs\pypsa-eur name: ${{ matrix.label }} runs-on: ${{ matrix.os }} - + defaults: run: shell: bash -l {0} - + steps: - - uses: actions/checkout@v2 - - - name: Setup secrets - run: | - echo -ne "url: ${CDSAPI_URL}\nkey: ${CDSAPI_TOKEN}\n" > ~/.cdsapirc + - uses: actions/checkout@v3 - - name: Add solver to environment - run: | - echo -e " - glpk\n - ipopt<3.13.3" >> envs/environment.yaml + - name: Setup secrets + run: | + echo -ne "url: ${CDSAPI_URL}\nkey: ${CDSAPI_TOKEN}\n" > ~/.cdsapirc - - name: Setup Mambaforge - uses: conda-incubator/setup-miniconda@v2 - with: - miniforge-variant: Mambaforge - miniforge-version: latest - activate-environment: pypsa-eur - use-mamba: true - - - name: Set cache date - run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV + - name: Add solver to environment + run: | + echo -e "- glpk\n- ipopt<3.13.3" >> envs/environment.yaml + if: ${{ matrix.label }} == 'windows-latest' - - name: Create environment cache - uses: actions/cache@v2 - id: cache - with: - path: ${{ matrix.prefix }} - key: ${{ matrix.label }}-conda-${{ hashFiles('envs/environment.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }} + - name: Add solver to environment + run: | + echo -e "- glpk\n- ipopt" >> envs/environment.yaml + if: ${{ matrix.label }} != 'windows-latest' - - name: Update environment due to outdated or unavailable cache - run: mamba env update -n pypsa-eur -f envs/environment.yaml - if: steps.cache.outputs.cache-hit != 'true' + - name: Setup Mambaforge + uses: conda-incubator/setup-miniconda@v2 + with: + miniforge-variant: Mambaforge + miniforge-version: latest + activate-environment: pypsa-eur + use-mamba: true - - name: Test snakemake workflow - run: | - conda activate pypsa-eur - conda list - cp test/config.test1.yaml config.yaml - snakemake --cores all solve_all_networks - rm -rf resources/*.nc resources/*.geojson resources/*.h5 networks results + - name: Set cache dates + run: | + echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV + echo "WEEK=$(date +'%Y%U')" >> $GITHUB_ENV + + - name: Cache data and cutouts folders + uses: actions/cache@v3 + with: + path: | + data + cutouts + key: data-cutouts-${{ env.WEEK }}-${{ env.DATA_CACHE_NUMBER }} + + - name: Create environment cache + uses: actions/cache@v3 + id: cache + with: + path: ${{ matrix.prefix }} + key: ${{ matrix.label }}-conda-${{ env.DATE }}-${{ env.CONDA_CACHE_NUMBER }} + + - name: Update environment due to outdated or unavailable cache + run: mamba env update -n pypsa-eur -f envs/environment.yaml + if: steps.cache.outputs.cache-hit != 'true' + + - name: Test snakemake workflow + run: | + conda activate pypsa-eur + conda list + snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --rerun-triggers=mtime + snakemake -call all --configfile config/test/config.overnight.yaml --rerun-triggers=mtime + snakemake -call all --configfile config/test/config.myopic.yaml --rerun-triggers=mtime + + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: resources-results + path: | + resources + results + if-no-files-found: warn + retention-days: 1 diff --git a/.gitignore b/.gitignore index b4734ab2..0adf0ae6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: CC0-1.0 @@ -11,13 +11,13 @@ gurobi.log /bak /resources +/resources* /results /networks /benchmarks /logs /notebooks /data -/data/links_p_nom.csv /cutouts doc/_build @@ -25,3 +25,51 @@ doc/_build config.yaml dconf +/data/links_p_nom.csv +/data/*totals.csv +/data/biomass* +/data/emobility/ +/data/eea* +/data/jrc* +/data/heating/ +/data/eurostat* +/data/odyssee/ +/data/transport_data.csv +/data/switzerland* +/data/.nfs* +/data/Industrial_Database.csv +/data/retro/tabula-calculator-calcsetbuilding.csv +/data/nuts* +data/gas_network/scigrid-gas/ +data/costs_*.csv + +dask-worker-space/ +publications.jrc.ec.europa.eu/ + +*.org + +*.nc + +*~ +/scripts/old + +*.pyc +/cutouts +/tmp +/pypsa + +*.xlsx + +config.yaml + +doc/_build + +*.xls + +*.geojson + +*.ipynb + +data/costs_* + +merger-todos.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..34d13746 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,92 @@ +# SPDX-FileCopyrightText: : 2022 The PyPSA-Eur Authors +# +# SPDX-License-Identifier: CC0-1.0 +exclude: "^LICENSES" + +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 + hooks: + - id: check-merge-conflict + - id: end-of-file-fixer + - id: fix-encoding-pragma + - id: mixed-line-ending + - id: trailing-whitespace + - id: check-added-large-files + args: ["--maxkb=2000"] + + # Sort package imports alphabetically +- repo: https://github.com/PyCQA/isort + rev: 5.12.0 + hooks: + - id: isort + args: ["--profile", "black", "--filter-files"] + + # Convert relative imports to absolute imports +- repo: https://github.com/MarcoGorelli/absolufy-imports + rev: v0.3.1 + hooks: + - id: absolufy-imports + + # Find common spelling mistakes in comments and docstrings +- repo: https://github.com/codespell-project/codespell + rev: v2.2.4 + hooks: + - id: codespell + args: ['--ignore-regex="(\b[A-Z]+\b)"', '--ignore-words-list=fom,appartment,bage,ore,setis,tabacco,berfore'] # Ignore capital case words, e.g. country codes + types_or: [python, rst, markdown] + files: ^(scripts|doc)/ + + # Make docstrings PEP 257 compliant +- repo: https://github.com/PyCQA/docformatter + rev: v1.7.1 + hooks: + - id: docformatter + args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"] + +- repo: https://github.com/keewis/blackdoc + rev: v0.3.8 + hooks: + - id: blackdoc + + # Formatting with "black" coding style +- repo: https://github.com/psf/black + rev: 23.3.0 + hooks: + # Format Python files + - id: black + # Format Jupyter Python notebooks + - id: black-jupyter + + # Remove output from Jupyter notebooks +- repo: https://github.com/aflc/pre-commit-jupyter + rev: v1.2.1 + hooks: + - id: jupyter-notebook-cleanup + args: ["--remove-kernel-metadata"] + + # Do YAML formatting (before the linter checks it for misses) +- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks + rev: v2.9.0 + hooks: + - id: pretty-format-yaml + args: [--autofix, --indent, "2", --preserve-quotes] + + # Format Snakemake rule / workflow files +- repo: https://github.com/snakemake/snakefmt + rev: v0.8.4 + hooks: + - id: snakefmt + + # For cleaning jupyter notebooks +- repo: https://github.com/aflc/pre-commit-jupyter + rev: v1.2.1 + hooks: + - id: jupyter-notebook-cleanup + exclude: examples/solve-on-remote.ipynb + + # Check for FSFE REUSE compliance (licensing) +- repo: https://github.com/fsfe/reuse-tool + rev: v1.1.2 + hooks: + - id: reuse diff --git a/.readthedocs.yml b/.readthedocs.yml index d6b81a40..900dba1e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,17 @@ -# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: CC0-1.0 version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + apt_packages: + - graphviz + python: - version: 3.8 install: - - requirements: doc/requirements.txt - system_packages: true + - requirements: doc/requirements.txt + system_packages: false diff --git a/.reuse/dep5 b/.reuse/dep5 index eb64a172..cd8e2660 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,28 +1,36 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PyPSA-Eur -Upstream-Contact: Tom Brown +Upstream-Contact: Tom Brown Source: https://github.com/pypsa/pypsa-eur Files: doc/img/* -Copyright: 2019 Fabian Neumann (KIT) +Copyright: 2019-2023 The PyPSA-Eur Authors +License: CC-BY-4.0 + +Files: doc/data.csv +Copyright: 2019-2023 The PyPSA-Eur Authors License: CC-BY-4.0 Files: doc/configtables/* -Copyright: 2019 Fabian Neumann (KIT) +Copyright: 2019-2023 The PyPSA-Eur Authors License: CC-BY-4.0 Files: data/* -Copyright: 2017-2020 The PyPSA-Eur Authors +Copyright: 2017-2023 The PyPSA-Eur Authors License: CC-BY-4.0 Files: .github/* -Copyright: 2019 The PyPSA-Eur Authors +Copyright: 2019-2023 The PyPSA-Eur Authors License: CC0-1.0 Files: matplotlibrc -Copyright: : 2017-2020 The PyPSA-Eur Authors +Copyright: 2017-2023 The PyPSA-Eur Authors License: CC0-1.0 Files: borg-it -Copyright: : 2017-2020 The PyPSA-Eur Authors +Copyright: 2017-2023 The PyPSA-Eur Authors License: CC0-1.0 + +Files: graphics/* +Copyright: 2017-2023 The PyPSA-Eur Authors +License: CC-BY-4.0 diff --git a/.syncignore-receive b/.syncignore-receive index 717245c3..d2e9b76d 100644 --- a/.syncignore-receive +++ b/.syncignore-receive @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: : 2021 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2021-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: CC0-1.0 @@ -15,5 +15,7 @@ __pycache__ notebooks doc cutouts -data/bundle -*.nc \ No newline at end of file +data +benchmarks +*.nc +configs diff --git a/.syncignore-send b/.syncignore-send index 9390d0e5..4e6e9a8c 100644 --- a/.syncignore-send +++ b/.syncignore-send @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: : 2021 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2021-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: CC0-1.0 diff --git a/CITATION.cff b/CITATION.cff index a28562fd..712a02f3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,20 +3,21 @@ # SPDX-License-Identifier: CC0-1.0 cff-version: 1.1.0 -message: "If you use this package, please cite the corresponding manuscript in Energy Strategy Reviews." -title: "PyPSA-Eur: An open optimisation model of the European transmission system" +message: "If you use this package, please cite it in the following way." +title: "PyPSA-Eur: An open sector-coupled optimisation model of the European energy system" repository: https://github.com/pypsa/pypsa-eur -version: 0.4.0 +version: 0.8.0 license: MIT -journal: Energy Strategy Reviews -doi: 10.1016/j.esr.2018.08.012 authors: - - family-names: Hörsch - given-names: Jonas - orcid: https://orcid.org/0000-0001-9438-767X - family-names: Brown given-names: Tom orcid: https://orcid.org/0000-0001-5898-1911 + - family-names: Victoria + given-names: Marta + orcid: https://orcid.org/0000-0003-1665-1281 + - family-names: Zeyen + given-names: Elisabeth + orcid: https://orcid.org/0000-0002-7262-3296 - family-names: Hofmann given-names: Fabian orcid: https://orcid.org/0000-0002-6604-5450 @@ -32,3 +33,6 @@ authors: - family-names: Schlachtberger given-names: David orcid: https://orcid.org/0000-0002-8167-8213 + - family-names: Hörsch + given-names: Jonas + orcid: https://orcid.org/0000-0001-9438-767X diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt index dc10fd32..87f6d959 100644 --- a/LICENSES/MIT.txt +++ b/LICENSES/MIT.txt @@ -1,6 +1,6 @@ MIT License -Copyright 2017-2021 The PyPSA-Eur Authors +Copyright 2017-2023 The PyPSA-Eur Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index ab4d63b3..79cdfa65 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -7,44 +7,54 @@ SPDX-License-Identifier: CC-BY-4.0 [![Build Status](https://github.com/pypsa/pypsa-eur/actions/workflows/ci.yaml/badge.svg)](https://github.com/PyPSA/pypsa-eur/actions) [![Documentation](https://readthedocs.org/projects/pypsa-eur/badge/?version=latest)](https://pypsa-eur.readthedocs.io/en/latest/?badge=latest) ![Size](https://img.shields.io/github/repo-size/pypsa/pypsa-eur) -[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg)](https://doi.org/10.5281/zenodo.3520874) -[![Gitter](https://badges.gitter.im/PyPSA/community.svg)](https://gitter.im/PyPSA/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![Zenodo PyPSA-Eur](https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg)](https://doi.org/10.5281/zenodo.3520874) +[![Zenodo PyPSA-Eur-Sec](https://zenodo.org/badge/DOI/10.5281/zenodo.3938042.svg)](https://doi.org/10.5281/zenodo.3938042) [![Snakemake](https://img.shields.io/badge/snakemake-≥5.0.0-brightgreen.svg?style=flat)](https://snakemake.readthedocs.io) [![REUSE status](https://api.reuse.software/badge/github.com/pypsa/pypsa-eur)](https://api.reuse.software/info/github.com/pypsa/pypsa-eur) +[![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/pypsa)](https://stackoverflow.com/questions/tagged/pypsa) -# PyPSA-Eur: An Open Optimisation Model of the European Transmission System +# PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System - -PyPSA-Eur is an open model dataset of the European power system at the -transmission network level that covers the full ENTSO-E area. -The model is suitable both for operational studies and generation and transmission expansion planning studies. +PyPSA-Eur is an open model dataset of the European energy system at the +transmission network level that covers the full ENTSO-E area. The model is suitable both for operational studies and generation and transmission expansion planning studies. The continental scope and highly resolved spatial scale enables a proper description of the long-range smoothing effects for renewable power generation and their varying resource availability. + + + The model is described in the [documentation](https://pypsa-eur.readthedocs.io) and in the paper [PyPSA-Eur: An Open Optimisation Model of the European Transmission System](https://arxiv.org/abs/1806.01613), 2018, [arXiv:1806.01613](https://arxiv.org/abs/1806.01613). +The model building routines are defined through a snakemake workflow. +Please see the [documentation](https://pypsa-eur.readthedocs.io/) +for installation instructions and other useful information about the snakemake workflow. +The model is designed to be imported into the open toolbox +[PyPSA](https://github.com/PyPSA/PyPSA). -**WARNING**: Please read the [limitations](https://pypsa-eur.readthedocs.io/en/latest/limitations.html) section of the -documentation and paper carefully before using the model. We do not -recommend to use the full resolution network model for simulations. At -high granularity the assignment of loads and generators to the nearest -network node may not be a correct assumption, depending on the topology of the underlying distribution grid, -and local grid -bottlenecks may cause unrealistic load-shedding or generator -curtailment. We recommend to cluster the network to a couple of -hundred nodes to remove these local inconsistencies. See the -discussion in Section 3.4 "Model validation" of the paper. +**WARNING**: PyPSA-Eur is under active development and has several +[limitations](https://pypsa-eur.readthedocs.io/en/latest/limitations.html) +which you should understand before using the model. The github repository +[issues](https://github.com/PyPSA/pypsa-eur/issues) collect known topics we are +working on (please feel free to help or make suggestions). The +[documentation](https://pypsa-eur.readthedocs.io/) remains somewhat patchy. You +can find showcases of the model's capabilities in the preprint [Benefits of a +Hydrogen Network in Europe](https://arxiv.org/abs/2207.05816), a [paper in Joule +with a description of the industry sector](https://arxiv.org/abs/2109.09563), or +in [a 2021 presentation at EMP-E](https://nworbmot.org/energy/brown-empe.pdf). +We cannot support this model if you choose to use it. We do not recommend to use +the full resolution network model for simulations. At high granularity the +assignment of loads and generators to the nearest network node may not be a +correct assumption, depending on the topology of the underlying distribution +grid, and local grid bottlenecks may cause unrealistic load-shedding or +generator curtailment. We recommend to cluster the network to a couple of +hundred nodes to remove these local inconsistencies. See the discussion in +Section 3.4 "Model validation" of the paper. -![PyPSA-Eur Grid Model](doc/img/base.png) -![PyPSA-Eur Grid Model Simplified](doc/img/elec_s_X.png) - -The model building routines are defined through a snakemake workflow. The model is designed to be imported into the open toolbox -[PyPSA](https://github.com/PyPSA/PyPSA) for operational studies as -well as generation and transmission expansion planning studies. +![PyPSA-Eur Grid Model](doc/img/elec.png) The dataset consists of: @@ -60,9 +70,38 @@ The dataset consists of: - Renewable time series based on ERA5 and SARAH, assembled using the [atlite tool](https://github.com/FRESNA/atlite). - Geographical potentials for wind and solar generators based on land use (CORINE) and excluding nature reserves (Natura2000) are computed with the [atlite library](https://github.com/PyPSA/atlite). +A sector-coupled extension adds demand +and supply for the following sectors: transport, space and water +heating, biomass, industry and industrial feedstocks, agriculture, +forestry and fishing. This completes the energy system and includes +all greenhouse gas emitters except waste management and land use. + +This diagram gives an overview of the sectors and the links between +them: + +![sector diagram](graphics/multisector_figure.png) + +Each of these sectors is built up on the transmission network nodes +from [PyPSA-Eur](https://github.com/PyPSA/pypsa-eur): + +![network diagram](https://github.com/PyPSA/pypsa-eur/blob/master/doc/img/base.png?raw=true) + +For computational reasons the model is usually clustered down +to 50-200 nodes. + Already-built versions of the model can be found in the accompanying [Zenodo repository](https://doi.org/10.5281/zenodo.3601881). -A version of the model that adds building heating, transport and -industry sectors to the model, as well as gas networks, can be found -in the [PyPSA-Eur-Sec](https://github.com/PyPSA/pypsa-eur-sec) repository. +# Contributing and Support +We strongly welcome anyone interested in contributing to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on GitHub. +- In case of code-related **questions**, please post on [stack overflow](https://stackoverflow.com/questions/tagged/pypsa). +- For non-programming related and more general questions please refer to the [mailing list](https://groups.google.com/group/pypsa). +- To **discuss** with other PyPSA users, organise projects, share news, and get in touch with the community you can use the [discord server](https://discord.com/invite/AnuJBk23FU). +- For **bugs and feature requests**, please use the [PyPSA-Eur Github Issues page](https://github.com/PyPSA/pypsa-eur/issues). + +# Licence + +The code in PyPSA-Eur is released as free software under the +[MIT License](https://opensource.org/licenses/MIT), see `LICENSE.txt`. +However, different licenses and terms of use may apply to the various +input data. diff --git a/Snakefile b/Snakefile index 43f218d7..27ed4dfb 100644 --- a/Snakefile +++ b/Snakefile @@ -1,425 +1,100 @@ -# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: MIT from os.path import normpath, exists -from shutil import copyfile, move +from shutil import copyfile, move, rmtree from snakemake.remote.HTTP import RemoteProvider as HTTPRemoteProvider + HTTP = HTTPRemoteProvider() -if not exists("config.yaml"): - copyfile("config.default.yaml", "config.yaml") +from snakemake.utils import min_version -configfile: "config.yaml" +min_version("7.7") -COSTS="data/costs.csv" -ATLITE_NPROCESSES = config['atlite'].get('nprocesses', 4) + +if not exists("config/config.yaml"): + copyfile("config/config.default.yaml", "config/config.yaml") + + +configfile: "config/config.yaml" + + +COSTS = f"data/costs_{config['costs']['year']}.csv" +ATLITE_NPROCESSES = config["atlite"].get("nprocesses", 4) + +run = config.get("run", {}) +RDIR = run["name"] + "/" if run.get("name") else "" +CDIR = RDIR if not run.get("shared_cutouts") else "" + +LOGS = "logs/" + RDIR +BENCHMARKS = "benchmarks/" + RDIR +RESOURCES = "resources/" + RDIR if not run.get("shared_resources") else "resources/" +RESULTS = "results/" + RDIR + + +localrules: + purge, wildcard_constraints: - simpl="[a-zA-Z0-9]*|all", + simpl="[a-zA-Z0-9]*", clusters="[0-9]+m?|all", - ll="(v|c)([0-9\.]+|opt|all)|all", - opts="[-+a-zA-Z0-9\.]*" + ll="(v|c)([0-9\.]+|opt)", + opts="[-+a-zA-Z0-9\.]*", + sector_opts="[-+a-zA-Z0-9\.\s]*", -rule cluster_all_networks: - input: expand("networks/elec_s{simpl}_{clusters}.nc", **config['scenario']) +include: "rules/common.smk" +include: "rules/collect.smk" +include: "rules/retrieve.smk" +include: "rules/build_electricity.smk" +include: "rules/build_sector.smk" +include: "rules/solve_electricity.smk" +include: "rules/postprocess.smk" -rule extra_components_all_networks: - input: expand("networks/elec_s{simpl}_{clusters}_ec.nc", **config['scenario']) +if config["foresight"] == "overnight": + + include: "rules/solve_overnight.smk" -rule prepare_all_networks: - input: expand("networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc", **config['scenario']) +if config["foresight"] == "myopic": + + include: "rules/solve_myopic.smk" -rule solve_all_networks: - input: expand("results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc", **config['scenario']) +rule purge: + message: + "Purging generated resources, results and docs. Downloads are kept." + run: + rmtree("resources/", ignore_errors=True) + rmtree("results/", ignore_errors=True) + rmtree("doc/_build", ignore_errors=True) -if config['enable'].get('prepare_links_p_nom', False): - rule prepare_links_p_nom: - output: 'data/links_p_nom.csv' - log: 'logs/prepare_links_p_nom.log' - threads: 1 - resources: mem_mb=500 - script: 'scripts/prepare_links_p_nom.py' - - -datafiles = ['ch_cantons.csv', 'je-e-21.03.02.xls', - 'eez/World_EEZ_v8_2014.shp', 'EIA_hydro_generation_2000_2014.csv', - 'hydro_capacities.csv', 'naturalearth/ne_10m_admin_0_countries.shp', - 'NUTS_2013_60M_SH/data/NUTS_RG_60M_2013.shp', 'nama_10r_3popgdp.tsv.gz', - 'nama_10r_3gdp.tsv.gz', 'corine/g250_clc06_V18_5.tif'] - - -if not config.get('tutorial', False): - datafiles.extend(["natura/Natura2000_end2015.shp", "GEBCO_2014_2D.nc"]) - - -if config['enable'].get('retrieve_databundle', True): - rule retrieve_databundle: - output: expand('data/bundle/{file}', file=datafiles) - log: "logs/retrieve_databundle.log" - script: 'scripts/retrieve_databundle.py' - -def determine_load_data(): - if int(config["snapshots"]["start"][:4]) > 2018: - return "data.open-power-system-data.org/time_series/2020-10-06/time_series_60min_singleindex.csv" - else: - return "data.open-power-system-data.org/time_series/2019-06-05/time_series_60min_singleindex.csv" - -rule retrieve_load_data: - input: HTTP.remote(determine_load_data(), keep_local=True, static=True) - output: "data/load_raw.csv" - run: move(input[0], output[0]) - - -rule build_load_data: - input: "data/load_raw.csv" - output: "resources/load.csv" - log: "logs/build_load_data.log" - script: 'scripts/build_load_data.py' - - -rule build_powerplants: - input: - base_network="networks/base.nc", - custom_powerplants="data/custom_powerplants.csv" - output: "resources/powerplants.csv" - log: "logs/build_powerplants.log" - threads: 1 - resources: mem_mb=500 - script: "scripts/build_powerplants.py" - - -rule base_network: - input: - eg_buses='data/entsoegridkit/buses.csv', - eg_lines='data/entsoegridkit/lines.csv', - eg_links='data/entsoegridkit/links.csv', - eg_converters='data/entsoegridkit/converters.csv', - eg_transformers='data/entsoegridkit/transformers.csv', - parameter_corrections='data/parameter_corrections.yaml', - links_p_nom='data/links_p_nom.csv', - links_tyndp='data/links_tyndp.csv', - country_shapes='resources/country_shapes.geojson', - offshore_shapes='resources/offshore_shapes.geojson', - europe_shape='resources/europe_shape.geojson' - output: "networks/base.nc" - log: "logs/base_network.log" - benchmark: "benchmarks/base_network" - threads: 1 - resources: mem_mb=500 - script: "scripts/base_network.py" - - -rule build_shapes: - input: - naturalearth='data/bundle/naturalearth/ne_10m_admin_0_countries.shp', - eez='data/bundle/eez/World_EEZ_v8_2014.shp', - nuts3='data/bundle/NUTS_2013_60M_SH/data/NUTS_RG_60M_2013.shp', - nuts3pop='data/bundle/nama_10r_3popgdp.tsv.gz', - nuts3gdp='data/bundle/nama_10r_3gdp.tsv.gz', - ch_cantons='data/bundle/ch_cantons.csv', - ch_popgdp='data/bundle/je-e-21.03.02.xls' +rule dag: + message: + "Creating DAG of workflow." output: - country_shapes='resources/country_shapes.geojson', - offshore_shapes='resources/offshore_shapes.geojson', - europe_shape='resources/europe_shape.geojson', - nuts3_shapes='resources/nuts3_shapes.geojson' - log: "logs/build_shapes.log" - threads: 1 - resources: mem_mb=500 - script: "scripts/build_shapes.py" + dot=RESOURCES + "dag.dot", + pdf=RESOURCES + "dag.pdf", + png=RESOURCES + "dag.png", + conda: + "envs/environment.yaml" + shell: + """ + snakemake --rulegraph all | sed -n "/digraph/,\$p" > {output.dot} + dot -Tpdf -o {output.pdf} {output.dot} + dot -Tpng -o {output.png} {output.dot} + """ -rule build_bus_regions: - input: - country_shapes='resources/country_shapes.geojson', - offshore_shapes='resources/offshore_shapes.geojson', - base_network="networks/base.nc" +rule doc: + message: + "Build documentation." output: - regions_onshore="resources/regions_onshore.geojson", - regions_offshore="resources/regions_offshore.geojson" - log: "logs/build_bus_regions.log" - threads: 1 - resources: mem_mb=1000 - script: "scripts/build_bus_regions.py" - -if config['enable'].get('build_cutout', False): - rule build_cutout: - input: - regions_onshore="resources/regions_onshore.geojson", - regions_offshore="resources/regions_offshore.geojson" - output: "cutouts/{cutout}.nc" - log: "logs/build_cutout/{cutout}.log" - benchmark: "benchmarks/build_cutout_{cutout}" - threads: ATLITE_NPROCESSES - resources: mem_mb=ATLITE_NPROCESSES * 1000 - script: "scripts/build_cutout.py" - - -if config['enable'].get('retrieve_cutout', True): - rule retrieve_cutout: - input: HTTP.remote("https://tubcloud.tu-berlin.de/s/AJ43GAzGbo8SmBn/download?path=%2F&files={cutout}.nc", keep_local=True, static=True) - output: "cutouts/{cutout}.nc" - run: move(input[0], output[0]) - - -if config['enable'].get('build_natura_raster', False): - rule build_natura_raster: - input: - natura="data/bundle/natura/Natura2000_end2015.shp", - cutouts=expand("cutouts/{cutouts}.nc", **config['atlite']) - output: "resources/natura.tiff" - log: "logs/build_natura_raster.log" - script: "scripts/build_natura_raster.py" - - -if config['enable'].get('retrieve_natura_raster', True): - rule retrieve_natura_raster: - input: HTTP.remote("zenodo.org/record/4706686/files/natura.tiff", keep_local=True, static=True) - output: "resources/natura.tiff" - run: move(input[0], output[0]) - - -rule build_renewable_profiles: - input: - base_network="networks/base.nc", - corine="data/bundle/corine/g250_clc06_V18_5.tif", - natura="resources/natura.tiff", - gebco=lambda w: ("data/bundle/GEBCO_2014_2D.nc" - if "max_depth" in config["renewable"][w.technology].keys() - else []), - country_shapes='resources/country_shapes.geojson', - offshore_shapes='resources/offshore_shapes.geojson', - regions=lambda w: ("resources/regions_onshore.geojson" - if w.technology in ('onwind', 'solar') - else "resources/regions_offshore.geojson"), - cutout=lambda w: "cutouts/" + config["renewable"][w.technology]['cutout'] + ".nc" - output: profile="resources/profile_{technology}.nc", - log: "logs/build_renewable_profile_{technology}.log" - benchmark: "benchmarks/build_renewable_profiles_{technology}" - threads: ATLITE_NPROCESSES - resources: mem_mb=ATLITE_NPROCESSES * 5000 - script: "scripts/build_renewable_profiles.py" - -def determine_hydro_input(w): - if int(config['snapshots']['end'][0:4])<2015: - return 'data/bundle/EIA_hydro_generation_2000_2014.csv' - if int(config['snapshots']['end'][0:4])>=2015: - return '../data/EIA_hydro_generation_2000_2020.csv' - -if 'hydro' in config['renewable'].keys(): - rule build_hydro_profile: - input: - country_shapes='resources/country_shapes.geojson', - eia_hydro_generation=determine_hydro_input, - cutout="cutouts/" + config["renewable"]['hydro']['cutout'] + ".nc" - output: 'resources/profile_hydro.nc' - log: "logs/build_hydro_profile.log" - resources: mem_mb=5000 - script: 'scripts/build_hydro_profile.py' - -if config['lines']['dynamic_line_rating']['activate']: - rule build_line_rating: - input: - base_network="networks/base.nc", - cutout="cutouts/" + config["lines"]['cutout'] + ".nc" - output: - output="resources/line_rating.nc" - log: "logs/build_line_rating.log" - benchmark: "benchmarks/build_line_rating" - threads: ATLITE_NPROCESSES - resources: mem_mb=ATLITE_NPROCESSES * 1000 - script: "scripts/build_line_rating.py" - -rule add_electricity: - input: - base_network = "networks/base.nc", - tech_costs=COSTS, - regions="resources/regions_onshore.geojson", - line_rating="resources/line_rating.nc" if config['lines']['dynamic_line_rating']['activate'] else "networks/base.nc", - powerplants='resources/powerplants.csv', - hydro_capacities='data/bundle/hydro_capacities.csv', - geth_hydro_capacities='data/geth2015_hydro_capacities.csv', - load='resources/load.csv', - nuts3_shapes='resources/nuts3_shapes.geojson', - **{f"profile_{tech}": f"resources/profile_{tech}.nc" - for tech in config['renewable']} - output: "networks/elec.nc" - log: "logs/add_electricity.log" - benchmark: "benchmarks/add_electricity" - threads: 1 - resources: mem_mb=5000 - script: "scripts/add_electricity.py" - - -rule simplify_network: - input: - network='networks/elec.nc', - tech_costs=COSTS, - regions_onshore="resources/regions_onshore.geojson", - regions_offshore="resources/regions_offshore.geojson" - output: - network='networks/elec_s{simpl}.nc', - regions_onshore="resources/regions_onshore_elec_s{simpl}.geojson", - regions_offshore="resources/regions_offshore_elec_s{simpl}.geojson", - busmap='resources/busmap_elec_s{simpl}.csv', - connection_costs='resources/connection_costs_s{simpl}.csv' - log: "logs/simplify_network/elec_s{simpl}.log" - benchmark: "benchmarks/simplify_network/elec_s{simpl}" - threads: 1 - resources: mem_mb=4000 - script: "scripts/simplify_network.py" - - -rule cluster_network: - input: - network='networks/elec_s{simpl}.nc', - regions_onshore="resources/regions_onshore_elec_s{simpl}.geojson", - regions_offshore="resources/regions_offshore_elec_s{simpl}.geojson", - busmap=ancient('resources/busmap_elec_s{simpl}.csv'), - custom_busmap=("data/custom_busmap_elec_s{simpl}_{clusters}.csv" - if config["enable"].get("custom_busmap", False) else []), - tech_costs=COSTS - output: - network='networks/elec_s{simpl}_{clusters}.nc', - regions_onshore="resources/regions_onshore_elec_s{simpl}_{clusters}.geojson", - regions_offshore="resources/regions_offshore_elec_s{simpl}_{clusters}.geojson", - busmap="resources/busmap_elec_s{simpl}_{clusters}.csv", - linemap="resources/linemap_elec_s{simpl}_{clusters}.csv" - log: "logs/cluster_network/elec_s{simpl}_{clusters}.log" - benchmark: "benchmarks/cluster_network/elec_s{simpl}_{clusters}" - threads: 1 - resources: mem_mb=6000 - script: "scripts/cluster_network.py" - - -rule add_extra_components: - input: - network='networks/elec_s{simpl}_{clusters}.nc', - tech_costs=COSTS, - output: 'networks/elec_s{simpl}_{clusters}_ec.nc' - log: "logs/add_extra_components/elec_s{simpl}_{clusters}.log" - benchmark: "benchmarks/add_extra_components/elec_s{simpl}_{clusters}_ec" - threads: 1 - resources: mem_mb=3000 - script: "scripts/add_extra_components.py" - - -rule prepare_network: - input: 'networks/elec_s{simpl}_{clusters}_ec.nc', tech_costs=COSTS - output: 'networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc' - log: "logs/prepare_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.log" - benchmark: "benchmarks/prepare_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}" - threads: 1 - resources: mem_mb=4000 - script: "scripts/prepare_network.py" - - -def memory(w): - factor = 3. - for o in w.opts.split('-'): - m = re.match(r'^(\d+)h$', o, re.IGNORECASE) - if m is not None: - factor /= int(m.group(1)) - break - for o in w.opts.split('-'): - m = re.match(r'^(\d+)seg$', o, re.IGNORECASE) - if m is not None: - factor *= int(m.group(1)) / 8760 - break - if w.clusters.endswith('m'): - return int(factor * (18000 + 180 * int(w.clusters[:-1]))) - elif w.clusters == "all": - return int(factor * (18000 + 180 * 4000)) - else: - return int(factor * (10000 + 195 * int(w.clusters))) - - -rule solve_network: - input: "networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc" - output: "results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc" - log: - solver=normpath("logs/solve_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_solver.log"), - python="logs/solve_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_python.log", - memory="logs/solve_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_memory.log" - benchmark: "benchmarks/solve_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}" - threads: 4 - resources: mem_mb=memory - shadow: "minimal" - script: "scripts/solve_network.py" - - -rule solve_operations_network: - input: - unprepared="networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc", - optimized="results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc" - output: "results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_op.nc" - log: - solver=normpath("logs/solve_operations_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_op_solver.log"), - python="logs/solve_operations_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_op_python.log", - memory="logs/solve_operations_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_op_memory.log" - benchmark: "benchmarks/solve_operations_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}" - threads: 4 - resources: mem_mb=(lambda w: 5000 + 372 * int(w.clusters)) - shadow: "minimal" - script: "scripts/solve_operations_network.py" - - -rule plot_network: - input: - network="results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc", - tech_costs=COSTS - output: - only_map="results/plots/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{attr}.{ext}", - ext="results/plots/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{attr}_ext.{ext}" - log: "logs/plot_network/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{attr}_{ext}.log" - script: "scripts/plot_network.py" - - -def input_make_summary(w): - # It's mildly hacky to include the separate costs input as first entry - if w.ll.endswith("all"): - ll = config["scenario"]["ll"] - if len(w.ll) == 4: - ll = [l for l in ll if l[0] == w.ll[0]] - else: - ll = w.ll - return ([COSTS] + - expand("results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc", - ll=ll, - **{k: config["scenario"][k] if getattr(w, k) == "all" else getattr(w, k) - for k in ["simpl", "clusters", "opts"]})) - - -rule make_summary: - input: input_make_summary - output: directory("results/summaries/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}") - log: "logs/make_summary/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}.log", - script: "scripts/make_summary.py" - - -rule plot_summary: - input: "results/summaries/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}" - output: "results/plots/summary_{summary}_elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}.{ext}" - log: "logs/plot_summary/{summary}_elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}_{ext}.log" - script: "scripts/plot_summary.py" - - -def input_plot_p_nom_max(w): - return [("networks/elec_s{simpl}{maybe_cluster}.nc" - .format(maybe_cluster=('' if c == 'full' else ('_' + c)), **w)) - for c in w.clusts.split(",")] - - -rule plot_p_nom_max: - input: input_plot_p_nom_max - output: "results/plots/elec_s{simpl}_cum_p_nom_max_{clusts}_{techs}_{country}.{ext}" - log: "logs/plot_p_nom_max/elec_s{simpl}_{clusts}_{techs}_{country}_{ext}.log" - script: "scripts/plot_p_nom_max.py" + directory("doc/_build"), + shell: + "make -C doc html" diff --git a/config.default.yaml b/config.default.yaml deleted file mode 100755 index 888e054d..00000000 --- a/config.default.yaml +++ /dev/null @@ -1,348 +0,0 @@ -# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors -# -# SPDX-License-Identifier: CC0-1.0 - -version: 0.4.0 -tutorial: false - -logging: - level: INFO - format: '%(levelname)s:%(name)s:%(message)s' - -summary_dir: results - -scenario: - simpl: [''] - ll: ['copt'] - clusters: [37, 128, 256, 512, 1024] - opts: [Co2L-3H] - -countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK'] - -clustering: - simplify: - to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) - -snapshots: - start: "2013-01-01" - end: "2014-01-01" - closed: 'left' # end is not inclusive - -enable: - prepare_links_p_nom: false - retrieve_databundle: true - build_cutout: false - retrieve_cutout: true - build_natura_raster: false - retrieve_natura_raster: true - custom_busmap: false - -electricity: - voltages: [220., 300., 380.] - co2limit: 7.75e+7 # 0.05 * 3.1e9*0.5 - co2base: 1.487e+9 - agg_p_nom_limits: data/agg_p_nom_minmax.csv - # parameters used for the min renewable constraint, can be used with the RE wildcard in opts - renewable_aim: # installed capacity aim 2030 of BMWi for Germany https://www.bmwi.de/Redaktion/DE/Downloads/Energie/220111_eroeffnungsbilanz_klimaschutz.pdf?__blob=publicationFile&v=22 - onwind: 100 #GW - offwind: 30 #GW - solar: 200 #GW - # parameters used for the base load constraint, can be used with the BL wildcard in opts - base_load: - lignite: 0.2 #min_p_pu value for lignite - nuclear: 0.354 - - extendable_carriers: - Generator: [] - StorageUnit: [] # battery, H2 - Store: [battery, H2] - Link: [] - - max_hours: - battery: 6 - H2: 168 - - powerplants_filter: false # use pandas query strings here, e.g. Country not in ['Germany'] - custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany'] - conventional_carriers: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] - renewable_capacities_from_OPSD: [] # onwind, offwind, solar - - estimate_renewable_capacities: - # Renewable capacities are based on existing capacities reported by IRENA - - # Reference year, any of 2000 to 2020 - year: 2020 - # Artificially limit maximum capacities to factor * (IRENA capacities), - # i.e. 110% of 's capacities => expansion_limit: 1.1 - # false: Use estimated renewable potentials determine by the workflow - expansion_limit: false - technology_mapping: - # Wind is the Fueltype in ppm.data.Capacity_stats, onwind, offwind-{ac,dc} the carrier in PyPSA-Eur - Offshore: [offwind-ac, offwind-dc] - Onshore: [onwind] - PV: [solar] - -atlite: - nprocesses: 4 - cutouts: - # use 'base' to determine geographical bounds and time span from config - # base: - # module: era5 - europe-2013-era5: - module: era5 # in priority order - x: [-12., 35.] - y: [33., 72] - dx: 0.3 - dy: 0.3 - time: ['2013', '2013'] - europe-2013-sarah: - module: [sarah, era5] # in priority order - x: [-12., 45.] - y: [33., 65] - dx: 0.2 - dy: 0.2 - time: ['2013', '2013'] - sarah_interpolate: false - sarah_dir: - features: [influx, temperature] - - -renewable: - onwind: - cutout: europe-2013-era5 - resource: - method: wind - turbine: Vestas_V112_3MW - capacity_per_sqkm: 3 # ScholzPhd Tab 4.3.1: 10MW/km^2 - # correction_factor: 0.93 - corine: - # Scholz, Y. (2012). Renewable energy based electricity supply at low costs: - # development of the REMix model and application for Europe. ( p.42 / p.28) - grid_codes: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, - 24, 25, 26, 27, 28, 29, 31, 32] - distance: 1000 - distance_grid_codes: [1, 2, 3, 4, 5, 6] - natura: true - potential: simple # or conservative - clip_p_max_pu: 1.e-2 - offwind-ac: - cutout: europe-2013-era5 - resource: - method: wind - turbine: NREL_ReferenceTurbine_5MW_offshore - capacity_per_sqkm: 2 - correction_factor: 0.8855 - # proxy for wake losses - # from 10.1016/j.energy.2018.08.153 - # until done more rigorously in #153 - corine: [44, 255] - natura: true - max_depth: 50 - max_shore_distance: 30000 - potential: simple # or conservative - clip_p_max_pu: 1.e-2 - offwind-dc: - cutout: europe-2013-era5 - resource: - method: wind - turbine: NREL_ReferenceTurbine_5MW_offshore - # ScholzPhd Tab 4.3.1: 10MW/km^2 - capacity_per_sqkm: 2 - correction_factor: 0.8855 - # proxy for wake losses - # from 10.1016/j.energy.2018.08.153 - # until done more rigorously in #153 - corine: [44, 255] - natura: true - max_depth: 50 - min_shore_distance: 30000 - potential: simple # or conservative - clip_p_max_pu: 1.e-2 - solar: - cutout: europe-2013-sarah - resource: - method: pv - panel: CSi - orientation: - slope: 35. - azimuth: 180. - capacity_per_sqkm: 1.7 # ScholzPhd Tab 4.3.1: 170 MW/km^2 - # Correction factor determined by comparing uncorrected area-weighted full-load hours to those - # published in Supplementary Data to - # Pietzcker, Robert Carl, et al. "Using the sun to decarbonize the power - # sector: The economic potential of photovoltaics and concentrating solar - # power." Applied Energy 135 (2014): 704-720. - # This correction factor of 0.854337 may be in order if using reanalysis data. - # for discussion refer to https://github.com/PyPSA/pypsa-eur/pull/304 - # correction_factor: 0.854337 - corine: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, - 14, 15, 16, 17, 18, 19, 20, 26, 31, 32] - natura: true - potential: simple # or conservative - clip_p_max_pu: 1.e-2 - hydro: - cutout: europe-2013-era5 - carriers: [ror, PHS, hydro] - PHS_max_hours: 6 - hydro_max_hours: "energy_capacity_totals_by_country" # one of energy_capacity_totals_by_country, estimate_by_large_installations or a float - clip_min_inflow: 1.0 - -lines: - types: - 220.: "Al/St 240/40 2-bundle 220.0" - 300.: "Al/St 240/40 3-bundle 300.0" - 380.: "Al/St 240/40 4-bundle 380.0" - s_max_pu: 0.7 - s_nom_max: .inf - length_factor: 1.25 - under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity - dynamic_line_rating: - activate: false - # factor compensate overestimation of the wind speed in hourly averaged wind data - correction_factor: 0.95 - max_voltage_difference: 45 # in deg or `false` to disable - max_line_rating: false # over capacity relative to nominal capacity e.g. 1.3 or `false`to disable - -links: - p_max_pu: 1.0 - p_nom_max: .inf - include_tyndp: true - under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity - -transformers: - x: 0.1 - s_nom: 2000. - type: '' - -load: - power_statistics: True # only for files from <2019; set false in order to get ENTSOE transparency data - interpolate_limit: 3 # data gaps up until this size are interpolated linearly - time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from - manual_adjustments: true # false - scaling_factor: 1.0 - -costs: - year: 2030 - discountrate: 0.07 # From a Lion Hirth paper, also reflects average of Noothout et al 2016 - USD2013_to_EUR2013: 0.7532 # [EUR/USD] ECB: https://www.ecb.europa.eu/stats/exchange/eurofxref/html/eurofxref-graph-usd.en.html - marginal_cost: # EUR/MWh - solar: 0.01 - onwind: 0.015 - offwind: 0.015 - hydro: 0. - H2: 0. - electrolysis: 0. - fuel cell: 0. - battery: 0. - battery inverter: 0. - emission_prices: # in currency per tonne emission, only used with the option Ep - co2: 0. - -solving: - options: - formulation: kirchhoff - load_shedding: false - noisy_costs: true - min_iterations: 4 - max_iterations: 6 - clip_p_max_pu: 0.01 - skip_iterations: false - track_iterations: false - #nhours: 10 - solver: - name: gurobi - threads: 4 - method: 2 # barrier - crossover: 0 - BarConvTol: 1.e-5 - FeasibilityTol: 1.e-6 - AggFill: 0 - PreDual: 0 - GURO_PAR_BARDENSETHRESH: 200 - # solver: - # name: cplex - # threads: 4 - # lpmethod: 4 # barrier - # solutiontype: 2 # non basic solution, ie no crossover - # barrier.convergetol: 1.e-5 - # feasopt.tolerance: 1.e-6 - -plotting: - map: - figsize: [7, 7] - boundaries: [-10.2, 29, 35, 72] - p_nom: - bus_size_factor: 5.e+4 - linewidth_factor: 3.e+3 - - costs_max: 800 - costs_threshold: 1 - - energy_max: 15000. - energy_min: -10000. - energy_threshold: 50. - - vre_techs: ["onwind", "offwind-ac", "offwind-dc", "solar", "ror"] - conv_techs: ["OCGT", "CCGT", "Nuclear", "Coal"] - storage_techs: ["hydro+PHS", "battery", "H2"] - load_carriers: ["AC load"] - AC_carriers: ["AC line", "AC transformer"] - link_carriers: ["DC line", "Converter AC-DC"] - tech_colors: - "onwind" : "#235ebc" - "onshore wind" : "#235ebc" - 'offwind' : "#6895dd" - 'offwind-ac' : "#6895dd" - 'offshore wind' : "#6895dd" - 'offshore wind ac' : "#6895dd" - 'offwind-dc' : "#74c6f2" - 'offshore wind dc' : "#74c6f2" - "hydro" : "#08ad97" - "hydro+PHS" : "#08ad97" - "PHS" : "#08ad97" - "hydro reservoir" : "#08ad97" - 'hydroelectricity' : '#08ad97' - "ror" : "#4adbc8" - "run of river" : "#4adbc8" - 'solar' : "#f9d002" - 'solar PV' : "#f9d002" - 'solar thermal' : '#ffef60' - 'biomass' : '#0c6013' - 'solid biomass' : '#06540d' - 'biogas' : '#23932d' - 'waste' : '#68896b' - 'geothermal' : '#ba91b1' - "OCGT" : "#d35050" - "gas" : "#d35050" - "natural gas" : "#d35050" - "CCGT" : "#b20101" - "nuclear" : "#ff9000" - "coal" : "#707070" - "lignite" : "#9e5a01" - "oil" : "#262626" - "H2" : "#ea048a" - "hydrogen storage" : "#ea048a" - "battery" : "#b8ea04" - "Electric load" : "#f9d002" - "electricity" : "#f9d002" - "lines" : "#70af1d" - "transmission lines" : "#70af1d" - "AC-AC" : "#70af1d" - "AC line" : "#70af1d" - "links" : "#8a1caf" - "HVDC links" : "#8a1caf" - "DC-DC" : "#8a1caf" - "DC link" : "#8a1caf" - nice_names: - OCGT: "Open-Cycle Gas" - CCGT: "Combined-Cycle Gas" - offwind-ac: "Offshore Wind (AC)" - offwind-dc: "Offshore Wind (DC)" - onwind: "Onshore Wind" - solar: "Solar" - PHS: "Pumped Hydro Storage" - hydro: "Reservoir & Dam" - battery: "Battery Storage" - H2: "Hydrogen Storage" - lines: "Transmission Lines" - ror: "Run of River" diff --git a/config.tutorial.yaml b/config.tutorial.yaml deleted file mode 100755 index ea624727..00000000 --- a/config.tutorial.yaml +++ /dev/null @@ -1,264 +0,0 @@ -# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors -# -# SPDX-License-Identifier: CC0-1.0 - -version: 0.4.0 -tutorial: true - -logging: - level: INFO - format: '%(levelname)s:%(name)s:%(message)s' - -summary_dir: results - -scenario: - simpl: [''] - ll: ['copt'] - clusters: [5] - opts: [Co2L-24H] - -countries: ['DE'] - -clustering: - simplify: - to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) - -snapshots: - start: "2013-03-01" - end: "2013-04-01" - closed: 'left' # end is not inclusive - -enable: - prepare_links_p_nom: false - retrieve_databundle: true - build_cutout: false - retrieve_cutout: true - build_natura_raster: false - retrieve_natura_raster: true - custom_busmap: false - -electricity: - voltages: [220., 300., 380.] - co2limit: 100.e+6 - - extendable_carriers: - Generator: [OCGT] - StorageUnit: [] #battery, H2 - Store: [battery, H2] - Link: [] - - max_hours: - battery: 6 - H2: 168 - - powerplants_filter: false # use pandas query strings here, e.g. Country not in ['Germany'] - custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany'] - conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] - -atlite: - nprocesses: 4 - cutouts: - europe-2013-era5-tutorial: - module: era5 - x: [4., 15.] - y: [46., 56.] - time: ["2013-03", "2013-03"] - -renewable: - onwind: - cutout: europe-2013-era5-tutorial - resource: - method: wind - turbine: Vestas_V112_3MW - capacity_per_sqkm: 3 # ScholzPhd Tab 4.3.1: 10MW/km^2 - # correction_factor: 0.93 - corine: - # Scholz, Y. (2012). Renewable energy based electricity supply at low costs: - # development of the REMix model and application for Europe. ( p.42 / p.28) - grid_codes: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, - 24, 25, 26, 27, 28, 29, 31, 32] - distance: 1000 - distance_grid_codes: [1, 2, 3, 4, 5, 6] - natura: true - potential: simple # or conservative - clip_p_max_pu: 1.e-2 - offwind-ac: - cutout: europe-2013-era5-tutorial - resource: - method: wind - turbine: NREL_ReferenceTurbine_5MW_offshore - capacity_per_sqkm: 3 - # correction_factor: 0.93 - corine: [44, 255] - natura: true - max_shore_distance: 30000 - potential: simple # or conservative - clip_p_max_pu: 1.e-2 - offwind-dc: - cutout: europe-2013-era5-tutorial - resource: - method: wind - turbine: NREL_ReferenceTurbine_5MW_offshore - # ScholzPhd Tab 4.3.1: 10MW/km^2 - capacity_per_sqkm: 3 - # correction_factor: 0.93 - corine: [44, 255] - natura: true - min_shore_distance: 30000 - potential: simple # or conservative - clip_p_max_pu: 1.e-2 - solar: - cutout: europe-2013-era5-tutorial - resource: - method: pv - panel: CSi - orientation: - slope: 35. - azimuth: 180. - capacity_per_sqkm: 1.7 # ScholzPhd Tab 4.3.1: 170 MW/km^2 - # Correction factor determined by comparing uncorrected area-weighted full-load hours to those - # published in Supplementary Data to - # Pietzcker, Robert Carl, et al. "Using the sun to decarbonize the power - # sector: The economic potential of photovoltaics and concentrating solar - # power." Applied Energy 135 (2014): 704-720. - # This correction factor of 0.854337 may be in order if using reanalysis data. - # correction_factor: 0.854337 - corine: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, - 14, 15, 16, 17, 18, 19, 20, 26, 31, 32] - natura: true - potential: simple # or conservative - clip_p_max_pu: 1.e-2 - -lines: - types: - 220.: "Al/St 240/40 2-bundle 220.0" - 300.: "Al/St 240/40 3-bundle 300.0" - 380.: "Al/St 240/40 4-bundle 380.0" - s_max_pu: 0.7 - s_nom_max: .inf - length_factor: 1.25 - under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity - -links: - p_max_pu: 1.0 - p_nom_max: .inf - include_tyndp: true - under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity - -transformers: - x: 0.1 - s_nom: 2000. - type: '' - -load: - power_statistics: True # only for files from <2019; set false in order to get ENTSOE transparency data - interpolate_limit: 3 # data gaps up until this size are interpolated linearly - time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from - manual_adjustments: true # false - scaling_factor: 1.0 - -costs: - year: 2030 - discountrate: 0.07 # From a Lion Hirth paper, also reflects average of Noothout et al 2016 - USD2013_to_EUR2013: 0.7532 # [EUR/USD] ECB: https://www.ecb.europa.eu/stats/exchange/eurofxref/html/eurofxref-graph-usd.en.html - marginal_cost: - solar: 0.01 - onwind: 0.015 - offwind: 0.015 - H2: 0. - battery: 0. - emission_prices: # in currency per tonne emission, only used with the option Ep - co2: 0. - -solving: - options: - formulation: kirchhoff - load_shedding: false - noisy_costs: true - min_iterations: 1 - max_iterations: 1 - clip_p_max_pu: 0.01 - skip_iterations: false - track_iterations: false - solver: - name: cbc - -plotting: - map: - figsize: [7, 7] - boundaries: [-10.2, 29, 35, 72] - p_nom: - bus_size_factor: 5.e+4 - linewidth_factor: 3.e+3 - - costs_max: 800 - costs_threshold: 1 - - energy_max: 15000. - energy_min: -10000. - energy_threshold: 50. - - vre_techs: ["onwind", "offwind-ac", "offwind-dc", "solar", "ror"] - conv_techs: ["OCGT", "CCGT", "Nuclear", "Coal"] - storage_techs: ["hydro+PHS", "battery", "H2"] - load_carriers: ["AC load"] - AC_carriers: ["AC line", "AC transformer"] - link_carriers: ["DC line", "Converter AC-DC"] - tech_colors: - "onwind" : "#235ebc" - "onshore wind" : "#235ebc" - 'offwind' : "#6895dd" - 'offwind-ac' : "#6895dd" - 'offshore wind' : "#6895dd" - 'offshore wind ac' : "#6895dd" - 'offwind-dc' : "#74c6f2" - 'offshore wind dc' : "#74c6f2" - "hydro" : "#08ad97" - "hydro+PHS" : "#08ad97" - "PHS" : "#08ad97" - "hydro reservoir" : "#08ad97" - 'hydroelectricity' : '#08ad97' - "ror" : "#4adbc8" - "run of river" : "#4adbc8" - 'solar' : "#f9d002" - 'solar PV' : "#f9d002" - 'solar thermal' : '#ffef60' - 'biomass' : '#0c6013' - 'solid biomass' : '#06540d' - 'biogas' : '#23932d' - 'waste' : '#68896b' - 'geothermal' : '#ba91b1' - "OCGT" : "#d35050" - "gas" : "#d35050" - "natural gas" : "#d35050" - "CCGT" : "#b20101" - "nuclear" : "#ff9000" - "coal" : "#707070" - "lignite" : "#9e5a01" - "oil" : "#262626" - "H2" : "#ea048a" - "hydrogen storage" : "#ea048a" - "battery" : "#b8ea04" - "Electric load" : "#f9d002" - "electricity" : "#f9d002" - "lines" : "#70af1d" - "transmission lines" : "#70af1d" - "AC-AC" : "#70af1d" - "AC line" : "#70af1d" - "links" : "#8a1caf" - "HVDC links" : "#8a1caf" - "DC-DC" : "#8a1caf" - "DC link" : "#8a1caf" - nice_names: - OCGT: "Open-Cycle Gas" - CCGT: "Combined-Cycle Gas" - offwind-ac: "Offshore Wind (AC)" - offwind-dc: "Offshore Wind (DC)" - onwind: "Onshore Wind" - solar: "Solar" - PHS: "Pumped Hydro Storage" - hydro: "Reservoir & Dam" - battery: "Battery Storage" - H2: "Hydrogen Storage" - lines: "Transmission Lines" - ror: "Run of River" diff --git a/config/config.default.yaml b/config/config.default.yaml new file mode 100644 index 00000000..d2d548e9 --- /dev/null +++ b/config/config.default.yaml @@ -0,0 +1,968 @@ +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors +# +# SPDX-License-Identifier: CC0-1.0 + +version: 0.8.0 +tutorial: false + +logging: + level: INFO + format: '%(levelname)s:%(name)s:%(message)s' + +run: + name: "" # use this to keep track of runs with different settings + disable_progressbar: false # set to true to disable the progressbar + shared_resources: false # set to true to share the default resources across runs + shared_cutouts: true # set to true to share the default cutout(s) across runs + +foresight: overnight # options are overnight, myopic, perfect (perfect is not yet implemented) +# if you use myopic or perfect foresight, set the investment years in "planning_horizons" below + +scenario: + simpl: + - '' + ll: # allowed transmission line volume expansion, can be any float >= 1.0 with a prefix v|c (today) or "copt" + - v1.0 + - v1.5 + clusters: # number of nodes in Europe, any integer between 37 (1 node per country-zone) and several hundred + - 37 + - 128 + - 256 + - 512 + - 1024 + opts: # only relevant for PyPSA-Eur + - '' + sector_opts: # this is where the main scenario settings are + - Co2L0-3H-T-H-B-I-A-solar+p3-dist1 + # to really understand the options here, look in scripts/prepare_sector_network.py + # Co2Lx specifies the CO2 target in x% of the 1990 values; default will give default (5%); + # Co2L0p25 will give 25% CO2 emissions; Co2Lm0p05 will give 5% negative emissions + # xH is the temporal resolution; 3H is 3-hourly, i.e. one snapshot every 3 hours + # single letters are sectors: T for land transport, H for building heating, + # B for biomass supply, I for industry, shipping and aviation, + # A for agriculture, forestry and fishing + # solar+c0.5 reduces the capital cost of solar to 50\% of reference value + # solar+p3 multiplies the available installable potential by factor 3 + # seq400 sets the potential of CO2 sequestration to 400 Mt CO2 per year + # dist{n} includes distribution grids with investment cost of n times cost in data/costs.csv + # for myopic/perfect foresight cb states the carbon budget in GtCO2 (cumulative + # emissions throughout the transition path in the timeframe determined by the + # planning_horizons), be:beta decay; ex:exponential decay + # cb40ex0 distributes a carbon budget of 40 GtCO2 following an exponential + # decay with initial growth rate 0 + planning_horizons: # investment years for myopic and perfect; for overnight, year of cost assumptions can be different and is defined under 'costs' + - 2050 + # for example, set to + # - 2020 + # - 2030 + # - 2040 + # - 2050 + # for myopic foresight + +countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK'] + +snapshots: + start: "2013-01-01" + end: "2014-01-01" + inclusive: 'left' # include start, not end + +enable: + prepare_links_p_nom: false + retrieve_databundle: true + retrieve_sector_databundle: true + retrieve_cost_data: true + build_cutout: false + retrieve_cutout: true + build_natura_raster: false + retrieve_natura_raster: true + custom_busmap: false + +# CO2 budget as a fraction of 1990 emissions +# this is over-ridden if CO2Lx is set in sector_opts +# this is also over-ridden if cb is set in sector_opts +co2_budget: + 2020: 0.701 + 2025: 0.524 + 2030: 0.297 + 2035: 0.150 + 2040: 0.071 + 2045: 0.032 + 2050: 0.000 + +electricity: + voltages: [220., 300., 380.] + gaslimit: false # global gas usage limit of X MWh_th + co2limit: 7.75e+7 # 0.05 * 3.1e9*0.5 + co2base: 1.487e+9 + agg_p_nom_limits: data/agg_p_nom_minmax.csv + + operational_reserve: # like https://genxproject.github.io/GenX/dev/core/#Reserves + activate: false + epsilon_load: 0.02 # share of total load + epsilon_vres: 0.02 # share of total renewable supply + contingency: 4000 # fixed capacity in MW + + max_hours: + battery: 6 + H2: 168 + + extendable_carriers: + Generator: [solar, onwind, offwind-ac, offwind-dc, OCGT] + StorageUnit: [] # battery, H2 + Store: [battery, H2] + Link: [] # H2 pipeline + + # use pandas query strings here, e.g. Country not in ['Germany'] + powerplants_filter: (DateOut >= 2022 or DateOut != DateOut) + # use pandas query strings here, e.g. Country in ['Germany'] + custom_powerplants: false + + conventional_carriers: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] + renewable_carriers: [solar, onwind, offwind-ac, offwind-dc, hydro] + + estimate_renewable_capacities: + enable: true + # Add capacities from OPSD data + from_opsd: true + # Renewable capacities are based on existing capacities reported by IRENA + year: 2020 + # Artificially limit maximum capacities to factor * (IRENA capacities), + # i.e. 110% of 's capacities => expansion_limit: 1.1 + # false: Use estimated renewable potentials determine by the workflow + expansion_limit: false + technology_mapping: + # Wind is the Fueltype in powerplantmatching, onwind, offwind-{ac,dc} the carrier in PyPSA-Eur + Offshore: [offwind-ac, offwind-dc] + Onshore: [onwind] + PV: [solar] + + +atlite: + default_cutout: europe-2013-era5 + nprocesses: 4 + show_progress: false # false saves time + cutouts: + # use 'base' to determine geographical bounds and time span from config + # base: + # module: era5 + europe-2013-era5: + module: era5 # in priority order + x: [-12., 35.] + y: [33., 72] + dx: 0.3 + dy: 0.3 + time: ['2013', '2013'] + europe-2013-sarah: + module: [sarah, era5] # in priority order + x: [-12., 45.] + y: [33., 65] + dx: 0.2 + dy: 0.2 + time: ['2013', '2013'] + sarah_interpolate: false + sarah_dir: + features: [influx, temperature] + + +renewable: + onwind: + cutout: europe-2013-era5 + resource: + method: wind + turbine: Vestas_V112_3MW + capacity_per_sqkm: 3 # ScholzPhd Tab 4.3.1: 10MW/km^2 and assuming 30% fraction of the already restricted + # area is available for installation of wind generators due to competing land use and likely public + # acceptance issues. + # correction_factor: 0.93 + corine: + # Scholz, Y. (2012). Renewable energy based electricity supply at low costs + # development of the REMix model and application for Europe. ( p.42 / p.28) + grid_codes: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32] + distance: 1000 + distance_grid_codes: [1, 2, 3, 4, 5, 6] + natura: true + excluder_resolution: 100 + potential: simple # or conservative + clip_p_max_pu: 1.e-2 + offwind-ac: + cutout: europe-2013-era5 + resource: + method: wind + turbine: NREL_ReferenceTurbine_5MW_offshore + capacity_per_sqkm: 2 # ScholzPhd Tab 4.3.1: 10MW/km^2 and assuming 20% fraction of the already restricted + # area is available for installation of wind generators due to competing land use and likely public + # acceptance issues. + correction_factor: 0.8855 + # proxy for wake losses + # from 10.1016/j.energy.2018.08.153 + # until done more rigorously in #153 + corine: [44, 255] + natura: true + ship_threshold: 400 + max_depth: 50 + max_shore_distance: 30000 + excluder_resolution: 200 + potential: simple # or conservative + clip_p_max_pu: 1.e-2 + offwind-dc: + cutout: europe-2013-era5 + resource: + method: wind + turbine: NREL_ReferenceTurbine_5MW_offshore + capacity_per_sqkm: 2 # ScholzPhd Tab 4.3.1: 10MW/km^2 and assuming 20% fraction of the already restricted + # area is available for installation of wind generators due to competing land use and likely public + # acceptance issues. + correction_factor: 0.8855 + # proxy for wake losses + # from 10.1016/j.energy.2018.08.153 + # until done more rigorously in #153 + corine: [44, 255] + natura: true + ship_threshold: 400 + max_depth: 50 + min_shore_distance: 30000 + excluder_resolution: 200 + potential: simple # or conservative + clip_p_max_pu: 1.e-2 + solar: + cutout: europe-2013-sarah + resource: + method: pv + panel: CSi + orientation: + slope: 35. + azimuth: 180. + capacity_per_sqkm: 1.7 # ScholzPhd Tab 4.3.1: 170 MW/km^2 and assuming 1% of the area can be used for solar PV panels + # Correction factor determined by comparing uncorrected area-weighted full-load hours to those + # published in Supplementary Data to + # Pietzcker, Robert Carl, et al. "Using the sun to decarbonize the power + # sector -- The economic potential of photovoltaics and concentrating solar + # power." Applied Energy 135 (2014): 704-720. + # This correction factor of 0.854337 may be in order if using reanalysis data. + # for discussion refer to https://github.com/PyPSA/pypsa-eur/pull/304 + # correction_factor: 0.854337 + corine: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 26, 31, 32] + natura: true + excluder_resolution: 100 + potential: simple # or conservative + clip_p_max_pu: 1.e-2 + hydro: + cutout: europe-2013-era5 + carriers: [ror, PHS, hydro] + PHS_max_hours: 6 + hydro_max_hours: "energy_capacity_totals_by_country" # one of energy_capacity_totals_by_country, estimate_by_large_installations or a float + clip_min_inflow: 1.0 + +conventional: + nuclear: + p_max_pu: "data/nuclear_p_max_pu.csv" # float of file name + +lines: + types: + 220.: "Al/St 240/40 2-bundle 220.0" + 300.: "Al/St 240/40 3-bundle 300.0" + 380.: "Al/St 240/40 4-bundle 380.0" + s_max_pu: 0.7 + s_nom_max: .inf + length_factor: 1.25 + under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity + dynamic_line_rating: + activate: false + # factor compensate overestimation of the wind speed in hourly averaged wind data + correction_factor: 0.95 + max_voltage_difference: 45 # in deg or `false` to disable + max_line_rating: false # over capacity relative to nominal capacity e.g. 1.3 or `false`to disable + +links: + p_max_pu: 1.0 + p_nom_max: .inf + include_tyndp: true + under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity + +transformers: + x: 0.1 + s_nom: 2000. + type: '' + +load: + power_statistics: true # only for files from <2019; set false in order to get ENTSOE transparency data + interpolate_limit: 3 # data gaps up until this size are interpolated linearly + time_shift_for_large_gaps: 1w # data gaps up until this size are copied by copying from + manual_adjustments: true # false + scaling_factor: 1.0 + +# regulate what components with which carriers are kept from PyPSA-Eur; +# some technologies are removed because they are implemented differently +# (e.g. battery or H2 storage) or have different year-dependent costs +# in PyPSA-Eur-Sec +pypsa_eur: + Bus: + - AC + Link: + - DC + Generator: + - onwind + - offwind-ac + - offwind-dc + - solar + - ror + StorageUnit: + - PHS + - hydro + Store: [] + +energy: + energy_totals_year: 2011 + base_emissions_year: 1990 + eurostat_report_year: 2016 + emissions: CO2 # "CO2" or "All greenhouse gases - (CO2 equivalent)" + +biomass: + year: 2030 + scenario: ENS_Med + classes: + solid biomass: + - Agricultural waste + - Fuelwood residues + - Secondary Forestry residues - woodchips + - Sawdust + - Residues from landscape care + - Municipal waste + not included: + - Sugar from sugar beet + - Rape seed + - "Sunflower, soya seed " + - Bioethanol barley, wheat, grain maize, oats, other cereals and rye + - Miscanthus, switchgrass, RCG + - Willow + - Poplar + - FuelwoodRW + - C&P_RW + biogas: + - Manure solid, liquid + - Sludge + + +solar_thermal: + clearsky_model: simple # should be "simple" or "enhanced"? + orientation: + slope: 45. + azimuth: 180. + +# only relevant for foresight = myopic or perfect +existing_capacities: + grouping_years_power: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2020, 2025, 2030] + grouping_years_heat: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2019] # these should not extend 2020 + threshold_capacity: 10 + conventional_carriers: + - lignite + - coal + - oil + - uranium + + +sector: + district_heating: + potential: 0.6 # maximum fraction of urban demand which can be supplied by district heating + # increase of today's district heating demand to potential maximum district heating share + # progress = 0 means today's district heating share, progress = 1 means maximum fraction of urban demand is supplied by district heating + progress: + 2020: 0.0 + 2030: 0.3 + 2040: 0.6 + 2050: 1.0 + district_heating_loss: 0.15 + cluster_heat_buses: false # cluster residential and service heat buses to one to save memory + bev_dsm_restriction_value: 0.75 #Set to 0 for no restriction on BEV DSM + bev_dsm_restriction_time: 7 #Time at which SOC of BEV has to be dsm_restriction_value + transport_heating_deadband_upper: 20. + transport_heating_deadband_lower: 15. + ICE_lower_degree_factor: 0.375 #in per cent increase in fuel consumption per degree above deadband + ICE_upper_degree_factor: 1.6 + EV_lower_degree_factor: 0.98 + EV_upper_degree_factor: 0.63 + bev_dsm: true #turns on EV battery + bev_availability: 0.5 #How many cars do smart charging + bev_energy: 0.05 #average battery size in MWh + bev_charge_efficiency: 0.9 #BEV (dis-)charging efficiency + bev_plug_to_wheel_efficiency: 0.2 #kWh/km from EPA https://www.fueleconomy.gov/feg/ for Tesla Model S + bev_charge_rate: 0.011 #3-phase charger with 11 kW + bev_avail_max: 0.95 + bev_avail_mean: 0.8 + v2g: true #allows feed-in to grid from EV battery + #what is not EV or FCEV is oil-fuelled ICE + land_transport_fuel_cell_share: + 2020: 0 + 2030: 0.05 + 2040: 0.1 + 2050: 0.15 + land_transport_electric_share: + 2020: 0 + 2030: 0.25 + 2040: 0.6 + 2050: 0.85 + land_transport_ice_share: + 2020: 1 + 2030: 0.7 + 2040: 0.3 + 2050: 0 + transport_fuel_cell_efficiency: 0.5 + transport_internal_combustion_efficiency: 0.3 + agriculture_machinery_electric_share: 0 + agriculture_machinery_oil_share: 1 + agriculture_machinery_fuel_efficiency: 0.7 # fuel oil per use + agriculture_machinery_electric_efficiency: 0.3 # electricity per use + MWh_MeOH_per_MWh_H2: 0.8787 # in LHV, source: DECHEMA (2017): Low carbon energy and feedstock for the European chemical industry , pg. 64. + MWh_MeOH_per_tCO2: 4.0321 # in LHV, source: DECHEMA (2017): Low carbon energy and feedstock for the European chemical industry , pg. 64. + MWh_MeOH_per_MWh_e: 3.6907 # in LHV, source: DECHEMA (2017): Low carbon energy and feedstock for the European chemical industry , pg. 64. + shipping_hydrogen_liquefaction: false # whether to consider liquefaction costs for shipping H2 demands + shipping_hydrogen_share: + 2020: 0 + 2030: 0 + 2040: 0 + 2050: 0 + shipping_methanol_share: + 2020: 0 + 2030: 0.3 + 2040: 0.7 + 2050: 1 + shipping_oil_share: + 2020: 1 + 2030: 0.7 + 2040: 0.3 + 2050: 0 + shipping_methanol_efficiency: 0.46 # 10-15% higher https://www.iea-amf.org/app/webroot/files/file/Annex%20Reports/AMF_Annex_56.pdf, https://users.ugent.be/~lsileghe/documents/extended_abstract.pdf + shipping_oil_efficiency: 0.40 #For conversion of fuel oil to propulsion in 2011 + aviation_demand_factor: 1. # relative aviation demand compared to today + HVC_demand_factor: 1. # relative HVC demand compared to today + time_dep_hp_cop: true #time dependent heat pump coefficient of performance + heat_pump_sink_T: 55. # Celsius, based on DTU / large area radiators; used in build_cop_profiles.py + # conservatively high to cover hot water and space heating in poorly-insulated buildings + reduce_space_heat_exogenously: true # reduces space heat demand by a given factor (applied before losses in DH) + # this can represent e.g. building renovation, building demolition, or if + # the factor is negative: increasing floor area, increased thermal comfort, population growth + reduce_space_heat_exogenously_factor: # per unit reduction in space heat demand + # the default factors are determined by the LTS scenario from http://tool.european-calculator.eu/app/buildings/building-types-area/?levers=1ddd4444421213bdbbbddd44444ffffff11f411111221111211l212221 + 2020: 0.10 # this results in a space heat demand reduction of 10% + 2025: 0.09 # first heat demand increases compared to 2020 because of larger floor area per capita + 2030: 0.09 + 2035: 0.11 + 2040: 0.16 + 2045: 0.21 + 2050: 0.29 + retrofitting: # co-optimises building renovation to reduce space heat demand + retro_endogen: false # co-optimise space heat savings + cost_factor: 1.0 # weight costs for building renovation + interest_rate: 0.04 # for investment in building components + annualise_cost: true # annualise the investment costs + tax_weighting: false # weight costs depending on taxes in countries + construction_index: true # weight costs depending on labour/material costs per country + tes: true + tes_tau: # 180 day time constant for centralised, 3 day for decentralised + decentral: 3 + central: 180 + boilers: true + oil_boilers: false + biomass_boiler: true + chp: true + micro_chp: false + solar_thermal: true + solar_cf_correction: 0.788457 # = >>> 1/1.2683 + marginal_cost_storage: 0. #1e-4 + methanation: true + helmeth: false + coal_cc: false + dac: true + co2_vent: false + allam_cycle: false + hydrogen_fuel_cell: true + hydrogen_turbine: false + SMR: true + regional_co2_sequestration_potential: + enable: false # enable regionally resolved geological co2 storage potential + attribute: 'conservative estimate Mt' + include_onshore: false # include onshore sequestration potentials + min_size: 3 # Gt, sites with lower potential will be excluded + max_size: 25 # Gt, max sequestration potential for any one site, TODO research suitable value + years_of_storage: 25 # years until potential exhausted at optimised annual rate + co2_sequestration_potential: 200 #MtCO2/a sequestration potential for Europe + co2_sequestration_cost: 10 #EUR/tCO2 for sequestration of CO2 + co2_spatial: false + co2network: false + cc_fraction: 0.9 # default fraction of CO2 captured with post-combustion capture + hydrogen_underground_storage: true + hydrogen_underground_storage_locations: + # - onshore # more than 50 km from sea + - nearshore # within 50 km of sea + # - offshore + ammonia: false # can be false (no NH3 carrier), true (copperplated NH3), "regional" (regionalised NH3 without network) + min_part_load_fischer_tropsch: 0.9 # p_min_pu + min_part_load_methanolisation: 0.5 # p_min_pu + use_fischer_tropsch_waste_heat: true + use_fuel_cell_waste_heat: true + use_electrolysis_waste_heat: false + electricity_distribution_grid: true + electricity_distribution_grid_cost_factor: 1.0 #multiplies cost in data/costs.csv + electricity_grid_connection: true # only applies to onshore wind and utility PV + H2_network: true + gas_network: false + H2_retrofit: false # if set to True existing gas pipes can be retrofitted to H2 pipes + # according to hydrogen backbone strategy (April, 2020) p.15 + # https://gasforclimate2050.eu/wp-content/uploads/2020/07/2020_European-Hydrogen-Backbone_Report.pdf + # 60% of original natural gas capacity could be used in cost-optimal case as H2 capacity + H2_retrofit_capacity_per_CH4: 0.6 # ratio for H2 capacity per original CH4 capacity of retrofitted pipelines + gas_network_connectivity_upgrade: 1 # https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation.html#networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation + gas_distribution_grid: true + gas_distribution_grid_cost_factor: 1.0 #multiplies cost in data/costs.csv + biomass_spatial: false # regionally resolve biomass (e.g. potentials) + biomass_transport: false # allow transport of solid biomass between nodes + conventional_generation: # generator : carrier + OCGT: gas + biomass_to_liquid: false + biosng: false + +industry: + St_primary_fraction: # fraction of steel produced via primary route versus secondary route (scrap+EAF); today fraction is 0.6 + 2020: 0.6 + 2025: 0.55 + 2030: 0.5 + 2035: 0.45 + 2040: 0.4 + 2045: 0.35 + 2050: 0.3 + DRI_fraction: # fraction of the primary route converted to DRI + EAF + 2020: 0 + 2025: 0 + 2030: 0.05 + 2035: 0.2 + 2040: 0.4 + 2045: 0.7 + 2050: 1 + H2_DRI: 1.7 #H2 consumption in Direct Reduced Iron (DRI), MWh_H2,LHV/ton_Steel from 51kgH2/tSt in Vogl et al (2018) doi:10.1016/j.jclepro.2018.08.279 + elec_DRI: 0.322 #electricity consumption in Direct Reduced Iron (DRI) shaft, MWh/tSt HYBRIT brochure https://ssabwebsitecdn.azureedge.net/-/media/hybrit/files/hybrit_brochure.pdf + Al_primary_fraction: # fraction of aluminium produced via the primary route versus scrap; today fraction is 0.4 + 2020: 0.4 + 2025: 0.375 + 2030: 0.35 + 2035: 0.325 + 2040: 0.3 + 2045: 0.25 + 2050: 0.2 + MWh_NH3_per_tNH3: 5.166 # LHV + MWh_CH4_per_tNH3_SMR: 10.8 # 2012's demand from https://ec.europa.eu/docsroom/documents/4165/attachments/1/translations/en/renditions/pdf + MWh_elec_per_tNH3_SMR: 0.7 # same source, assuming 94-6% split methane-elec of total energy demand 11.5 MWh/tNH3 + MWh_H2_per_tNH3_electrolysis: 6.5 # from https://doi.org/10.1016/j.joule.2018.04.017, around 0.197 tH2/tHN3 (>3/17 since some H2 lost and used for energy) + MWh_elec_per_tNH3_electrolysis: 1.17 # from https://doi.org/10.1016/j.joule.2018.04.017 Table 13 (air separation and HB) + MWh_NH3_per_MWh_H2_cracker: 1.46 # https://github.com/euronion/trace/blob/44a5ff8401762edbef80eff9cfe5a47c8d3c8be4/data/efficiencies.csv + NH3_process_emissions: 24.5 # in MtCO2/a from SMR for H2 production for NH3 from UNFCCC for 2015 for EU28 + petrochemical_process_emissions: 25.5 # in MtCO2/a for petrochemical and other from UNFCCC for 2015 for EU28 + HVC_primary_fraction: 1. # fraction of today's HVC produced via primary route + HVC_mechanical_recycling_fraction: 0. # fraction of today's HVC produced via mechanical recycling + HVC_chemical_recycling_fraction: 0. # fraction of today's HVC produced via chemical recycling + HVC_production_today: 52. # MtHVC/a from DECHEMA (2017), Figure 16, page 107; includes ethylene, propylene and BTX + MWh_elec_per_tHVC_mechanical_recycling: 0.547 # from SI of https://doi.org/10.1016/j.resconrec.2020.105010, Table S5, for HDPE, PP, PS, PET. LDPE would be 0.756. + MWh_elec_per_tHVC_chemical_recycling: 6.9 # Material Economics (2019), page 125; based on pyrolysis and electric steam cracking + chlorine_production_today: 9.58 # MtCl/a from DECHEMA (2017), Table 7, page 43 + MWh_elec_per_tCl: 3.6 # DECHEMA (2017), Table 6, page 43 + MWh_H2_per_tCl: -0.9372 # DECHEMA (2017), page 43; negative since hydrogen produced in chloralkali process + methanol_production_today: 1.5 # MtMeOH/a from DECHEMA (2017), page 62 + MWh_elec_per_tMeOH: 0.167 # DECHEMA (2017), Table 14, page 65 + MWh_CH4_per_tMeOH: 10.25 # DECHEMA (2017), Table 14, page 65 + hotmaps_locate_missing: false + reference_year: 2015 + # references: + # DECHEMA (2017): https://dechema.de/dechema_media/Downloads/Positionspapiere/Technology_study_Low_carbon_energy_and_feedstock_for_the_European_chemical_industry-p-20002750.pdf + # Material Economics (2019): https://materialeconomics.com/latest-updates/industrial-transformation-2050 + +costs: + year: 2030 + version: v0.5.0 + rooftop_share: 0.14 # based on the potentials, assuming (0.1 kW/m2 and 10 m2/person) + fill_values: + FOM: 0 + VOM: 0 + efficiency: 1 + fuel: 0 + investment: 0 + lifetime: 25 + "CO2 intensity": 0 + "discount rate": 0.07 + # Marginal and capital costs can be overwritten + # capital_cost: + # onwind: 500 + marginal_cost: + solar: 0.01 + onwind: 0.015 + offwind: 0.015 + hydro: 0. + H2: 0. + electrolysis: 0. + fuel cell: 0. + battery: 0. + battery inverter: 0. + emission_prices: # in currency per tonne emission, only used with the option Ep + co2: 0. + +clustering: + simplify_network: + to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) + algorithm: kmeans # choose from: [hac, kmeans] + feature: solar+onwind-time # only for hac. choose from: [solar+onwind-time, solar+onwind-cap, solar-time, solar-cap, solar+offwind-cap] etc. + exclude_carriers: [] + remove_stubs: true + remove_stubs_across_borders: true + cluster_network: + algorithm: kmeans + feature: solar+onwind-time + exclude_carriers: [] + aggregation_strategies: + generators: + p_nom_max: sum # use "min" for more conservative assumptions + p_nom_min: sum + p_min_pu: mean + marginal_cost: mean + committable: any + ramp_limit_up: max + ramp_limit_down: max + efficiency: mean + +solving: + #tmpdir: "path/to/tmp" + options: + clip_p_max_pu: 1.e-2 + load_shedding: false + transmission_losses: 0 + noisy_costs: true + skip_iterations: true + track_iterations: false + min_iterations: 4 + max_iterations: 6 + seed: 123 + + solver: + name: gurobi + options: gurobi-default + + solver_options: + highs-default: + # refer to https://ergo-code.github.io/HiGHS/options/definitions.html#solver + threads: 4 + solver: "ipm" + run_crossover: "off" + small_matrix_value: 1e-6 + large_matrix_value: 1e9 + primal_feasibility_tolerance: 1e-5 + dual_feasibility_tolerance: 1e-5 + ipm_optimality_tolerance: 1e-4 + parallel: "on" + random_seed: 123 + gurobi-default: + threads: 4 + method: 2 # barrier + crossover: 0 + BarConvTol: 1.e-6 + Seed: 123 + AggFill: 0 + PreDual: 0 + GURO_PAR_BARDENSETHRESH: 200 + seed: 10 # Consistent seed for all plattforms + gurobi-numeric-focus: + name: gurobi + NumericFocus: 3 # Favour numeric stability over speed + method: 2 # barrier + crossover: 0 # do not use crossover + BarHomogeneous: 1 # Use homogeneous barrier if standard does not converge + BarConvTol: 1.e-5 + FeasibilityTol: 1.e-4 + OptimalityTol: 1.e-4 + ObjScale: -0.5 + threads: 8 + Seed: 123 + gurobi-fallback: # Use gurobi defaults + name: gurobi + crossover: 0 + method: 2 # barrier + BarHomogeneous: 1 # Use homogeneous barrier if standard does not converge + BarConvTol: 1.e-5 + FeasibilityTol: 1.e-5 + OptimalityTol: 1.e-5 + Seed: 123 + threads: 8 + cplex-default: + threads: 4 + lpmethod: 4 # barrier + solutiontype: 2 # non basic solution, ie no crossover + barrier.convergetol: 1.e-5 + feasopt.tolerance: 1.e-6 + cbc-default: {} # Used in CI + glpk-default: {} # Used in CI + + mem: 30000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2 + + +plotting: + map: + boundaries: [-11, 30, 34, 71] + color_geomap: + ocean: white + land: white + eu_node_location: + x: -5.5 + y: 46. + costs_max: 1000 + costs_threshold: 1 + energy_max: 20000 + energy_min: -20000 + energy_threshold: 50. + vre_techs: + - onwind + - offwind-ac + - offwind-dc + - solar + - ror + renewable_storage_techs: + - PHS + - hydro + conv_techs: + - OCGT + - CCGT + - Nuclear + - Coal + storage_techs: + - hydro+PHS + - battery + - H2 + load_carriers: + - AC load + AC_carriers: + - AC line + - AC transformer + link_carriers: + - DC line + - Converter AC-DC + heat_links: + - heat pump + - resistive heater + - CHP heat + - CHP electric + - gas boiler + - central heat pump + - central resistive heater + - central CHP heat + - central CHP electric + - central gas boiler + heat_generators: + - gas boiler + - central gas boiler + - solar thermal collector + - central solar thermal collector + + nice_names: + OCGT: "Open-Cycle Gas" + CCGT: "Combined-Cycle Gas" + offwind-ac: "Offshore Wind (AC)" + offwind-dc: "Offshore Wind (DC)" + onwind: "Onshore Wind" + solar: "Solar" + PHS: "Pumped Hydro Storage" + hydro: "Reservoir & Dam" + battery: "Battery Storage" + H2: "Hydrogen Storage" + lines: "Transmission Lines" + ror: "Run of River" + + tech_colors: + # wind + onwind: "#235ebc" + onshore wind: "#235ebc" + offwind: "#6895dd" + offshore wind: "#6895dd" + offwind-ac: "#6895dd" + offshore wind (AC): "#6895dd" + offshore wind ac: "#6895dd" + offwind-dc: "#74c6f2" + offshore wind (DC): "#74c6f2" + offshore wind dc: "#74c6f2" + # water + hydro: '#298c81' + hydro reservoir: '#298c81' + ror: '#3dbfb0' + run of river: '#3dbfb0' + hydroelectricity: '#298c81' + PHS: '#51dbcc' + hydro+PHS: "#08ad97" + wave: '#a7d4cf' + # solar + solar: "#f9d002" + solar PV: "#f9d002" + solar thermal: '#ffbf2b' + solar rooftop: '#ffea80' + # gas + OCGT: '#e0986c' + OCGT marginal: '#e0986c' + OCGT-heat: '#e0986c' + gas boiler: '#db6a25' + gas boilers: '#db6a25' + gas boiler marginal: '#db6a25' + gas: '#e05b09' + fossil gas: '#e05b09' + natural gas: '#e05b09' + CCGT: '#a85522' + CCGT marginal: '#a85522' + allam: '#B98F76' + gas for industry co2 to atmosphere: '#692e0a' + gas for industry co2 to stored: '#8a3400' + gas for industry: '#853403' + gas for industry CC: '#692e0a' + gas pipeline: '#ebbca0' + gas pipeline new: '#a87c62' + # oil + oil: '#c9c9c9' + oil boiler: '#adadad' + agriculture machinery oil: '#949494' + shipping oil: "#808080" + land transport oil: '#afafaf' + # nuclear + Nuclear: '#ff8c00' + Nuclear marginal: '#ff8c00' + nuclear: '#ff8c00' + uranium: '#ff8c00' + # coal + Coal: '#545454' + coal: '#545454' + Coal marginal: '#545454' + solid: '#545454' + Lignite: '#826837' + lignite: '#826837' + Lignite marginal: '#826837' + # biomass + biogas: '#e3d37d' + biomass: '#baa741' + solid biomass: '#baa741' + solid biomass transport: '#baa741' + solid biomass for industry: '#7a6d26' + solid biomass for industry CC: '#47411c' + solid biomass for industry co2 from atmosphere: '#736412' + solid biomass for industry co2 to stored: '#47411c' + biomass boiler: '#8A9A5B' + biomass to liquid: '#32CD32' + BioSNG: '#123456' + # power transmission + lines: '#6c9459' + transmission lines: '#6c9459' + electricity distribution grid: '#97ad8c' + # electricity demand + Electric load: '#110d63' + electric demand: '#110d63' + electricity: '#110d63' + industry electricity: '#2d2a66' + industry new electricity: '#2d2a66' + agriculture electricity: '#494778' + # battery + EVs + battery: '#ace37f' + battery storage: '#ace37f' + home battery: '#80c944' + home battery storage: '#80c944' + BEV charger: '#baf238' + V2G: '#e5ffa8' + land transport EV: '#baf238' + Li ion: '#baf238' + # hot water storage + water tanks: '#e69487' + hot water storage: '#e69487' + hot water charging: '#e69487' + hot water discharging: '#e69487' + # heat demand + Heat load: '#cc1f1f' + heat: '#cc1f1f' + heat demand: '#cc1f1f' + rural heat: '#ff5c5c' + central heat: '#cc1f1f' + decentral heat: '#750606' + low-temperature heat for industry: '#8f2727' + process heat: '#ff0000' + agriculture heat: '#d9a5a5' + # heat supply + heat pumps: '#2fb537' + heat pump: '#2fb537' + air heat pump: '#36eb41' + ground heat pump: '#2fb537' + Ambient: '#98eb9d' + CHP: '#8a5751' + CHP CC: '#634643' + CHP heat: '#8a5751' + CHP electric: '#8a5751' + district heating: '#e8beac' + resistive heater: '#d8f9b8' + retrofitting: '#8487e8' + building retrofitting: '#8487e8' + # hydrogen + H2 for industry: "#f073da" + H2 for shipping: "#ebaee0" + H2: '#bf13a0' + hydrogen: '#bf13a0' + SMR: '#870c71' + SMR CC: '#4f1745' + H2 liquefaction: '#d647bd' + hydrogen storage: '#bf13a0' + H2 storage: '#bf13a0' + land transport fuel cell: '#6b3161' + H2 pipeline: '#f081dc' + H2 pipeline retrofitted: '#ba99b5' + H2 Fuel Cell: '#c251ae' + H2 turbine: '#991f83' + H2 Electrolysis: '#ff29d9' + # ammonia + NH3: '#46caf0' + ammonia: '#46caf0' + ammonia store: '#00ace0' + ammonia cracker: '#87d0e6' + Haber-Bosch: '#076987' + # syngas + Sabatier: '#9850ad' + methanation: '#c44ce6' + methane: '#c44ce6' + helmeth: '#e899ff' + # synfuels + Fischer-Tropsch: '#25c49a' + liquid: '#25c49a' + kerosene for aviation: '#a1ffe6' + naphtha for industry: '#57ebc4' + methanolisation: '#83d6d5' + methanol: '#468c8b' + shipping methanol: '#468c8b' + # co2 + CC: '#f29dae' + CCS: '#f29dae' + CO2 sequestration: '#f29dae' + DAC: '#ff5270' + co2 stored: '#f2385a' + co2: '#f29dae' + co2 vent: '#ffd4dc' + CO2 pipeline: '#f5627f' + # emissions + process emissions CC: '#000000' + process emissions: '#222222' + process emissions to stored: '#444444' + process emissions to atmosphere: '#888888' + oil emissions: '#aaaaaa' + shipping oil emissions: "#555555" + shipping methanol emissions: '#666666' + land transport oil emissions: '#777777' + agriculture machinery oil emissions: '#333333' + # other + shipping: '#03a2ff' + power-to-heat: '#2fb537' + power-to-gas: '#c44ce6' + power-to-H2: '#ff29d9' + power-to-liquid: '#25c49a' + gas-to-power/heat: '#ee8340' + waste: '#e3d37d' + other: '#000000' + geothermal: '#ba91b1' + AC-AC: "#70af1d" + AC line: "#70af1d" + links: "#8a1caf" + HVDC links: "#8a1caf" + DC-DC: "#8a1caf" + DC link: "#8a1caf" diff --git a/config/test/config.electricity.yaml b/config/test/config.electricity.yaml new file mode 100644 index 00000000..6798e38c --- /dev/null +++ b/config/test/config.electricity.yaml @@ -0,0 +1,80 @@ +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors +# +# SPDX-License-Identifier: CC0-1.0 + +tutorial: true + + +run: + name: "test-elec" # use this to keep track of runs with different settings + disable_progressbar: true + shared_resources: true + shared_cutouts: true + +scenario: + clusters: + - 5 + opts: + - Co2L-24H + +countries: ['BE'] + +snapshots: + start: "2013-03-01" + end: "2013-03-08" + +electricity: + co2limit: 100.e+6 + + extendable_carriers: + Generator: [OCGT] + StorageUnit: [battery] + Store: [H2] + Link: [H2 pipeline] + + renewable_carriers: [solar, onwind, offwind-ac, offwind-dc] + + +atlite: + default_cutout: be-03-2013-era5 + cutouts: + be-03-2013-era5: + module: era5 + x: [4., 15.] + y: [46., 56.] + time: ["2013-03-01", "2013-03-08"] + +renewable: + onwind: + cutout: be-03-2013-era5 + offwind-ac: + cutout: be-03-2013-era5 + max_depth: false + offwind-dc: + cutout: be-03-2013-era5 + max_depth: false + solar: + cutout: be-03-2013-era5 + + +clustering: + exclude_carriers: ["OCGT", "offwind-ac", "coal"] + + +solving: + solver: + name: glpk + options: "glpk-default" + + +plotting: + map: + boundaries: + eu_node_location: + x: -5.5 + y: 46. + costs_max: 1000 + costs_threshold: 0.0000001 + energy_max: + energy_min: + energy_threshold: 0.000001 diff --git a/config/test/config.myopic.yaml b/config/test/config.myopic.yaml new file mode 100644 index 00000000..efa03136 --- /dev/null +++ b/config/test/config.myopic.yaml @@ -0,0 +1,79 @@ +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors +# +# SPDX-License-Identifier: CC0-1.0 + +tutorial: true + +run: + name: "test-sector-myopic" + disable_progressbar: true + shared_resources: true + shared_cutouts: true + +foresight: myopic + +scenario: + ll: + - v1.5 + clusters: + - 5 + sector_opts: + - 24H-T-H-B-I-A-solar+p3-dist1 + planning_horizons: + - 2030 + - 2040 + - 2050 + +countries: ['BE'] + +snapshots: + start: "2013-03-01" + end: "2013-03-08" + +electricity: + renewable_carriers: [solar, onwind, offwind-ac, offwind-dc] + +atlite: + default_cutout: be-03-2013-era5 + cutouts: + be-03-2013-era5: + module: era5 + x: [4., 15.] + y: [46., 56.] + time: ["2013-03-01", "2013-03-08"] + +renewable: + onwind: + cutout: be-03-2013-era5 + offwind-ac: + cutout: be-03-2013-era5 + max_depth: false + offwind-dc: + cutout: be-03-2013-era5 + max_depth: false + solar: + cutout: be-03-2013-era5 + +industry: + St_primary_fraction: + 2030: 0.6 + 2040: 0.5 + 2050: 0.4 + +solving: + solver: + name: glpk + options: glpk-default + mem: 4000 + +plotting: + map: + boundaries: + eu_node_location: + x: -5.5 + y: 46. + costs_max: 1000 + costs_threshold: 0.0000001 + energy_max: + energy_min: + energy_threshold: 0.000001 diff --git a/config/test/config.overnight.yaml b/config/test/config.overnight.yaml new file mode 100644 index 00000000..fb468ded --- /dev/null +++ b/config/test/config.overnight.yaml @@ -0,0 +1,74 @@ +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors +# +# SPDX-License-Identifier: CC0-1.0 + +tutorial: true + +run: + name: "test-sector-overnight" + disable_progressbar: true + shared_resources: true + shared_cutouts: true + + +scenario: + ll: + - v1.5 + clusters: + - 5 + sector_opts: + - CO2L0-24H-T-H-B-I-A-solar+p3-dist1 + planning_horizons: + - 2030 + +countries: ['BE'] + +snapshots: + start: "2013-03-01" + end: "2013-03-08" + +electricity: + renewable_carriers: [solar, onwind, offwind-ac, offwind-dc] + +atlite: + default_cutout: be-03-2013-era5 + cutouts: + be-03-2013-era5: + module: era5 + x: [4., 15.] + y: [46., 56.] + time: ["2013-03-01", "2013-03-08"] + +renewable: + onwind: + cutout: be-03-2013-era5 + offwind-ac: + cutout: be-03-2013-era5 + max_depth: false + offwind-dc: + cutout: be-03-2013-era5 + max_depth: false + solar: + cutout: be-03-2013-era5 + +sector: + gas_network: true + H2_retrofit: true + +solving: + solver: + name: glpk + options: glpk-default + mem: 4000 + +plotting: + map: + boundaries: + eu_node_location: + x: -5.5 + y: 46. + costs_max: 1000 + costs_threshold: 0.0000001 + energy_max: + energy_min: + energy_threshold: 0.000001 diff --git a/data/attributed_ports.json b/data/attributed_ports.json new file mode 100644 index 00000000..12344811 --- /dev/null +++ b/data/attributed_ports.json @@ -0,0 +1,861 @@ +{ +"type": "FeatureCollection", +"features": [ +{ "type": "Feature", "properties": { "Country": "United Arab Emirates", "Function": "1-345---", "LOCODE": "AEAUH", "Name": "Abu Dhabi", "NameWoDiac": "Abu Dhabi", "Status": "AI", "outflows": 41597.142851999997 }, "geometry": { "type": "Point", "coordinates": [ 54.366666666666667, 24.466666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "United Arab Emirates", "Function": "1-------", "LOCODE": "AERUW", "Name": "Ar Ruways", "NameWoDiac": "Ar Ruways", "Status": "RL", "outflows": 166556.0 }, "geometry": { "type": "Point", "coordinates": [ 52.733333333333334, 24.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "United Arab Emirates", "Function": "1-------", "LOCODE": "AEKLF", "Name": "Khor al Fakkan", "NameWoDiac": "Khor al Fakkan", "Status": "RL", "outflows": 790406.5 }, "geometry": { "type": "Point", "coordinates": [ 56.35, 25.333333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "United Arab Emirates", "Function": "1-3-----", "LOCODE": "AEMKH", "Name": "Mina Khalid", "NameWoDiac": "Mina Khalid", "Status": "RL", "outflows": 646965.0 }, "geometry": { "type": "Point", "coordinates": [ 55.366666666666667, 25.35 ] } }, +{ "type": "Feature", "properties": { "Country": "United Arab Emirates", "Function": "1-------", "LOCODE": "AEKHL", "Name": "Mina Khalifa\/Abu Dhabi", "NameWoDiac": "Mina Khalifa\/Abu Dhabi", "Status": "RL", "outflows": 18341458.820419993 }, "geometry": { "type": "Point", "coordinates": [ 54.666666666666664, 24.833333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "United Arab Emirates", "Function": "1--4----", "LOCODE": "AEQIW", "Name": "Umm al Qaiwain", "NameWoDiac": "Umm al Qaiwain", "Status": "AI", "outflows": 14196.0 }, "geometry": { "type": "Point", "coordinates": [ 55.55, 25.566666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Antigua and Barbuda", "Function": "1-------", "LOCODE": "AGSJO", "Name": "Saint John's", "NameWoDiac": "Saint John's", "Status": "AI", "outflows": 208663.0 }, "geometry": { "type": "Point", "coordinates": [ -61.85, 17.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "1--4----", "LOCODE": "ARBHI", "Name": "Baha Blanca", "NameWoDiac": "Bahia Blanca", "Status": "AI", "outflows": 677327.625 }, "geometry": { "type": "Point", "coordinates": [ -62.283333333333331, -38.716666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "12345---", "LOCODE": "ARBUE", "Name": "Buenos Aires", "NameWoDiac": "Buenos Aires", "Status": "AI", "outflows": 11083411.036479998 }, "geometry": { "type": "Point", "coordinates": [ -58.666666666666664, -34.583333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "1-345---", "LOCODE": "ARMDQ", "Name": "Mar del Plata", "NameWoDiac": "Mar del Plata", "Status": "AI", "outflows": 24960.0 }, "geometry": { "type": "Point", "coordinates": [ -57.533333333333331, -38.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "1--4----", "LOCODE": "ARPUD", "Name": "Puerto Deseado", "NameWoDiac": "Puerto Deseado", "Status": "AI", "outflows": 24960.0 }, "geometry": { "type": "Point", "coordinates": [ -65.9, -47.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "1--4----", "LOCODE": "ARPMY", "Name": "Puerto Madryn", "NameWoDiac": "Puerto Madryn", "Status": "AI", "outflows": 671555.625 }, "geometry": { "type": "Point", "coordinates": [ -65.033333333333331, -42.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "12345---", "LOCODE": "ARROS", "Name": "Rosario", "NameWoDiac": "Rosario", "Status": "AI", "outflows": 110227.0 }, "geometry": { "type": "Point", "coordinates": [ -60.65, -32.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "1-------", "LOCODE": "ARSAE", "Name": "San Antonio Este", "NameWoDiac": "San Antonio Este", "Status": "RQ", "outflows": 23075.0 }, "geometry": { "type": "Point", "coordinates": [ -64.733333333333334, -40.8 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "1--4----", "LOCODE": "ARUSH", "Name": "Ushuaia", "NameWoDiac": "Ushuaia", "Status": "AI", "outflows": 30732.0 }, "geometry": { "type": "Point", "coordinates": [ -68.3, -54.8 ] } }, +{ "type": "Feature", "properties": { "Country": "Argentina", "Function": "1-------", "LOCODE": "ARZAE", "Name": "Zrate", "NameWoDiac": "Zarate", "Status": "AI", "outflows": 164645.0 }, "geometry": { "type": "Point", "coordinates": [ -59.033333333333331, -34.1 ] } }, +{ "type": "Feature", "properties": { "Country": "American Samoa", "Function": "1--45---", "LOCODE": "ASPPG", "Name": "Pago Pago", "NameWoDiac": "Pago Pago", "Status": "AI", "outflows": 338184.5 }, "geometry": { "type": "Point", "coordinates": [ -170.7, 14.266666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "12345---", "LOCODE": "AUADL", "Name": "Adelaide", "NameWoDiac": "Adelaide", "Status": "AC", "outflows": 5338947.2004299983 }, "geometry": { "type": "Point", "coordinates": [ 138.583333333333343, -34.916666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "12345---", "LOCODE": "AUBNE", "Name": "Brisbane", "NameWoDiac": "Brisbane", "Status": "AC", "outflows": 8402703.6401499975 }, "geometry": { "type": "Point", "coordinates": [ 153.01666666666668, -27.466666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "12345---", "LOCODE": "AUDRW", "Name": "Darwin", "NameWoDiac": "Darwin", "Status": "AC", "outflows": 88640.416664000004 }, "geometry": { "type": "Point", "coordinates": [ 130.833333333333343, -12.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "12345---", "LOCODE": "AUMEL", "Name": "Melbourne", "NameWoDiac": "Melbourne", "Status": "AC", "outflows": 9957826.0957300067 }, "geometry": { "type": "Point", "coordinates": [ 144.966666666666669, -37.81666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "12345---", "LOCODE": "AUSYD", "Name": "Sydney", "NameWoDiac": "Sydney", "Status": "AC", "outflows": 10352110.143530006 }, "geometry": { "type": "Point", "coordinates": [ 151.2, -33.85 ] } }, +{ "type": "Feature", "properties": { "Country": "Aruba", "Function": "1-------", "LOCODE": "AWBAR", "Name": "Barcadera", "NameWoDiac": "Barcadera", "Status": "RL", "outflows": 65431.8 }, "geometry": { "type": "Point", "coordinates": [ -69.983333333333334, 12.483333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Bangladesh", "Function": "1--45---", "LOCODE": "BDCGP", "Name": "Chattogram", "NameWoDiac": "Chattogram", "Status": "AI", "outflows": 1379549.0523300001 }, "geometry": { "type": "Point", "coordinates": [ 91.833333333333329, 22.333333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "Belgium", "Function": "12345---", "LOCODE": "BEANR", "Name": "Antwerpen", "NameWoDiac": "Antwerpen", "Status": "AI", "outflows": 51827814.560638025 }, "geometry": { "type": "Point", "coordinates": [ 4.416666666666667, 51.216666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Belgium", "Function": "1234----", "LOCODE": "BEGNE", "Name": "Gent (Ghent)", "NameWoDiac": "Gent (Ghent)", "Status": "AI", "outflows": 13260.0 }, "geometry": { "type": "Point", "coordinates": [ 3.716666666666667, 51.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Belgium", "Function": "1-3-----", "LOCODE": "BEZEE", "Name": "Zeebrugge", "NameWoDiac": "Zeebrugge", "Status": "AI", "outflows": 5650583.2502299985 }, "geometry": { "type": "Point", "coordinates": [ 3.2, 51.333333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Bahrain", "Function": "1-------", "LOCODE": "BHMIN", "Name": "Mina Sulman Port", "NameWoDiac": "Mina Sulman Port", "Status": "AA", "outflows": 632118.5 }, "geometry": { "type": "Point", "coordinates": [ 50.616666666666667, 26.2 ] } }, +{ "type": "Feature", "properties": { "Country": "Bonaire, Sint Eustatius and Saba", "Function": "1-------", "LOCODE": "BQKRA", "Name": "Kralendijk", "NameWoDiac": "Kralendijk", "Status": "AI", "outflows": 117162.5 }, "geometry": { "type": "Point", "coordinates": [ -68.266666666666666, 12.15 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "-23-----", "LOCODE": "BRIGI", "Name": "Itagua", "NameWoDiac": "Itaguai", "Status": "RL", "outflows": 2879859.0476199985 }, "geometry": { "type": "Point", "coordinates": [ -43.766666666666666, -22.866666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1-3-----", "LOCODE": "BRIOA", "Name": "Itapo", "NameWoDiac": "Itapoa", "Status": "RL", "outflows": 9027277.19 }, "geometry": { "type": "Point", "coordinates": [ -48.6, -26.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1-34----", "LOCODE": "BRNVT", "Name": "Navegantes", "NameWoDiac": "Navegantes", "Status": "AI", "outflows": 10279036.91334 }, "geometry": { "type": "Point", "coordinates": [ -48.65, -26.9 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1--4----", "LOCODE": "BRPNG", "Name": "Paranagu", "NameWoDiac": "Paranagua", "Status": "AI", "outflows": 13802196.524050001 }, "geometry": { "type": "Point", "coordinates": [ -48.5, -25.516666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "12------", "LOCODE": "BRPEC", "Name": "Pecm Pt\/So Gonalo do Amarante", "NameWoDiac": "Pecem Pt\/Sao Goncalo do Amarante", "Status": "AA", "outflows": 2174063.6046599997 }, "geometry": { "type": "Point", "coordinates": [ -38.866666666666667, -3.533333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "123-567-", "LOCODE": "BRRIO", "Name": "Rio de Janeiro", "NameWoDiac": "Rio de Janeiro", "Status": "AA", "outflows": 9600221.3041699976 }, "geometry": { "type": "Point", "coordinates": [ -43.233333333333334, -22.883333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1-------", "LOCODE": "BRMCP", "Name": "Santana Pt.\/Macap", "NameWoDiac": "Santana Pt.\/Macapa", "Status": "AA", "outflows": 837504.77784000011 }, "geometry": { "type": "Point", "coordinates": [ -51.166666666666664, -0.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1234----", "LOCODE": "BRSSZ", "Name": "Santos", "NameWoDiac": "Santos", "Status": "AI", "outflows": 17682777.003890004 }, "geometry": { "type": "Point", "coordinates": [ -46.333333333333336, -23.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1-34----", "LOCODE": "BRSLZ", "Name": "So Lus", "NameWoDiac": "Sao Luis", "Status": "AI", "outflows": 45240.0 }, "geometry": { "type": "Point", "coordinates": [ -44.3, -2.5 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1-------", "LOCODE": "BRVIX", "Name": "Vitria Pt", "NameWoDiac": "Vitoria Pt", "Status": "AA", "outflows": 738129.52788000007 }, "geometry": { "type": "Point", "coordinates": [ -40.333333333333336, -20.316666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Bahamas", "Function": "1--45---", "LOCODE": "BSNAS", "Name": "Nassau", "NameWoDiac": "Nassau", "Status": "AI", "outflows": 62842.0 }, "geometry": { "type": "Point", "coordinates": [ -77.35, 25.083333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "Belize", "Function": "1-34----", "LOCODE": "BZBGK", "Name": "Big Creek", "NameWoDiac": "Big Creek", "Status": "RL", "outflows": 199368.0 }, "geometry": { "type": "Point", "coordinates": [ -88.4, 16.516666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1-34----", "LOCODE": "CANWP", "Name": "Argentia", "NameWoDiac": "Argentia", "Status": "AI", "outflows": 27248.000001 }, "geometry": { "type": "Point", "coordinates": [ -54.0, 47.3 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1-34-6--", "LOCODE": "CASJB", "Name": "Saint-John", "NameWoDiac": "Saint-John", "Status": "AS", "outflows": 389420.2 }, "geometry": { "type": "Point", "coordinates": [ -66.066666666666663, 45.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1-3-----", "LOCODE": "CASJF", "Name": "Saint-John's", "NameWoDiac": "Saint-John's", "Status": "AS", "outflows": 26845.0 }, "geometry": { "type": "Point", "coordinates": [ -52.733333333333334, 47.56666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Congo, The Democratic Republic of the", "Function": "1-3-----", "LOCODE": "CDBNW", "Name": "Banana", "NameWoDiac": "Banana", "Status": "RL", "outflows": 48681.0 }, "geometry": { "type": "Point", "coordinates": [ 12.401211892732039, -6.003633266930797 ] } }, +{ "type": "Feature", "properties": { "Country": "Congo", "Function": "1--45---", "LOCODE": "CGPNR", "Name": "Pointe Noire", "NameWoDiac": "Pointe Noire", "Status": "AI", "outflows": 3473713.5811700015 }, "geometry": { "type": "Point", "coordinates": [ 11.85, -4.8 ] } }, +{ "type": "Feature", "properties": { "Country": "Cte d'Ivoire", "Function": "1--45---", "LOCODE": "CIABJ", "Name": "Abidjan", "NameWoDiac": "Abidjan", "Status": "AI", "outflows": 3248845.4334399998 }, "geometry": { "type": "Point", "coordinates": [ -4.016666666666667, 5.333333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Cte d'Ivoire", "Function": "1-34----", "LOCODE": "CISPY", "Name": "San-Pdro", "NameWoDiac": "San-Pedro", "Status": "AI", "outflows": 2312502.0286400001 }, "geometry": { "type": "Point", "coordinates": [ -6.616666666666667, 4.733333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "1--4----", "LOCODE": "CLANF", "Name": "Antofagasta", "NameWoDiac": "Antofagasta", "Status": "AI", "outflows": 2136460.625 }, "geometry": { "type": "Point", "coordinates": [ -70.38333333333334, -23.633333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "1-34----", "LOCODE": "CLARI", "Name": "Arica", "NameWoDiac": "Arica", "Status": "AI", "outflows": 1400600.825 }, "geometry": { "type": "Point", "coordinates": [ -70.316666666666663, -18.483333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "123-----", "LOCODE": "CLCNL", "Name": "Coronel", "NameWoDiac": "Coronel", "Status": "AI", "outflows": 5437390.8332000002 }, "geometry": { "type": "Point", "coordinates": [ -73.15, -37.016666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "1--4----", "LOCODE": "CLIQQ", "Name": "Iquique", "NameWoDiac": "Iquique", "Status": "AI", "outflows": 1915647.5 }, "geometry": { "type": "Point", "coordinates": [ -70.13333333333334, -20.216666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "123-----", "LOCODE": "CLLQN", "Name": "Lirqun", "NameWoDiac": "Lirquen", "Status": "AI", "outflows": 3185838.4995000004 }, "geometry": { "type": "Point", "coordinates": [ -72.983333333333334, -36.7 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "1-------", "LOCODE": "CLMJS", "Name": "Mejillones", "NameWoDiac": "Mejillones", "Status": "AI", "outflows": 32362.2 }, "geometry": { "type": "Point", "coordinates": [ -70.45, -23.1 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "123-----", "LOCODE": "CLPAG", "Name": "Puerto Angamos", "NameWoDiac": "Puerto Angamos", "Status": "RL", "outflows": 5408319.3663000017 }, "geometry": { "type": "Point", "coordinates": [ -70.45, -23.083333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "1-34----", "LOCODE": "CLPUQ", "Name": "Punta Arenas", "NameWoDiac": "Punta Arenas", "Status": "AI", "outflows": 18174.0 }, "geometry": { "type": "Point", "coordinates": [ -70.933333333333337, -53.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "123-----", "LOCODE": "CLSAI", "Name": "San Antonio", "NameWoDiac": "San Antonio", "Status": "AI", "outflows": 9417069.025 }, "geometry": { "type": "Point", "coordinates": [ -71.6, -33.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "1-3-----", "LOCODE": "CLSVE", "Name": "San Vicente", "NameWoDiac": "San Vicente", "Status": "AI", "outflows": 945075.625 }, "geometry": { "type": "Point", "coordinates": [ -73.13333333333334, -36.7 ] } }, +{ "type": "Feature", "properties": { "Country": "Chile", "Function": "1234----", "LOCODE": "CLVAP", "Name": "Valparaiso", "NameWoDiac": "Valparaiso", "Status": "AI", "outflows": 2059925.0 }, "geometry": { "type": "Point", "coordinates": [ -71.63333333333334, -33.033333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNCFD", "Name": "Caofeidian Pt", "NameWoDiac": "Caofeidian Pt", "Status": "AS", "outflows": 168350.0 }, "geometry": { "type": "Point", "coordinates": [ 118.533333333333331, 38.95 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1----6--", "LOCODE": "CNDCB", "Name": "DA CHAN BAY", "NameWoDiac": "DA CHAN BAY", "Status": "RL", "outflows": 4367401.0713399984 }, "geometry": { "type": "Point", "coordinates": [ 113.86666666666666, 22.533333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNDGG", "Name": "Dongguan Pt", "NameWoDiac": "Dongguan Pt", "Status": "AS", "outflows": 94354.0 }, "geometry": { "type": "Point", "coordinates": [ 113.75, 23.033333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNDJK", "Name": "Dongjiangkou", "NameWoDiac": "Dongjiangkou", "Status": "AS", "outflows": 386750.0 }, "geometry": { "type": "Point", "coordinates": [ 119.52253982618285, 35.308885331582253 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "--3-----", "LOCODE": "CNFQG", "Name": "Fuqing", "NameWoDiac": "Fuqing", "Status": "RL", "outflows": 1164780.9333599997 }, "geometry": { "type": "Point", "coordinates": [ 119.36666666666666, 25.716666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNHUI", "Name": "Huizhou Pt", "NameWoDiac": "Huizhou Pt", "Status": "AS", "outflows": 27300.0 }, "geometry": { "type": "Point", "coordinates": [ 114.36666666666666, 23.083333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNHMN", "Name": "Humen Pt", "NameWoDiac": "Humen Pt", "Status": "AS", "outflows": 630027.5 }, "geometry": { "type": "Point", "coordinates": [ 113.666666666666671, 22.833333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-3-----", "LOCODE": "CNJGY", "Name": "Jiangyin", "NameWoDiac": "Jiangyin", "Status": "RL", "outflows": 594906.0 }, "geometry": { "type": "Point", "coordinates": [ 119.3, 25.466666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNJNZ", "Name": "Jinzhou Pt", "NameWoDiac": "Jinzhou Pt", "Status": "AS", "outflows": 684866.0 }, "geometry": { "type": "Point", "coordinates": [ 121.15, 41.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNLYG", "Name": "Lianyungang", "NameWoDiac": "Lianyungang", "Status": "AS", "outflows": 9288988.8094500005 }, "geometry": { "type": "Point", "coordinates": [ 119.433333333333337, 34.716666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNNSA", "Name": "Nansha Pt", "NameWoDiac": "Nansha Pt", "Status": "AS", "outflows": 42484636.038412996 }, "geometry": { "type": "Point", "coordinates": [ 113.583333333333329, 22.75 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNNTG", "Name": "Nantong Pt", "NameWoDiac": "Nantong Pt", "Status": "AS", "outflows": 261618.5 }, "geometry": { "type": "Point", "coordinates": [ 120.85, 32.016666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNSHP", "Name": "Qinhuangdao Pt", "NameWoDiac": "Qinhuangdao Pt", "Status": "AS", "outflows": 105300.0 }, "geometry": { "type": "Point", "coordinates": [ 119.583333333333329, 39.916666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNQZJ", "Name": "Quanzhou Pt", "NameWoDiac": "Quanzhou Pt", "Status": "AS", "outflows": 512451.33335000003 }, "geometry": { "type": "Point", "coordinates": [ 118.6, 24.933333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNRZH", "Name": "Rizhao Pt", "NameWoDiac": "Rizhao Pt", "Status": "AS", "outflows": 1075073.00003 }, "geometry": { "type": "Point", "coordinates": [ 119.533333333333331, 35.383333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNSHK", "Name": "Shekou Pt", "NameWoDiac": "Shekou Pt", "Status": "AS", "outflows": 74635666.140550002 }, "geometry": { "type": "Point", "coordinates": [ 113.916666666666671, 22.483333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNSHD", "Name": "Shidao Pt", "NameWoDiac": "Shidao Pt", "Status": "AS", "outflows": 54886.0 }, "geometry": { "type": "Point", "coordinates": [ 122.433333333333337, 36.866666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNWIH", "Name": "Waihai", "NameWoDiac": "Waihai", "Status": "AS", "outflows": 50050.0 }, "geometry": { "type": "Point", "coordinates": [ 113.13333333333334, 22.583333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1--4----", "LOCODE": "CNWEF", "Name": "Weifang Pt", "NameWoDiac": "Weifang Pt", "Status": "AS", "outflows": 65923.0 }, "geometry": { "type": "Point", "coordinates": [ 119.1, 36.716666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1--45---", "LOCODE": "CNWEI", "Name": "Weihai", "NameWoDiac": "Weihai", "Status": "AS", "outflows": 238257.5 }, "geometry": { "type": "Point", "coordinates": [ 122.11666666666666, 37.516666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNYPG", "Name": "Yangpu Pt", "NameWoDiac": "Yangpu Pt", "Status": "AS", "outflows": 872543.16658000019 }, "geometry": { "type": "Point", "coordinates": [ 109.2, 19.7 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNYTN", "Name": "Yantian Pt", "NameWoDiac": "Yantian Pt", "Status": "AS", "outflows": 74187678.537459999 }, "geometry": { "type": "Point", "coordinates": [ 119.86666666666666, 26.85 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNYIK", "Name": "Yingkou Pt", "NameWoDiac": "Yingkou Pt", "Status": "AS", "outflows": 1421671.0 }, "geometry": { "type": "Point", "coordinates": [ 122.216666666666669, 40.65 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNZJG", "Name": "Zhangjiagang", "NameWoDiac": "Zhangjiagang", "Status": "AS", "outflows": 196865.5 }, "geometry": { "type": "Point", "coordinates": [ 120.533333333333331, 31.866666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNZZU", "Name": "Zhangzhou Pt", "NameWoDiac": "Zhangzhou Pt", "Status": "AS", "outflows": 340964.0 }, "geometry": { "type": "Point", "coordinates": [ 117.65, 24.516666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "China", "Function": "1-------", "LOCODE": "CNZUH", "Name": "Zhuhai Pt", "NameWoDiac": "Zhuhai Pt", "Status": "AS", "outflows": 929467.5 }, "geometry": { "type": "Point", "coordinates": [ 113.566666666666663, 22.283333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "Colombia", "Function": "1--4----", "LOCODE": "COLET", "Name": "Leticia", "NameWoDiac": "Leticia", "Status": "AI", "outflows": 9675.0 }, "geometry": { "type": "Point", "coordinates": [ -69.933333333333337, -4.216666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Colombia", "Function": "1--4----", "LOCODE": "COTLU", "Name": "Tol", "NameWoDiac": "Tolu", "Status": "AI", "outflows": 9675.0 }, "geometry": { "type": "Point", "coordinates": [ -75.583333333333329, 9.533333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Colombia", "Function": "1--4----", "LOCODE": "COTRB", "Name": "Turbo", "NameWoDiac": "Turbo", "Status": "AI", "outflows": 799731.40001499979 }, "geometry": { "type": "Point", "coordinates": [ -76.716666666666669, 8.083333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Costa Rica", "Function": "123-----", "LOCODE": "CRCAL", "Name": "Caldera", "NameWoDiac": "Caldera", "Status": "RL", "outflows": 704191.8 }, "geometry": { "type": "Point", "coordinates": [ -84.716666666666669, 9.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Costa Rica", "Function": "1-3-----", "LOCODE": "CRMOB", "Name": "Mon", "NameWoDiac": "Moin", "Status": "RL", "outflows": 2884497.4165249998 }, "geometry": { "type": "Point", "coordinates": [ -83.083333333333329, 10.0 ] } }, +{ "type": "Feature", "properties": { "Country": "Costa Rica", "Function": "1-3-----", "LOCODE": "CRLIO", "Name": "Puerto Limn", "NameWoDiac": "Puerto Limon", "Status": "AI", "outflows": 2372283.3334299996 }, "geometry": { "type": "Point", "coordinates": [ -83.033333333333331, 10.0 ] } }, +{ "type": "Feature", "properties": { "Country": "Cuba", "Function": "1234----", "LOCODE": "CUMAR", "Name": "Mariel", "NameWoDiac": "Mariel", "Status": "RL", "outflows": 370296.8 }, "geometry": { "type": "Point", "coordinates": [ -82.75, 23.0 ] } }, +{ "type": "Feature", "properties": { "Country": "Cabo Verde", "Function": "1-3-----", "LOCODE": "CVMIN", "Name": "Mindelo", "NameWoDiac": "Mindelo", "Status": "RL", "outflows": 114309.0 }, "geometry": { "type": "Point", "coordinates": [ -25.0, 16.883333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Curaao", "Function": "1-------", "LOCODE": "CWWIL", "Name": "Willemstad", "NameWoDiac": "Willemstad", "Status": "AI", "outflows": 721990.3 }, "geometry": { "type": "Point", "coordinates": [ -68.916666666666671, 12.1 ] } }, +{ "type": "Feature", "properties": { "Country": "Christmas Island", "Function": "1-------", "LOCODE": "CXFFC", "Name": "Flying Fish Cove", "NameWoDiac": "Flying Fish Cove", "Status": "RL", "outflows": 2520.0 }, "geometry": { "type": "Point", "coordinates": [ 105.716666666666669, -10.416666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Cyprus", "Function": "1-3-5---", "LOCODE": "CYLMS", "Name": "Limassol", "NameWoDiac": "Limassol", "Status": "AA", "outflows": 2366252.75 }, "geometry": { "type": "Point", "coordinates": [ 33.05, 34.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "123-----", "LOCODE": "DEBKE", "Name": "Brake", "NameWoDiac": "Brake", "Status": "AF", "outflows": 27774.0 }, "geometry": { "type": "Point", "coordinates": [ 8.483333333333333, 53.333333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "123-----", "LOCODE": "DECUX", "Name": "Cuxhaven", "NameWoDiac": "Cuxhaven", "Status": "AF", "outflows": 128258.0 }, "geometry": { "type": "Point", "coordinates": [ 8.7, 53.883333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "1234----", "LOCODE": "DEEME", "Name": "Emden", "NameWoDiac": "Emden", "Status": "AF", "outflows": 14598.0 }, "geometry": { "type": "Point", "coordinates": [ 7.216666666666667, 53.366666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "1234----", "LOCODE": "DEKEL", "Name": "Kiel", "NameWoDiac": "Kiel", "Status": "AF", "outflows": 14040.0 }, "geometry": { "type": "Point", "coordinates": [ 10.133333333333333, 54.333333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "12345---", "LOCODE": "DERSK", "Name": "Rostock", "NameWoDiac": "Rostock", "Status": "AF", "outflows": 7984.0 }, "geometry": { "type": "Point", "coordinates": [ 12.133333333333333, 54.083333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "1234----", "LOCODE": "DEWVN", "Name": "Wilhelmshaven", "NameWoDiac": "Wilhelmshaven", "Status": "AF", "outflows": 7664957.3927999986 }, "geometry": { "type": "Point", "coordinates": [ 8.133333333333333, 53.516666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Denmark", "Function": "12345---", "LOCODE": "DKAAR", "Name": "Aarhus", "NameWoDiac": "Aarhus", "Status": "AF", "outflows": 4009844.4282799996 }, "geometry": { "type": "Point", "coordinates": [ 10.216666666666667, 56.15 ] } }, +{ "type": "Feature", "properties": { "Country": "Denmark", "Function": "12345---", "LOCODE": "DKCPH", "Name": "Kbenhavn", "NameWoDiac": "Kobenhavn", "Status": "AF", "outflows": 138606.0 }, "geometry": { "type": "Point", "coordinates": [ 12.583333333333334, 55.666666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Dominican Republic", "Function": "1-3--6--", "LOCODE": "DOCAU", "Name": "Caucedo", "NameWoDiac": "Caucedo", "Status": "RL", "outflows": 11771542.79576 }, "geometry": { "type": "Point", "coordinates": [ -69.63333333333334, 18.416666666666668 ] } }, +{ "type": "Feature", "properties": { "Country": "Dominican Republic", "Function": "123-----", "LOCODE": "DOMAN", "Name": "Manzanillo", "NameWoDiac": "Manzanillo", "Status": "RL", "outflows": 53258.4 }, "geometry": { "type": "Point", "coordinates": [ -71.75, 19.7 ] } }, +{ "type": "Feature", "properties": { "Country": "Algeria", "Function": "123456--", "LOCODE": "DZALG", "Name": "Alger (Algiers)", "NameWoDiac": "Alger (Algiers)", "Status": "AI", "outflows": 835952.4 }, "geometry": { "type": "Point", "coordinates": [ 3.05, 36.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Algeria", "Function": "123-----", "LOCODE": "DZAZW", "Name": "Arzew", "NameWoDiac": "Arzew", "Status": "RL", "outflows": 24660.0 }, "geometry": { "type": "Point", "coordinates": [ -0.316666666666667, 35.866666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Algeria", "Function": "123-----", "LOCODE": "DZGHZ", "Name": "Ghazaouet", "NameWoDiac": "Ghazaouet", "Status": "RL", "outflows": 72735.0 }, "geometry": { "type": "Point", "coordinates": [ -1.85, 35.1 ] } }, +{ "type": "Feature", "properties": { "Country": "Ecuador", "Function": "1--4----", "LOCODE": "ECESM", "Name": "Esmeraldas", "NameWoDiac": "Esmeraldas", "Status": "AI", "outflows": 153990.2 }, "geometry": { "type": "Point", "coordinates": [ -79.7, 0.983333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Ecuador", "Function": "1--45---", "LOCODE": "ECGYE", "Name": "Guayaquil", "NameWoDiac": "Guayaquil", "Status": "AI", "outflows": 8368052.2252000012 }, "geometry": { "type": "Point", "coordinates": [ -79.9, -2.166666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Ecuador", "Function": "--3--6--", "LOCODE": "ECPSJ", "Name": "Posorja", "NameWoDiac": "Posorja", "Status": "RL", "outflows": 1776250.6667999995 }, "geometry": { "type": "Point", "coordinates": [ -80.25, -2.7 ] } }, +{ "type": "Feature", "properties": { "Country": "Ecuador", "Function": "1-------", "LOCODE": "ECPBO", "Name": "Puerto Bolvar", "NameWoDiac": "Puerto Bolivar", "Status": "AI", "outflows": 1601516.8 }, "geometry": { "type": "Point", "coordinates": [ -79.983333333333334, -3.266666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Estonia", "Function": "1------B", "LOCODE": "EEKND", "Name": "Kunda", "NameWoDiac": "Kunda", "Status": "AA", "outflows": 4176.0 }, "geometry": { "type": "Point", "coordinates": [ 26.533333333333335, 59.516666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Estonia", "Function": "1------B", "LOCODE": "EEMUG", "Name": "Muuga", "NameWoDiac": "Muuga", "Status": "AA", "outflows": 74880.0 }, "geometry": { "type": "Point", "coordinates": [ 24.966666666666665, 59.5 ] } }, +{ "type": "Feature", "properties": { "Country": "Estonia", "Function": "-23----B", "LOCODE": "EEPLA", "Name": "Paldiski", "NameWoDiac": "Paldiski", "Status": "AA", "outflows": 90009.0 }, "geometry": { "type": "Point", "coordinates": [ 24.05, 59.35 ] } }, +{ "type": "Feature", "properties": { "Country": "Estonia", "Function": "1--45---", "LOCODE": "EETLL", "Name": "Tallinn", "NameWoDiac": "Tallinn", "Status": "AI", "outflows": 493596.99998000002 }, "geometry": { "type": "Point", "coordinates": [ 24.733333333333334, 59.43333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Egypt", "Function": "1234----", "LOCODE": "EGDAM", "Name": "Dumyat (Damietta)", "NameWoDiac": "Dumyat (Damietta)", "Status": "RL", "outflows": 9993066.850010002 }, "geometry": { "type": "Point", "coordinates": [ 31.816666666666666, 31.416666666666668 ] } }, +{ "type": "Feature", "properties": { "Country": "Egypt", "Function": "1--45---", "LOCODE": "EGALY", "Name": "El Iskandariya (Alexandria)", "NameWoDiac": "El Iskandariya (Alexandria)", "Status": "AI", "outflows": 6389301.2997899996 }, "geometry": { "type": "Point", "coordinates": [ 29.916666666666668, 31.183333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Egypt", "Function": "1-------", "LOCODE": "EGSOK", "Name": "Sokhna Port", "NameWoDiac": "Sokhna Port", "Status": "RQ", "outflows": 3639356.7318400005 }, "geometry": { "type": "Point", "coordinates": [ 32.35, 29.65 ] } }, +{ "type": "Feature", "properties": { "Country": "Eritrea", "Function": "1234----", "LOCODE": "ERMSW", "Name": "Massawa (Mitsiwa)", "NameWoDiac": "Massawa (Mitsiwa)", "Status": "AI", "outflows": 44242.0 }, "geometry": { "type": "Point", "coordinates": [ 39.45, 15.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1234----", "LOCODE": "ESLEI", "Name": "Almera", "NameWoDiac": "Almeria", "Status": "AI", "outflows": 123708.0 }, "geometry": { "type": "Point", "coordinates": [ -2.45, 36.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "12345---", "LOCODE": "ESBIO", "Name": "Bilbao", "NameWoDiac": "Bilbao", "Status": "AI", "outflows": 757628.79999199987 }, "geometry": { "type": "Point", "coordinates": [ -2.966666666666667, 43.25 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "123-----", "LOCODE": "ESCAR", "Name": "Cartagena", "NameWoDiac": "Cartagena", "Status": "AA", "outflows": 161718.0 }, "geometry": { "type": "Point", "coordinates": [ -0.983333333333333, 37.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "123-----", "LOCODE": "ESCAS", "Name": "Castelln de la Plana", "NameWoDiac": "Castellon de la Plana", "Status": "AI", "outflows": 2188540.79158 }, "geometry": { "type": "Point", "coordinates": [ -0.033333333333333, 39.983333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "123-----", "LOCODE": "ESFRO", "Name": "Ferrol", "NameWoDiac": "Ferrol", "Status": "AI", "outflows": 165064.5 }, "geometry": { "type": "Point", "coordinates": [ -8.25, 43.483333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1234----", "LOCODE": "ESGIJ", "Name": "Gijn", "NameWoDiac": "Gijon", "Status": "AI", "outflows": 356746.0 }, "geometry": { "type": "Point", "coordinates": [ -5.666666666666667, 43.533333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1--4----", "LOCODE": "ESACE", "Name": "Lanzarote", "NameWoDiac": "Lanzarote", "Status": "AI", "outflows": 421980.0 }, "geometry": { "type": "Point", "coordinates": [ -13.533333333333333, 28.966666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1-3456--", "LOCODE": "ESLPA", "Name": "Las Palmas de Gran Canaria", "NameWoDiac": "Las Palmas de Gran Canaria", "Status": "AI", "outflows": 5009347.5287000006 }, "geometry": { "type": "Point", "coordinates": [ -15.416666666666666, 28.1 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1--45---", "LOCODE": "ESAGP", "Name": "Mlaga", "NameWoDiac": "Malaga", "Status": "AI", "outflows": 439868.0 }, "geometry": { "type": "Point", "coordinates": [ -4.416666666666667, 36.716666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1-34----", "LOCODE": "ESMLN", "Name": "Melilla", "NameWoDiac": "Melilla", "Status": "AI", "outflows": 45500.0 }, "geometry": { "type": "Point", "coordinates": [ -2.883333333333333, 35.31666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "123-----", "LOCODE": "ESSAG", "Name": "Sagunto", "NameWoDiac": "Sagunto", "Status": "AI", "outflows": 417560.0 }, "geometry": { "type": "Point", "coordinates": [ -0.266666666666667, 39.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1--4----", "LOCODE": "ESSPC", "Name": "Santa Cruz de La Palma", "NameWoDiac": "Santa Cruz de La Palma", "Status": "AI", "outflows": 245440.0 }, "geometry": { "type": "Point", "coordinates": [ -17.766666666666666, 28.683333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1-3-----", "LOCODE": "ESVIL", "Name": "Villagarca de Arosa", "NameWoDiac": "Villagarcia de Arosa", "Status": "AI", "outflows": 130988.0 }, "geometry": { "type": "Point", "coordinates": [ -8.75, 42.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-34----", "LOCODE": "FITKU", "Name": "bo (Turku)", "NameWoDiac": "Abo (Turku)", "Status": "AI", "outflows": 16263.0 }, "geometry": { "type": "Point", "coordinates": [ 22.283333333333335, 60.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-34----", "LOCODE": "FITKU", "Name": "Turku (bo)", "NameWoDiac": "Turku (Abo)", "Status": "AI", "outflows": 16263.0 }, "geometry": { "type": "Point", "coordinates": [ 22.283333333333335, 60.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-34----", "LOCODE": "FIPOR", "Name": "Bjrneborg (Pori)", "NameWoDiac": "Bjorneborg (Pori)", "Status": "AI", "outflows": 5220.0 }, "geometry": { "type": "Point", "coordinates": [ 21.8, 61.483333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-34----", "LOCODE": "FIPOR", "Name": "Pori (Bjrneborg)", "NameWoDiac": "Pori (Bjorneborg)", "Status": "AI", "outflows": 5220.0 }, "geometry": { "type": "Point", "coordinates": [ 21.8, 61.483333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-------", "LOCODE": "FIHMN", "Name": "Fredrikshamn (Hamina)", "NameWoDiac": "Fredrikshamn (Hamina)", "Status": "AI", "outflows": 4437.0 }, "geometry": { "type": "Point", "coordinates": [ 27.2, 60.56666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-------", "LOCODE": "FIHMN", "Name": "Hamina (Fredrikshamn)", "NameWoDiac": "Hamina (Fredrikshamn)", "Status": "AI", "outflows": 4437.0 }, "geometry": { "type": "Point", "coordinates": [ 27.2, 60.56666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "123-----", "LOCODE": "FIPRS", "Name": "Jakobstad (Pietarsaari)", "NameWoDiac": "Jakobstad (Pietarsaari)", "Status": "AI", "outflows": 9396.0 }, "geometry": { "type": "Point", "coordinates": [ 22.783333333333335, 63.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "123-----", "LOCODE": "FIPRS", "Name": "Pietarsaari (Jakobstad)", "NameWoDiac": "Pietarsaari (Jakobstad)", "Status": "AI", "outflows": 9396.0 }, "geometry": { "type": "Point", "coordinates": [ 22.783333333333335, 63.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "123-----", "LOCODE": "FIKOK", "Name": "Karleby (Kokkola)", "NameWoDiac": "Karleby (Kokkola)", "Status": "AI", "outflows": 39182.0 }, "geometry": { "type": "Point", "coordinates": [ 23.116666666666667, 63.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "123-----", "LOCODE": "FIKOK", "Name": "Kokkola (Karleby)", "NameWoDiac": "Kokkola (Karleby)", "Status": "AI", "outflows": 39182.0 }, "geometry": { "type": "Point", "coordinates": [ 23.116666666666667, 63.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-34----", "LOCODE": "FIKEM", "Name": "Kemi\/Torne (Kemi\/Tornio)", "NameWoDiac": "Kemi\/Tornea (Kemi\/Tornio)", "Status": "AI", "outflows": 106574.0 }, "geometry": { "type": "Point", "coordinates": [ 24.566666666666666, 65.733333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-34----", "LOCODE": "FIKEM", "Name": "Kemi\/Tornio (Kemi\/Torne)", "NameWoDiac": "Kemi\/Tornio (Kemi\/Tornea)", "Status": "AI", "outflows": 106574.0 }, "geometry": { "type": "Point", "coordinates": [ 24.566666666666666, 65.733333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "123----B", "LOCODE": "FIKTK", "Name": "Kotka", "NameWoDiac": "Kotka", "Status": "AC", "outflows": 1116795.4999200001 }, "geometry": { "type": "Point", "coordinates": [ 26.916666666666668, 60.466666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "123----B", "LOCODE": "FIRAU", "Name": "Rauma (Raumo)", "NameWoDiac": "Rauma (Raumo)", "Status": "AC", "outflows": 705561.49998000008 }, "geometry": { "type": "Point", "coordinates": [ 21.5, 61.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "123----B", "LOCODE": "FIRAU", "Name": "Raumo (Rauma)", "NameWoDiac": "Raumo (Rauma)", "Status": "AC", "outflows": 705561.49998000008 }, "geometry": { "type": "Point", "coordinates": [ 21.5, 61.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-------", "LOCODE": "FITOR", "Name": "Torne (Tornio)", "NameWoDiac": "Tornea (Tornio)", "Status": "AI", "outflows": 91624.0 }, "geometry": { "type": "Point", "coordinates": [ 24.183333333333334, 65.85 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-------", "LOCODE": "FITOR", "Name": "Tornio (Torne)", "NameWoDiac": "Tornio (Tornea)", "Status": "AI", "outflows": 91624.0 }, "geometry": { "type": "Point", "coordinates": [ 24.183333333333334, 65.85 ] } }, +{ "type": "Feature", "properties": { "Country": "Fiji", "Function": "123-----", "LOCODE": "FJLTK", "Name": "Lautoka", "NameWoDiac": "Lautoka", "Status": "RL", "outflows": 490393.0 }, "geometry": { "type": "Point", "coordinates": [ 177.45, -17.616666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Fiji", "Function": "1--45---", "LOCODE": "FJSUV", "Name": "Suva", "NameWoDiac": "Suva", "Status": "AI", "outflows": 535295.0 }, "geometry": { "type": "Point", "coordinates": [ 178.45, -18.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Faroe Islands", "Function": "1-3-----", "LOCODE": "FOKOL", "Name": "Kollafjrdur", "NameWoDiac": "Kollafjordur", "Status": "RL", "outflows": 82628.0 }, "geometry": { "type": "Point", "coordinates": [ -6.883333333333333, 62.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Faroe Islands", "Function": "1-------", "LOCODE": "FOTHO", "Name": "Thorshavn", "NameWoDiac": "Thorshavn", "Status": "RL", "outflows": 91104.0 }, "geometry": { "type": "Point", "coordinates": [ -6.766666666666667, 62.016666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "12------", "LOCODE": "FRBAS", "Name": "Bassens", "NameWoDiac": "Bassens", "Status": "AF", "outflows": 33930.0 }, "geometry": { "type": "Point", "coordinates": [ -0.516666666666667, 44.9 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "1234----", "LOCODE": "FRBES", "Name": "Brest", "NameWoDiac": "Brest", "Status": "AF", "outflows": 107185.0 }, "geometry": { "type": "Point", "coordinates": [ -4.483333333333333, 48.4 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "12--5---", "LOCODE": "FRDKK", "Name": "Dunkerque", "NameWoDiac": "Dunkerque", "Status": "AF", "outflows": 4450642.0836299993 }, "geometry": { "type": "Point", "coordinates": [ 2.383333333333333, 51.033333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "123---7-", "LOCODE": "FRFOS", "Name": "Fos-sur-Mer", "NameWoDiac": "Fos-sur-Mer", "Status": "AF", "outflows": 18248513.215530016 }, "geometry": { "type": "Point", "coordinates": [ 4.933333333333334, 43.43333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "1-------", "LOCODE": "FRLPE", "Name": "la Pallice", "NameWoDiac": "la Pallice", "Status": "AF", "outflows": 22725.0 }, "geometry": { "type": "Point", "coordinates": [ -1.216666666666667, 46.166666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "12-4----", "LOCODE": "FRLRH", "Name": "La Rochelle", "NameWoDiac": "La Rochelle", "Status": "AF", "outflows": 33930.0 }, "geometry": { "type": "Point", "coordinates": [ -1.15, 46.166666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "12345---", "LOCODE": "FRLEH", "Name": "Le Havre", "NameWoDiac": "Le Havre", "Status": "AF", "outflows": 35976285.665610015 }, "geometry": { "type": "Point", "coordinates": [ 0.1, 49.5 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "12-45---", "LOCODE": "FRMRS", "Name": "Marseille", "NameWoDiac": "Marseille", "Status": "AF", "outflows": 629024.0 }, "geometry": { "type": "Point", "coordinates": [ 5.4, 43.3 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "123-----", "LOCODE": "FRMTX", "Name": "Montoir-de-Bretagne", "NameWoDiac": "Montoir-de-Bretagne", "Status": "AF", "outflows": 1130547.1665700004 }, "geometry": { "type": "Point", "coordinates": [ -2.15, 47.333333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "12------", "LOCODE": "FRPOV", "Name": "Port-Vendres", "NameWoDiac": "Port-Vendres", "Status": "AF", "outflows": 21450.0 }, "geometry": { "type": "Point", "coordinates": [ 3.116666666666667, 42.516666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "1-3-----", "LOCODE": "FRRAD", "Name": "Radicatel", "NameWoDiac": "Radicatel", "Status": "RL", "outflows": 42900.000003000001 }, "geometry": { "type": "Point", "coordinates": [ 0.5, 49.5 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "1-34----", "LOCODE": "FRURO", "Name": "Rouen", "NameWoDiac": "Rouen", "Status": "AF", "outflows": 34842.0 }, "geometry": { "type": "Point", "coordinates": [ 1.1, 49.45 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "123-----", "LOCODE": "FRSET", "Name": "Ste", "NameWoDiac": "Sete", "Status": "AF", "outflows": 34041.0 }, "geometry": { "type": "Point", "coordinates": [ 3.7, 43.4 ] } }, +{ "type": "Feature", "properties": { "Country": "France", "Function": "12-4----", "LOCODE": "FRTLN", "Name": "Toulon", "NameWoDiac": "Toulon", "Status": "AF", "outflows": 1080.0 }, "geometry": { "type": "Point", "coordinates": [ 5.933333333333334, 43.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1--4----", "LOCODE": "GBABD", "Name": "Aberdeen", "NameWoDiac": "Aberdeen", "Status": "AF", "outflows": 48681.0 }, "geometry": { "type": "Point", "coordinates": [ -2.1, 57.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1--4-6--", "LOCODE": "GBBEL", "Name": "Belfast", "NameWoDiac": "Belfast", "Status": "AF", "outflows": 137826.0 }, "geometry": { "type": "Point", "coordinates": [ -5.916666666666667, 54.983333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBGRG", "Name": "Grangemouth", "NameWoDiac": "Grangemouth", "Status": "AF", "outflows": 192244.0 }, "geometry": { "type": "Point", "coordinates": [ -3.716666666666667, 56.0 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBGRK", "Name": "Greenock", "NameWoDiac": "Greenock", "Status": "AF", "outflows": 275567.66664999997 }, "geometry": { "type": "Point", "coordinates": [ -4.75, 55.93333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBHUL", "Name": "Hull", "NameWoDiac": "Hull", "Status": "AF", "outflows": 219740.33333800005 }, "geometry": { "type": "Point", "coordinates": [ -0.316666666666667, 53.733333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBIMM", "Name": "Immingham", "NameWoDiac": "Immingham", "Status": "AF", "outflows": 329625.0 }, "geometry": { "type": "Point", "coordinates": [ -0.216666666666667, 53.6 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1--4----", "LOCODE": "GBLIV", "Name": "Liverpool", "NameWoDiac": "Liverpool", "Status": "AF", "outflows": 1673890.2916200003 }, "geometry": { "type": "Point", "coordinates": [ -3.0, 53.416666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "123--6--", "LOCODE": "GBLGP", "Name": "London Gateway Port", "NameWoDiac": "London Gateway Port", "Status": "RL", "outflows": 21704403.092420008 }, "geometry": { "type": "Point", "coordinates": [ 0.483333333333333, 51.5 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBTEE", "Name": "Teesport", "NameWoDiac": "Teesport", "Status": "AF", "outflows": 556920.0 }, "geometry": { "type": "Point", "coordinates": [ -1.15, 54.583333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBTYN", "Name": "Tyne", "NameWoDiac": "Tyne", "Status": "RQ", "outflows": 31668.0 }, "geometry": { "type": "Point", "coordinates": [ -1.433333333333333, 55.0 ] } }, +{ "type": "Feature", "properties": { "Country": "French Guiana", "Function": "1-------", "LOCODE": "GFDDC", "Name": "Dgrad des Cannes", "NameWoDiac": "Degrad des Cannes", "Status": "RL", "outflows": 286520.0 }, "geometry": { "type": "Point", "coordinates": [ -52.266666666666666, 4.85 ] } }, +{ "type": "Feature", "properties": { "Country": "Greenland", "Function": "1-34----", "LOCODE": "GLGOH", "Name": "Nuuk (Godthaab)", "NameWoDiac": "Nuuk (Godthaab)", "Status": "AI", "outflows": 23426.0 }, "geometry": { "type": "Point", "coordinates": [ -51.75, 64.183333333333337 ] } }, +{ "type": "Feature", "properties": { "Country": "Guadeloupe", "Function": "1--45---", "LOCODE": "GPPTP", "Name": "Point--Pitre Apt", "NameWoDiac": "Point-a-Pitre Apt", "Status": "AF", "outflows": 1970512.9165490004 }, "geometry": { "type": "Point", "coordinates": [ -61.516666666666666, 16.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Greece", "Function": "1--4----", "LOCODE": "GRHER", "Name": "Heraklion (Iraklion)", "NameWoDiac": "Heraklion (Iraklion)", "Status": "AI", "outflows": 23582.0 }, "geometry": { "type": "Point", "coordinates": [ 25.166666666666668, 35.333333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Greece", "Function": "1--4----", "LOCODE": "GRHER", "Name": "Iraklion (Heraklion)", "NameWoDiac": "Iraklion (Heraklion)", "Status": "AI", "outflows": 23582.0 }, "geometry": { "type": "Point", "coordinates": [ 25.166666666666668, 35.333333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Greece", "Function": "1-------", "LOCODE": "GRPIR", "Name": "Piraeus", "NameWoDiac": "Piraeus", "Status": "AI", "outflows": 25227137.508840002 }, "geometry": { "type": "Point", "coordinates": [ 23.616666666666667, 37.93333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Greece", "Function": "1--45---", "LOCODE": "GRSKG", "Name": "Thessalonki", "NameWoDiac": "Thessaloniki", "Status": "AI", "outflows": 790815.99999000016 }, "geometry": { "type": "Point", "coordinates": [ 22.95, 40.633333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Greece", "Function": "1--4----", "LOCODE": "GRVOL", "Name": "Vlos", "NameWoDiac": "Volos", "Status": "AI", "outflows": 23582.0 }, "geometry": { "type": "Point", "coordinates": [ 22.95, 39.366666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Guatemala", "Function": "1-------", "LOCODE": "GTSTC", "Name": "Puerto Santo Toms de Castilla", "NameWoDiac": "Puerto Santo Tomas de Castilla", "Status": "AI", "outflows": 1241734.0000599998 }, "geometry": { "type": "Point", "coordinates": [ -88.61666666666666, 15.7 ] } }, +{ "type": "Feature", "properties": { "Country": "Guam", "Function": "--3-----", "LOCODE": "GUPIT", "Name": "Piti", "NameWoDiac": "Piti", "Status": "RL", "outflows": 52903.5 }, "geometry": { "type": "Point", "coordinates": [ 144.683333333333337, 13.433333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Guinea-Bissau", "Function": "1-345---", "LOCODE": "GWOXB", "Name": "Bissau", "NameWoDiac": "Bissau", "Status": "AI", "outflows": 114309.0 }, "geometry": { "type": "Point", "coordinates": [ -15.583333333333334, 11.85 ] } }, +{ "type": "Feature", "properties": { "Country": "Croatia", "Function": "123-----", "LOCODE": "HRPLE", "Name": "Ploce", "NameWoDiac": "Ploce", "Status": "RL", "outflows": 136773.0 }, "geometry": { "type": "Point", "coordinates": [ 17.433333333333334, 43.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Croatia", "Function": "1234----", "LOCODE": "HRRJK", "Name": "Rijeka", "NameWoDiac": "Rijeka", "Status": "AI", "outflows": 3818455.3333799997 }, "geometry": { "type": "Point", "coordinates": [ 14.4, 45.333333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Croatia", "Function": "1234----", "LOCODE": "HRSPU", "Name": "Split", "NameWoDiac": "Split", "Status": "AI", "outflows": 63609.0 }, "geometry": { "type": "Point", "coordinates": [ 16.45, 43.5 ] } }, +{ "type": "Feature", "properties": { "Country": "Haiti", "Function": "1--4----", "LOCODE": "HTCAP", "Name": "Cap-Hatien", "NameWoDiac": "Cap-Haitien", "Status": "AI", "outflows": 47268.0 }, "geometry": { "type": "Point", "coordinates": [ -72.2, 19.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Haiti", "Function": "1-------", "LOCODE": "HTLFF", "Name": "Lafiteau", "NameWoDiac": "Lafiteau", "Status": "AI", "outflows": 1098127.3333000003 }, "geometry": { "type": "Point", "coordinates": [ -72.433333333333337, 18.483333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDBPN", "Name": "Balikpapan", "NameWoDiac": "Balikpapan", "Status": "AI", "outflows": 77320.75 }, "geometry": { "type": "Point", "coordinates": [ 116.833333333333329, -1.283333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-3-----", "LOCODE": "IDBTM", "Name": "Batam Island", "NameWoDiac": "Batam Island", "Status": "RL", "outflows": 7335.5 }, "geometry": { "type": "Point", "coordinates": [ 104.033333333333331, 1.083333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-------", "LOCODE": "IDBEN", "Name": "Benete", "NameWoDiac": "Benete", "Status": "RL", "outflows": 12681.75 }, "geometry": { "type": "Point", "coordinates": [ 116.716666666666669, -8.866666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-------", "LOCODE": "IDBOA", "Name": "Benoa", "NameWoDiac": "Benoa", "Status": "RL", "outflows": 6747.0 }, "geometry": { "type": "Point", "coordinates": [ 115.216666666666669, -8.766666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "12345---", "LOCODE": "IDJKT", "Name": "Jakarta, Java", "NameWoDiac": "Jakarta, Java", "Status": "AI", "outflows": 12060454.992969999 }, "geometry": { "type": "Point", "coordinates": [ 106.833333333333329, -6.133333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-345---", "LOCODE": "IDDJJ", "Name": "Jayapura, Irian Jaya", "NameWoDiac": "Jayapura, Irian Jaya", "Status": "AI", "outflows": 136162.0 }, "geometry": { "type": "Point", "coordinates": [ 140.7, -2.533333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-3-----", "LOCODE": "IDKUM", "Name": "Kumai", "NameWoDiac": "Kumai", "Status": "RL", "outflows": 4238.0 }, "geometry": { "type": "Point", "coordinates": [ 111.716666666666669, -2.733333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-3-----", "LOCODE": "IDMAK", "Name": "Makassar", "NameWoDiac": "Makassar", "Status": "RL", "outflows": 664450.0 }, "geometry": { "type": "Point", "coordinates": [ 119.4, -5.116666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1234----", "LOCODE": "IDPDG", "Name": "Padang", "NameWoDiac": "Padang", "Status": "AI", "outflows": 74470.25 }, "geometry": { "type": "Point", "coordinates": [ 100.35, -0.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-3-----", "LOCODE": "IDPER", "Name": "Perawang", "NameWoDiac": "Perawang", "Status": "RL", "outflows": 3627.0 }, "geometry": { "type": "Point", "coordinates": [ 102.86666666666666, 1.066666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-345---", "LOCODE": "IDSRG", "Name": "Semarang", "NameWoDiac": "Semarang", "Status": "AI", "outflows": 2529727.4165999996 }, "geometry": { "type": "Point", "coordinates": [ 110.483333333333334, -6.966666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "123456--", "LOCODE": "IDSUB", "Name": "Surabaya", "NameWoDiac": "Surabaya", "Status": "AI", "outflows": 5004081.1427500024 }, "geometry": { "type": "Point", "coordinates": [ 112.75, -7.233333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDTNJ", "Name": "Tanjungpinang", "NameWoDiac": "Tanjungpinang", "Status": "AI", "outflows": 3068.0 }, "geometry": { "type": "Point", "coordinates": [ 104.45, 0.916666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-------", "LOCODE": "IDTMK", "Name": "Timika", "NameWoDiac": "Timika", "Status": "RQ", "outflows": 3240.0 }, "geometry": { "type": "Point", "coordinates": [ 136.55, -4.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-------", "LOCODE": "IDTUA", "Name": "Tual", "NameWoDiac": "Tual", "Status": "RQ", "outflows": 12207.0 }, "geometry": { "type": "Point", "coordinates": [ 132.73333333333332, -5.633333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Ireland", "Function": "1-345---", "LOCODE": "IEWAT", "Name": "Waterford", "NameWoDiac": "Waterford", "Status": "AF", "outflows": 86515.0 }, "geometry": { "type": "Point", "coordinates": [ -7.1, 52.25 ] } }, +{ "type": "Feature", "properties": { "Country": "Israel", "Function": "1--45---", "LOCODE": "ILHFA", "Name": "Haifa", "NameWoDiac": "Haifa", "Status": "AI", "outflows": 8470527.0681299977 }, "geometry": { "type": "Point", "coordinates": [ 34.983333333333334, 32.8 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "12345---", "LOCODE": "INMAA", "Name": "Chennai (ex Madras)", "NameWoDiac": "Chennai (ex Madras)", "Status": "AA", "outflows": 2818763.3167999992 }, "geometry": { "type": "Point", "coordinates": [ 80.283333333333331, 13.083333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1234-6--", "LOCODE": "INCOK", "Name": "Cochin", "NameWoDiac": "Cochin", "Status": "AA", "outflows": 2453568.0832799999 }, "geometry": { "type": "Point", "coordinates": [ 76.233333333333334, 9.966666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "--3--6--", "LOCODE": "INHZR", "Name": "Hazira", "NameWoDiac": "Hazira", "Status": "RL", "outflows": 5911162.5861400003 }, "geometry": { "type": "Point", "coordinates": [ 72.62343557464672, 21.09641041428134 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1234-6--", "LOCODE": "INIXY", "Name": "Kandla", "NameWoDiac": "Kandla", "Status": "AA", "outflows": 817280.5 }, "geometry": { "type": "Point", "coordinates": [ 70.216666666666669, 23.033333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "123-----", "LOCODE": "INKTP", "Name": "Kattupalli Port", "NameWoDiac": "Kattupalli Port", "Status": "RL", "outflows": 1964901.8999300003 }, "geometry": { "type": "Point", "coordinates": [ 80.38333333333334, 13.3 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1--45---", "LOCODE": "INCCU", "Name": "Kolkata (ex Calcutta)", "NameWoDiac": "Kolkata (ex Calcutta)", "Status": "AA", "outflows": 303853.53334000002 }, "geometry": { "type": "Point", "coordinates": [ 88.35, 22.566666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "123-----", "LOCODE": "INMRM", "Name": "Marmagao (Marmugao)", "NameWoDiac": "Marmagao (Marmugao)", "Status": "AA", "outflows": 100178.0 }, "geometry": { "type": "Point", "coordinates": [ 73.783333333333331, 15.4 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "123-----", "LOCODE": "INMRM", "Name": "Marmugao (Marmagao)", "NameWoDiac": "Marmugao (Marmagao)", "Status": "AA", "outflows": 100178.0 }, "geometry": { "type": "Point", "coordinates": [ 73.783333333333331, 15.4 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "123456--", "LOCODE": "INBOM", "Name": "Mumbai (ex Bombay)", "NameWoDiac": "Mumbai (ex Bombay)", "Status": "AA", "outflows": 126915.25 }, "geometry": { "type": "Point", "coordinates": [ 72.816666666666663, 18.966666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "123-----", "LOCODE": "INPRT", "Name": "Paradip Garh", "NameWoDiac": "Paradip Garh", "Status": "AA", "outflows": 28080.0 }, "geometry": { "type": "Point", "coordinates": [ 86.61666666666666, 20.316666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "123-----", "LOCODE": "INPAV", "Name": "Pipavav (Victor) Port", "NameWoDiac": "Pipavav (Victor) Port", "Status": "AA", "outflows": 6333654.3638700033 }, "geometry": { "type": "Point", "coordinates": [ 71.55, 20.966666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "123--6--", "LOCODE": "INTUT", "Name": "Tuticorin", "NameWoDiac": "Tuticorin", "Status": "AA", "outflows": 1224891.0 }, "geometry": { "type": "Point", "coordinates": [ 78.13333333333334, 8.783333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1234-6--", "LOCODE": "INVTZ", "Name": "Visakhapatnam", "NameWoDiac": "Visakhapatnam", "Status": "AA", "outflows": 2172514.4999899995 }, "geometry": { "type": "Point", "coordinates": [ 83.3, 17.7 ] } }, +{ "type": "Feature", "properties": { "Country": "Iraq", "Function": "123-----", "LOCODE": "IQUQR", "Name": "Umm Qasr Port", "NameWoDiac": "Umm Qasr Port", "Status": "RL", "outflows": 3640547.5715799998 }, "geometry": { "type": "Point", "coordinates": [ 47.93333333333333, 30.033333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "Iran, Islamic Republic of", "Function": "1-3-----", "LOCODE": "IRASA", "Name": "Asaluyeh", "NameWoDiac": "Asaluyeh", "Status": "RL", "outflows": 3060.0 }, "geometry": { "type": "Point", "coordinates": [ 52.6, 27.466666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "Iran, Islamic Republic of", "Function": "1--4----", "LOCODE": "IRBND", "Name": "Bandar Abbas", "NameWoDiac": "Bandar Abbas", "Status": "AI", "outflows": 1154182.75 }, "geometry": { "type": "Point", "coordinates": [ 56.266666666666666, 27.183333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Iran, Islamic Republic of", "Function": "1-34----", "LOCODE": "IRBKM", "Name": "Bandar Khomeini", "NameWoDiac": "Bandar Khomeini", "Status": "RL", "outflows": 85644.0 }, "geometry": { "type": "Point", "coordinates": [ 49.1, 30.433333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Iran, Islamic Republic of", "Function": "1-34----", "LOCODE": "IRBUZ", "Name": "Bushehr", "NameWoDiac": "Bushehr", "Status": "AI", "outflows": 85644.0 }, "geometry": { "type": "Point", "coordinates": [ 50.833333333333336, 28.966666666666665 ] } }, +{ "type": "Feature", "properties": { "Country": "Iceland", "Function": "1-------", "LOCODE": "ISREY", "Name": "Reykjavk", "NameWoDiac": "Reykjavik", "Status": "AC", "outflows": 327138.50000099995 }, "geometry": { "type": "Point", "coordinates": [ -21.95, 64.15 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-34----", "LOCODE": "ITAOI", "Name": "Ancona", "NameWoDiac": "Ancona", "Status": "AI", "outflows": 1251219.6666600001 }, "geometry": { "type": "Point", "coordinates": [ 13.5, 43.633333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-34----", "LOCODE": "ITBRI", "Name": "Bari", "NameWoDiac": "Bari", "Status": "AI", "outflows": 123851.0 }, "geometry": { "type": "Point", "coordinates": [ 16.85, 41.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-34----", "LOCODE": "ITCAG", "Name": "Cagliari", "NameWoDiac": "Cagliari", "Status": "AI", "outflows": 61347.0 }, "geometry": { "type": "Point", "coordinates": [ 9.116666666666667, 39.216666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITCTA", "Name": "Catania", "NameWoDiac": "Catania", "Status": "AI", "outflows": 112515.0 }, "geometry": { "type": "Point", "coordinates": [ 15.1, 37.5 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITCVV", "Name": "Civitavecchia", "NameWoDiac": "Civitavecchia", "Status": "AI", "outflows": 2179445.6662 }, "geometry": { "type": "Point", "coordinates": [ 11.8, 42.1 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "12345---", "LOCODE": "ITGOA", "Name": "Genova", "NameWoDiac": "Genova", "Status": "AI", "outflows": 23896971.132049996 }, "geometry": { "type": "Point", "coordinates": [ 8.95, 44.416666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITGIT", "Name": "Gioia Tauro", "NameWoDiac": "Gioia Tauro", "Status": "AI", "outflows": 16628557.647730002 }, "geometry": { "type": "Point", "coordinates": [ 15.9, 38.416666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITSPE", "Name": "La Spezia", "NameWoDiac": "La Spezia", "Status": "AI", "outflows": 12785874.433700003 }, "geometry": { "type": "Point", "coordinates": [ 9.833333333333334, 44.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITLIV", "Name": "Livorno", "NameWoDiac": "Livorno", "Status": "AI", "outflows": 8253720.2853500005 }, "geometry": { "type": "Point", "coordinates": [ 10.316666666666666, 43.55 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1234----", "LOCODE": "ITNAP", "Name": "Napoli", "NameWoDiac": "Napoli", "Status": "AI", "outflows": 4010591.4281000006 }, "geometry": { "type": "Point", "coordinates": [ 14.25, 40.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1234----", "LOCODE": "ITOLB", "Name": "Olbia", "NameWoDiac": "Olbia", "Status": "RL", "outflows": 11076.0 }, "geometry": { "type": "Point", "coordinates": [ 9.516666666666667, 40.916666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1--4----", "LOCODE": "ITPMO", "Name": "Palermo", "NameWoDiac": "Palermo", "Status": "AI", "outflows": 35997.0 }, "geometry": { "type": "Point", "coordinates": [ 13.366666666666667, 38.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "123-----", "LOCODE": "ITSVN", "Name": "Savona", "NameWoDiac": "Savona", "Status": "AI", "outflows": 43661.0 }, "geometry": { "type": "Point", "coordinates": [ 8.5, 44.283333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1--4----", "LOCODE": "ITTPS", "Name": "Trapani", "NameWoDiac": "Trapani", "Status": "AI", "outflows": 41808.0 }, "geometry": { "type": "Point", "coordinates": [ 12.483333333333333, 38.016666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "123-----", "LOCODE": "ITVDL", "Name": "Vado Ligure", "NameWoDiac": "Vado Ligure", "Status": "RL", "outflows": 1281768.42842 }, "geometry": { "type": "Point", "coordinates": [ 8.45, 44.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "12345--B", "LOCODE": "ITVCE", "Name": "Venezia", "NameWoDiac": "Venezia", "Status": "AI", "outflows": 1408195.6666600001 }, "geometry": { "type": "Point", "coordinates": [ 12.333333333333334, 45.43333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Jordan", "Function": "1--4----", "LOCODE": "JOAQJ", "Name": "Al 'Aqabah", "NameWoDiac": "Al 'Aqabah", "Status": "RL", "outflows": 5019094.2318399996 }, "geometry": { "type": "Point", "coordinates": [ 35.0, 29.533333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "--3-----", "LOCODE": "JPHTD", "Name": "Hakata", "NameWoDiac": "Hakata", "Status": "RL", "outflows": 3054288.2499700007 }, "geometry": { "type": "Point", "coordinates": [ 133.1, 34.18333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "--3-----", "LOCODE": "JPISS", "Name": "Isa", "NameWoDiac": "Isa", "Status": "AF", "outflows": 362101.99997 }, "geometry": { "type": "Point", "coordinates": [ 130.6, 32.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "12345---", "LOCODE": "JPKKJ", "Name": "Kitakyushu", "NameWoDiac": "Kitakyushu", "Status": "AF", "outflows": 476762.0 }, "geometry": { "type": "Point", "coordinates": [ 130.833333333333343, 33.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "12345---", "LOCODE": "JPUKB", "Name": "Kobe", "NameWoDiac": "Kobe", "Status": "AF", "outflows": 16494507.892490005 }, "geometry": { "type": "Point", "coordinates": [ 135.166666666666657, 34.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "123-----", "LOCODE": "JPMJR", "Name": "Mitajiri", "NameWoDiac": "Mitajiri", "Status": "AF", "outflows": 18720.0 }, "geometry": { "type": "Point", "coordinates": [ 131.583333333333343, 34.033333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "123-5---", "LOCODE": "JPMOJ", "Name": "Moji\/Kitakyushu", "NameWoDiac": "Moji\/Kitakyushu", "Status": "AF", "outflows": 2497337.91658 }, "geometry": { "type": "Point", "coordinates": [ 130.966666666666669, 33.9 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--45---", "LOCODE": "JPOSA", "Name": "Osaka", "NameWoDiac": "Osaka", "Status": "AF", "outflows": 9088752.8333900012 }, "geometry": { "type": "Point", "coordinates": [ 135.5, 34.666666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPSEN", "Name": "Satsumasendai", "NameWoDiac": "Satsumasendai", "Status": "AF", "outflows": 1041560.0000199999 }, "geometry": { "type": "Point", "coordinates": [ 130.25, 31.816666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "12345---", "LOCODE": "JPTYO", "Name": "Tokyo", "NameWoDiac": "Tokyo", "Status": "AF", "outflows": 20969567.582899991 }, "geometry": { "type": "Point", "coordinates": [ 139.75, 35.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "12345---", "LOCODE": "JPYOK", "Name": "Yokohama", "NameWoDiac": "Yokohama", "Status": "AF", "outflows": 26921996.624540005 }, "geometry": { "type": "Point", "coordinates": [ 139.65, 35.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Cambodia", "Function": "1-34--7-", "LOCODE": "KHKOS", "Name": "Kmpng Sam", "NameWoDiac": "Kampong Saom", "Status": "AI", "outflows": 1342444.99985 }, "geometry": { "type": "Point", "coordinates": [ 103.516666666666666, 10.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Comoros", "Function": "1-3-----", "LOCODE": "KMMUT", "Name": "Mutsamudu, Anjouan", "NameWoDiac": "Mutsamudu, Anjouan", "Status": "RL", "outflows": 143131.33335 }, "geometry": { "type": "Point", "coordinates": [ 44.383333333333333, -12.15 ] } }, +{ "type": "Feature", "properties": { "Country": "Saint Kitts and Nevis", "Function": "1--4----", "LOCODE": "KNCHA", "Name": "Charlestown", "NameWoDiac": "Charlestown", "Status": "RL", "outflows": 230958.0 }, "geometry": { "type": "Point", "coordinates": [ -62.616666666666667, 17.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "1234567-", "LOCODE": "KRPUS", "Name": "Busan", "NameWoDiac": "Busan", "Status": "AF", "outflows": 97226625.829958007 }, "geometry": { "type": "Point", "coordinates": [ 129.05, 35.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "1-------", "LOCODE": "KRTSN", "Name": "Daesan\/Seosan", "NameWoDiac": "Daesan\/Seosan", "Status": "AF", "outflows": 391261.0 }, "geometry": { "type": "Point", "coordinates": [ 126.36666666666666, 37.0 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "1-3-----", "LOCODE": "KRTJI", "Name": "Dangjin", "NameWoDiac": "Dangjin", "Status": "AF", "outflows": 80514.0 }, "geometry": { "type": "Point", "coordinates": [ 126.783333333333331, 36.966666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "1234----", "LOCODE": "KRKUV", "Name": "Gunsan", "NameWoDiac": "Gunsan", "Status": "AF", "outflows": 367380.0 }, "geometry": { "type": "Point", "coordinates": [ 126.716666666666669, 35.983333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "123-----", "LOCODE": "KRKAN", "Name": "Gwangyang", "NameWoDiac": "Gwangyang", "Status": "AF", "outflows": 16515872.093510004 }, "geometry": { "type": "Point", "coordinates": [ 127.7, 34.93333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "123-----", "LOCODE": "KRINC", "Name": "Incheon", "NameWoDiac": "Incheon", "Status": "AF", "outflows": 7323842.7736799996 }, "geometry": { "type": "Point", "coordinates": [ 126.61666666666666, 37.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "123-----", "LOCODE": "KRMAS", "Name": "Masan", "NameWoDiac": "Masan", "Status": "AF", "outflows": 292464.0 }, "geometry": { "type": "Point", "coordinates": [ 128.566666666666663, 35.2 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "123-----", "LOCODE": "KRMOK", "Name": "Mokpo", "NameWoDiac": "Mokpo", "Status": "AF", "outflows": 64792.0 }, "geometry": { "type": "Point", "coordinates": [ 126.38333333333334, 34.8 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "1234----", "LOCODE": "KRKPO", "Name": "Pohang", "NameWoDiac": "Pohang", "Status": "AF", "outflows": 704296.66661000007 }, "geometry": { "type": "Point", "coordinates": [ 129.366666666666674, 36.033333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "123--6--", "LOCODE": "KRPTK", "Name": "Pyeongtaek", "NameWoDiac": "Pyeongtaek", "Status": "AF", "outflows": 201565.00002000004 }, "geometry": { "type": "Point", "coordinates": [ 127.1, 36.966666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Korea, Republic of", "Function": "1234----", "LOCODE": "KRUSN", "Name": "Ulsan", "NameWoDiac": "Ulsan", "Status": "AF", "outflows": 4923083.7499700002 }, "geometry": { "type": "Point", "coordinates": [ 129.316666666666663, 35.533333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Kuwait", "Function": "1-3--6--", "LOCODE": "KWSAA", "Name": "Shuaiba", "NameWoDiac": "Shuaiba", "Status": "RL", "outflows": 770515.0 }, "geometry": { "type": "Point", "coordinates": [ 48.133333333333333, 29.033333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "Kuwait", "Function": "1-------", "LOCODE": "KWSWK", "Name": "Shuwaikh", "NameWoDiac": "Shuwaikh", "Status": "RL", "outflows": 272129.0 }, "geometry": { "type": "Point", "coordinates": [ 47.93333333333333, 29.35 ] } }, +{ "type": "Feature", "properties": { "Country": "Cayman Islands", "Function": "1-34----", "LOCODE": "KYGEC", "Name": "Georgetown, Grand Cayman", "NameWoDiac": "Georgetown, Grand Cayman", "Status": "AI", "outflows": 20059.0 }, "geometry": { "type": "Point", "coordinates": [ -81.38333333333334, 19.3 ] } }, +{ "type": "Feature", "properties": { "Country": "Lebanon", "Function": "1--45---", "LOCODE": "LBBEY", "Name": "Beirut", "NameWoDiac": "Beirut", "Status": "AI", "outflows": 8332419.5043999981 }, "geometry": { "type": "Point", "coordinates": [ 35.483333333333334, 33.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Saint Lucia", "Function": "1-3-----", "LOCODE": "LCCAS", "Name": "Castries", "NameWoDiac": "Castries", "Status": "RL", "outflows": 395089.06669000001 }, "geometry": { "type": "Point", "coordinates": [ -60.966666666666669, 14.016666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Sri Lanka", "Function": "12345---", "LOCODE": "LKCMB", "Name": "Colombo", "NameWoDiac": "Colombo", "Status": "AI", "outflows": 40970827.24107001 }, "geometry": { "type": "Point", "coordinates": [ 79.85, 6.916666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Liberia", "Function": "1-345---", "LOCODE": "LRMLW", "Name": "Monrovia", "NameWoDiac": "Monrovia", "Status": "AI", "outflows": 467272.00002000009 }, "geometry": { "type": "Point", "coordinates": [ -10.8, 6.3 ] } }, +{ "type": "Feature", "properties": { "Country": "Libya", "Function": "1-3-----", "LOCODE": "LYKHO", "Name": "Al Khums", "NameWoDiac": "Al Khums", "Status": "RL", "outflows": 230254.00001 }, "geometry": { "type": "Point", "coordinates": [ 14.266666666666667, 32.65 ] } }, +{ "type": "Feature", "properties": { "Country": "Morocco", "Function": "1--45---", "LOCODE": "MACAS", "Name": "Casablanca", "NameWoDiac": "Casablanca", "Status": "AI", "outflows": 2434027.9715000005 }, "geometry": { "type": "Point", "coordinates": [ -7.6, 33.583333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Moldova, Republic of", "Function": "1-3-----", "LOCODE": "MDGIU", "Name": "Giurgiulesti", "NameWoDiac": "Giurgiulesti", "Status": "RL", "outflows": 1560.0 }, "geometry": { "type": "Point", "coordinates": [ 28.183333333333334, 45.466666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Montenegro", "Function": "123-----", "LOCODE": "MEBAR", "Name": "Bar", "NameWoDiac": "Bar", "Status": "RL", "outflows": 257803.0 }, "geometry": { "type": "Point", "coordinates": [ 19.083333333333332, 42.083333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Madagascar", "Function": "1-------", "LOCODE": "MGEHL", "Name": "Ehoala", "NameWoDiac": "Ehoala", "Status": "RL", "outflows": 19864.0 }, "geometry": { "type": "Point", "coordinates": [ 46.95, -25.066666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Madagascar", "Function": "1-34----", "LOCODE": "MGNOS", "Name": "Nosy-Be", "NameWoDiac": "Nosy-Be", "Status": "AI", "outflows": 60888.0 }, "geometry": { "type": "Point", "coordinates": [ 48.25, -13.333333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Marshall Islands", "Function": "1--4----", "LOCODE": "MHMAJ", "Name": "Majuro", "NameWoDiac": "Majuro", "Status": "AI", "outflows": 238090.66668200004 }, "geometry": { "type": "Point", "coordinates": [ 171.383333333333326, 7.1 ] } }, +{ "type": "Feature", "properties": { "Country": "Myanmar", "Function": "123-----", "LOCODE": "MMTLA", "Name": "Thilawa", "NameWoDiac": "Thilawa", "Status": "RL", "outflows": 629785.00001999992 }, "geometry": { "type": "Point", "coordinates": [ 96.25, 16.65 ] } }, +{ "type": "Feature", "properties": { "Country": "Myanmar", "Function": "123-----", "LOCODE": "MMTLA", "Name": "Thilawa", "NameWoDiac": "Thilawa", "Status": "RL", "outflows": 629785.00001999992 }, "geometry": { "type": "Point", "coordinates": [ 96.25, 16.65 ] } }, +{ "type": "Feature", "properties": { "Country": "Malta", "Function": "1-------", "LOCODE": "MTMAR", "Name": "Marsaxlokk", "NameWoDiac": "Marsaxlokk", "Status": "AA", "outflows": 12264680.76361 }, "geometry": { "type": "Point", "coordinates": [ 14.533333333333333, 35.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Mauritius", "Function": "1-3-----", "LOCODE": "MUPMA", "Name": "Port Mathurin", "NameWoDiac": "Port Mathurin", "Status": "RL", "outflows": 3451.5 }, "geometry": { "type": "Point", "coordinates": [ 63.416666666666664, -19.683333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Maldives", "Function": "1--45---", "LOCODE": "MVMLE", "Name": "Male", "NameWoDiac": "Male", "Status": "AI", "outflows": 224938.42858000004 }, "geometry": { "type": "Point", "coordinates": [ 73.5, 4.166666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1-3-----", "LOCODE": "MXATM", "Name": "Altamira", "NameWoDiac": "Altamira", "Status": "RL", "outflows": 6907067.8431760017 }, "geometry": { "type": "Point", "coordinates": [ -97.916666666666671, 22.4 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1--4----", "LOCODE": "MXCOA", "Name": "Coatzacoalcos", "NameWoDiac": "Coatzacoalcos", "Status": "AI", "outflows": 9100.0 }, "geometry": { "type": "Point", "coordinates": [ -94.4, 18.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1--4----", "LOCODE": "MXESE", "Name": "Ensenada", "NameWoDiac": "Ensenada", "Status": "AI", "outflows": 3482019.6660800003 }, "geometry": { "type": "Point", "coordinates": [ -116.6, 31.85 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1--4----", "LOCODE": "MXGYM", "Name": "Guaymas", "NameWoDiac": "Guaymas", "Status": "AI", "outflows": 15320.0 }, "geometry": { "type": "Point", "coordinates": [ -110.88333333333334, 27.916666666666668 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1-------", "LOCODE": "MXLZC", "Name": "Lzaro Crdenas", "NameWoDiac": "Lazaro Cardenas", "Status": "AI", "outflows": 9280527.0998299997 }, "geometry": { "type": "Point", "coordinates": [ -102.183333333333337, 17.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1-34----", "LOCODE": "MXZLO", "Name": "Manzanillo", "NameWoDiac": "Manzanillo", "Status": "AI", "outflows": 14861828.233399997 }, "geometry": { "type": "Point", "coordinates": [ -104.3, 19.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1--4----", "LOCODE": "MXMZT", "Name": "Mazatlan", "NameWoDiac": "Mazatlan", "Status": "AI", "outflows": 258563.0 }, "geometry": { "type": "Point", "coordinates": [ -106.4, 23.4 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "--3-----", "LOCODE": "MXPRO", "Name": "Paraiso", "NameWoDiac": "Paraiso", "Status": "RL", "outflows": 771394.2 }, "geometry": { "type": "Point", "coordinates": [ -92.2, 18.183333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1-3-----", "LOCODE": "MXPMD", "Name": "Puerto Madero", "NameWoDiac": "Puerto Madero", "Status": "AI", "outflows": 82680.0 }, "geometry": { "type": "Point", "coordinates": [ -92.416666666666671, 14.716666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1-3-----", "LOCODE": "MXPMS", "Name": "Puerto Morelos", "NameWoDiac": "Puerto Morelos", "Status": "RL", "outflows": 13533.0 }, "geometry": { "type": "Point", "coordinates": [ -86.86666666666666, 20.833333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1--4----", "LOCODE": "MXTAM", "Name": "Tampico", "NameWoDiac": "Tampico", "Status": "AI", "outflows": 33951.0 }, "geometry": { "type": "Point", "coordinates": [ -97.86666666666666, 22.25 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1-------", "LOCODE": "MXTUX", "Name": "Tuxpan", "NameWoDiac": "Tuxpan", "Status": "AI", "outflows": 21541.0 }, "geometry": { "type": "Point", "coordinates": [ -97.4, 20.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Mexico", "Function": "1-345---", "LOCODE": "MXVER", "Name": "Veracruz", "NameWoDiac": "Veracruz", "Status": "AI", "outflows": 8795504.2708560005 }, "geometry": { "type": "Point", "coordinates": [ -96.083333333333329, 19.2 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1--4----", "LOCODE": "MYPEN", "Name": "Penang (Georgetown)", "NameWoDiac": "Penang (Georgetown)", "Status": "AI", "outflows": 3938506.0 }, "geometry": { "type": "Point", "coordinates": [ 100.316666666666663, 5.416666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "123-5---", "LOCODE": "MYPKG", "Name": "Port Klang (Pelabuhan Klang)", "NameWoDiac": "Port Klang (Pelabuhan Klang)", "Status": "RL", "outflows": 58866748.817210026 }, "geometry": { "type": "Point", "coordinates": [ 101.4, 3.0 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "123-----", "LOCODE": "MYTPP", "Name": "Tanjung Pelepas", "NameWoDiac": "Tanjung Pelepas", "Status": "RL", "outflows": 36861511.888539977 }, "geometry": { "type": "Point", "coordinates": [ 103.55, 1.366666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Namibia", "Function": "1--4----", "LOCODE": "NALUD", "Name": "Lderitz", "NameWoDiac": "Luderitz", "Status": "AI", "outflows": 43992.0 }, "geometry": { "type": "Point", "coordinates": [ 15.166666666666666, -26.65 ] } }, +{ "type": "Feature", "properties": { "Country": "New Caledonia", "Function": "1--45---", "LOCODE": "NCNOU", "Name": "Nouma", "NameWoDiac": "Noumea", "Status": "AI", "outflows": 1152154.3332800004 }, "geometry": { "type": "Point", "coordinates": [ 166.45, -22.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "New Caledonia", "Function": "1--45---", "LOCODE": "NCNOU", "Name": "Nouma", "NameWoDiac": "Noumea", "Status": "AI", "outflows": 1152154.3332800004 }, "geometry": { "type": "Point", "coordinates": [ 166.45, -22.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Nigeria", "Function": "--3-----", "LOCODE": "NGLKK", "Name": "Lekki", "NameWoDiac": "Lekki", "Status": "RL", "outflows": 23036.0 }, "geometry": { "type": "Point", "coordinates": [ 3.1, 6.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Nigeria", "Function": "1-3-----", "LOCODE": "NGONN", "Name": "Onne", "NameWoDiac": "Onne", "Status": "RL", "outflows": 1341939.73318 }, "geometry": { "type": "Point", "coordinates": [ 7.15, 4.716666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Nicaragua", "Function": "1-3--6--", "LOCODE": "NIRAM", "Name": "Rama", "NameWoDiac": "Rama", "Status": "RL", "outflows": 9106.5 }, "geometry": { "type": "Point", "coordinates": [ -84.216666666666669, 12.15 ] } }, +{ "type": "Feature", "properties": { "Country": "Netherlands", "Function": "12345---", "LOCODE": "NLAMS", "Name": "Amsterdam", "NameWoDiac": "Amsterdam", "Status": "AF", "outflows": 87949.333334999988 }, "geometry": { "type": "Point", "coordinates": [ 4.816666666666666, 52.4 ] } }, +{ "type": "Feature", "properties": { "Country": "Netherlands", "Function": "1-3-----", "LOCODE": "NLBOT", "Name": "Botlek", "NameWoDiac": "Botlek", "Status": "AF", "outflows": 33735.0 }, "geometry": { "type": "Point", "coordinates": [ 4.283333333333333, 51.883333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Netherlands", "Function": "123-----", "LOCODE": "NLIJM", "Name": "IJmuiden\/Velsen", "NameWoDiac": "IJmuiden\/Velsen", "Status": "AF", "outflows": 9516.0 }, "geometry": { "type": "Point", "coordinates": [ 4.6, 52.466666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Netherlands", "Function": "123-----", "LOCODE": "NLMOE", "Name": "Moerdijk", "NameWoDiac": "Moerdijk", "Status": "AF", "outflows": 172497.0 }, "geometry": { "type": "Point", "coordinates": [ 4.566666666666666, 51.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Netherlands", "Function": "12345---", "LOCODE": "NLRTM", "Name": "Rotterdam", "NameWoDiac": "Rotterdam", "Status": "AF", "outflows": 60986246.198820002 }, "geometry": { "type": "Point", "coordinates": [ 4.5, 51.916666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Netherlands", "Function": "1-3-----", "LOCODE": "NLTNZ", "Name": "Terneuzen", "NameWoDiac": "Terneuzen", "Status": "AF", "outflows": 24232.0 }, "geometry": { "type": "Point", "coordinates": [ 3.816666666666666, 51.466666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Netherlands", "Function": "123-----", "LOCODE": "NLVLI", "Name": "Vlissingen", "NameWoDiac": "Vlissingen", "Status": "AF", "outflows": 935022.40001200011 }, "geometry": { "type": "Point", "coordinates": [ 3.7, 51.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-34----", "LOCODE": "NOAES", "Name": "lesund", "NameWoDiac": "Alesund", "Status": "AF", "outflows": 450729.5 }, "geometry": { "type": "Point", "coordinates": [ 6.15, 62.466666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOARD", "Name": "rdalstangen", "NameWoDiac": "Ardalstangen", "Status": "AA", "outflows": 23400.0 }, "geometry": { "type": "Point", "coordinates": [ 7.7, 61.233333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-------", "LOCODE": "NOAVE", "Name": "Avery", "NameWoDiac": "Averoy", "Status": "AA", "outflows": 34164.0 }, "geometry": { "type": "Point", "coordinates": [ 7.666666666666667, 63.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1234----", "LOCODE": "NOBGO", "Name": "Bergen", "NameWoDiac": "Bergen", "Status": "AA", "outflows": 330739.5 }, "geometry": { "type": "Point", "coordinates": [ 5.316666666666666, 60.383333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1234----", "LOCODE": "NOBOO", "Name": "Bod", "NameWoDiac": "Bodo", "Status": "AA", "outflows": 9516.0 }, "geometry": { "type": "Point", "coordinates": [ 14.366666666666667, 67.283333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOBVK", "Name": "Brevik", "NameWoDiac": "Brevik", "Status": "AA", "outflows": 50128.0 }, "geometry": { "type": "Point", "coordinates": [ 9.7, 59.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "123-----", "LOCODE": "NODRM", "Name": "Drammen", "NameWoDiac": "Drammen", "Status": "AA", "outflows": 145713.0 }, "geometry": { "type": "Point", "coordinates": [ 10.233333333333333, 59.733333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOEGE", "Name": "Egersund", "NameWoDiac": "Egersund", "Status": "AA", "outflows": 142428.0 }, "geometry": { "type": "Point", "coordinates": [ 6.0, 58.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-34----", "LOCODE": "NOFRO", "Name": "Flor", "NameWoDiac": "Floro", "Status": "AA", "outflows": 203580.0 }, "geometry": { "type": "Point", "coordinates": [ 5.016666666666667, 61.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "123-----", "LOCODE": "NOFRK", "Name": "Fredrikstad", "NameWoDiac": "Fredrikstad", "Status": "AA", "outflows": 111033.0 }, "geometry": { "type": "Point", "coordinates": [ 10.916666666666666, 59.2 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-------", "LOCODE": "NOFUS", "Name": "Fusa", "NameWoDiac": "Fusa", "Status": "AA", "outflows": 99528.0 }, "geometry": { "type": "Point", "coordinates": [ 5.616666666666667, 60.2 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOGLO", "Name": "Glomfjord", "NameWoDiac": "Glomfjord", "Status": "AA", "outflows": 34164.0 }, "geometry": { "type": "Point", "coordinates": [ 13.933333333333334, 66.8 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-34----", "LOCODE": "NOHFT", "Name": "Hammerfest", "NameWoDiac": "Hammerfest", "Status": "AA", "outflows": 9516.0 }, "geometry": { "type": "Point", "coordinates": [ 23.666666666666668, 70.65 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOHRD", "Name": "Harstad", "NameWoDiac": "Harstad", "Status": "AA", "outflows": 9516.0 }, "geometry": { "type": "Point", "coordinates": [ 16.533333333333335, 68.783333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-34----", "LOCODE": "NOHAU", "Name": "Haugesund", "NameWoDiac": "Haugesund", "Status": "AA", "outflows": 337486.5 }, "geometry": { "type": "Point", "coordinates": [ 5.25, 59.4 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOHVI", "Name": "Hvik", "NameWoDiac": "Havik", "Status": "AA", "outflows": 116610.0 }, "geometry": { "type": "Point", "coordinates": [ 5.316666666666666, 59.3 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "--3-----", "LOCODE": "NOHLA", "Name": "Holla", "NameWoDiac": "Holla", "Status": "RL", "outflows": 45630.0 }, "geometry": { "type": "Point", "coordinates": [ 9.183333333333334, 59.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOHYR", "Name": "Hyanger", "NameWoDiac": "Hoyanger", "Status": "AA", "outflows": 39357.5 }, "geometry": { "type": "Point", "coordinates": [ 6.05, 61.216666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOHOY", "Name": "Husy - Tnsberg", "NameWoDiac": "Husoy - Tonsberg", "Status": "AA", "outflows": 17160.0 }, "geometry": { "type": "Point", "coordinates": [ 10.45, 59.233333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOIKR", "Name": "Ikornnes", "NameWoDiac": "Ikornnes", "Status": "AA", "outflows": 69888.0 }, "geometry": { "type": "Point", "coordinates": [ 6.55, 62.383333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "123-----", "LOCODE": "NOKRS", "Name": "Kristiansand", "NameWoDiac": "Kristiansand", "Status": "AA", "outflows": 86460.0 }, "geometry": { "type": "Point", "coordinates": [ 7.983333333333333, 58.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "123-----", "LOCODE": "NOLAR", "Name": "Larvik", "NameWoDiac": "Larvik", "Status": "AA", "outflows": 123903.0 }, "geometry": { "type": "Point", "coordinates": [ 10.016666666666667, 59.033333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOMAY", "Name": "Mly", "NameWoDiac": "Maloy", "Status": "AF", "outflows": 347613.5 }, "geometry": { "type": "Point", "coordinates": [ 5.1, 61.93333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-34----", "LOCODE": "NOMOL", "Name": "Molde", "NameWoDiac": "Molde", "Status": "AA", "outflows": 9516.0 }, "geometry": { "type": "Point", "coordinates": [ 7.15, 62.733333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1234----", "LOCODE": "NOMJF", "Name": "Mosjen", "NameWoDiac": "Mosjoen", "Status": "AF", "outflows": 42276.0 }, "geometry": { "type": "Point", "coordinates": [ 13.2, 65.833333333333329 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "123-----", "LOCODE": "NOMSS", "Name": "Moss", "NameWoDiac": "Moss", "Status": "AA", "outflows": 51012.0 }, "geometry": { "type": "Point", "coordinates": [ 10.65, 59.416666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOODD", "Name": "Odda", "NameWoDiac": "Odda", "Status": "AA", "outflows": 19240.0 }, "geometry": { "type": "Point", "coordinates": [ 6.533333333333333, 60.06666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOORK", "Name": "Orkanger", "NameWoDiac": "Orkanger", "Status": "AA", "outflows": 132567.5 }, "geometry": { "type": "Point", "coordinates": [ 9.833333333333334, 63.31666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "12345---", "LOCODE": "NOOSL", "Name": "Oslo", "NameWoDiac": "Oslo", "Status": "AA", "outflows": 370877.0 }, "geometry": { "type": "Point", "coordinates": [ 10.733333333333333, 59.9 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOSAT", "Name": "Salten", "NameWoDiac": "Salten", "Status": "AA", "outflows": 34164.0 }, "geometry": { "type": "Point", "coordinates": [ 15.583333333333334, 67.36666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1234----", "LOCODE": "NOSVG", "Name": "Stavanger", "NameWoDiac": "Stavanger", "Status": "AI", "outflows": 99528.0 }, "geometry": { "type": "Point", "coordinates": [ 5.75, 58.966666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-34----", "LOCODE": "NOSKN", "Name": "Stokmarknes", "NameWoDiac": "Stokmarknes", "Status": "AA", "outflows": 34164.0 }, "geometry": { "type": "Point", "coordinates": [ 14.9, 68.566666666666663 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOSUN", "Name": "Sunndalsra", "NameWoDiac": "Sunndalsora", "Status": "AF", "outflows": 107250.0 }, "geometry": { "type": "Point", "coordinates": [ 8.55, 62.666666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOSVE", "Name": "Svelgen", "NameWoDiac": "Svelgen", "Status": "AA", "outflows": 34164.0 }, "geometry": { "type": "Point", "coordinates": [ 5.283333333333333, 61.766666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-34----", "LOCODE": "NOSVJ", "Name": "Svolvr", "NameWoDiac": "Svolvar", "Status": "AA", "outflows": 9516.0 }, "geometry": { "type": "Point", "coordinates": [ 14.55, 68.216666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-3-----", "LOCODE": "NOTAE", "Name": "Tananger", "NameWoDiac": "Tananger", "Status": "AA", "outflows": 348445.5 }, "geometry": { "type": "Point", "coordinates": [ 5.583333333333333, 58.916666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-34----", "LOCODE": "NOTOS", "Name": "Troms", "NameWoDiac": "Tromso", "Status": "AI", "outflows": 9516.0 }, "geometry": { "type": "Point", "coordinates": [ 18.966666666666665, 69.666666666666671 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1234----", "LOCODE": "NOTRD", "Name": "Trondheim", "NameWoDiac": "Trondheim", "Status": "AA", "outflows": 9516.0 }, "geometry": { "type": "Point", "coordinates": [ 10.4, 63.43333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Nauru", "Function": "1--45---", "LOCODE": "NRINU", "Name": "Nauru Island", "NameWoDiac": "Nauru Island", "Status": "AI", "outflows": 3756.0 }, "geometry": { "type": "Point", "coordinates": [ 166.916666666666657, -0.55 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "12345---", "LOCODE": "NZAKL", "Name": "Auckland", "NameWoDiac": "Auckland", "Status": "AC", "outflows": 3839723.3548399992 }, "geometry": { "type": "Point", "coordinates": [ 174.8, -36.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "123-----", "LOCODE": "NZBLU", "Name": "Bluff", "NameWoDiac": "Bluff", "Status": "AC", "outflows": 537012.66663 }, "geometry": { "type": "Point", "coordinates": [ 168.316666666666663, -46.6 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "1-3-----", "LOCODE": "NZLYT", "Name": "Lyttelton", "NameWoDiac": "Lyttelton", "Status": "AC", "outflows": 2992885.6903999997 }, "geometry": { "type": "Point", "coordinates": [ 172.716666666666669, -43.6 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "1-3-----", "LOCODE": "NZMAP", "Name": "Marsden Point", "NameWoDiac": "Marsden Point", "Status": "AC", "outflows": 722904.00003 }, "geometry": { "type": "Point", "coordinates": [ 174.5, -35.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "1--4----", "LOCODE": "NZNPE", "Name": "Napier", "NameWoDiac": "Napier", "Status": "AC", "outflows": 3423163.5692899991 }, "geometry": { "type": "Point", "coordinates": [ 176.9, -39.466666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "1-34----", "LOCODE": "NZNSN", "Name": "Nelson", "NameWoDiac": "Nelson", "Status": "AC", "outflows": 1229461.9998700004 }, "geometry": { "type": "Point", "coordinates": [ 173.26666666666668, -41.25 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "1-------", "LOCODE": "NZPOE", "Name": "Port Chalmers", "NameWoDiac": "Port Chalmers", "Status": "AC", "outflows": 1736542.9262700006 }, "geometry": { "type": "Point", "coordinates": [ 170.6, -45.81666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "1234----", "LOCODE": "NZTRG", "Name": "Tauranga", "NameWoDiac": "Tauranga", "Status": "AI", "outflows": 6568750.5691900002 }, "geometry": { "type": "Point", "coordinates": [ 176.166666666666657, -37.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "1234----", "LOCODE": "NZTIU", "Name": "Timaru", "NameWoDiac": "Timaru", "Status": "AC", "outflows": 1399570.2597300003 }, "geometry": { "type": "Point", "coordinates": [ 171.25, -44.383333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "New Zealand", "Function": "1234----", "LOCODE": "NZWLG", "Name": "Wellington", "NameWoDiac": "Wellington", "Status": "AC", "outflows": 1605903.3093099999 }, "geometry": { "type": "Point", "coordinates": [ 174.783333333333331, -41.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Panama", "Function": "1-345---", "LOCODE": "PAONX", "Name": "Coln", "NameWoDiac": "Colon", "Status": "AI", "outflows": 5425996.6880400013 }, "geometry": { "type": "Point", "coordinates": [ -79.86666666666666, 9.35 ] } }, +{ "type": "Feature", "properties": { "Country": "Panama", "Function": "1-------", "LOCODE": "PACTB", "Name": "Cristbal", "NameWoDiac": "Cristobal", "Status": "AI", "outflows": 7696418.2510899995 }, "geometry": { "type": "Point", "coordinates": [ -79.9, 9.35 ] } }, +{ "type": "Feature", "properties": { "Country": "Panama", "Function": "1-345---", "LOCODE": "PAPTY", "Name": "Panam, Ciudad de", "NameWoDiac": "Panama, Ciudad de", "Status": "AI", "outflows": 13494.0 }, "geometry": { "type": "Point", "coordinates": [ -79.533333333333331, 8.966666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Panama", "Function": "1-------", "LOCODE": "PAROD", "Name": "Rodman", "NameWoDiac": "Rodman", "Status": "RL", "outflows": 4784764.0453200005 }, "geometry": { "type": "Point", "coordinates": [ -79.566666666666663, 8.95 ] } }, +{ "type": "Feature", "properties": { "Country": "French Polynesia", "Function": "1--4----", "LOCODE": "PFBOB", "Name": "Bora Bora", "NameWoDiac": "Bora Bora", "Status": "AI", "outflows": 726.75 }, "geometry": { "type": "Point", "coordinates": [ -151.75, -16.45 ] } }, +{ "type": "Feature", "properties": { "Country": "French Polynesia", "Function": "1--45---", "LOCODE": "PFPPT", "Name": "Papeete", "NameWoDiac": "Papeete", "Status": "AI", "outflows": 1092395.0833000003 }, "geometry": { "type": "Point", "coordinates": [ -149.616666666666674, -17.55 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1--4----", "LOCODE": "PGMAG", "Name": "Madang", "NameWoDiac": "Madang", "Status": "AI", "outflows": 168130.0 }, "geometry": { "type": "Point", "coordinates": [ 145.783333333333331, -5.216666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1-------", "LOCODE": "PGMTK", "Name": "Motukea Island", "NameWoDiac": "Motukea Island", "Status": "RL", "outflows": 301007.5 }, "geometry": { "type": "Point", "coordinates": [ 147.1, -9.433333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1-3--6--", "LOCODE": "PHBTG", "Name": "Batangas\/Luzon", "NameWoDiac": "Batangas\/Luzon", "Status": "AI", "outflows": 1811559.5 }, "geometry": { "type": "Point", "coordinates": [ 121.05, 13.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1-34----", "LOCODE": "PHGES", "Name": "General Santos", "NameWoDiac": "General Santos", "Status": "AI", "outflows": 925870.83340999996 }, "geometry": { "type": "Point", "coordinates": [ 125.15, 6.116666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1-3-----", "LOCODE": "PHTGO", "Name": "Tagoloan", "NameWoDiac": "Tagoloan", "Status": "RL", "outflows": 12150.0 }, "geometry": { "type": "Point", "coordinates": [ 124.75, 8.533333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Poland", "Function": "123-----", "LOCODE": "PLGDY", "Name": "Gdynia", "NameWoDiac": "Gdynia", "Status": "RL", "outflows": 1377819.1666200003 }, "geometry": { "type": "Point", "coordinates": [ 18.55, 54.5 ] } }, +{ "type": "Feature", "properties": { "Country": "Poland", "Function": "123-----", "LOCODE": "PLSWI", "Name": "Swinoujscie", "NameWoDiac": "Swinoujscie", "Status": "RL", "outflows": 16263.0 }, "geometry": { "type": "Point", "coordinates": [ 14.25, 53.9 ] } }, +{ "type": "Feature", "properties": { "Country": "Puerto Rico", "Function": "1--45---", "LOCODE": "PRSJU", "Name": "San Juan", "NameWoDiac": "San Juan", "Status": "AI", "outflows": 914875.50003 }, "geometry": { "type": "Point", "coordinates": [ -66.083333333333329, 18.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1-3-----", "LOCODE": "PTCNL", "Name": "Canial", "NameWoDiac": "Canical", "Status": "RL", "outflows": 70018.0 }, "geometry": { "type": "Point", "coordinates": [ -16.733333333333334, 32.733333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "123-----", "LOCODE": "PTFDF", "Name": "Figueira da Foz", "NameWoDiac": "Figueira da Foz", "Status": "AI", "outflows": 26754.0 }, "geometry": { "type": "Point", "coordinates": [ -8.866666666666667, 40.15 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1-34----", "LOCODE": "PTHOR", "Name": "Horta", "NameWoDiac": "Horta", "Status": "AI", "outflows": 32292.0 }, "geometry": { "type": "Point", "coordinates": [ -28.633333333333333, 38.533333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "123-----", "LOCODE": "PTLEI", "Name": "Leixes", "NameWoDiac": "Leixoes", "Status": "AI", "outflows": 1619530.783304 }, "geometry": { "type": "Point", "coordinates": [ -8.683333333333334, 41.18333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "12345---", "LOCODE": "PTLIS", "Name": "Lisboa", "NameWoDiac": "Lisboa", "Status": "AI", "outflows": 1373631.1667299997 }, "geometry": { "type": "Point", "coordinates": [ -9.133333333333333, 38.716666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "--3-----", "LOCODE": "PTPIC", "Name": "Pico", "NameWoDiac": "Pico", "Status": "RL", "outflows": 23192.0 }, "geometry": { "type": "Point", "coordinates": [ -8.416666666666666, 41.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1-345---", "LOCODE": "PTPDL", "Name": "Ponta Delgada", "NameWoDiac": "Ponta Delgada", "Status": "AI", "outflows": 109096.0 }, "geometry": { "type": "Point", "coordinates": [ -25.666666666666668, 37.733333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1--4---B", "LOCODE": "PTPXO", "Name": "Porto Santo Island", "NameWoDiac": "Porto Santo Island", "Status": "AI", "outflows": 28236.0 }, "geometry": { "type": "Point", "coordinates": [ -16.333333333333332, 33.06666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1-3-----", "LOCODE": "PTPRG", "Name": "Praia da Graciosa", "NameWoDiac": "Praia da Graciosa", "Status": "AI", "outflows": 19500.0 }, "geometry": { "type": "Point", "coordinates": [ -27.966666666666665, 39.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1-3-----", "LOCODE": "PTPRV", "Name": "Praia da Vitria", "NameWoDiac": "Praia da Vitoria", "Status": "AI", "outflows": 109096.0 }, "geometry": { "type": "Point", "coordinates": [ -27.066666666666666, 38.733333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1-3-----", "LOCODE": "PTSCF", "Name": "Santa Cruz das Flores", "NameWoDiac": "Santa Cruz das Flores", "Status": "RL", "outflows": 16146.0 }, "geometry": { "type": "Point", "coordinates": [ -31.116666666666667, 39.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "123-----", "LOCODE": "PTSET", "Name": "Setbal", "NameWoDiac": "Setubal", "Status": "AI", "outflows": 443319.5 }, "geometry": { "type": "Point", "coordinates": [ -8.9, 38.533333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1234----", "LOCODE": "PTSIE", "Name": "Sines", "NameWoDiac": "Sines", "Status": "AI", "outflows": 11424189.365200002 }, "geometry": { "type": "Point", "coordinates": [ -8.866666666666667, 37.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1-3-----", "LOCODE": "PTVEL", "Name": "Velas", "NameWoDiac": "Velas", "Status": "AI", "outflows": 47190.0 }, "geometry": { "type": "Point", "coordinates": [ -28.216666666666665, 38.68333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Portugal", "Function": "1-3-----", "LOCODE": "PTVDP", "Name": "Vila do Porto", "NameWoDiac": "Vila do Porto", "Status": "RL", "outflows": 13468.0 }, "geometry": { "type": "Point", "coordinates": [ -25.15, 36.93333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Paraguay", "Function": "1--45---", "LOCODE": "PYASU", "Name": "Asuncin", "NameWoDiac": "Asuncion", "Status": "AI", "outflows": 13793.0 }, "geometry": { "type": "Point", "coordinates": [ -57.666666666666664, -25.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Qatar", "Function": "1-------", "LOCODE": "QAHMD", "Name": "BGN\/PCGN1956 - HAMAD", "NameWoDiac": "BGN\/PCGN1956 - HAMAD", "Status": "RL", "outflows": 11570563.360890001 }, "geometry": { "type": "Point", "coordinates": [ 51.616666666666667, 25.0 ] } }, +{ "type": "Feature", "properties": { "Country": "Qatar", "Function": "1----6--", "LOCODE": "QAMES", "Name": "Mesaieed", "NameWoDiac": "Mesaieed", "Status": "RQ", "outflows": 87230.0 }, "geometry": { "type": "Point", "coordinates": [ 51.916666666666664, 25.633333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Romania", "Function": "1234-6--", "LOCODE": "ROCND", "Name": "Constanta", "NameWoDiac": "Constanta", "Status": "AI", "outflows": 4202750.0668100007 }, "geometry": { "type": "Point", "coordinates": [ 28.65, 44.18333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "123-----", "LOCODE": "RUBRK", "Name": "Lomonosov", "NameWoDiac": "Lomonosov", "Status": "RL", "outflows": 172926.0 }, "geometry": { "type": "Point", "coordinates": [ 29.733333333333334, 59.9 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "123--6--", "LOCODE": "RUNVS", "Name": "Novorossiysk", "NameWoDiac": "Novorossiysk", "Status": "RL", "outflows": 2856095.6668099994 }, "geometry": { "type": "Point", "coordinates": [ 37.766666666666666, 44.716666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "12345---", "LOCODE": "RULED", "Name": "Saint Petersburg (ex Leningrad)", "NameWoDiac": "Saint Petersburg (ex Leningrad)", "Status": "AI", "outflows": 2197863.9046789999 }, "geometry": { "type": "Point", "coordinates": [ 30.25, 59.883333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "123-----", "LOCODE": "RUULU", "Name": "Ust'-Luga", "NameWoDiac": "Ust'-Luga", "Status": "RL", "outflows": 217892.99998 }, "geometry": { "type": "Point", "coordinates": [ 28.316666666666666, 59.666666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "1-------", "LOCODE": "RUVYP", "Name": "Vostochnyy Port", "NameWoDiac": "Vostochnyy Port", "Status": "RL", "outflows": 694044.00000000012 }, "geometry": { "type": "Point", "coordinates": [ 133.05, 42.766666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "1-------", "LOCODE": "RUZAR", "Name": "Zarubino", "NameWoDiac": "Zarubino", "Status": "RL", "outflows": 8476.0 }, "geometry": { "type": "Point", "coordinates": [ 131.083333333333343, 42.616666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Saudi Arabia", "Function": "12345---", "LOCODE": "SADMM", "Name": "Ad Dammam", "NameWoDiac": "Ad Dammam", "Status": "RL", "outflows": 11255729.646892 }, "geometry": { "type": "Point", "coordinates": [ 50.1, 26.416666666666668 ] } }, +{ "type": "Feature", "properties": { "Country": "Saudi Arabia", "Function": "1--45---", "LOCODE": "SAJED", "Name": "Jeddah", "NameWoDiac": "Jeddah", "Status": "AI", "outflows": 28479677.911780011 }, "geometry": { "type": "Point", "coordinates": [ 39.166666666666664, 21.533333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "Saudi Arabia", "Function": "1-3-----", "LOCODE": "SAKAC", "Name": "King Abdullah City", "NameWoDiac": "King Abdullah City", "Status": "RQ", "outflows": 13582128.147299998 }, "geometry": { "type": "Point", "coordinates": [ 39.083333333333336, 22.4 ] } }, +{ "type": "Feature", "properties": { "Country": "Saudi Arabia", "Function": "1-34----", "LOCODE": "SAYNB", "Name": "Yanbu al-Bahr", "NameWoDiac": "Yanbu al-Bahr", "Status": "AI", "outflows": 49257.0 }, "geometry": { "type": "Point", "coordinates": [ 38.033333333333331, 24.083333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "123-----", "LOCODE": "SEAHU", "Name": "hus", "NameWoDiac": "Ahus", "Status": "AA", "outflows": 33696.0 }, "geometry": { "type": "Point", "coordinates": [ 14.283333333333333, 55.916666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "1--4----", "LOCODE": "SEGVX", "Name": "Gvle", "NameWoDiac": "Gavle", "Status": "AA", "outflows": 278876.0 }, "geometry": { "type": "Point", "coordinates": [ 17.166666666666668, 60.666666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "12345---", "LOCODE": "SEGOT", "Name": "Gteborg", "NameWoDiac": "Goteborg", "Status": "AA", "outflows": 3614371.4282800001 }, "geometry": { "type": "Point", "coordinates": [ 11.966666666666667, 57.716666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "1234----", "LOCODE": "SEHAD", "Name": "Halmstad", "NameWoDiac": "Halmstad", "Status": "AA", "outflows": 48750.0 }, "geometry": { "type": "Point", "coordinates": [ 12.85, 56.666666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "1--4----", "LOCODE": "SEKSD", "Name": "Karlstad", "NameWoDiac": "Karlstad", "Status": "AA", "outflows": 3312.0 }, "geometry": { "type": "Point", "coordinates": [ 13.5, 59.366666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "1234----", "LOCODE": "SENRK", "Name": "Norrkping", "NameWoDiac": "Norrkoping", "Status": "AA", "outflows": 296309.0 }, "geometry": { "type": "Point", "coordinates": [ 16.183333333333334, 58.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "123-----", "LOCODE": "SEOSK", "Name": "Oskarshamn", "NameWoDiac": "Oskarshamn", "Status": "AA", "outflows": 84688.5 }, "geometry": { "type": "Point", "coordinates": [ 16.433333333333334, 57.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "123-----", "LOCODE": "SEOXE", "Name": "Oxelsund", "NameWoDiac": "Oxelosund", "Status": "AA", "outflows": 73031.833334999988 }, "geometry": { "type": "Point", "coordinates": [ 17.1, 58.666666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "123-----", "LOCODE": "SEPIT", "Name": "Pite", "NameWoDiac": "Pitea", "Status": "AA", "outflows": 67392.0 }, "geometry": { "type": "Point", "coordinates": [ 21.5, 65.333333333333329 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "123--6--", "LOCODE": "SESOE", "Name": "Sdertlje", "NameWoDiac": "Sodertalje", "Status": "AA", "outflows": 54799.333335000003 }, "geometry": { "type": "Point", "coordinates": [ 17.616666666666667, 59.2 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "12345---", "LOCODE": "SESTO", "Name": "Stockholm", "NameWoDiac": "Stockholm", "Status": "AA", "outflows": 227955.0 }, "geometry": { "type": "Point", "coordinates": [ 18.05, 59.333333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "1-34----", "LOCODE": "SESDL", "Name": "Sundsvall", "NameWoDiac": "Sundsvall", "Status": "AA", "outflows": 51928.5 }, "geometry": { "type": "Point", "coordinates": [ 17.3, 62.383333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "1234----", "LOCODE": "SEUME", "Name": "Ume", "NameWoDiac": "Umea", "Status": "AI", "outflows": 51928.5 }, "geometry": { "type": "Point", "coordinates": [ 20.25, 63.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "1234----", "LOCODE": "SEVST", "Name": "Vsters", "NameWoDiac": "Vasteras", "Status": "AA", "outflows": 21103.333335000003 }, "geometry": { "type": "Point", "coordinates": [ 16.55, 59.616666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Syrian Arab Republic", "Function": "1--4----", "LOCODE": "SYLTK", "Name": "Latakia", "NameWoDiac": "Latakia", "Status": "AI", "outflows": 719300.0 }, "geometry": { "type": "Point", "coordinates": [ 35.783333333333331, 35.516666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Syrian Arab Republic", "Function": "1-3-----", "LOCODE": "SYTTS", "Name": "Tartus", "NameWoDiac": "Tartus", "Status": "RL", "outflows": 103493.0 }, "geometry": { "type": "Point", "coordinates": [ 35.9, 34.9 ] } }, +{ "type": "Feature", "properties": { "Country": "Thailand", "Function": "12345---", "LOCODE": "THBKK", "Name": "Bangkok", "NameWoDiac": "Bangkok", "Status": "AI", "outflows": 4526246.8335100003 }, "geometry": { "type": "Point", "coordinates": [ 100.516666666666666, 13.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Thailand", "Function": "1-3-----", "LOCODE": "THLCH", "Name": "Laem Chabang", "NameWoDiac": "Laem Chabang", "Status": "RL", "outflows": 21757591.196550008 }, "geometry": { "type": "Point", "coordinates": [ 100.88333333333334, 13.083333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Thailand", "Function": "---4----", "LOCODE": "THHKT", "Name": "Phuket International Apt", "NameWoDiac": "Phuket International Apt", "Status": "AA", "outflows": 44898.75 }, "geometry": { "type": "Point", "coordinates": [ 98.316666666666663, 8.116666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Thailand", "Function": "1-3-----", "LOCODE": "THSCS", "Name": "Sahathai Coastal Seaport", "NameWoDiac": "Sahathai Coastal Seaport", "Status": "RQ", "outflows": 91563.33335 }, "geometry": { "type": "Point", "coordinates": [ 100.533333333333331, 13.65 ] } }, +{ "type": "Feature", "properties": { "Country": "Timor-Leste", "Function": "1-34----", "LOCODE": "TLDIL", "Name": "Dili", "NameWoDiac": "Dili", "Status": "RL", "outflows": 34187.75 }, "geometry": { "type": "Point", "coordinates": [ 125.566666666666663, -8.55 ] } }, +{ "type": "Feature", "properties": { "Country": "Tonga", "Function": "1--45---", "LOCODE": "TOTBU", "Name": "Nuku'alofa", "NameWoDiac": "Nuku'alofa", "Status": "AI", "outflows": 178599.5 }, "geometry": { "type": "Point", "coordinates": [ -175.2, -21.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "--3-----", "LOCODE": "TRPAM", "Name": "Ambarli", "NameWoDiac": "Ambarli", "Status": "RL", "outflows": 14411413.266529994 }, "geometry": { "type": "Point", "coordinates": [ 39.166666666666664, 41.033333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1234----", "LOCODE": "TRAYT", "Name": "Antalya", "NameWoDiac": "Antalya", "Status": "AI", "outflows": 111670.0 }, "geometry": { "type": "Point", "coordinates": [ 30.6, 36.833333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1234----", "LOCODE": "TRBDM", "Name": "Bandirma", "NameWoDiac": "Bandirma", "Status": "AI", "outflows": 19968.0 }, "geometry": { "type": "Point", "coordinates": [ 27.966666666666665, 40.35 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "--3-----", "LOCODE": "TRELI", "Name": "Eregli", "NameWoDiac": "Eregli", "Status": "RL", "outflows": 46215.0 }, "geometry": { "type": "Point", "coordinates": [ 34.05, 37.5 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "123-----", "LOCODE": "TREYP", "Name": "Evyap Port \/Kocaeli", "NameWoDiac": "Evyap Port \/Kocaeli", "Status": "RL", "outflows": 2234864.6663000002 }, "geometry": { "type": "Point", "coordinates": [ 29.7, 40.766666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "123-----", "LOCODE": "TRGEB", "Name": "Gebze", "NameWoDiac": "Gebze", "Status": "RL", "outflows": 3850254.1414999994 }, "geometry": { "type": "Point", "coordinates": [ 29.416666666666668, 40.783333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1-------", "LOCODE": "TRGEM", "Name": "Gemlik", "NameWoDiac": "Gemlik", "Status": "RL", "outflows": 5852461.2414100012 }, "geometry": { "type": "Point", "coordinates": [ 29.15, 40.416666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "123-----", "LOCODE": "TRISK", "Name": "Iskenderun", "NameWoDiac": "Iskenderun", "Status": "RL", "outflows": 5577045.5832400005 }, "geometry": { "type": "Point", "coordinates": [ 36.166666666666664, 36.583333333333336 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "12345---", "LOCODE": "TRIZM", "Name": "Izmir", "NameWoDiac": "Izmir", "Status": "AI", "outflows": 3559402.8750300007 }, "geometry": { "type": "Point", "coordinates": [ 27.15, 38.416666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "123-----", "LOCODE": "TRIZT", "Name": "Izmit", "NameWoDiac": "Izmit", "Status": "RL", "outflows": 8619638.1665099971 }, "geometry": { "type": "Point", "coordinates": [ 29.95, 40.783333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "123-----", "LOCODE": "TRKMX", "Name": "Kumport", "NameWoDiac": "Kumport", "Status": "RQ", "outflows": 829400.0 }, "geometry": { "type": "Point", "coordinates": [ 28.816666666666666, 40.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1-------", "LOCODE": "TRLMA", "Name": "Limas", "NameWoDiac": "Limas", "Status": "RQ", "outflows": 31720.0 }, "geometry": { "type": "Point", "coordinates": [ 26.916666666666668, 38.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "123-----", "LOCODE": "TRMAD", "Name": "Mardas", "NameWoDiac": "Mardas", "Status": "RQ", "outflows": 103532.0 }, "geometry": { "type": "Point", "coordinates": [ 28.95, 41.016666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "123-----", "LOCODE": "TRMER", "Name": "Mersin", "NameWoDiac": "Mersin", "Status": "RL", "outflows": 9929684.1327900011 }, "geometry": { "type": "Point", "coordinates": [ 34.633333333333333, 36.716666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1--4----", "LOCODE": "TRSSX", "Name": "Samsun", "NameWoDiac": "Samsun", "Status": "AI", "outflows": 105306.5 }, "geometry": { "type": "Point", "coordinates": [ 36.333333333333336, 41.283333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1234----", "LOCODE": "TRTEK", "Name": "Tekirdag", "NameWoDiac": "Tekirdag", "Status": "AI", "outflows": 4941615.3749799989 }, "geometry": { "type": "Point", "coordinates": [ 27.516666666666666, 40.966666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1-34----", "LOCODE": "TRTZX", "Name": "Trabzon", "NameWoDiac": "Trabzon", "Status": "AI", "outflows": 14760.0 }, "geometry": { "type": "Point", "coordinates": [ 39.733333333333334, 41.0 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1-3-----", "LOCODE": "TRYPO", "Name": "Yilport", "NameWoDiac": "Yilport", "Status": "RL", "outflows": 253751.33331 }, "geometry": { "type": "Point", "coordinates": [ 29.533333333333335, 40.766666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Trinidad and Tobago", "Function": "1--45---", "LOCODE": "TTPOS", "Name": "Port-of-Spain", "NameWoDiac": "Port-of-Spain", "Status": "AI", "outflows": 1136813.0 }, "geometry": { "type": "Point", "coordinates": [ -61.516666666666666, 10.65 ] } }, +{ "type": "Feature", "properties": { "Country": "Trinidad and Tobago", "Function": "1--45---", "LOCODE": "TTPOS", "Name": "Port-of-Spain", "NameWoDiac": "Port-of-Spain", "Status": "AI", "outflows": 1136813.0 }, "geometry": { "type": "Point", "coordinates": [ -61.516666666666666, 10.65 ] } }, +{ "type": "Feature", "properties": { "Country": "Taiwan, Province of China", "Function": "1--45---", "LOCODE": "TWTPE", "Name": "Taipei", "NameWoDiac": "Taipei", "Status": "AI", "outflows": 10793107.077210007 }, "geometry": { "type": "Point", "coordinates": [ 121.516666666666666, 25.033333333333335 ] } }, +{ "type": "Feature", "properties": { "Country": "Tanzania, United Republic of", "Function": "12345---", "LOCODE": "TZDAR", "Name": "Dar es Salaam", "NameWoDiac": "Dar es Salaam", "Status": "AI", "outflows": 1404403.5674399997 }, "geometry": { "type": "Point", "coordinates": [ 39.283333333333331, -6.8 ] } }, +{ "type": "Feature", "properties": { "Country": "Ukraine", "Function": "123-----", "LOCODE": "UAILK", "Name": "Chornomorsk", "NameWoDiac": "Chornomorsk", "Status": "AA", "outflows": 1398819.4999800001 }, "geometry": { "type": "Point", "coordinates": [ 30.666666666666668, 46.31666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Ukraine", "Function": "1234-6--", "LOCODE": "UAODS", "Name": "Odesa", "NameWoDiac": "Odesa", "Status": "AA", "outflows": 2843490.8999800007 }, "geometry": { "type": "Point", "coordinates": [ 30.75, 46.5 ] } }, +{ "type": "Feature", "properties": { "Country": "Ukraine", "Function": "1-------", "LOCODE": "UAYUZ", "Name": "Yuzhnyi", "NameWoDiac": "Yuzhnyi", "Status": "AA", "outflows": 1861645.5 }, "geometry": { "type": "Point", "coordinates": [ 31.016666666666666, 46.6 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "123-----", "LOCODE": "USBAL", "Name": "Baltimore", "NameWoDiac": "Baltimore", "Status": "RL", "outflows": 6053080.2448899997 }, "geometry": { "type": "Point", "coordinates": [ -76.61666666666666, 39.283333333333331 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "-23-----", "LOCODE": "USACL", "Name": "Chester", "NameWoDiac": "Chester", "Status": "RL", "outflows": 109902.0 }, "geometry": { "type": "Point", "coordinates": [ -72.583333333333329, 43.266666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "--3----B", "LOCODE": "USEPI", "Name": "Eastport", "NameWoDiac": "Eastport", "Status": "RN", "outflows": 28364.0 }, "geometry": { "type": "Point", "coordinates": [ -67.000460366215606, 44.918963897792032 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-3-----", "LOCODE": "USFEB", "Name": "Fernandina Beach", "NameWoDiac": "Fernandina Beach", "Status": "RL", "outflows": 2700.0 }, "geometry": { "type": "Point", "coordinates": [ -81.45, 30.666666666666668 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "--3--6--", "LOCODE": "USGFP", "Name": "Gulfport", "NameWoDiac": "Gulfport", "Status": "RQ", "outflows": 179625.33335 }, "geometry": { "type": "Point", "coordinates": [ -89.084906220322893, 30.378156457739781 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-345---", "LOCODE": "USHNL", "Name": "Honolulu", "NameWoDiac": "Honolulu", "Status": "AI", "outflows": 808514.83334000001 }, "geometry": { "type": "Point", "coordinates": [ -157.85, 21.3 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "-23--6--", "LOCODE": "USHKA", "Name": "Houston", "NameWoDiac": "Houston", "Status": "RL", "outflows": 14456458.251239998 }, "geometry": { "type": "Point", "coordinates": [ -149.816666666666663, 61.633333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1234----", "LOCODE": "USLGB", "Name": "Long Beach", "NameWoDiac": "Long Beach", "Status": "AI", "outflows": 12114713.79308 }, "geometry": { "type": "Point", "coordinates": [ -118.183333333333337, 33.766666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "12345---", "LOCODE": "USNYC", "Name": "New York", "NameWoDiac": "New York", "Status": "AI", "outflows": 27396473.865290001 }, "geometry": { "type": "Point", "coordinates": [ -74.0, 40.7 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "--3--6--", "LOCODE": "USNFF", "Name": "Norfolk", "NameWoDiac": "Norfolk", "Status": "RL", "outflows": 20779844.877009999 }, "geometry": { "type": "Point", "coordinates": [ -73.2, 42.0 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "-23-----", "LOCODE": "USKND", "Name": "Oakland", "NameWoDiac": "Oakland", "Status": "RL", "outflows": 17163885.235119998 }, "geometry": { "type": "Point", "coordinates": [ -122.220254629629636, 37.932904795821436 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "-23--6--", "LOCODE": "USPDP", "Name": "Philadelphia", "NameWoDiac": "Philadelphia", "Status": "RL", "outflows": 5743740.1835829979 }, "geometry": { "type": "Point", "coordinates": [ -75.716666666666669, 44.15 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-34----", "LOCODE": "USPEF", "Name": "Port Everglades", "NameWoDiac": "Port Everglades", "Status": "RN", "outflows": 3155879.7381200008 }, "geometry": { "type": "Point", "coordinates": [ -80.13333333333334, 26.1 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1234-6--", "LOCODE": "USNTD", "Name": "Port Hueneme", "NameWoDiac": "Port Hueneme", "Status": "AI", "outflows": 585733.2 }, "geometry": { "type": "Point", "coordinates": [ -119.183333333333337, 34.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-3-----", "LOCODE": "USPME", "Name": "Port Manatee", "NameWoDiac": "Port Manatee", "Status": "RL", "outflows": 88523.5 }, "geometry": { "type": "Point", "coordinates": [ -82.55, 27.633333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-34----", "LOCODE": "USSAN", "Name": "San Diego", "NameWoDiac": "San Diego", "Status": "AI", "outflows": 60060.0 }, "geometry": { "type": "Point", "coordinates": [ -117.15, 32.7 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-34----", "LOCODE": "USSCK", "Name": "Stockton", "NameWoDiac": "Stockton", "Status": "AI", "outflows": 27774.0 }, "geometry": { "type": "Point", "coordinates": [ -121.283333333333331, 37.95 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USILM", "Name": "Wilmington", "NameWoDiac": "Wilmington", "Status": "AI", "outflows": 2749421.5816000002 }, "geometry": { "type": "Point", "coordinates": [ -77.933333333333337, 34.216666666666669 ] } }, +{ "type": "Feature", "properties": { "Country": "Uruguay", "Function": "--3-----", "LOCODE": "UYPTP", "Name": "Punta Pereyra", "NameWoDiac": "Punta Pereyra", "Status": "RQ", "outflows": 7800.0 }, "geometry": { "type": "Point", "coordinates": [ -58.06666666666667, -34.233333333333334 ] } }, +{ "type": "Feature", "properties": { "Country": "Saint Vincent and the Grenadines", "Function": "1--45---", "LOCODE": "VCKTN", "Name": "Kingstown", "NameWoDiac": "Kingstown", "Status": "RL", "outflows": 225040.4 }, "geometry": { "type": "Point", "coordinates": [ -61.216666666666669, 13.133333333333333 ] } }, +{ "type": "Feature", "properties": { "Country": "Venezuela, Bolivarian Republic of", "Function": "1--4----", "LOCODE": "VEPLA", "Name": "Pala", "NameWoDiac": "Palua", "Status": "AI", "outflows": 15540.0 }, "geometry": { "type": "Point", "coordinates": [ -62.666666666666664, 8.35 ] } }, +{ "type": "Feature", "properties": { "Country": "Virgin Islands, U.S.", "Function": "1-------", "LOCODE": "VICTD", "Name": "Christiansted, Saint Croix", "NameWoDiac": "Christiansted, Saint Croix", "Status": "AI", "outflows": 11076.0 }, "geometry": { "type": "Point", "coordinates": [ -64.75, 17.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Viet Nam", "Function": "--3-----", "LOCODE": "VNC8Q", "Name": "Chu Lai", "NameWoDiac": "Chu Lai", "Status": "RL", "outflows": 233142.0 }, "geometry": { "type": "Point", "coordinates": [ 108.7, 15.4 ] } }, +{ "type": "Feature", "properties": { "Country": "Viet Nam", "Function": "1--4----", "LOCODE": "VNDAD", "Name": "Da Nang", "NameWoDiac": "Da Nang", "Status": "AI", "outflows": 3019963.9167599995 }, "geometry": { "type": "Point", "coordinates": [ 108.216666666666669, 16.066666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Viet Nam", "Function": "1-3456--", "LOCODE": "VNSGN", "Name": "Ho Chi Minh City", "NameWoDiac": "Ho Chi Minh City", "Status": "AI", "outflows": 12782452.750279998 }, "geometry": { "type": "Point", "coordinates": [ 106.666666666666671, 10.766666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Viet Nam", "Function": "1-3-----", "LOCODE": "VNNGH", "Name": "Nghi Son", "NameWoDiac": "Nghi Son", "Status": "RL", "outflows": 43602.0 }, "geometry": { "type": "Point", "coordinates": [ 105.833333333333329, 19.333333333333332 ] } }, +{ "type": "Feature", "properties": { "Country": "Viet Nam", "Function": "1-34----", "LOCODE": "VNUIH", "Name": "Qui Nhon", "NameWoDiac": "Qui Nhon", "Status": "AI", "outflows": 418626.0 }, "geometry": { "type": "Point", "coordinates": [ 109.216666666666669, 13.766666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "Viet Nam", "Function": "1-34----", "LOCODE": "VNVUT", "Name": "Vung Tau", "NameWoDiac": "Vung Tau", "Status": "RL", "outflows": 21025136.034170005 }, "geometry": { "type": "Point", "coordinates": [ 107.066666666666663, 10.35 ] } }, +{ "type": "Feature", "properties": { "Country": "Wallis and Futuna", "Function": "---4----", "LOCODE": "WFFUT", "Name": "Vele Futuna I. Apt", "NameWoDiac": "Vele Futuna I. Apt", "Status": "AI", "outflows": 10200.0 }, "geometry": { "type": "Point", "coordinates": [ -178.083333333333343, -14.316666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "Mayotte", "Function": "1-3-----", "LOCODE": "YTLON", "Name": "Longoni", "NameWoDiac": "Longoni", "Status": "AA", "outflows": 298158.99997999996 }, "geometry": { "type": "Point", "coordinates": [ 45.166666666666664, -12.716666666666667 ] } }, +{ "type": "Feature", "properties": { "Country": "South Africa", "Function": "12345---", "LOCODE": "ZACPT", "Name": "Cape Town", "NameWoDiac": "Cape Town", "Status": "AF", "outflows": 4902763.6243000003 }, "geometry": { "type": "Point", "coordinates": [ 18.416666666666668, -33.916666666666664 ] } }, +{ "type": "Feature", "properties": { "Country": "South Africa", "Function": "-----6--", "LOCODE": "ZAZBA", "Name": "Coega", "NameWoDiac": "Coega", "Status": "RL", "outflows": 3467734.6668099998 }, "geometry": { "type": "Point", "coordinates": [ 25.666666666666668, -33.766666666666666 ] } }, +{ "type": "Feature", "properties": { "Country": "South Africa", "Function": "12345---", "LOCODE": "ZADUR", "Name": "Durban", "NameWoDiac": "Durban", "Status": "AI", "outflows": 8754191.1218599975 }, "geometry": { "type": "Point", "coordinates": [ 31.016666666666666, -29.85 ] } }, +{ "type": "Feature", "properties": { "Country": "United Arab Emirates", "Function": "1-3-----", "LOCODE": "AEAJM", "Name": "Ajman", "NameWoDiac": "Ajman", "Status": "RL", "outflows": 73567.0 }, "geometry": { "type": "Point", "coordinates": [ 55.47878, 25.40177 ] } }, +{ "type": "Feature", "properties": { "Country": "United Arab Emirates", "Function": "1-------", "LOCODE": "AEJEA", "Name": "Jebel Ali", "NameWoDiac": "Jebel Ali", "Status": "QQ", "outflows": 44524119.850148 }, "geometry": { "type": "Point", "coordinates": [ 55.10811, 25.00255 ] } }, +{ "type": "Feature", "properties": { "Country": "Anguilla", "Function": "---45---", "LOCODE": "AIAXA", "Name": "Anguilla", "NameWoDiac": "Anguilla", "Status": "AI", "outflows": 230958.0 }, "geometry": { "type": "Point", "coordinates": [ -63.09375, 18.17648 ] } }, +{ "type": "Feature", "properties": { "Country": "Albania", "Function": "1-------", "LOCODE": "ALDRZ", "Name": "Durrs", "NameWoDiac": "Durres", "Status": "RL", "outflows": 134307.0 }, "geometry": { "type": "Point", "coordinates": [ 19.45469, 41.32355 ] } }, +{ "type": "Feature", "properties": { "Country": "Albania", "Function": "1-------", "LOCODE": "ALDRZ", "Name": "Durrs", "NameWoDiac": "Durres", "Status": "RL", "outflows": 134307.0 }, "geometry": { "type": "Point", "coordinates": [ 19.45469, 41.32355 ] } }, +{ "type": "Feature", "properties": { "Country": "Angola", "Function": "1--4----", "LOCODE": "AOCAB", "Name": "Cabinda", "NameWoDiac": "Cabinda", "Status": "AI", "outflows": 2673.25 }, "geometry": { "type": "Point", "coordinates": [ 12.2, -5.55 ] } }, +{ "type": "Feature", "properties": { "Country": "Angola", "Function": "1---5---", "LOCODE": "AOLOB", "Name": "Lobito", "NameWoDiac": "Lobito", "Status": "RL", "outflows": 210369.4 }, "geometry": { "type": "Point", "coordinates": [ 13.53601, -12.3644 ] } }, +{ "type": "Feature", "properties": { "Country": "Angola", "Function": "1--45---", "LOCODE": "AOLAD", "Name": "Luanda", "NameWoDiac": "Luanda", "Status": "AI", "outflows": 2439604.518850001 }, "geometry": { "type": "Point", "coordinates": [ 13.23432, -8.83682 ] } }, +{ "type": "Feature", "properties": { "Country": "Angola", "Function": "0-------", "LOCODE": "AOMAL", "Name": "Malongo", "NameWoDiac": "Malongo", "Status": "RQ", "outflows": 8707.5 }, "geometry": { "type": "Point", "coordinates": [ 12.19802179783948, -5.396406481852449 ] } }, +{ "type": "Feature", "properties": { "Country": "Angola", "Function": "1--4----", "LOCODE": "AOMSZ", "Name": "Namibe", "NameWoDiac": "Namibe", "Status": "AI", "outflows": 61242.5 }, "geometry": { "type": "Point", "coordinates": [ 12.15222, -15.19611 ] } }, +{ "type": "Feature", "properties": { "Country": "Angola", "Function": "1--4----", "LOCODE": "AOSZA", "Name": "Soyo", "NameWoDiac": "Soyo", "Status": "AI", "outflows": 79583.4 }, "geometry": { "type": "Point", "coordinates": [ 12.36894, -6.1349 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "123-----", "LOCODE": "AUBEL", "Name": "Bell Bay", "NameWoDiac": "Bell Bay", "Status": "AC", "outflows": 537012.66663 }, "geometry": { "type": "Point", "coordinates": [ 146.87, -41.13 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUBWT", "Name": "Burnie", "NameWoDiac": "Burnie", "Status": "AC", "outflows": 54600.0 }, "geometry": { "type": "Point", "coordinates": [ 145.90375, -41.05584 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUCNS", "Name": "Cairns", "NameWoDiac": "Cairns", "Status": "AC", "outflows": 806.0 }, "geometry": { "type": "Point", "coordinates": [ 145.76613, -16.92366 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1-------", "LOCODE": "AUDAM", "Name": "Dampier", "NameWoDiac": "Dampier", "Status": "AC", "outflows": 2273.75 }, "geometry": { "type": "Point", "coordinates": [ 116.71256, -20.66275 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUDPO", "Name": "Devonport", "NameWoDiac": "Devonport", "Status": "AC", "outflows": 11960.0 }, "geometry": { "type": "Point", "coordinates": [ 146.35152, -41.17695 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUFRE", "Name": "Fremantle", "NameWoDiac": "Fremantle", "Status": "AC", "outflows": 4485214.6003799979 }, "geometry": { "type": "Point", "coordinates": [ 115.74557, -32.05632 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUGEX", "Name": "Geelong", "NameWoDiac": "Geelong", "Status": "AC", "outflows": 3084.0 }, "geometry": { "type": "Point", "coordinates": [ 144.36069, -38.14711 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUNTL", "Name": "Newcastle", "NameWoDiac": "Newcastle", "Status": "AI", "outflows": 69717.0 }, "geometry": { "type": "Point", "coordinates": [ 151.7801, -32.92953 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "123-----", "LOCODE": "AUPBT", "Name": "Port Botany", "NameWoDiac": "Port Botany", "Status": "AC", "outflows": 47151.0 }, "geometry": { "type": "Point", "coordinates": [ 151.22277, -33.97447 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUPKL", "Name": "Port Kembla", "NameWoDiac": "Port Kembla", "Status": "AC", "outflows": 33267.0 }, "geometry": { "type": "Point", "coordinates": [ 150.9012, -34.4818 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUTSV", "Name": "Townsville", "NameWoDiac": "Townsville", "Status": "AI", "outflows": 227206.58331800002 }, "geometry": { "type": "Point", "coordinates": [ 146.80569, -19.26639 ] } }, +{ "type": "Feature", "properties": { "Country": "Australia", "Function": "1--4----", "LOCODE": "AUWEI", "Name": "Weipa", "NameWoDiac": "Weipa", "Status": "AC", "outflows": 806.0 }, "geometry": { "type": "Point", "coordinates": [ 141.87883, -12.62346 ] } }, +{ "type": "Feature", "properties": { "Country": "Aruba", "Function": "1---5---", "LOCODE": "AWORJ", "Name": "Oranjestad", "NameWoDiac": "Oranjestad", "Status": "AI", "outflows": 721990.3 }, "geometry": { "type": "Point", "coordinates": [ -70.02703, 12.52398 ] } }, +{ "type": "Feature", "properties": { "Country": "Barbados", "Function": "1--45---", "LOCODE": "BBBGI", "Name": "Bridgetown", "NameWoDiac": "Bridgetown", "Status": "AI", "outflows": 687251.06668999989 }, "geometry": { "type": "Point", "coordinates": [ -59.62021, 13.10732 ] } }, +{ "type": "Feature", "properties": { "Country": "Bangladesh", "Function": "1-------", "LOCODE": "BDMGL", "Name": "Mongla", "NameWoDiac": "Mongla", "Status": "RQ", "outflows": 65143.0 }, "geometry": { "type": "Point", "coordinates": [ 89.61095, 22.47223 ] } }, +{ "type": "Feature", "properties": { "Country": "Bulgaria", "Function": "1-------", "LOCODE": "BGBOJ", "Name": "Burgas", "NameWoDiac": "Burgas", "Status": "AC", "outflows": 535001.99997999996 }, "geometry": { "type": "Point", "coordinates": [ 27.46781, 42.50606 ] } }, +{ "type": "Feature", "properties": { "Country": "Bulgaria", "Function": "1--4----", "LOCODE": "BGVAR", "Name": "Varna", "NameWoDiac": "Varna", "Status": "AI", "outflows": 147810.0 }, "geometry": { "type": "Point", "coordinates": [ 27.91667, 43.21667 ] } }, +{ "type": "Feature", "properties": { "Country": "Benin", "Function": "1--45---", "LOCODE": "BJCOO", "Name": "Cotonou", "NameWoDiac": "Cotonou", "Status": "AI", "outflows": 4812454.6643299991 }, "geometry": { "type": "Point", "coordinates": [ 2.41833, 6.36536 ] } }, +{ "type": "Feature", "properties": { "Country": "Bermuda", "Function": "1--45---", "LOCODE": "BMBDA", "Name": "Hamilton", "NameWoDiac": "Hamilton", "Status": "AI", "outflows": 13100.0 }, "geometry": { "type": "Point", "coordinates": [ -64.78303, 32.2949 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1--4----", "LOCODE": "BRFOR", "Name": "Fortaleza", "NameWoDiac": "Fortaleza", "Status": "AI", "outflows": 278482.75 }, "geometry": { "type": "Point", "coordinates": [ -38.54306, -3.71722 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1--4----", "LOCODE": "BRIOS", "Name": "Ilheus", "NameWoDiac": "Ilheus", "Status": "AI", "outflows": 36877.75 }, "geometry": { "type": "Point", "coordinates": [ -39.03949, -14.79364 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1-------", "LOCODE": "BRIBB", "Name": "Imbituba", "NameWoDiac": "Imbituba", "Status": "AI", "outflows": 378681.33330999996 }, "geometry": { "type": "Point", "coordinates": [ -48.67028, -28.24 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1--4----", "LOCODE": "BRITJ", "Name": "Itajai", "NameWoDiac": "Itajai", "Status": "AI", "outflows": 4871215.6998899989 }, "geometry": { "type": "Point", "coordinates": [ -48.66194, -26.90778 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1--4----", "LOCODE": "BRMAO", "Name": "Manaus", "NameWoDiac": "Manaus", "Status": "AI", "outflows": 1385527.97796 }, "geometry": { "type": "Point", "coordinates": [ -60.025, -3.10194 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1--4----", "LOCODE": "BRNAT", "Name": "Natal", "NameWoDiac": "Natal", "Status": "AI", "outflows": 241605.0 }, "geometry": { "type": "Point", "coordinates": [ -35.20944, -5.795 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1--4----", "LOCODE": "BRRIG", "Name": "Rio Grande", "NameWoDiac": "Rio Grande", "Status": "AI", "outflows": 10184119.863509998 }, "geometry": { "type": "Point", "coordinates": [ -43.18223, -22.90642 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1--4----", "LOCODE": "BRSSA", "Name": "Salvador", "NameWoDiac": "Salvador", "Status": "AI", "outflows": 8800539.5732199997 }, "geometry": { "type": "Point", "coordinates": [ -38.51083, -12.97111 ] } }, +{ "type": "Feature", "properties": { "Country": "Brazil", "Function": "1-------", "LOCODE": "BRSUA", "Name": "Suape", "NameWoDiac": "Suape", "Status": "RQ", "outflows": 5878585.3904299997 }, "geometry": { "type": "Point", "coordinates": [ -38.62083, -12.74083 ] } }, +{ "type": "Feature", "properties": { "Country": "Belize", "Function": "1--45---", "LOCODE": "BZBZE", "Name": "Belize City", "NameWoDiac": "Belize City", "Status": "AI", "outflows": 469495.0 }, "geometry": { "type": "Point", "coordinates": [ -88.19756, 17.49952 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1--4----", "LOCODE": "CAHAL", "Name": "Halifax", "NameWoDiac": "Halifax", "Status": "AS", "outflows": 4454972.4670409998 }, "geometry": { "type": "Point", "coordinates": [ -63.57291, 44.6464 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1--45---", "LOCODE": "CAMTR", "Name": "Montreal", "NameWoDiac": "Montreal", "Status": "AS", "outflows": 2304234.075 }, "geometry": { "type": "Point", "coordinates": [ -73.58781, 45.50884 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1-------", "LOCODE": "CANWE", "Name": "New Westminster", "NameWoDiac": "New Westminster", "Status": "AS", "outflows": 27774.0 }, "geometry": { "type": "Point", "coordinates": [ -122.91092, 49.20678 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1--4----", "LOCODE": "CAPRR", "Name": "Prince Rupert", "NameWoDiac": "Prince Rupert", "Status": "AS", "outflows": 2510218.7498600003 }, "geometry": { "type": "Point", "coordinates": [ -130.32098, 54.31507 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1--4----", "LOCODE": "CASQA", "Name": "Squamish", "NameWoDiac": "Squamish", "Status": "AS", "outflows": 9606.0 }, "geometry": { "type": "Point", "coordinates": [ -122.95396, 50.11817 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1--45---", "LOCODE": "CATOR", "Name": "Toronto", "NameWoDiac": "Toronto", "Status": "AS", "outflows": 5720.0 }, "geometry": { "type": "Point", "coordinates": [ -79.4163, 43.70011 ] } }, +{ "type": "Feature", "properties": { "Country": "Canada", "Function": "1--45---", "LOCODE": "CAVAN", "Name": "Vancouver", "NameWoDiac": "Vancouver", "Status": "AS", "outflows": 11959843.503790002 }, "geometry": { "type": "Point", "coordinates": [ -123.11934, 49.24966 ] } }, +{ "type": "Feature", "properties": { "Country": "Cook Islands", "Function": "1--45---", "LOCODE": "CKAIT", "Name": "Aitutaki", "NameWoDiac": "Aitutaki", "Status": "AI", "outflows": 40320.0 }, "geometry": { "type": "Point", "coordinates": [ -159.79293, -18.85195 ] } }, +{ "type": "Feature", "properties": { "Country": "Cook Islands", "Function": "1--45---", "LOCODE": "CKRAR", "Name": "Rarotonga", "NameWoDiac": "Rarotonga", "Status": "AI", "outflows": 41157.0 }, "geometry": { "type": "Point", "coordinates": [ -159.77545, -21.2075 ] } }, +{ "type": "Feature", "properties": { "Country": "Cameroon", "Function": "1--45---", "LOCODE": "CMDLA", "Name": "Douala", "NameWoDiac": "Douala", "Status": "AI", "outflows": 1089387.80006 }, "geometry": { "type": "Point", "coordinates": [ 9.70428, 4.04827 ] } }, +{ "type": "Feature", "properties": { "Country": "Cameroon", "Function": "1--4----", "LOCODE": "CMKBI", "Name": "Kribi", "NameWoDiac": "Kribi", "Status": "AI", "outflows": 1338743.54556 }, "geometry": { "type": "Point", "coordinates": [ 9.90765, 2.93725 ] } }, +{ "type": "Feature", "properties": { "Country": "Colombia", "Function": "1--45---", "LOCODE": "COBAQ", "Name": "Barranquilla", "NameWoDiac": "Barranquilla", "Status": "AI", "outflows": 1238849.9999530001 }, "geometry": { "type": "Point", "coordinates": [ -74.78132, 10.96854 ] } }, +{ "type": "Feature", "properties": { "Country": "Colombia", "Function": "1--4----", "LOCODE": "COBUN", "Name": "Buenaventura", "NameWoDiac": "Buenaventura", "Status": "AI", "outflows": 12125518.600159997 }, "geometry": { "type": "Point", "coordinates": [ -77.03116, 3.8801 ] } }, +{ "type": "Feature", "properties": { "Country": "Colombia", "Function": "1--4----", "LOCODE": "COCTG", "Name": "Cartagena", "NameWoDiac": "Cartagena", "Status": "AI", "outflows": 16624367.157963 }, "geometry": { "type": "Point", "coordinates": [ -75.51444, 10.39972 ] } }, +{ "type": "Feature", "properties": { "Country": "Colombia", "Function": "1--4----", "LOCODE": "COSMR", "Name": "Santa Marta", "NameWoDiac": "Santa Marta", "Status": "AI", "outflows": 1906046.5665720007 }, "geometry": { "type": "Point", "coordinates": [ -74.19904, 11.24079 ] } }, +{ "type": "Feature", "properties": { "Country": "Cuba", "Function": "---4----", "LOCODE": "CUMOA", "Name": "Moa", "NameWoDiac": "Moa", "Status": "AI", "outflows": 65431.8 }, "geometry": { "type": "Point", "coordinates": [ -74.95075, 20.65776 ] } }, +{ "type": "Feature", "properties": { "Country": "Cuba", "Function": "1--4----", "LOCODE": "CUSCU", "Name": "Santiago de Cuba", "NameWoDiac": "Santiago de Cuba", "Status": "AI", "outflows": 63230.0 }, "geometry": { "type": "Point", "coordinates": [ -75.82667, 20.02083 ] } }, +{ "type": "Feature", "properties": { "Country": "Cabo Verde", "Function": "0-------", "LOCODE": "CVPAL", "Name": "Palmeira", "NameWoDiac": "Palmeira", "Status": "RQ", "outflows": 13234.0 }, "geometry": { "type": "Point", "coordinates": [ -22.98348, 16.75754 ] } }, +{ "type": "Feature", "properties": { "Country": "Cabo Verde", "Function": "1--4----", "LOCODE": "CVRAI", "Name": "Praia", "NameWoDiac": "Praia", "Status": "AI", "outflows": 114309.0 }, "geometry": { "type": "Point", "coordinates": [ -23.51254, 14.93152 ] } }, +{ "type": "Feature", "properties": { "Country": "Cabo Verde", "Function": "0-------", "LOCODE": "CVSAR", "Name": "Sal Rei", "NameWoDiac": "Sal Rei", "Status": "RQ", "outflows": 25421.5 }, "geometry": { "type": "Point", "coordinates": [ -22.91722, 16.17611 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "12345---", "LOCODE": "DEBRE", "Name": "Bremen", "NameWoDiac": "Bremen", "Status": "AF", "outflows": 197153.69999199998 }, "geometry": { "type": "Point", "coordinates": [ 8.80717, 53.07582 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "1234----", "LOCODE": "DEBRV", "Name": "Bremerhaven", "NameWoDiac": "Bremerhaven", "Status": "AF", "outflows": 21710907.495360006 }, "geometry": { "type": "Point", "coordinates": [ 8.59298, 53.53615 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "12345---", "LOCODE": "DEHAM", "Name": "Hamburg", "NameWoDiac": "Hamburg", "Status": "AF", "outflows": 42669313.486039981 }, "geometry": { "type": "Point", "coordinates": [ 9.99302, 53.55073 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "12345---", "LOCODE": "DELBC", "Name": "Lbeck", "NameWoDiac": "Lubeck", "Status": "AF", "outflows": 295233.5 }, "geometry": { "type": "Point", "coordinates": [ 10.68729, 53.86893 ] } }, +{ "type": "Feature", "properties": { "Country": "Germany", "Function": "123-----", "LOCODE": "DETRV", "Name": "Travemnde", "NameWoDiac": "Travemunde", "Status": "AF", "outflows": 73746.0 }, "geometry": { "type": "Point", "coordinates": [ 10.8709, 53.96304 ] } }, +{ "type": "Feature", "properties": { "Country": "Djibouti", "Function": "1--45---", "LOCODE": "DJJIB", "Name": "Djibouti", "NameWoDiac": "Djibouti", "Status": "AI", "outflows": 4852561.0352500007 }, "geometry": { "type": "Point", "coordinates": [ 43.14503, 11.58901 ] } }, +{ "type": "Feature", "properties": { "Country": "Denmark", "Function": "12345---", "LOCODE": "DKAAL", "Name": "Aalborg", "NameWoDiac": "Aalborg", "Status": "AF", "outflows": 74932.0 }, "geometry": { "type": "Point", "coordinates": [ 9.9187, 57.048 ] } }, +{ "type": "Feature", "properties": { "Country": "Denmark", "Function": "1234----", "LOCODE": "DKEBJ", "Name": "Esbjerg", "NameWoDiac": "Esbjerg", "Status": "AF", "outflows": 28620.0 }, "geometry": { "type": "Point", "coordinates": [ 8.45187, 55.47028 ] } }, +{ "type": "Feature", "properties": { "Country": "Denmark", "Function": "12--5---", "LOCODE": "DKFRC", "Name": "Fredericia", "NameWoDiac": "Fredericia", "Status": "AF", "outflows": 245869.0 }, "geometry": { "type": "Point", "coordinates": [ 9.75257, 55.56568 ] } }, +{ "type": "Feature", "properties": { "Country": "Denmark", "Function": "123-----", "LOCODE": "DKGRE", "Name": "Grenaa", "NameWoDiac": "Grenaa", "Status": "AF", "outflows": 16263.0 }, "geometry": { "type": "Point", "coordinates": [ 10.87825, 56.41578 ] } }, +{ "type": "Feature", "properties": { "Country": "Denmark", "Function": "123-----", "LOCODE": "DKHUN", "Name": "Hundested", "NameWoDiac": "Hundested", "Status": "AF", "outflows": 16263.0 }, "geometry": { "type": "Point", "coordinates": [ 11.85044, 55.96397 ] } }, +{ "type": "Feature", "properties": { "Country": "Denmark", "Function": "12------", "LOCODE": "DKSKA", "Name": "Skagen", "NameWoDiac": "Skagen", "Status": "AF", "outflows": 56420.0 }, "geometry": { "type": "Point", "coordinates": [ 10.58394, 57.72093 ] } }, +{ "type": "Feature", "properties": { "Country": "Dominica", "Function": "1-------", "LOCODE": "DMRSU", "Name": "Roseau", "NameWoDiac": "Roseau", "Status": "AI", "outflows": 370965.4 }, "geometry": { "type": "Point", "coordinates": [ -61.38808, 15.30174 ] } }, +{ "type": "Feature", "properties": { "Country": "Dominican Republic", "Function": "1-------", "LOCODE": "DOBCC", "Name": "Boca Chica", "NameWoDiac": "Boca Chica", "Status": "AI", "outflows": 333493.3333 }, "geometry": { "type": "Point", "coordinates": [ -69.6, 18.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Dominican Republic", "Function": "1-------", "LOCODE": "DOPOP", "Name": "Puerto Plata", "NameWoDiac": "Puerto Plata", "Status": "AI", "outflows": 712651.3333000001 }, "geometry": { "type": "Point", "coordinates": [ -70.6884, 19.79344 ] } }, +{ "type": "Feature", "properties": { "Country": "Algeria", "Function": "1-------", "LOCODE": "DZMOS", "Name": "Mostaganem", "NameWoDiac": "Mostaganem", "Status": "QQ", "outflows": 20553.75 }, "geometry": { "type": "Point", "coordinates": [ 0.08918, 35.93115 ] } }, +{ "type": "Feature", "properties": { "Country": "Algeria", "Function": "1--4----", "LOCODE": "DZORN", "Name": "Oran", "NameWoDiac": "Oran", "Status": "AI", "outflows": 210402.15 }, "geometry": { "type": "Point", "coordinates": [ -0.63588, 35.69906 ] } }, +{ "type": "Feature", "properties": { "Country": "Egypt", "Function": "1-------", "LOCODE": "EGEDK", "Name": "El Dekheila", "NameWoDiac": "El Dekheila", "Status": "RQ", "outflows": 265833.75 }, "geometry": { "type": "Point", "coordinates": [ 29.82126, 31.13133 ] } }, +{ "type": "Feature", "properties": { "Country": "Egypt", "Function": "1--4----", "LOCODE": "EGPSD", "Name": "Port Said", "NameWoDiac": "Port Said", "Status": "AI", "outflows": 20587604.955879994 }, "geometry": { "type": "Point", "coordinates": [ 32.3019, 31.26531 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1-------", "LOCODE": "ESALG", "Name": "Algeciras", "NameWoDiac": "Algeciras", "Status": "AI", "outflows": 27490011.70193002 }, "geometry": { "type": "Point", "coordinates": [ -5.45051, 36.13326 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "12345---", "LOCODE": "ESALC", "Name": "Alicante", "NameWoDiac": "Alicante", "Status": "AI", "outflows": 317642.0 }, "geometry": { "type": "Point", "coordinates": [ -0.48149, 38.34517 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "12345---", "LOCODE": "ESBCN", "Name": "Barcelona", "NameWoDiac": "Barcelona", "Status": "AI", "outflows": 22873062.028563999 }, "geometry": { "type": "Point", "coordinates": [ 2.15899, 41.38879 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1-------", "LOCODE": "ESCAD", "Name": "Cadiz", "NameWoDiac": "Cadiz", "Status": "AI", "outflows": 248618.5 }, "geometry": { "type": "Point", "coordinates": [ -6.2891, 36.52672 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1-------", "LOCODE": "ESCEU", "Name": "Ceuta", "NameWoDiac": "Ceuta", "Status": "AI", "outflows": 45500.0 }, "geometry": { "type": "Point", "coordinates": [ -5.32042, 35.88919 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "123-----", "LOCODE": "ESHUV", "Name": "Huelva", "NameWoDiac": "Huelva", "Status": "AI", "outflows": 191763.0 }, "geometry": { "type": "Point", "coordinates": [ -6.94004, 37.26638 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1--4----", "LOCODE": "ESFUE", "Name": "Puerto del Rosario-Fuerteventura", "NameWoDiac": "Puerto del Rosario-Fuerteventura", "Status": "AI", "outflows": 219128.0 }, "geometry": { "type": "Point", "coordinates": [ -13.86272, 28.50038 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1---5---", "LOCODE": "ESSCT", "Name": "Santa Cruz de Tenerife", "NameWoDiac": "Santa Cruz de Tenerife", "Status": "AI", "outflows": 640000.0 }, "geometry": { "type": "Point", "coordinates": [ -16.25462, 28.46824 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1234----", "LOCODE": "ESSDR", "Name": "Santander", "NameWoDiac": "Santander", "Status": "AI", "outflows": 23634.0 }, "geometry": { "type": "Point", "coordinates": [ -3.80444, 43.46472 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "12345---", "LOCODE": "ESSVQ", "Name": "Sevilla", "NameWoDiac": "Sevilla", "Status": "AI", "outflows": 49842.0 }, "geometry": { "type": "Point", "coordinates": [ -5.97317, 37.38283 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1234----", "LOCODE": "ESTAR", "Name": "Tarragona", "NameWoDiac": "Tarragona", "Status": "AI", "outflows": 977262.0 }, "geometry": { "type": "Point", "coordinates": [ 1.25, 41.11667 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "12345---", "LOCODE": "ESVLC", "Name": "Valencia", "NameWoDiac": "Valencia", "Status": "AI", "outflows": 32174699.419024002 }, "geometry": { "type": "Point", "coordinates": [ -0.37739, 39.46975 ] } }, +{ "type": "Feature", "properties": { "Country": "Spain", "Function": "1--4----", "LOCODE": "ESVGO", "Name": "Vigo", "NameWoDiac": "Vigo", "Status": "AI", "outflows": 929140.33332400001 }, "geometry": { "type": "Point", "coordinates": [ -8.72264, 42.23282 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-------", "LOCODE": "FIHKO", "Name": "Hang (Hanko)", "NameWoDiac": "Hango (Hanko)", "Status": "AI", "outflows": 134144.0 }, "geometry": { "type": "Point", "coordinates": [ 22.95, 59.83333 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-------", "LOCODE": "FIHKO", "Name": "Hanko (Hang)", "NameWoDiac": "Hanko (Hango)", "Status": "AI", "outflows": 134144.0 }, "geometry": { "type": "Point", "coordinates": [ 22.95, 59.83333 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-------", "LOCODE": "FIHEL", "Name": "Helsingfors (Helsinki)", "NameWoDiac": "Helsingfors (Helsinki)", "Status": "AI", "outflows": 745328.99995000008 }, "geometry": { "type": "Point", "coordinates": [ 24.93545, 60.16952 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-------", "LOCODE": "FIHEL", "Name": "Helsinki (Helsingfors)", "NameWoDiac": "Helsinki (Helsingfors)", "Status": "AI", "outflows": 745328.99995000008 }, "geometry": { "type": "Point", "coordinates": [ 24.93545, 60.16952 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-3-----", "LOCODE": "FIVKO", "Name": "Valko (Valkom)", "NameWoDiac": "Valko (Valkom)", "Status": "AC", "outflows": 84688.5 }, "geometry": { "type": "Point", "coordinates": [ 26.24664, 60.41392 ] } }, +{ "type": "Feature", "properties": { "Country": "Finland", "Function": "1-3-----", "LOCODE": "FIVKO", "Name": "Valkom (Valko)", "NameWoDiac": "Valkom (Valko)", "Status": "AC", "outflows": 84688.5 }, "geometry": { "type": "Point", "coordinates": [ 26.24664, 60.41392 ] } }, +{ "type": "Feature", "properties": { "Country": "Gabon", "Function": "1--45---", "LOCODE": "GALBV", "Name": "Libreville", "NameWoDiac": "Libreville", "Status": "AI", "outflows": 414222.00002999994 }, "geometry": { "type": "Point", "coordinates": [ 9.45356, 0.39241 ] } }, +{ "type": "Feature", "properties": { "Country": "Gabon", "Function": "1--45---", "LOCODE": "GAPOG", "Name": "Port Gentil", "NameWoDiac": "Port Gentil", "Status": "AI", "outflows": 148566.9 }, "geometry": { "type": "Point", "coordinates": [ 8.78151, -0.71933 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBBLY", "Name": "Blyth", "NameWoDiac": "Blyth", "Status": "AF", "outflows": 13208.0 }, "geometry": { "type": "Point", "coordinates": [ -1.50856, 55.12708 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1234----", "LOCODE": "GBBRS", "Name": "Bristol", "NameWoDiac": "Bristol", "Status": "AF", "outflows": 213286.66665 }, "geometry": { "type": "Point", "coordinates": [ -2.59665, 51.45523 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1---5---", "LOCODE": "GBDVR", "Name": "Dover", "NameWoDiac": "Dover", "Status": "AF", "outflows": 17290.0 }, "geometry": { "type": "Point", "coordinates": [ 1.31257, 51.12598 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBFXT", "Name": "Felixstowe", "NameWoDiac": "Felixstowe", "Status": "AF", "outflows": 23949484.180700015 }, "geometry": { "type": "Point", "coordinates": [ 1.3511, 51.96375 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBFOY", "Name": "Fowey", "NameWoDiac": "Fowey", "Status": "AF", "outflows": 4941.0 }, "geometry": { "type": "Point", "coordinates": [ -4.6386, 50.33634 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBHRW", "Name": "Harwich", "NameWoDiac": "Harwich", "Status": "AF", "outflows": 61540.0 }, "geometry": { "type": "Point", "coordinates": [ 1.28437, 51.94194 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBPOO", "Name": "Poole", "NameWoDiac": "Poole", "Status": "AF", "outflows": 8502.0 }, "geometry": { "type": "Point", "coordinates": [ -1.98458, 50.71429 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1--4----", "LOCODE": "GBPME", "Name": "Portsmouth", "NameWoDiac": "Portsmouth", "Status": "AF", "outflows": 142997.400009 }, "geometry": { "type": "Point", "coordinates": [ -1.09125, 50.79899 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBSCR", "Name": "Scrabster", "NameWoDiac": "Scrabster", "Status": "AF", "outflows": 9204.0 }, "geometry": { "type": "Point", "coordinates": [ -3.54627, 58.61277 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBSHS", "Name": "Sheerness", "NameWoDiac": "Sheerness", "Status": "AF", "outflows": 21112.0 }, "geometry": { "type": "Point", "coordinates": [ 0.76252, 51.44042 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1--4----", "LOCODE": "GBSOU", "Name": "Southampton", "NameWoDiac": "Southampton", "Status": "AF", "outflows": 12580879.097799998 }, "geometry": { "type": "Point", "coordinates": [ -1.40428, 50.90395 ] } }, +{ "type": "Feature", "properties": { "Country": "United Kingdom", "Function": "1-------", "LOCODE": "GBTIL", "Name": "Tilbury", "NameWoDiac": "Tilbury", "Status": "AF", "outflows": 1408139.0 }, "geometry": { "type": "Point", "coordinates": [ 0.35856, 51.46248 ] } }, +{ "type": "Feature", "properties": { "Country": "Grenada", "Function": "1-------", "LOCODE": "GDSTG", "Name": "Saint George's", "NameWoDiac": "Saint George's", "Status": "AI", "outflows": 454265.06669000001 }, "geometry": { "type": "Point", "coordinates": [ -61.75226, 12.05288 ] } }, +{ "type": "Feature", "properties": { "Country": "Georgia", "Function": "1--4----", "LOCODE": "GEBUS", "Name": "Batumi", "NameWoDiac": "Batumi", "Status": "AI", "outflows": 176479.99998 }, "geometry": { "type": "Point", "coordinates": [ 41.63392, 41.64228 ] } }, +{ "type": "Feature", "properties": { "Country": "Georgia", "Function": "1-------", "LOCODE": "GEPTI", "Name": "Poti", "NameWoDiac": "Poti", "Status": "QQ", "outflows": 241566.0 }, "geometry": { "type": "Point", "coordinates": [ 41.67384, 42.14272 ] } }, +{ "type": "Feature", "properties": { "Country": "Ghana", "Function": "1--45---", "LOCODE": "GHTKD", "Name": "Takoradi", "NameWoDiac": "Takoradi", "Status": "AI", "outflows": 343811.4 }, "geometry": { "type": "Point", "coordinates": [ -1.76029, 4.89816 ] } }, +{ "type": "Feature", "properties": { "Country": "Ghana", "Function": "1-------", "LOCODE": "GHTEM", "Name": "Tema", "NameWoDiac": "Tema", "Status": "QQ", "outflows": 7407893.3644899996 }, "geometry": { "type": "Point", "coordinates": [ -0.01657, 5.6698 ] } }, +{ "type": "Feature", "properties": { "Country": "Gibraltar", "Function": "1--45---", "LOCODE": "GIGIB", "Name": "Gibraltar", "NameWoDiac": "Gibraltar", "Status": "AI", "outflows": 67977.0 }, "geometry": { "type": "Point", "coordinates": [ -5.35257, 36.14474 ] } }, +{ "type": "Feature", "properties": { "Country": "Greenland", "Function": "1--4----", "LOCODE": "GLJHS", "Name": "Sisimiut (Holsteinsborg)", "NameWoDiac": "Sisimiut (Holsteinsborg)", "Status": "AI", "outflows": 23426.0 }, "geometry": { "type": "Point", "coordinates": [ -53.6735, 66.93946 ] } }, +{ "type": "Feature", "properties": { "Country": "Gambia", "Function": "1--45---", "LOCODE": "GMBJL", "Name": "Banjul", "NameWoDiac": "Banjul", "Status": "AI", "outflows": 184275.0 }, "geometry": { "type": "Point", "coordinates": [ -16.57803, 13.45274 ] } }, +{ "type": "Feature", "properties": { "Country": "Guinea", "Function": "1--45---", "LOCODE": "GNCKY", "Name": "Conakry", "NameWoDiac": "Conakry", "Status": "AI", "outflows": 676607.90476000018 }, "geometry": { "type": "Point", "coordinates": [ -13.67729, 9.53795 ] } }, +{ "type": "Feature", "properties": { "Country": "Equatorial Guinea", "Function": "1--45---", "LOCODE": "GQBSG", "Name": "Bata", "NameWoDiac": "Bata", "Status": "RQ", "outflows": 454067.0 }, "geometry": { "type": "Point", "coordinates": [ 9.76582, 1.86391 ] } }, +{ "type": "Feature", "properties": { "Country": "Equatorial Guinea", "Function": "1--4----", "LOCODE": "GQSSG", "Name": "Malabo", "NameWoDiac": "Malabo", "Status": "AI", "outflows": 133795.9 }, "geometry": { "type": "Point", "coordinates": [ 8.78166, 3.75578 ] } }, +{ "type": "Feature", "properties": { "Country": "Guatemala", "Function": "1--4----", "LOCODE": "GTPBR", "Name": "Puerto Barrios", "NameWoDiac": "Puerto Barrios", "Status": "AI", "outflows": 547993.33336599998 }, "geometry": { "type": "Point", "coordinates": [ -88.59444, 15.72778 ] } }, +{ "type": "Feature", "properties": { "Country": "Guyana", "Function": "1--45---", "LOCODE": "GYGEO", "Name": "Georgetown", "NameWoDiac": "Georgetown", "Status": "AI", "outflows": 428041.33332200005 }, "geometry": { "type": "Point", "coordinates": [ -58.15527, 6.80448 ] } }, +{ "type": "Feature", "properties": { "Country": "Hong Kong", "Function": "1--45---", "LOCODE": "HKHKG", "Name": "Hong Kong", "NameWoDiac": "Hong Kong", "Status": "AI", "outflows": 80530648.252739042 }, "geometry": { "type": "Point", "coordinates": [ 114.17469, 22.27832 ] } }, +{ "type": "Feature", "properties": { "Country": "Honduras", "Function": "1-------", "LOCODE": "HNPCA", "Name": "Puerto Castilla", "NameWoDiac": "Puerto Castilla", "Status": "RQ", "outflows": 75387.0 }, "geometry": { "type": "Point", "coordinates": [ -85.96667, 16.01667 ] } }, +{ "type": "Feature", "properties": { "Country": "Honduras", "Function": "1---5---", "LOCODE": "HNPCR", "Name": "Puerto Corts", "NameWoDiac": "Puerto Cortes", "Status": "AI", "outflows": 1674222.3333919998 }, "geometry": { "type": "Point", "coordinates": [ -87.92968, 15.82562 ] } }, +{ "type": "Feature", "properties": { "Country": "Honduras", "Function": "1-------", "LOCODE": "HNSLO", "Name": "San Lorenzo", "NameWoDiac": "San Lorenzo", "Status": "RQ", "outflows": 67860.0 }, "geometry": { "type": "Point", "coordinates": [ -87.44722, 13.42417 ] } }, +{ "type": "Feature", "properties": { "Country": "Haiti", "Function": "1--45---", "LOCODE": "HTPAP", "Name": "Port-au-Prince", "NameWoDiac": "Port-au-Prince", "Status": "AI", "outflows": 783664.91664000018 }, "geometry": { "type": "Point", "coordinates": [ -72.33881, 18.54349 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDBDJ", "Name": "Banjarmasin", "NameWoDiac": "Banjarmasin", "Status": "AI", "outflows": 17848.0 }, "geometry": { "type": "Point", "coordinates": [ 114.59075, -3.31987 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-------", "LOCODE": "IDBLW", "Name": "Belawan, Sumatra", "NameWoDiac": "Belawan, Sumatra", "Status": "QQ", "outflows": 494328.25003 }, "geometry": { "type": "Point", "coordinates": [ 98.6832, 3.7755 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-------", "LOCODE": "IDBIT", "Name": "Bitung, Sulawesi", "NameWoDiac": "Bitung, Sulawesi", "Status": "QQ", "outflows": 215154.58334000001 }, "geometry": { "type": "Point", "coordinates": [ 125.12824, 1.44059 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDGTO", "Name": "Gorontalo, Sulawesi", "NameWoDiac": "Gorontalo, Sulawesi", "Status": "AI", "outflows": 42718.00001 }, "geometry": { "type": "Point", "coordinates": [ 123.3908, -0.8985 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDKDI", "Name": "Kendari, Sulawesi", "NameWoDiac": "Kendari, Sulawesi", "Status": "AI", "outflows": 7988.5 }, "geometry": { "type": "Point", "coordinates": [ 122.51507, -3.9778 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDLUW", "Name": "Luwuk", "NameWoDiac": "Luwuk", "Status": "AI", "outflows": 720.0 }, "geometry": { "type": "Point", "coordinates": [ 122.7875, -0.9516 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--45---", "LOCODE": "IDMES", "Name": "Medan, Sumatra", "NameWoDiac": "Medan, Sumatra", "Status": "AI", "outflows": 45136.0 }, "geometry": { "type": "Point", "coordinates": [ 98.66667, 3.58333 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDPLM", "Name": "Palembang, Sumatra", "NameWoDiac": "Palembang, Sumatra", "Status": "AI", "outflows": 106646.75 }, "geometry": { "type": "Point", "coordinates": [ 104.7458, -2.91673 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-------", "LOCODE": "IDPNJ", "Name": "Panjang", "NameWoDiac": "Panjang", "Status": "RQ", "outflows": 1532041.4998899996 }, "geometry": { "type": "Point", "coordinates": [ 100.6199, 0.3087 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--45---", "LOCODE": "IDPNK", "Name": "Pontianak, Kalimantan", "NameWoDiac": "Pontianak, Kalimantan", "Status": "AI", "outflows": 35776.0 }, "geometry": { "type": "Point", "coordinates": [ 109.325, -0.03194 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDSRI", "Name": "Samarinda, Kalimantan", "NameWoDiac": "Samarinda, Kalimantan", "Status": "AI", "outflows": 34320.0 }, "geometry": { "type": "Point", "coordinates": [ 117.14583, -0.49167 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDSOQ", "Name": "Sorong", "NameWoDiac": "Sorong", "Status": "AI", "outflows": 125268.0 }, "geometry": { "type": "Point", "coordinates": [ 131.26104, -0.87956 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1-------", "LOCODE": "IDTRK", "Name": "Tarakan, Kalimantan", "NameWoDiac": "Tarakan, Kalimantan", "Status": "QQ", "outflows": 5213.0 }, "geometry": { "type": "Point", "coordinates": [ 117.59152, 3.31332 ] } }, +{ "type": "Feature", "properties": { "Country": "Indonesia", "Function": "1--4----", "LOCODE": "IDTLI", "Name": "Tolitoli", "NameWoDiac": "Tolitoli", "Status": "AI", "outflows": 3328.0 }, "geometry": { "type": "Point", "coordinates": [ 121.1679, 1.2718 ] } }, +{ "type": "Feature", "properties": { "Country": "Ireland", "Function": "1--45---", "LOCODE": "IEORK", "Name": "Cork", "NameWoDiac": "Cork", "Status": "AF", "outflows": 316459.0 }, "geometry": { "type": "Point", "coordinates": [ -8.47061, 51.89797 ] } }, +{ "type": "Feature", "properties": { "Country": "Ireland", "Function": "12-45---", "LOCODE": "IEDUB", "Name": "Dublin", "NameWoDiac": "Dublin", "Status": "AF", "outflows": 453417.25 }, "geometry": { "type": "Point", "coordinates": [ -6.24889, 53.33306 ] } }, +{ "type": "Feature", "properties": { "Country": "Israel", "Function": "1-------", "LOCODE": "ILASH", "Name": "Ashdod", "NameWoDiac": "Ashdod", "Status": "QQ", "outflows": 5463055.0830800012 }, "geometry": { "type": "Point", "coordinates": [ 34.64966, 31.79213 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1-------", "LOCODE": "INENR", "Name": "Ennore", "NameWoDiac": "Ennore", "Status": "AA", "outflows": 263657.33331999998 }, "geometry": { "type": "Point", "coordinates": [ 80.32835, 13.24751 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1-------", "LOCODE": "INHAL", "Name": "Haldia", "NameWoDiac": "Haldia", "Status": "AA", "outflows": 182909.25 }, "geometry": { "type": "Point", "coordinates": [ 88.10975, 22.06046 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1-------", "LOCODE": "INKRI", "Name": "Krishnapatnam", "NameWoDiac": "Krishnapatnam", "Status": "AA", "outflows": 2290663.6664799997 }, "geometry": { "type": "Point", "coordinates": [ 80.12388, 14.28874 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1--4----", "LOCODE": "INIXE", "Name": "Mangalore", "NameWoDiac": "Mangalore", "Status": "AA", "outflows": 139500.0 }, "geometry": { "type": "Point", "coordinates": [ 74.85603, 12.91723 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1-------", "LOCODE": "INMUN", "Name": "Mundra", "NameWoDiac": "Mundra", "Status": "AA", "outflows": 19811914.337299995 }, "geometry": { "type": "Point", "coordinates": [ 69.7219, 22.83918 ] } }, +{ "type": "Feature", "properties": { "Country": "India", "Function": "1--4----", "LOCODE": "INIXZ", "Name": "Port Blair", "NameWoDiac": "Port Blair", "Status": "AA", "outflows": 14150.5 }, "geometry": { "type": "Point", "coordinates": [ 92.74635, 11.66613 ] } }, +{ "type": "Feature", "properties": { "Country": "Iraq", "Function": "1-------", "LOCODE": "IQALF", "Name": "Abu Al Fulus", "NameWoDiac": "Abu Al Fulus", "Status": "RQ", "outflows": 14131.0 }, "geometry": { "type": "Point", "coordinates": [ 48.04246, 30.44783 ] } }, +{ "type": "Feature", "properties": { "Country": "Iraq", "Function": "1-------", "LOCODE": "IQBSR", "Name": "Basra", "NameWoDiac": "Basra", "Status": "AI", "outflows": 7524.0 }, "geometry": { "type": "Point", "coordinates": [ 47.7804, 30.50852 ] } }, +{ "type": "Feature", "properties": { "Country": "Iceland", "Function": "1-------", "LOCODE": "ISGRF", "Name": "Grundarfjrdur", "NameWoDiac": "Grundarfjordur", "Status": "AC", "outflows": 280000.5 }, "geometry": { "type": "Point", "coordinates": [ -23.26313, 64.92427 ] } }, +{ "type": "Feature", "properties": { "Country": "Iceland", "Function": "1-------", "LOCODE": "ISRFJ", "Name": "Reydarfjrdur", "NameWoDiac": "Reydarfjordur", "Status": "AC", "outflows": 157748.5 }, "geometry": { "type": "Point", "coordinates": [ -14.21832, 65.03164 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITMDC", "Name": "Marina di Carrara", "NameWoDiac": "Marina di Carrara", "Status": "AI", "outflows": 164793.0 }, "geometry": { "type": "Point", "coordinates": [ 10.04142, 44.03837 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITMNF", "Name": "Monfalcone", "NameWoDiac": "Monfalcone", "Status": "AI", "outflows": 23587.5 }, "geometry": { "type": "Point", "coordinates": [ 13.53292, 45.80463 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITPOZ", "Name": "Pozzuoli", "NameWoDiac": "Pozzuoli", "Status": "AI", "outflows": 42042.0 }, "geometry": { "type": "Point", "coordinates": [ 14.0952, 40.84394 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-------", "LOCODE": "ITRAN", "Name": "Ravenna", "NameWoDiac": "Ravenna", "Status": "AI", "outflows": 1216610.5 }, "geometry": { "type": "Point", "coordinates": [ 12.20121, 44.41344 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1-3-----", "LOCODE": "ITSAL", "Name": "Salerno", "NameWoDiac": "Salerno", "Status": "AI", "outflows": 2238415.25 }, "geometry": { "type": "Point", "coordinates": [ 14.79328, 40.67545 ] } }, +{ "type": "Feature", "properties": { "Country": "Italy", "Function": "1--4----", "LOCODE": "ITTRS", "Name": "Trieste", "NameWoDiac": "Trieste", "Status": "AI", "outflows": 4531748.0 }, "geometry": { "type": "Point", "coordinates": [ 13.77678, 45.64953 ] } }, +{ "type": "Feature", "properties": { "Country": "Jamaica", "Function": "1--45---", "LOCODE": "JMKIN", "Name": "Kingston", "NameWoDiac": "Kingston", "Status": "AI", "outflows": 8626072.544909995 }, "geometry": { "type": "Point", "coordinates": [ -76.79358, 17.99702 ] } }, +{ "type": "Feature", "properties": { "Country": "Jamaica", "Function": "1--4----", "LOCODE": "JMMBJ", "Name": "Montego Bay", "NameWoDiac": "Montego Bay", "Status": "AI", "outflows": 628021.3333000001 }, "geometry": { "type": "Point", "coordinates": [ -77.91883, 18.47116 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPABU", "Name": "Aburatsu", "NameWoDiac": "Aburatsu", "Status": "AF", "outflows": 53352.0 }, "geometry": { "type": "Point", "coordinates": [ 144.26971, 44.02127 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPAXT", "Name": "Akita", "NameWoDiac": "Akita", "Status": "AF", "outflows": 278377.66667000001 }, "geometry": { "type": "Point", "coordinates": [ 140.11667, 39.71667 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPCHB", "Name": "Chiba", "NameWoDiac": "Chiba", "Status": "AF", "outflows": 607568.0 }, "geometry": { "type": "Point", "coordinates": [ 140.11667, 35.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPFKY", "Name": "Fukuyama, Hiroshima", "NameWoDiac": "Fukuyama, Hiroshima", "Status": "AF", "outflows": 508612.0 }, "geometry": { "type": "Point", "coordinates": [ 133.36667, 34.48333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPHHE", "Name": "Hachinohe", "NameWoDiac": "Hachinohe", "Status": "AF", "outflows": 291243.33335000003 }, "geometry": { "type": "Point", "coordinates": [ 141.5, 40.5 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPHIJ", "Name": "Hiroshima", "NameWoDiac": "Hiroshima", "Status": "AF", "outflows": 658970.0 }, "geometry": { "type": "Point", "coordinates": [ 132.45, 34.4 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPHTC", "Name": "Hitachi", "NameWoDiac": "Hitachi", "Status": "AF", "outflows": 110110.0 }, "geometry": { "type": "Point", "coordinates": [ 140.65, 36.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPHSM", "Name": "Hososhima", "NameWoDiac": "Hososhima", "Status": "AF", "outflows": 354289.0 }, "geometry": { "type": "Point", "coordinates": [ 131.66667, 32.43333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPIMB", "Name": "Imabari", "NameWoDiac": "Imabari", "Status": "AF", "outflows": 83772.0 }, "geometry": { "type": "Point", "coordinates": [ 133.00023, 34.07001 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPIMI", "Name": "Imari", "NameWoDiac": "Imari", "Status": "AF", "outflows": 232752.0 }, "geometry": { "type": "Point", "coordinates": [ 129.87877, 33.27362 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPIWK", "Name": "Iwakuni", "NameWoDiac": "Iwakuni", "Status": "AF", "outflows": 248404.0 }, "geometry": { "type": "Point", "coordinates": [ 132.22, 34.16297 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPKNZ", "Name": "Kanazawa", "NameWoDiac": "Kanazawa", "Status": "AF", "outflows": 500785.99996999995 }, "geometry": { "type": "Point", "coordinates": [ 136.61667, 36.6 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPKSM", "Name": "Kashima, Ibaraki", "NameWoDiac": "Kashima, Ibaraki", "Status": "AF", "outflows": 103584.0 }, "geometry": { "type": "Point", "coordinates": [ 140.64474, 35.96536 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPKWS", "Name": "Kawasaki", "NameWoDiac": "Kawasaki", "Status": "AF", "outflows": 1377583.9999500001 }, "geometry": { "type": "Point", "coordinates": [ 139.71722, 35.52056 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPKCZ", "Name": "Kochi", "NameWoDiac": "Kochi", "Status": "AF", "outflows": 97578.0 }, "geometry": { "type": "Point", "coordinates": [ 133.53333, 33.55 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPKMJ", "Name": "Kumamoto", "NameWoDiac": "Kumamoto", "Status": "AF", "outflows": 44460.0 }, "geometry": { "type": "Point", "coordinates": [ 130.69181, 32.80589 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPMAI", "Name": "Maizuru", "NameWoDiac": "Maizuru", "Status": "AF", "outflows": 113464.0 }, "geometry": { "type": "Point", "coordinates": [ 135.33333, 35.45 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPMYJ", "Name": "Matsuyama", "NameWoDiac": "Matsuyama", "Status": "AF", "outflows": 213629.0 }, "geometry": { "type": "Point", "coordinates": [ 132.76574, 33.83916 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPMII", "Name": "Miike, Fukuoka", "NameWoDiac": "Miike, Fukuoka", "Status": "AF", "outflows": 16640.0 }, "geometry": { "type": "Point", "coordinates": [ 130.47791, 33.05207 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPMIZ", "Name": "Mizushima", "NameWoDiac": "Mizushima", "Status": "AF", "outflows": 727415.0 }, "geometry": { "type": "Point", "coordinates": [ 133.73896, 34.5298 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPMUR", "Name": "Muroran", "NameWoDiac": "Muroran", "Status": "AF", "outflows": 115517.99996999998 }, "geometry": { "type": "Point", "coordinates": [ 140.98806, 42.31722 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPNGS", "Name": "Nagasaki", "NameWoDiac": "Nagasaki", "Status": "AF", "outflows": 44460.0 }, "geometry": { "type": "Point", "coordinates": [ 129.88333, 32.75 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--45---", "LOCODE": "JPNGO", "Name": "Nagoya, Aichi", "NameWoDiac": "Nagoya, Aichi", "Status": "AF", "outflows": 14485316.083789002 }, "geometry": { "type": "Point", "coordinates": [ 136.90641, 35.18147 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--45---", "LOCODE": "JPNAH", "Name": "Naha, Okinawa", "NameWoDiac": "Naha, Okinawa", "Status": "AF", "outflows": 770354.0 }, "geometry": { "type": "Point", "coordinates": [ 127.68333, 26.21667 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPNAO", "Name": "Naoetsu", "NameWoDiac": "Naoetsu", "Status": "AF", "outflows": 166443.33335 }, "geometry": { "type": "Point", "coordinates": [ 138.25, 37.18333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPKIJ", "Name": "Niigata", "NameWoDiac": "Niigata", "Status": "AF", "outflows": 632488.99997 }, "geometry": { "type": "Point", "coordinates": [ 139.00589, 37.88637 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPOIT", "Name": "Oita", "NameWoDiac": "Oita", "Status": "AF", "outflows": 336869.0 }, "geometry": { "type": "Point", "coordinates": [ 131.6, 33.23333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPOMZ", "Name": "Omaezaki", "NameWoDiac": "Omaezaki", "Status": "AF", "outflows": 642421.0 }, "geometry": { "type": "Point", "coordinates": [ 138.21934, 34.59882 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPONA", "Name": "Onahama", "NameWoDiac": "Onahama", "Status": "AF", "outflows": 204940.6667 }, "geometry": { "type": "Point", "coordinates": [ 140.9, 36.95 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPOTK", "Name": "Otake", "NameWoDiac": "Otake", "Status": "AF", "outflows": 36348.0 }, "geometry": { "type": "Point", "coordinates": [ 132.22063, 34.20754 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPOTR", "Name": "Otaru", "NameWoDiac": "Otaru", "Status": "AF", "outflows": 78000.0 }, "geometry": { "type": "Point", "coordinates": [ 141.00222, 43.18944 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPSMN", "Name": "Sakaiminato", "NameWoDiac": "Sakaiminato", "Status": "AF", "outflows": 329679.99997 }, "geometry": { "type": "Point", "coordinates": [ 133.23094, 35.53774 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPSKT", "Name": "Sakata", "NameWoDiac": "Sakata", "Status": "AF", "outflows": 421338.66667000001 }, "geometry": { "type": "Point", "coordinates": [ 139.855, 38.91667 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPSBS", "Name": "Shibushi", "NameWoDiac": "Shibushi", "Status": "AF", "outflows": 490971.0 }, "geometry": { "type": "Point", "coordinates": [ 131.10114, 31.476 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPSMZ", "Name": "Shimizu", "NameWoDiac": "Shimizu", "Status": "AF", "outflows": 5351577.999760001 }, "geometry": { "type": "Point", "coordinates": [ 142.88472, 43.00611 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPTAK", "Name": "Takamatsu", "NameWoDiac": "Takamatsu", "Status": "AF", "outflows": 188292.0 }, "geometry": { "type": "Point", "coordinates": [ 134.05, 34.33333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPTKS", "Name": "Tokushima", "NameWoDiac": "Tokushima", "Status": "AF", "outflows": 148044.0 }, "geometry": { "type": "Point", "coordinates": [ 134.56667, 34.06667 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPTKY", "Name": "Tokuyama", "NameWoDiac": "Tokuyama", "Status": "AF", "outflows": 456888.25 }, "geometry": { "type": "Point", "coordinates": [ 131.81667, 34.05 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPTMK", "Name": "Tomakomai", "NameWoDiac": "Tomakomai", "Status": "AF", "outflows": 929244.33331999998 }, "geometry": { "type": "Point", "coordinates": [ 141.60333, 42.63694 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPTHS", "Name": "Toyohashi", "NameWoDiac": "Toyohashi", "Status": "AF", "outflows": 181584.0 }, "geometry": { "type": "Point", "coordinates": [ 137.38333, 34.76667 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPTRG", "Name": "Tsuruga", "NameWoDiac": "Tsuruga", "Status": "AF", "outflows": 121550.0 }, "geometry": { "type": "Point", "coordinates": [ 136.0558, 35.64547 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1--4----", "LOCODE": "JPUBJ", "Name": "Ube", "NameWoDiac": "Ube", "Status": "AF", "outflows": 22490.0 }, "geometry": { "type": "Point", "coordinates": [ 131.25111, 33.94306 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPWAK", "Name": "Wakayama", "NameWoDiac": "Wakayama", "Status": "AF", "outflows": 63765.0 }, "geometry": { "type": "Point", "coordinates": [ 135.16667, 34.23333 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPYAT", "Name": "Yatsushiro", "NameWoDiac": "Yatsushiro", "Status": "AF", "outflows": 61100.0 }, "geometry": { "type": "Point", "coordinates": [ 130.59952, 32.50439 ] } }, +{ "type": "Feature", "properties": { "Country": "Japan", "Function": "1-------", "LOCODE": "JPYKK", "Name": "Yokkaichi", "NameWoDiac": "Yokkaichi", "Status": "AF", "outflows": 3523652.1667400002 }, "geometry": { "type": "Point", "coordinates": [ 136.61667, 34.96667 ] } }, +{ "type": "Feature", "properties": { "Country": "Kenya", "Function": "1--45---", "LOCODE": "KEMBA", "Name": "Mombasa", "NameWoDiac": "Mombasa", "Status": "AI", "outflows": 2290456.6388300001 }, "geometry": { "type": "Point", "coordinates": [ 39.66359, -4.05466 ] } }, +{ "type": "Feature", "properties": { "Country": "Kiribati", "Function": "1--4----", "LOCODE": "KITRW", "Name": "Tarawa", "NameWoDiac": "Tarawa", "Status": "AI", "outflows": 136326.0 }, "geometry": { "type": "Point", "coordinates": [ 172.97696, 1.3278 ] } }, +{ "type": "Feature", "properties": { "Country": "Comoros", "Function": "1--45---", "LOCODE": "KMYVA", "Name": "Moroni", "NameWoDiac": "Moroni", "Status": "AI", "outflows": 131275.33335 }, "geometry": { "type": "Point", "coordinates": [ 43.25506, -11.70216 ] } }, +{ "type": "Feature", "properties": { "Country": "Lebanon", "Function": "1--4----", "LOCODE": "LBKYE", "Name": "Tripoli", "NameWoDiac": "Tripoli", "Status": "AI", "outflows": 2038156.25 }, "geometry": { "type": "Point", "coordinates": [ 35.84415, 34.43352 ] } }, +{ "type": "Feature", "properties": { "Country": "Lithuania", "Function": "1--4----", "LOCODE": "LTKLJ", "Name": "Klaipeda", "NameWoDiac": "Klaipeda", "Status": "AI", "outflows": 1242325.5 }, "geometry": { "type": "Point", "coordinates": [ 21.13912, 55.7068 ] } }, +{ "type": "Feature", "properties": { "Country": "Latvia", "Function": "1--45---", "LOCODE": "LVRIX", "Name": "Riga", "NameWoDiac": "Riga", "Status": "AI", "outflows": 944970.0 }, "geometry": { "type": "Point", "coordinates": [ 24.10589, 56.946 ] } }, +{ "type": "Feature", "properties": { "Country": "Libya", "Function": "1--45---", "LOCODE": "LYBEN", "Name": "Bingazi (Benghazi)", "NameWoDiac": "Bingazi (Benghazi)", "Status": "AI", "outflows": 296981.0 }, "geometry": { "type": "Point", "coordinates": [ 20.06859, 32.11486 ] } }, +{ "type": "Feature", "properties": { "Country": "Libya", "Function": "1--4----", "LOCODE": "LYMRA", "Name": "Misurata", "NameWoDiac": "Misurata", "Status": "AI", "outflows": 757750.00001000008 }, "geometry": { "type": "Point", "coordinates": [ 15.09254, 32.37535 ] } }, +{ "type": "Feature", "properties": { "Country": "Libya", "Function": "1--4----", "LOCODE": "LYTIP", "Name": "Tripoli", "NameWoDiac": "Tripoli", "Status": "AI", "outflows": 281045.0 }, "geometry": { "type": "Point", "coordinates": [ 13.18733, 32.88743 ] } }, +{ "type": "Feature", "properties": { "Country": "Morocco", "Function": "1--4----", "LOCODE": "MAAGA", "Name": "Agadir", "NameWoDiac": "Agadir", "Status": "AI", "outflows": 593660.57139000006 }, "geometry": { "type": "Point", "coordinates": [ -9.59815, 30.42018 ] } }, +{ "type": "Feature", "properties": { "Country": "Morocco", "Function": "1-------", "LOCODE": "MANDR", "Name": "Nador", "NameWoDiac": "Nador", "Status": "AI", "outflows": 45500.0 }, "geometry": { "type": "Point", "coordinates": [ -2.93352, 35.16813 ] } }, +{ "type": "Feature", "properties": { "Country": "Morocco", "Function": "123-----", "LOCODE": "MAPTM", "Name": "Tanger Med", "NameWoDiac": "Tanger Med", "Status": "AI", "outflows": 29213268.307420008 }, "geometry": { "type": "Point", "coordinates": [ -5.56323, 35.82674 ] } }, +{ "type": "Feature", "properties": { "Country": "Madagascar", "Function": "1--4----", "LOCODE": "MGDIE", "Name": "Antsiranana", "NameWoDiac": "Antsiranana", "Status": "AI", "outflows": 113468.0 }, "geometry": { "type": "Point", "coordinates": [ 49.29188, -12.31732 ] } }, +{ "type": "Feature", "properties": { "Country": "Madagascar", "Function": "1--4----", "LOCODE": "MGMJN", "Name": "Majunga (Mahajanga)", "NameWoDiac": "Majunga (Mahajanga)", "Status": "AI", "outflows": 125324.0 }, "geometry": { "type": "Point", "coordinates": [ 46.31667, -15.71667 ] } }, +{ "type": "Feature", "properties": { "Country": "Madagascar", "Function": "1--45---", "LOCODE": "MGTMM", "Name": "Tamatave (Toamasina)", "NameWoDiac": "Tamatave (Toamasina)", "Status": "AI", "outflows": 396084.0 }, "geometry": { "type": "Point", "coordinates": [ 49.40234, -18.1492 ] } }, +{ "type": "Feature", "properties": { "Country": "Madagascar", "Function": "1--4----", "LOCODE": "MGTLE", "Name": "Tulear (Toliara)", "NameWoDiac": "Tulear (Toliara)", "Status": "AI", "outflows": 19864.0 }, "geometry": { "type": "Point", "coordinates": [ 43.66667, -23.35 ] } }, +{ "type": "Feature", "properties": { "Country": "Marshall Islands", "Function": "---4----", "LOCODE": "MHKWA", "Name": "Kwajalein", "NameWoDiac": "Kwajalein", "Status": "AI", "outflows": 48316.66667 }, "geometry": { "type": "Point", "coordinates": [ 167.73919, 8.77479 ] } }, +{ "type": "Feature", "properties": { "Country": "Myanmar", "Function": "1--45---", "LOCODE": "MMRGN", "Name": "Yangon", "NameWoDiac": "Yangon", "Status": "AI", "outflows": 937558.00004999992 }, "geometry": { "type": "Point", "coordinates": [ 96.15611, 16.80528 ] } }, +{ "type": "Feature", "properties": { "Country": "Myanmar", "Function": "1--45---", "LOCODE": "MMRGN", "Name": "Yangon", "NameWoDiac": "Yangon", "Status": "AI", "outflows": 937558.00004999992 }, "geometry": { "type": "Point", "coordinates": [ 96.15611, 16.80528 ] } }, +{ "type": "Feature", "properties": { "Country": "Martinique", "Function": "1-345---", "LOCODE": "MQFDF", "Name": "Fort-de-France", "NameWoDiac": "Fort-de-France", "Status": "AI", "outflows": 1924423.5832689998 }, "geometry": { "type": "Point", "coordinates": [ -61.07418, 14.60365 ] } }, +{ "type": "Feature", "properties": { "Country": "Mauritania", "Function": "1--4----", "LOCODE": "MRNDB", "Name": "Nouadhibou", "NameWoDiac": "Nouadhibou", "Status": "AI", "outflows": 197029.5 }, "geometry": { "type": "Point", "coordinates": [ -17.03842, 20.94188 ] } }, +{ "type": "Feature", "properties": { "Country": "Mauritania", "Function": "1--45---", "LOCODE": "MRNKC", "Name": "Nouakchott", "NameWoDiac": "Nouakchott", "Status": "AI", "outflows": 334524.0 }, "geometry": { "type": "Point", "coordinates": [ -15.9785, 18.08581 ] } }, +{ "type": "Feature", "properties": { "Country": "Montserrat", "Function": "1---5---", "LOCODE": "MSPLY", "Name": "Plymouth", "NameWoDiac": "Plymouth", "Status": "RQ", "outflows": 230958.0 }, "geometry": { "type": "Point", "coordinates": [ -62.21292, 16.70555 ] } }, +{ "type": "Feature", "properties": { "Country": "Mauritius", "Function": "1--4----", "LOCODE": "MUPLU", "Name": "Port Louis", "NameWoDiac": "Port Louis", "Status": "QQ", "outflows": 7415942.3854999971 }, "geometry": { "type": "Point", "coordinates": [ 57.49889, -20.16194 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1-------", "LOCODE": "MYBTU", "Name": "Bintulu, Sarawak", "NameWoDiac": "Bintulu, Sarawak", "Status": "AI", "outflows": 670234.5 }, "geometry": { "type": "Point", "coordinates": [ 113.03333, 3.16667 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1-345---", "LOCODE": "MYBKI", "Name": "Kota Kinabalu, Sabah", "NameWoDiac": "Kota Kinabalu, Sabah", "Status": "AI", "outflows": 710049.1667 }, "geometry": { "type": "Point", "coordinates": [ 116.0724, 5.9749 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1--45---", "LOCODE": "MYKCH", "Name": "Kuching, Sarawak", "NameWoDiac": "Kuching, Sarawak", "Status": "AI", "outflows": 276603.6 }, "geometry": { "type": "Point", "coordinates": [ 110.33333, 1.55 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1--4----", "LOCODE": "MYLBU", "Name": "Labuan, Sabah", "NameWoDiac": "Labuan, Sabah", "Status": "AI", "outflows": 68835.0 }, "geometry": { "type": "Point", "coordinates": [ 115.26924, 5.28883 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1--4----", "LOCODE": "MYMKZ", "Name": "Malacca", "NameWoDiac": "Malacca", "Status": "AI", "outflows": 2862.0 }, "geometry": { "type": "Point", "coordinates": [ 102.2405, 2.196 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1-------", "LOCODE": "MYPGU", "Name": "Pasir Gudang, Johor", "NameWoDiac": "Pasir Gudang, Johor", "Status": "QQ", "outflows": 3893274.6667500003 }, "geometry": { "type": "Point", "coordinates": [ 103.878, 1.4726 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1--4----", "LOCODE": "MYSDK", "Name": "Sandakan, Sabah", "NameWoDiac": "Sandakan, Sabah", "Status": "AI", "outflows": 18720.0 }, "geometry": { "type": "Point", "coordinates": [ 118.1179, 5.8402 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1--4----", "LOCODE": "MYSBW", "Name": "Sibu, Sarawak", "NameWoDiac": "Sibu, Sarawak", "Status": "AI", "outflows": 2250.0 }, "geometry": { "type": "Point", "coordinates": [ 111.81667, 2.3 ] } }, +{ "type": "Feature", "properties": { "Country": "Malaysia", "Function": "1--4----", "LOCODE": "MYTWU", "Name": "Tawau, Sabah", "NameWoDiac": "Tawau, Sabah", "Status": "AI", "outflows": 241236.6667 }, "geometry": { "type": "Point", "coordinates": [ 117.89115, 4.24482 ] } }, +{ "type": "Feature", "properties": { "Country": "Mozambique", "Function": "1--45---", "LOCODE": "MZBEW", "Name": "Beira", "NameWoDiac": "Beira", "Status": "AI", "outflows": 862537.00003 }, "geometry": { "type": "Point", "coordinates": [ 34.83889, -19.84361 ] } }, +{ "type": "Feature", "properties": { "Country": "Mozambique", "Function": "1--45---", "LOCODE": "MZMPM", "Name": "Maputo", "NameWoDiac": "Maputo", "Status": "AI", "outflows": 871116.20004999987 }, "geometry": { "type": "Point", "coordinates": [ 32.58322, -25.96553 ] } }, +{ "type": "Feature", "properties": { "Country": "Mozambique", "Function": "1--4----", "LOCODE": "MZMNC", "Name": "Nacala", "NameWoDiac": "Nacala", "Status": "AI", "outflows": 668056.99998000008 }, "geometry": { "type": "Point", "coordinates": [ 40.68538, -14.56257 ] } }, +{ "type": "Feature", "properties": { "Country": "Mozambique", "Function": "1--4----", "LOCODE": "MZUEL", "Name": "Quelimane", "NameWoDiac": "Quelimane", "Status": "AI", "outflows": 8034.0 }, "geometry": { "type": "Point", "coordinates": [ 36.88833, -17.87861 ] } }, +{ "type": "Feature", "properties": { "Country": "Namibia", "Function": "1-------", "LOCODE": "NAWVB", "Name": "Walvis Bay", "NameWoDiac": "Walvis Bay", "Status": "QQ", "outflows": 2144542.8666100004 }, "geometry": { "type": "Point", "coordinates": [ 14.50528, -22.9575 ] } }, +{ "type": "Feature", "properties": { "Country": "Nigeria", "Function": "1-------", "LOCODE": "NGAPP", "Name": "Apapa", "NameWoDiac": "Apapa", "Status": "QQ", "outflows": 1959193.7340199992 }, "geometry": { "type": "Point", "coordinates": [ 3.35901, 6.4488 ] } }, +{ "type": "Feature", "properties": { "Country": "Nigeria", "Function": "1--4----", "LOCODE": "NGCBQ", "Name": "Calabar", "NameWoDiac": "Calabar", "Status": "AI", "outflows": 7150.0 }, "geometry": { "type": "Point", "coordinates": [ 8.32695, 4.95893 ] } }, +{ "type": "Feature", "properties": { "Country": "Nigeria", "Function": "1--45---", "LOCODE": "NGLOS", "Name": "Lagos", "NameWoDiac": "Lagos", "Status": "AI", "outflows": 1767326.6668199997 }, "geometry": { "type": "Point", "coordinates": [ 3.39467, 6.45407 ] } }, +{ "type": "Feature", "properties": { "Country": "Nigeria", "Function": "1--4----", "LOCODE": "NGPHC", "Name": "Port Harcourt", "NameWoDiac": "Port Harcourt", "Status": "AI", "outflows": 46634.9 }, "geometry": { "type": "Point", "coordinates": [ 7.0134, 4.77742 ] } }, +{ "type": "Feature", "properties": { "Country": "Nicaragua", "Function": "1---5---", "LOCODE": "NICIO", "Name": "Corinto", "NameWoDiac": "Corinto", "Status": "AI", "outflows": 510767.4 }, "geometry": { "type": "Point", "coordinates": [ -87.17304, 12.4825 ] } }, +{ "type": "Feature", "properties": { "Country": "Norway", "Function": "1-------", "LOCODE": "NOGJM", "Name": "Gjemnes", "NameWoDiac": "Gjemnes", "Status": "AI", "outflows": 135486.0 }, "geometry": { "type": "Point", "coordinates": [ 8.08604, 62.89225 ] } }, +{ "type": "Feature", "properties": { "Country": "Oman", "Function": "1--4----", "LOCODE": "OMSLL", "Name": "Salalah", "NameWoDiac": "Salalah", "Status": "AI", "outflows": 20488113.65606999 }, "geometry": { "type": "Point", "coordinates": [ 54.09237, 17.01505 ] } }, +{ "type": "Feature", "properties": { "Country": "Oman", "Function": "1-------", "LOCODE": "OMSOH", "Name": "Sohar", "NameWoDiac": "Sohar", "Status": "QQ", "outflows": 5253518.9085 }, "geometry": { "type": "Point", "coordinates": [ 56.70937, 24.34745 ] } }, +{ "type": "Feature", "properties": { "Country": "Panama", "Function": "1-------", "LOCODE": "PAPAM", "Name": "Almirante", "NameWoDiac": "Almirante", "Status": "AI", "outflows": 265850.0 }, "geometry": { "type": "Point", "coordinates": [ -82.4018, 9.30091 ] } }, +{ "type": "Feature", "properties": { "Country": "Panama", "Function": "1-------", "LOCODE": "PABLB", "Name": "Balboa", "NameWoDiac": "Balboa", "Status": "AI", "outflows": 13017890.895410001 }, "geometry": { "type": "Point", "coordinates": [ -79.56672, 8.94814 ] } }, +{ "type": "Feature", "properties": { "Country": "Panama", "Function": "--3-----", "LOCODE": "PACSO", "Name": "Coco Solo", "NameWoDiac": "Coco Solo", "Status": "RQ", "outflows": 340795.0 }, "geometry": { "type": "Point", "coordinates": [ -79.88168, 9.37091 ] } }, +{ "type": "Feature", "properties": { "Country": "Panama", "Function": "123-----", "LOCODE": "PAMIT", "Name": "Manzanillo", "NameWoDiac": "Manzanillo", "Status": "AI", "outflows": 13509667.606659999 }, "geometry": { "type": "Point", "coordinates": [ -81.16667, 7.53667 ] } }, +{ "type": "Feature", "properties": { "Country": "Peru", "Function": "1-------", "LOCODE": "PECLL", "Name": "Callao", "NameWoDiac": "Callao", "Status": "AI", "outflows": 15247664.791890001 }, "geometry": { "type": "Point", "coordinates": [ -77.11814, -12.05659 ] } }, +{ "type": "Feature", "properties": { "Country": "Peru", "Function": "1--4----", "LOCODE": "PEILQ", "Name": "Ilo", "NameWoDiac": "Ilo", "Status": "AI", "outflows": 83616.0 }, "geometry": { "type": "Point", "coordinates": [ -71.34108, -17.63185 ] } }, +{ "type": "Feature", "properties": { "Country": "Peru", "Function": "1--4----", "LOCODE": "PEIQT", "Name": "Iquitos", "NameWoDiac": "Iquitos", "Status": "AI", "outflows": 9675.0 }, "geometry": { "type": "Point", "coordinates": [ -73.25383, -3.74912 ] } }, +{ "type": "Feature", "properties": { "Country": "Peru", "Function": "1-------", "LOCODE": "PEMRI", "Name": "Matarani", "NameWoDiac": "Matarani", "Status": "AI", "outflows": 98962.5 }, "geometry": { "type": "Point", "coordinates": [ -72.10563, -16.99639 ] } }, +{ "type": "Feature", "properties": { "Country": "Peru", "Function": "1-------", "LOCODE": "PEPAI", "Name": "Paita", "NameWoDiac": "Paita", "Status": "AI", "outflows": 1763103.4120800004 }, "geometry": { "type": "Point", "coordinates": [ -81.11444, -5.08917 ] } }, +{ "type": "Feature", "properties": { "Country": "Peru", "Function": "1--4----", "LOCODE": "PEPIO", "Name": "Pisco", "NameWoDiac": "Pisco", "Status": "AI", "outflows": 121628.0 }, "geometry": { "type": "Point", "coordinates": [ -76.20538, -13.71029 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1--4----", "LOCODE": "PGGUR", "Name": "Alotau", "NameWoDiac": "Alotau", "Status": "AI", "outflows": 15808.0 }, "geometry": { "type": "Point", "coordinates": [ 150.45742, -10.31509 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1--4----", "LOCODE": "PGBUA", "Name": "Buka", "NameWoDiac": "Buka", "Status": "AI", "outflows": 15808.0 }, "geometry": { "type": "Point", "coordinates": [ 154.67098, -5.43261 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1-------", "LOCODE": "PGKIM", "Name": "Kimbe", "NameWoDiac": "Kimbe", "Status": "QQ", "outflows": 99364.0 }, "geometry": { "type": "Point", "coordinates": [ 150.13766, -5.55085 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1--4----", "LOCODE": "PGLAE", "Name": "Lae", "NameWoDiac": "Lae", "Status": "AI", "outflows": 836183.91665300005 }, "geometry": { "type": "Point", "coordinates": [ 146.99611, -6.72333 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1--4----", "LOCODE": "PGPOM", "Name": "Port Moresby", "NameWoDiac": "Port Moresby", "Status": "AI", "outflows": 402247.08331199997 }, "geometry": { "type": "Point", "coordinates": [ 147.15089, -9.47723 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1--4----", "LOCODE": "PGRAB", "Name": "Rabaul", "NameWoDiac": "Rabaul", "Status": "AI", "outflows": 115172.0 }, "geometry": { "type": "Point", "coordinates": [ 152.16297, -4.20037 ] } }, +{ "type": "Feature", "properties": { "Country": "Papua New Guinea", "Function": "1--4----", "LOCODE": "PGWWK", "Name": "Wewak", "NameWoDiac": "Wewak", "Status": "AI", "outflows": 43795.0 }, "geometry": { "type": "Point", "coordinates": [ 143.63229, -3.54964 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHBCD", "Name": "Bacolod, Negros", "NameWoDiac": "Bacolod, Negros", "Status": "AI", "outflows": 18806.0 }, "geometry": { "type": "Point", "coordinates": [ 122.95, 10.66667 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHCGY", "Name": "Cagayan de Oro, Mindanao", "NameWoDiac": "Cagayan de Oro, Mindanao", "Status": "AI", "outflows": 1437089.1667599997 }, "geometry": { "type": "Point", "coordinates": [ 124.64722, 8.48222 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHCEB", "Name": "Cebu", "NameWoDiac": "Cebu", "Status": "AI", "outflows": 1378464.0 }, "geometry": { "type": "Point", "coordinates": [ 123.89071, 10.31672 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHCBO", "Name": "Cotabato, Mindanao", "NameWoDiac": "Cotabato, Mindanao", "Status": "AI", "outflows": 29328.0 }, "geometry": { "type": "Point", "coordinates": [ 124.24639, 7.22361 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHDGT", "Name": "Dumaguete", "NameWoDiac": "Dumaguete", "Status": "AI", "outflows": 27546.0 }, "geometry": { "type": "Point", "coordinates": [ 123.30261, 9.30722 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--45---", "LOCODE": "PHMNL", "Name": "Manila", "NameWoDiac": "Manila", "Status": "AI", "outflows": 7135131.1431800006 }, "geometry": { "type": "Point", "coordinates": [ 120.9822, 14.6042 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHOZC", "Name": "Ozamis, Mindanao", "NameWoDiac": "Ozamis, Mindanao", "Status": "AI", "outflows": 10976.0 }, "geometry": { "type": "Point", "coordinates": [ 123.8405, 8.1481 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1-3-----", "LOCODE": "PHPLC", "Name": "Polloc", "NameWoDiac": "Polloc", "Status": "RQ", "outflows": 11193.0 }, "geometry": { "type": "Point", "coordinates": [ 124.22088, 7.3534 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHPPS", "Name": "Puerto Princesa, Palawan", "NameWoDiac": "Puerto Princesa, Palawan", "Status": "AI", "outflows": 9100.0 }, "geometry": { "type": "Point", "coordinates": [ 118.73528, 9.73917 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHSFS", "Name": "Subic Bay", "NameWoDiac": "Subic Bay", "Status": "AI", "outflows": 1621178.0 }, "geometry": { "type": "Point", "coordinates": [ 120.27987, 14.78899 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHTAG", "Name": "Tagbilaran, Bohol", "NameWoDiac": "Tagbilaran, Bohol", "Status": "AI", "outflows": 4320.0 }, "geometry": { "type": "Point", "coordinates": [ 123.85219, 9.65556 ] } }, +{ "type": "Feature", "properties": { "Country": "Philippines", "Function": "1--4----", "LOCODE": "PHZAM", "Name": "Zamboanga", "NameWoDiac": "Zamboanga", "Status": "AI", "outflows": 67509.0 }, "geometry": { "type": "Point", "coordinates": [ 122.07389, 6.91028 ] } }, +{ "type": "Feature", "properties": { "Country": "Pakistan", "Function": "1-34----", "LOCODE": "PKGWD", "Name": "Gwadar", "NameWoDiac": "Gwadar", "Status": "AI", "outflows": 145535.0 }, "geometry": { "type": "Point", "coordinates": [ 62.32541, 25.12163 ] } }, +{ "type": "Feature", "properties": { "Country": "Pakistan", "Function": "12345---", "LOCODE": "PKKHI", "Name": "Karachi", "NameWoDiac": "Karachi", "Status": "AI", "outflows": 11738106.441340001 }, "geometry": { "type": "Point", "coordinates": [ 67.0104, 24.8608 ] } }, +{ "type": "Feature", "properties": { "Country": "Poland", "Function": "1--4----", "LOCODE": "PLGDN", "Name": "Gdansk", "NameWoDiac": "Gdansk", "Status": "AI", "outflows": 6373121.0499060033 }, "geometry": { "type": "Point", "coordinates": [ 18.64912, 54.35227 ] } }, +{ "type": "Feature", "properties": { "Country": "Poland", "Function": "1--45---", "LOCODE": "PLSZZ", "Name": "Szczecin", "NameWoDiac": "Szczecin", "Status": "AI", "outflows": 101530.0 }, "geometry": { "type": "Point", "coordinates": [ 14.55302, 53.42894 ] } }, +{ "type": "Feature", "properties": { "Country": "Palau", "Function": "1--4----", "LOCODE": "PWROR", "Name": "Koror", "NameWoDiac": "Koror", "Status": "AI", "outflows": 30420.0 }, "geometry": { "type": "Point", "coordinates": [ 134.47326, 7.33978 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "1--4----", "LOCODE": "RUARH", "Name": "Arkhangelsk", "NameWoDiac": "Arkhangelsk", "Status": "AI", "outflows": 390.0 }, "geometry": { "type": "Point", "coordinates": [ 40.5433, 64.5401 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "1-------", "LOCODE": "RUDUD", "Name": "Dudinka", "NameWoDiac": "Dudinka", "Status": "QQ", "outflows": 16796.0 }, "geometry": { "type": "Point", "coordinates": [ 86.17778, 69.40583 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "1--4----", "LOCODE": "RUKGD", "Name": "Kaliningrad", "NameWoDiac": "Kaliningrad", "Status": "AI", "outflows": 133061.5 }, "geometry": { "type": "Point", "coordinates": [ 20.51095, 54.70649 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "1-------", "LOCODE": "RUKOR", "Name": "Korsakov", "NameWoDiac": "Korsakov", "Status": "QQ", "outflows": 19067.0 }, "geometry": { "type": "Point", "coordinates": [ 142.77722, 46.6342 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "---4----", "LOCODE": "RUGDX", "Name": "Magadan", "NameWoDiac": "Magadan", "Status": "AI", "outflows": 27664.0 }, "geometry": { "type": "Point", "coordinates": [ 150.80347, 59.5638 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "1--4----", "LOCODE": "RUPKC", "Name": "Petropavlovsk-Kamchatskiy", "NameWoDiac": "Petropavlovsk-Kamchatskiy", "Status": "AI", "outflows": 10478.0 }, "geometry": { "type": "Point", "coordinates": [ 158.65076, 53.04444 ] } }, +{ "type": "Feature", "properties": { "Country": "Russian Federation", "Function": "1--4----", "LOCODE": "RUVVO", "Name": "Vladivostok", "NameWoDiac": "Vladivostok", "Status": "AI", "outflows": 1273681.4999099998 }, "geometry": { "type": "Point", "coordinates": [ 131.87353, 43.10562 ] } }, +{ "type": "Feature", "properties": { "Country": "Saudi Arabia", "Function": "1-------", "LOCODE": "SAJUB", "Name": "Jubail", "NameWoDiac": "Jubail", "Status": "QQ", "outflows": 6234394.5950499978 }, "geometry": { "type": "Point", "coordinates": [ 49.62251, 27.0174 ] } }, +{ "type": "Feature", "properties": { "Country": "Seychelles", "Function": "1-------", "LOCODE": "SCPOV", "Name": "Port Victoria", "NameWoDiac": "Port Victoria", "Status": "QQ", "outflows": 611771.76191000012 }, "geometry": { "type": "Point", "coordinates": [ 55.45501, -4.62001 ] } }, +{ "type": "Feature", "properties": { "Country": "Sudan", "Function": "1--45---", "LOCODE": "SDPZU", "Name": "Port Sudan", "NameWoDiac": "Port Sudan", "Status": "AI", "outflows": 308535.0 }, "geometry": { "type": "Point", "coordinates": [ 37.21644, 19.61745 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "12-4----", "LOCODE": "SEHEL", "Name": "Helsingborg", "NameWoDiac": "Helsingborg", "Status": "AI", "outflows": 634088.0 }, "geometry": { "type": "Point", "coordinates": [ 12.69437, 56.04673 ] } }, +{ "type": "Feature", "properties": { "Country": "Sweden", "Function": "123-----", "LOCODE": "SEVAG", "Name": "Varberg", "NameWoDiac": "Varberg", "Status": "AA", "outflows": 82628.0 }, "geometry": { "type": "Point", "coordinates": [ 12.25078, 57.10557 ] } }, +{ "type": "Feature", "properties": { "Country": "Singapore", "Function": "1--45---", "LOCODE": "SGSIN", "Name": "Singapore", "NameWoDiac": "Singapore", "Status": "AI", "outflows": 126673817.40886995 }, "geometry": { "type": "Point", "coordinates": [ 103.85007, 1.28967 ] } }, +{ "type": "Feature", "properties": { "Country": "Slovenia", "Function": "1-------", "LOCODE": "SIKOP", "Name": "Koper", "NameWoDiac": "Koper", "Status": "RL", "outflows": 4814941.1666899994 }, "geometry": { "type": "Point", "coordinates": [ 13.72944, 45.54694 ] } }, +{ "type": "Feature", "properties": { "Country": "Sierra Leone", "Function": "1--45---", "LOCODE": "SLFNA", "Name": "Freetown", "NameWoDiac": "Freetown", "Status": "AI", "outflows": 292305.0 }, "geometry": { "type": "Point", "coordinates": [ -13.2356, 8.48714 ] } }, +{ "type": "Feature", "properties": { "Country": "Senegal", "Function": "1--45---", "LOCODE": "SNDKR", "Name": "Dakar", "NameWoDiac": "Dakar", "Status": "AI", "outflows": 2417263.262 }, "geometry": { "type": "Point", "coordinates": [ -17.44406, 14.6937 ] } }, +{ "type": "Feature", "properties": { "Country": "Somalia", "Function": "1--4----", "LOCODE": "SOBBO", "Name": "Berbera", "NameWoDiac": "Berbera", "Status": "AI", "outflows": 215094.5 }, "geometry": { "type": "Point", "coordinates": [ 45.01432, 10.43959 ] } }, +{ "type": "Feature", "properties": { "Country": "Somalia", "Function": "1--4----", "LOCODE": "SOKMU", "Name": "Kismayu", "NameWoDiac": "Kismayu", "Status": "AI", "outflows": 188773.0 }, "geometry": { "type": "Point", "coordinates": [ 42.54536, -0.35817 ] } }, +{ "type": "Feature", "properties": { "Country": "Somalia", "Function": "1--45---", "LOCODE": "SOMGQ", "Name": "Mogadishu", "NameWoDiac": "Mogadishu", "Status": "AI", "outflows": 437501.99997999996 }, "geometry": { "type": "Point", "coordinates": [ 45.34375, 2.03711 ] } }, +{ "type": "Feature", "properties": { "Country": "Suriname", "Function": "1--45---", "LOCODE": "SRPBM", "Name": "Paramaribo", "NameWoDiac": "Paramaribo", "Status": "AI", "outflows": 538931.33332199999 }, "geometry": { "type": "Point", "coordinates": [ -55.16682, 5.86638 ] } }, +{ "type": "Feature", "properties": { "Country": "Suriname", "Function": "1--45---", "LOCODE": "SRPBM", "Name": "Paramaribo", "NameWoDiac": "Paramaribo", "Status": "AI", "outflows": 538931.33332199999 }, "geometry": { "type": "Point", "coordinates": [ -55.16682, 5.86638 ] } }, +{ "type": "Feature", "properties": { "Country": "El Salvador", "Function": "1-3-----", "LOCODE": "SVAQJ", "Name": "Acajutla", "NameWoDiac": "Acajutla", "Status": "AI", "outflows": 495947.4 }, "geometry": { "type": "Point", "coordinates": [ -89.8275, 13.59278 ] } }, +{ "type": "Feature", "properties": { "Country": "El Salvador", "Function": "1--45---", "LOCODE": "SVSAL", "Name": "San Salvador", "NameWoDiac": "San Salvador", "Status": "AI", "outflows": 388752.0 }, "geometry": { "type": "Point", "coordinates": [ -89.18718, 13.68935 ] } }, +{ "type": "Feature", "properties": { "Country": "Togo", "Function": "1--45---", "LOCODE": "TGLFW", "Name": "Lome", "NameWoDiac": "Lome", "Status": "AI", "outflows": 6445382.4134400021 }, "geometry": { "type": "Point", "coordinates": [ 1.22154, 6.12874 ] } }, +{ "type": "Feature", "properties": { "Country": "Thailand", "Function": "1-------", "LOCODE": "THSRI", "Name": "Sriracha", "NameWoDiac": "Sriracha", "Status": "QQ", "outflows": 58522.5 }, "geometry": { "type": "Point", "coordinates": [ 100.93111, 13.17372 ] } }, +{ "type": "Feature", "properties": { "Country": "Tunisia", "Function": "1234----", "LOCODE": "TNBIZ", "Name": "Bizerte", "NameWoDiac": "Bizerte", "Status": "QQ", "outflows": 106117.5 }, "geometry": { "type": "Point", "coordinates": [ 9.87391, 37.27442 ] } }, +{ "type": "Feature", "properties": { "Country": "Tunisia", "Function": "1234----", "LOCODE": "TNSFA", "Name": "Sfax", "NameWoDiac": "Sfax", "Status": "AI", "outflows": 72212.33334 }, "geometry": { "type": "Point", "coordinates": [ 10.76028, 34.74056 ] } }, +{ "type": "Feature", "properties": { "Country": "Tunisia", "Function": "1234----", "LOCODE": "TNSUS", "Name": "Sousse", "NameWoDiac": "Sousse", "Status": "QQ", "outflows": 43545.0 }, "geometry": { "type": "Point", "coordinates": [ 10.63699, 35.82539 ] } }, +{ "type": "Feature", "properties": { "Country": "Tunisia", "Function": "12345---", "LOCODE": "TNTUN", "Name": "Tunis", "NameWoDiac": "Tunis", "Status": "AI", "outflows": 59748.0 }, "geometry": { "type": "Point", "coordinates": [ 10.16579, 36.81897 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1-------", "LOCODE": "TRALI", "Name": "Aliaga", "NameWoDiac": "Aliaga", "Status": "RL", "outflows": 8740753.932889998 }, "geometry": { "type": "Point", "coordinates": [ 26.97203, 38.79975 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1-3-----", "LOCODE": "TRDRC", "Name": "Derince", "NameWoDiac": "Derince", "Status": "QQ", "outflows": 303927.0 }, "geometry": { "type": "Point", "coordinates": [ 29.81472, 40.75694 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1-3-----", "LOCODE": "TRHAY", "Name": "Haydarpasa", "NameWoDiac": "Haydarpasa", "Status": "QQ", "outflows": 220592.66669000004 }, "geometry": { "type": "Point", "coordinates": [ 29.02459, 40.99596 ] } }, +{ "type": "Feature", "properties": { "Country": "Turkey", "Function": "1-------", "LOCODE": "TRYAR", "Name": "Yarimca", "NameWoDiac": "Yarimca", "Status": "QQ", "outflows": 895813.99998000008 }, "geometry": { "type": "Point", "coordinates": [ 31.14194, 39.08361 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--45---", "LOCODE": "USANC", "Name": "Anchorage", "NameWoDiac": "Anchorage", "Status": "AI", "outflows": 61671.99999 }, "geometry": { "type": "Point", "coordinates": [ -149.90028, 61.21806 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USBPT", "Name": "Beaumont", "NameWoDiac": "Beaumont", "Status": "AI", "outflows": 34041.0 }, "geometry": { "type": "Point", "coordinates": [ -94.10185, 30.08605 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--45---", "LOCODE": "USBOS", "Name": "Boston", "NameWoDiac": "Boston", "Status": "AI", "outflows": 1565893.3335999998 }, "geometry": { "type": "Point", "coordinates": [ -71.05977, 42.35843 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "--3-----", "LOCODE": "USBCK", "Name": "Brunswick", "NameWoDiac": "Brunswick", "Status": "RL", "outflows": 48681.0 }, "geometry": { "type": "Point", "coordinates": [ -74.45182, 40.48622 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "--3-----", "LOCODE": "USCAT", "Name": "Camden", "NameWoDiac": "Camden", "Status": "RQ", "outflows": 176498.0 }, "geometry": { "type": "Point", "coordinates": [ -75.11962, 39.92595 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USCHS", "Name": "Charleston", "NameWoDiac": "Charleston", "Status": "AI", "outflows": 23192728.69687001 }, "geometry": { "type": "Point", "coordinates": [ -79.924426675273111, 32.785017342562952 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "--3-----", "LOCODE": "USCAV", "Name": "Cleveland", "NameWoDiac": "Cleveland", "Status": "RQ", "outflows": 1974.0 }, "geometry": { "type": "Point", "coordinates": [ -81.69541, 41.4995 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USCRP", "Name": "Corpus Christi", "NameWoDiac": "Corpus Christi", "Status": "AI", "outflows": 53712.0 }, "geometry": { "type": "Point", "coordinates": [ -97.39638, 27.80058 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USDUT", "Name": "Dutch Harbor", "NameWoDiac": "Dutch Harbor", "Status": "AI", "outflows": 378795.99998999998 }, "geometry": { "type": "Point", "coordinates": [ -166.5422, 53.8898 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-34----", "LOCODE": "USPAE", "Name": "Everett", "NameWoDiac": "Everett", "Status": "AI", "outflows": 152295.00003000002 }, "geometry": { "type": "Point", "coordinates": [ -122.20208, 47.97898 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "---4----", "LOCODE": "USFEP", "Name": "Freeport", "NameWoDiac": "Freeport", "Status": "AI", "outflows": 751787.11118999997 }, "geometry": { "type": "Point", "coordinates": [ -70.10311, 43.85702 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USGLS", "Name": "Galveston", "NameWoDiac": "Galveston", "Status": "AI", "outflows": 47326.5 }, "geometry": { "type": "Point", "coordinates": [ -94.7977, 29.30135 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-3-----", "LOCODE": "USGLC", "Name": "Gloucester City", "NameWoDiac": "Gloucester City", "Status": "RN", "outflows": 59686.5 }, "geometry": { "type": "Point", "coordinates": [ -70.66313, 42.61405 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "---4----", "LOCODE": "USIJX", "Name": "Jacksonville", "NameWoDiac": "Jacksonville", "Status": "AI", "outflows": 5087986.3044199999 }, "geometry": { "type": "Point", "coordinates": [ -81.65565, 30.33218 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "---4----", "LOCODE": "USADQ", "Name": "Kodiak", "NameWoDiac": "Kodiak", "Status": "AI", "outflows": 61671.99999 }, "geometry": { "type": "Point", "coordinates": [ -152.40533, 57.78852 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--45---", "LOCODE": "USLAX", "Name": "Los Angeles", "NameWoDiac": "Los Angeles", "Status": "AI", "outflows": 12755714.048839999 }, "geometry": { "type": "Point", "coordinates": [ -118.24368, 34.05223 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--45---", "LOCODE": "USMIA", "Name": "Miami", "NameWoDiac": "Miami", "Status": "AI", "outflows": 6651073.40288 }, "geometry": { "type": "Point", "coordinates": [ -80.19366, 25.77427 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USMOB", "Name": "Mobile", "NameWoDiac": "Mobile", "Status": "AI", "outflows": 3378854.4003 }, "geometry": { "type": "Point", "coordinates": [ -88.04305, 30.69436 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-3-----", "LOCODE": "USMRH", "Name": "Morehead City", "NameWoDiac": "Morehead City", "Status": "RN", "outflows": 44898.75 }, "geometry": { "type": "Point", "coordinates": [ -76.72604, 34.72294 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "12345---", "LOCODE": "USMSY", "Name": "New Orleans", "NameWoDiac": "New Orleans", "Status": "AI", "outflows": 8818359.6138159968 }, "geometry": { "type": "Point", "coordinates": [ -90.07507, 29.95465 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USPFN", "Name": "Panama City", "NameWoDiac": "Panama City", "Status": "AI", "outflows": 82722.0 }, "geometry": { "type": "Point", "coordinates": [ -85.65983, 30.15946 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USPWM", "Name": "Portland", "NameWoDiac": "Portland", "Status": "AI", "outflows": 27248.000001 }, "geometry": { "type": "Point", "coordinates": [ -122.67621, 45.52345 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USPDX", "Name": "Portland", "NameWoDiac": "Portland", "Status": "AI", "outflows": 336570.0 }, "geometry": { "type": "Point", "coordinates": [ -122.67621, 45.52345 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USSAV", "Name": "Savannah", "NameWoDiac": "Savannah", "Status": "AI", "outflows": 26558703.755599998 }, "geometry": { "type": "Point", "coordinates": [ -81.09983, 32.08354 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--45---", "LOCODE": "USSEA", "Name": "Seattle", "NameWoDiac": "Seattle", "Status": "AI", "outflows": 10283805.920580002 }, "geometry": { "type": "Point", "coordinates": [ -122.33207, 47.60621 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USTIW", "Name": "Tacoma", "NameWoDiac": "Tacoma", "Status": "AI", "outflows": 4139226.6189899999 }, "geometry": { "type": "Point", "coordinates": [ -122.44429, 47.25288 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--45---", "LOCODE": "USTPA", "Name": "Tampa", "NameWoDiac": "Tampa", "Status": "AI", "outflows": 1911998.4003 }, "geometry": { "type": "Point", "coordinates": [ -82.45843, 27.94752 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1-3-----", "LOCODE": "USVAN", "Name": "Vancouver", "NameWoDiac": "Vancouver", "Status": "RN", "outflows": 65700.0 }, "geometry": { "type": "Point", "coordinates": [ -122.66149, 45.63873 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USPBI", "Name": "West Palm Beach", "NameWoDiac": "West Palm Beach", "Status": "AI", "outflows": 222144.0 }, "geometry": { "type": "Point", "coordinates": [ -80.05337, 26.71534 ] } }, +{ "type": "Feature", "properties": { "Country": "United States", "Function": "1--4----", "LOCODE": "USILG", "Name": "Wilmington", "NameWoDiac": "Wilmington", "Status": "AI", "outflows": 290589.0 }, "geometry": { "type": "Point", "coordinates": [ -75.54659, 39.74595 ] } }, +{ "type": "Feature", "properties": { "Country": "Uruguay", "Function": "1--45---", "LOCODE": "UYMVD", "Name": "Montevideo", "NameWoDiac": "Montevideo", "Status": "AF", "outflows": 11543641.215 }, "geometry": { "type": "Point", "coordinates": [ -56.18816, -34.90328 ] } }, +{ "type": "Feature", "properties": { "Country": "Virgin Islands, U.S.", "Function": "1-------", "LOCODE": "VICHA", "Name": "Charlotte Amalie, Saint Thomas", "NameWoDiac": "Charlotte Amalie, Saint Thomas", "Status": "AI", "outflows": 307918.0 }, "geometry": { "type": "Point", "coordinates": [ -64.9307, 18.3419 ] } }, +{ "type": "Feature", "properties": { "Country": "Viet Nam", "Function": "1-------", "LOCODE": "VNHPH", "Name": "Haiphong", "NameWoDiac": "Haiphong", "Status": "AI", "outflows": 10072807.932540001 }, "geometry": { "type": "Point", "coordinates": [ 106.68345, 20.86481 ] } }, +{ "type": "Feature", "properties": { "Country": "Vanuatu", "Function": "1--45---", "LOCODE": "VUVLI", "Name": "Port Vila", "NameWoDiac": "Port Vila", "Status": "AI", "outflows": 453739.0 }, "geometry": { "type": "Point", "coordinates": [ 168.31366, -17.73648 ] } }, +{ "type": "Feature", "properties": { "Country": "Vanuatu", "Function": "1-------", "LOCODE": "VUSAN", "Name": "Santo", "NameWoDiac": "Santo", "Status": "RQ", "outflows": 206498.5 }, "geometry": { "type": "Point", "coordinates": [ 167.16235, -15.51989 ] } }, +{ "type": "Feature", "properties": { "Country": "Samoa", "Function": "1--45---", "LOCODE": "WSAPW", "Name": "Apia", "NameWoDiac": "Apia", "Status": "AI", "outflows": 339021.5 }, "geometry": { "type": "Point", "coordinates": [ -171.76666, -13.83333 ] } }, +{ "type": "Feature", "properties": { "Country": "Yemen", "Function": "1--45---", "LOCODE": "YEADE", "Name": "Aden", "NameWoDiac": "Aden", "Status": "AI", "outflows": 126082.5 }, "geometry": { "type": "Point", "coordinates": [ 45.03667, 12.77944 ] } }, +{ "type": "Feature", "properties": { "Country": "Yemen", "Function": "1--4----", "LOCODE": "YEMKX", "Name": "Mukalla", "NameWoDiac": "Mukalla", "Status": "AI", "outflows": 30745.0 }, "geometry": { "type": "Point", "coordinates": [ 49.12424, 14.54248 ] } }, +{ "type": "Feature", "properties": { "Country": "South Africa", "Function": "1234----", "LOCODE": "ZAELS", "Name": "East London", "NameWoDiac": "East London", "Status": "AF", "outflows": 15600.0 }, "geometry": { "type": "Point", "coordinates": [ 27.91162, -33.01529 ] } }, +{ "type": "Feature", "properties": { "Country": "South Africa", "Function": "1--45---", "LOCODE": "ZAPLZ", "Name": "Port Elizabeth", "NameWoDiac": "Port Elizabeth", "Status": "AF", "outflows": 2557154.4621100002 }, "geometry": { "type": "Point", "coordinates": [ 25.61494, -33.96109 ] } }, +{ "type": "Feature", "properties": { "Country": "South Africa", "Function": "1--4----", "LOCODE": "ZARCB", "Name": "Richards Bay", "NameWoDiac": "Richards Bay", "Status": "AF", "outflows": 164538.86664000002 }, "geometry": { "type": "Point", "coordinates": [ 32.03768, -28.78301 ] } } +] +} diff --git a/data/district_heat_share.csv b/data/district_heat_share.csv new file mode 100644 index 00000000..5afd65c8 --- /dev/null +++ b/data/district_heat_share.csv @@ -0,0 +1,34 @@ +country,share to satisfy heat demand (residential) in percent,capacity[MWth] +AT,14,11200 +BG,16,6162 +BA,8, +HR,6.3,2221 +CZ,40, +DK,65, +FI,38,23390 +FR,5, +DE,13.8, +HU,7.92875588637399,8549 +IS,90,8079000 +IE,0.8, +IT,3,8727 +LV,73,2254 +LT,56, +MK,23.7745607009008,636 +NO,4,3400 +PL,42,54912 +PT,0.070754716981132,34 +RS,25,5821 +SI,8.86,1739 +ES,0.251589260787732,1273 +SE,50.4, +UK,2, +BY,70, +EE,52,5406 +KO,3,207 +RO,23,9962 +SK,54,15000 +NL,4,9800 +CH,4,2792 +AL,0, +ME,0, diff --git a/data/eia_hydro_annual_generation.csv b/data/eia_hydro_annual_generation.csv new file mode 100644 index 00000000..9b781ee3 --- /dev/null +++ b/data/eia_hydro_annual_generation.csv @@ -0,0 +1,50 @@ +https://www.eia.gov/international/data/world/electricity/electricity-generation?pd=2&p=000000000000000000000000000000g&u=1&f=A&v=mapbubble&a=-&i=none&vo=value&t=R&g=000000000000002&l=73-1028i008017kg6368g80a4k000e0ag00gg0004g8g0ho00g000400008&s=315532800000&e=1577836800000&ev=false& +Report generated on: 03-28-2022 11:20:48 +"API","","1980","1981","1982","1983","1984","1985","1986","1987","1988","1989","1990","1991","1992","1993","1994","1995","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020" +"","hydroelectricity net generation (billion kWh)","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" +"INTL.33-12-EURO-BKWH.A"," Europe","458.018","464.155","459.881","473.685","481.241","476.739","459.535","491.085","534.517","465.365","474.466","475.47","509.041","526.448","531.815","543.743","529.114164","543.845616","562.441501","569.308453","591.206662","587.371195","541.542535","506.19703","544.536443","545.176179","537.335934","540.934407","567.557921","564.244482","619.96477","543.05273","600.46622","631.86431","619.59229","615.53013","629.98906","562.59258","619.31106","610.62616","670.925" +"INTL.33-12-ALB-BKWH.A"," Albania","2.919","3.018","3.093","3.167","3.241","3.315","3.365","3.979","3.713","3.846","2.82","3.483","3.187","3.281","3.733","4.162","5.669","4.978","4.872","5.231","4.548","3.519","3.477","5.117","5.411","5.319","4.951","2.76","3.759","5.201","7.49133","4.09068","4.67775","6.88941","4.67676","5.83605","7.70418","4.47975","8.46648","5.15394","5.281" +"INTL.33-12-AUT-BKWH.A"," Austria","28.501","30.008","29.893","29.577","28.384","30.288","30.496","25.401","35.151","34.641","31.179","31.112","34.483","36.336","35.349","36.696","33.874","35.744","36.792","40.292","41.418","40.05","39.825","32.883","36.394","36.31","35.48","36.732","37.969","40.487","36.466","32.511","41.862","40.138","39.001","35.255","37.954","36.462","35.73","40.43655","45.344" +"INTL.33-12-BEL-BKWH.A"," Belgium","0.274","0.377","0.325","0.331","0.348","0.282","0.339","0.425","0.354","0.3","0.263","0.226","0.338","0.252","0.342","0.335","0.237","0.30195","0.38511","0.338","0.455","0.437","0.356","0.245","0.314","0.285","0.355","0.385","0.406","0.325","0.298","0.193","0.353","0.376","0.289","0.314","0.367","0.268","0.311","0.108","1.29" +"INTL.33-12-BIH-BKWH.A"," Bosnia and Herzegovina","--","--","--","--","--","--","--","--","--","--","--","--","3.374","2.343","3.424","3.607","5.104","4.608","4.511","5.477","5.043","5.129","5.215","4.456","5.919","5.938","5.798","3.961","4.818","6.177","7.946","4.343","4.173","7.164","5.876","5.495","5.585","3.7521","6.35382","6.02019","6.1" +"INTL.33-12-BGR-BKWH.A"," Bulgaria","3.674","3.58","3.018","3.318","3.226","2.214","2.302","2.512","2.569","2.662","1.859","2.417","2.042","1.923","1.453","2.291","2.89","2.726","3.066","2.725","2.646","1.72","2.172","2.999","3.136","4.294","4.196","2.845","2.796","3.435","4.98168","2.84328","3.14622","3.99564","4.55598","5.59845","3.8412","2.79972","5.09553","3.34917","3.37" +"INTL.33-12-HRV-BKWH.A"," Croatia","--","--","--","--","--","--","--","--","--","--","--","--","4.298","4.302","4.881","5.212","7.156","5.234","5.403","6.524","5.794","6.482","5.311","4.827","6.888","6.27","5.94","4.194","5.164","6.663","9.035","4.983","4.789","8.536","8.917","6.327","6.784","5.255","7.62399","5.87268","3.4" +"INTL.33-12-CYP-BKWH.A"," Cyprus","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","0","0","0","0","0","0","0","0","0" +"INTL.33-12-CZE-BKWH.A"," Czech Republic","--","--","--","--","--","--","--","--","--","--","--","--","--","1.355","1.445","1.982","1.949","1.68201","1.382","1.664","1.7404","2.033","2.467","1.369","1.999","2.356","2.525","2.068","2.004","2.405","2.775","1.95","2.107","2.704","1.909","1.779","1.983","1.852","1.615","1.98792","3.4" +"INTL.33-12-DNK-BKWH.A"," Denmark","0.03","0.031","0.028","0.036","0.028","0.027","0.029","0.029","0.032","0.027","0.027","0.026","0.028","0.027","0.033","0.03","0.019","0.019","0.02673","0.031","0.03","0.028","0.032","0.021","0.027","0.023","0.023","0.028","0.026","0.019","0.021","0.017","0.017","0.013","0.015","0.018","0.019","0.018","0.015","0.01584","0.02" +"INTL.33-12-EST-BKWH.A"," Estonia","--","--","--","--","--","--","--","--","--","--","--","--","0.001","0.001","0.003","0.002","0.002","0.003","0.004","0.004","0.005","0.007","0.006","0.013","0.022","0.022","0.014","0.021","0.028","0.032","0.027","0.03","0.042","0.026","0.027","0.027","0.035","0.026","0.015","0.01881","0.04" +"INTL.33-12-FRO-BKWH.A"," Faroe Islands","0.049","0.049","0.049","0.049","0.049","0.049","0.049","0.049","0.062","0.071","0.074","0.074","0.083","0.073","0.075","0.075","0.069564","0.075066","0.076501","0.069453","0.075262","0.075195","0.095535","0.08483","0.093443","0.097986","0.099934","0.103407","0.094921","0.091482","0.06676","0.092","0.099","0.091","0.121","0.132","0.105","0.11","0.107","0.102","0.11" +"INTL.33-12-FIN-BKWH.A"," Finland","10.115","13.518","12.958","13.445","13.115","12.211","12.266","13.658","13.229","12.9","10.75","13.065","14.956","13.341","11.669","12.796","11.742","12.11958","14.9","12.652","14.513","13.073","10.668","9.495","14.919","13.646","11.379","14.035","16.941","12.559","12.743","12.278","16.667","12.672","13.24","16.584","15.634","14.61","13.137","12.31461","15.56" +"INTL.33-12-CSK-BKWH.A"," Former Czechoslovakia","4.8","4.2","3.7","3.9","3.2","4.3","4","4.853","4.355","4.229","3.919","3.119","3.602","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--" +"INTL.33-12-SCG-BKWH.A"," Former Serbia and Montenegro","--","--","--","--","--","--","--","--","--","--","--","--","11.23","10.395","11.016","12.071","14.266","12.636","12.763","13.243","11.88","12.326","11.633","9.752","11.01","11.912","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--" +"INTL.33-12-YUG-BKWH.A"," Former Yugoslavia","27.868","25.044","23.295","21.623","25.645","24.363","27.474","25.98","25.612","23.256","19.601","18.929","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--" +"INTL.33-12-FRA-BKWH.A"," France","68.253","70.358","68.6","67.515","64.01","60.248","60.953","68.623","73.952","45.744","52.796","56.277","68.313","64.3","78.057","72.196","64.43","63.151","61.479","71.832","66.466","73.888","59.992","58.567","59.276","50.965","55.741","57.029","63.017","56.428","61.945","45.184","59.099","71.042","62.993","54.876","60.094","49.389","64.485","56.98242","64.84" +"INTL.33-12-DEU-BKWH.A"," Germany","--","--","--","--","--","--","--","--","--","--","--","14.742","17.223","17.699","19.731","21.562","21.737","17.18343","17.044","19.451","21.515","22.506","22.893","19.071","20.866","19.442","19.808","20.957","20.239","18.841","20.678","17.323","21.331","22.66","19.31","18.664","20.214","19.985","17.815","19.86039","24.75" +"INTL.33-12-DDR-BKWH.A"," Germany, East","1.658","1.718","1.748","1.683","1.748","1.758","1.767","1.726","1.719","1.551","1.389","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--" +"INTL.33-12-DEUW-BKWH.A"," Germany, West","17.125","17.889","17.694","16.713","16.434","15.354","16.526","18.36","18.128","16.482","15.769","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--" +"INTL.33-12-GIB-BKWH.A"," Gibraltar","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","0","0","0","0","0","0","0","0","0" +"INTL.33-12-GRC-BKWH.A"," Greece","3.396","3.398","3.551","2.331","2.852","2.792","3.222","2.768","2.354","1.888","1.751","3.068","2.181","2.26","2.573","3.494","4.305","3.84318","3.68","4.546","3.656","2.076","2.772","4.718","4.625","4.967","5.806","2.565","3.279","5.32","7.431","3.998","4.387","6.337","4.464","5.782","5.543","3.962","5.035","3.9798","3.43" +"INTL.33-12-HUN-BKWH.A"," Hungary","0.111","0.166","0.158","0.153","0.179","0.153","0.152","0.167","0.167","0.156","0.176","0.192","0.156","0.164","0.159","0.161","0.205","0.21384","0.15345","0.179","0.176","0.184","0.192","0.169","0.203","0.2","0.184","0.208","0.211","0.226","0.184","0.216","0.206","0.208","0.294","0.227","0.253","0.214","0.216","0.21681","0.24" +"INTL.33-12-ISL-BKWH.A"," Iceland","3.053","3.085","3.407","3.588","3.738","3.667","3.846","3.918","4.169","4.217","4.162","4.162","4.267","4.421","4.47","4.635","4.724","5.15493","5.565","5.987","6.292","6.512","6.907","7.017","7.063","6.949","7.22","8.31","12.303","12.156","12.51","12.382","12.214","12.747","12.554","13.541","13.092","13.892","13.679","13.32441","12.46" +"INTL.33-12-IRL-BKWH.A"," Ireland","0.833","0.855","0.792","0.776","0.68","0.824","0.91","0.673","0.862","0.684","0.69","0.738","0.809","0.757","0.911","0.706","0.715","0.67122","0.907","0.838","0.838","0.59","0.903","0.592","0.624","0.625","0.717","0.66","0.959","0.893","0.593","0.699","0.795","0.593","0.701","0.798","0.674","0.685","0.687","0.87813","1.21" +"INTL.33-12-ITA-BKWH.A"," Italy","44.997","42.782","41.216","40.96","41.923","40.616","40.626","39.05","40.205","33.647","31.31","41.817","41.778","41.011","44.212","37.404","41.617","41.18697","40.808","44.911","43.763","46.343","39.125","33.303","41.915","35.706","36.624","32.488","41.207","48.647","50.506","45.36477","41.45625","52.24626","57.95955","45.08163","42.00768","35.83701","48.29913","45.31824","47.72" +"INTL.33-12-XKS-BKWH.A"," Kosovo","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","0.075","0.119","0.154","0.104","0.095","0.142","0.149","0.139","0.243","0.177","0.27027","0.2079","0.26" +"INTL.33-12-LVA-BKWH.A"," Latvia","--","--","--","--","--","--","--","--","--","--","--","--","2.498","2.846","3.272","2.908","1.841","2.922","2.99","2.729","2.791","2.805","2.438","2.243","3.078","3.293","2.671","2.706","3.078","3.422","3.488","2.857","3.677","2.838","1.953","1.841","2.523","4.356","2.417","2.08692","2.59" +"INTL.33-12-LTU-BKWH.A"," Lithuania","--","--","--","--","--","--","--","--","--","--","--","--","0.308","0.389","0.447","0.369","0.323","0.291","0.413","0.409","0.336","0.322","0.35","0.323","0.417","0.446193","0.393","0.417","0.398","0.42","0.535","0.475","0.419","0.516","0.395","0.346","0.45","0.597","0.427","0.34254","1.06" +"INTL.33-12-LUX-BKWH.A"," Luxembourg","0.086","0.095","0.084","0.083","0.088","0.071","0.084","0.101","0.097","0.072","0.07","0.083","0.069","0.066","0.117","0.087","0.059","0.082","0.114","0.084","0.119","0.117","0.098","0.078","0.103","0.093","0.11","0.116","0.131","0.105","0.104","0.061","0.095","0.114","0.104","0.095","0.111","0.082","0.089","0.10593","1.09" +"INTL.33-12-MLT-BKWH.A"," Malta","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","0","0","0","0","0","0","0","0","0" +"INTL.33-12-MNE-BKWH.A"," Montenegro","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","1.733","1.271","1.524","2.05","2.723","1.192","1.462","2.479","1.734","1.476","1.825","1.014","2.09187","1.78","1.8" +"INTL.33-12-NLD-BKWH.A"," Netherlands","0","0","0","0","0","0.003","0.003","0.001","0.002","0.037","0.119","0.079","0.119","0.091","0.1","0.087","0.079","0.09108","0.111","0.089","0.141","0.116","0.109","0.071","0.094","0.087","0.105","0.106","0.101","0.097","0.105","0.057","0.104","0.114","0.112","0.093","0.1","0.061","0.072","0.07326","0.05" +"INTL.33-12-MKD-BKWH.A"," North Macedonia","--","--","--","--","--","--","--","--","--","--","--","--","0.817","0.517","0.696","0.793","0.842","0.891","1.072","1.375","1.158","0.62","0.749","1.36","1.467","1.477","1.634","1","0.832","1.257","2.407","1.419","1.031","1.568","1.195","1.846","1.878","1.099","1.773","1.15236","1.24" +"INTL.33-12-NOR-BKWH.A"," Norway","82.717","91.876","91.507","104.704","104.895","101.464","95.321","102.341","107.919","117.369","119.933","109.032","115.505","118.024","110.398","120.315","102.823","108.677","114.546","120.237","140.4","119.258","128.078","104.425","107.693","134.331","118.175","132.319","137.654","124.03","116.257","119.78","141.189","127.551","134.844","136.662","142.244","141.651","138.202","123.66288","141.69" +"INTL.33-12-POL-BKWH.A"," Poland","2.326","2.116","1.528","1.658","1.394","1.833","1.534","1.644","1.775","1.593","1.403","1.411","1.492","1.473","1.716","1.868","1.912","1.941","2.286","2.133","2.085","2.302","2.256","1.654","2.06","2.179","2.022","2.328","2.13","2.351","2.9","2.313","2.02","2.421","2.165","1.814","2.117","2.552","1.949","1.93842","2.93" +"INTL.33-12-PRT-BKWH.A"," Portugal","7.873","4.934","6.82","7.897","9.609","10.512","8.364","9.005","12.037","5.72","9.065","8.952","4.599","8.453","10.551","8.26","14.613","12.97395","12.853","7.213","11.21","13.894","7.722","15.566","9.77","4.684","10.892","9.991","6.73","8.201","15.954","11.423","5.589","13.652","15.471","8.615","15.608","5.79","12.316","8.6526","13.96" +"INTL.33-12-ROU-BKWH.A"," Romania","12.506","12.605","11.731","9.934","11.208","11.772","10.688","11.084","13.479","12.497","10.87","14.107","11.583","12.64","12.916","16.526","15.597","17.334","18.69","18.107","14.63","14.774","15.886","13.126","16.348","20.005","18.172","15.806","17.023","15.379","19.684","14.581","11.945","14.807","18.618","16.467","17.848","14.349","17.48736","15.65289","15.53" +"INTL.33-12-SRB-BKWH.A"," Serbia","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","--","10.855","9.937","9.468","10.436","11.772","8.58","9.193","10.101","10.893","9.979","10.684","9.061","10.53261","10.07028","9.66" +"INTL.33-12-SVK-BKWH.A"," Slovakia","--","--","--","--","--","--","--","--","--","--","--","--","--","3.432","4.311","4.831","4.185","4.023","4.224","4.429","4.569","4.878","5.215","3.4452","4.059","4.592","4.355","4.406","4","4.324","5.184","3.211","3.687","4.329","3.762","3.701","4.302","4.321","3.506","4.27383","4.67" +"INTL.33-12-SVN-BKWH.A"," Slovenia","--","--","--","--","--","--","--","--","--","--","--","--","3.379","2.974","3.348","3.187","3.616","3.046","3.4","3.684","3.771","3.741","3.265","2.916","4.033","3.426","3.555","3.233","3.978","4.666","4.452","3.506","3.841","4.562","6.011","3.75","4.443","3.814","4.643","4.43421","5.24" +"INTL.33-12-ESP-BKWH.A"," Spain","29.16","21.64","25.99","26.696","31.088","30.895","26.105","27.016","34.76","19.046","25.16","27.01","18.731","24.133","27.898","22.881","39.404","34.43","33.665","22.634","29.274","40.617","22.691","40.643","31.359","18.209","25.699","27.036","23.13","26.147","41.576","30.07","20.192","36.45","38.815","27.656","35.77","18.007","33.743","24.23025","33.34" +"INTL.33-12-SWE-BKWH.A"," Sweden","58.133","59.006","54.369","62.801","67.106","70.095","60.134","70.95","69.016","70.911","71.778","62.603","73.588","73.905","58.508","67.421","51.2226","68.365","74.25","70.974","77.798","78.269","65.696","53.005","59.522","72.075","61.106","65.497","68.378","65.193","66.279","66.047","78.333","60.81","63.227","74.734","61.645","64.651","61.79","64.46583","71.6" +"INTL.33-12-CHE-BKWH.A"," Switzerland","32.481","35.13","35.974","35.069","29.871","31.731","32.576","34.328","35.437","29.477","29.497","31.756","32.373","35.416","38.678","34.817","28.458","33.70257","33.136","39.604","36.466","40.895","34.862","34.471","33.411","30.914","30.649","34.898","35.676","35.366","35.704","32.069","38.218","38.08","37.659","37.879","34.281","33.754","34.637","37.6596","40.62" +"INTL.33-12-TUR-BKWH.A"," Turkey","11.159","12.308","13.81","11.13","13.19","11.822","11.637","18.314","28.447","17.61","22.917","22.456","26.302","33.611","30.28","35.186","40.07","39.41784","41.80671","34.33","30.57","23.77","33.346","34.977","45.623","39.165","43.802","35.492","32.937","35.598","51.423","51.155","56.669","58.225","39.75","65.856","66.686","57.824","59.49","87.99714","77.39" +"INTL.33-12-GBR-BKWH.A"," United Kingdom","3.921","4.369","4.543","4.548","3.992","4.08","4.767","4.13","4.915","4.732","5.119","4.534","5.329","4.237","5.043","4.79","3.359","4.127","5.067","5.283","5.035","4.015","4.74","3.195","4.795","4.873","4.547","5.026","5.094","5.178","3.566","5.655","5.286","4.667","5.832","6.246","5.342","5.836","5.189","5.89941","7.64" diff --git a/data/existing_infrastructure/existing_heating_raw.csv b/data/existing_infrastructure/existing_heating_raw.csv new file mode 100644 index 00000000..18774460 --- /dev/null +++ b/data/existing_infrastructure/existing_heating_raw.csv @@ -0,0 +1,31 @@ +,gas boiler,coal boiler,oil boiler,resistive heater,air heat pump,ground heat pump +Austria,9.32,0.4,15.42,0,0.72,1.077 +Belgium,28.39,1.19,19.53,3.14,0.17,0.061 +Bulgaria,0.16,3.68,0.04,3.46,1.01,0.045 +Croatia,8.39,0.03,2.88,1.53,0,0 +Czech Republic,9.26,1.02,0.1,2.73,0.35,0.263 +Denmark,4.82,0,3.67,2.19,1.9,0.381 +Estonia,0.22,0.02,0.12,0.27,0.33,0.1 +Finland,0,0.04,3.79,10.3,1.98,0.58 +France,76.85,1.03,46.03,87.24,26.14,1.97 +Germany,131.09,0.44,132.04,0,2.38,3.29 +Greece,2.17,0.03,18.13,5.91,0,0 +Hungary,21.21,1.3,0.04,0.06,0.03,0.035 +Ireland,4.32,0.8,4.85,1.03,0.03,0.03 +Italy,112.68,1.89,3.33,6.61,54.98,0.6 +Latvia,1.53,0.4,0,0.03,0,0 +Lithuania,0,0,0,0,0.01,0.02 +Luxembourg,0.79,0,0.77,0.09,0.01,0.001 +Netherlands,81.41,0,0.1,0.1,1.82,0.849 +Poland,8.25,24.75,9.04,5.96,0.01,0.04 +Portugal,4.79,0,0.2,21.26,1.58,0.064 +Romania,16.56,0.32,0.03,0.72,0,0 +Slovakia,8.05,0.19,0.01,0.55,0.06,0.015 +Slovenia,0.4,0,1.08,0.4,0.03,0.056 +Spain,48.99,0.51,17.95,56.58,1.15,0.016 +Sweden,1.01,0,0.77,3.76,3.42,4.813 +United Kingdom,160.49,1.26,7.39,13.81,0.81,0.21 +Norway,,,,,2.91,0.334 +Switzerland,,,,,1,0.849 +Serbia,,,,,, +Bosnia Herzegovina,,,,,, diff --git a/data/existing_infrastructure/offwind_capacity_IRENA.csv b/data/existing_infrastructure/offwind_capacity_IRENA.csv new file mode 100644 index 00000000..5400e4fb --- /dev/null +++ b/data/existing_infrastructure/offwind_capacity_IRENA.csv @@ -0,0 +1,34 @@ +Country/area,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 +Albania,,,,,,,,,,,,,,,,,,, +Austria,,,,,,,,,,,,,,,,,,, +Belgium,,,,,,,,,,31.5,196.5,196.5,381,707.7,707.7,712,712.2,877.2,1185.9 +Bosnia Herzg,,,,,,,,,,,,,,,,,,, +Bulgaria,,,,,,,,,,,,,,,,,,, +Croatia,,,,,,,,,,,,,,,,,,, +Czechia,,,,,,,,,,,,,,,,,,, +Denmark,50,50,214,423.4,423.4,423.4,423.4,423.4,423.4,660.9,867.9,871.5,921.9,1271.1,1271.1,1271.1,1271.1,1263.8,1700.8 +Estonia,,,,,,,,,,,,,,,,,,, +Finland,,,,,,,,,24,24,26.3,26.3,26.3,26.3,26.3,32,32,72.7,72.7 +France,,,,,,,,,,,,,,,,,,2,2 +Germany,,,,,,,,,,35,80,188,268,508,994,3283,4132,5406,6396 +Greece,,,,,,,,,,,,,,,,,,, +Hungary,,,,,,,,,,,,,,,,,,, +Ireland,,,,,25.2,25.2,25.2,25.2,25.2,25.2,25.2,25.2,25.2,25.2,25.2,25.2,25.2,25.2,25.2 +Italy,,,,,,,,,,,,,,,,,,, +Latvia,,,,,,,,,,,,,,,,,,, +Lithuania,,,,,,,,,,,,,,,,,,, +Luxembourg,,,,,,,,,,,,,,,,,,, +Montenegro,,,,,,,,,,,,,,,,,,, +Netherlands,,,,,,,108,108,228,228,228,228,228,228,228,357,957,957,957 +North Macedonia,,,,,,,,,,,,,,,,,,, +Norway,,,,,,,,,,2.3,2.3,2.3,2.3,2.3,2.3,2.3,2.3,2.3,2.3 +Poland,,,,,,,,,,,,,,,,,,, +Portugal,,,,,,,,,,,,1.9,2,2,2,2,,, +Romania,,,,,,,,,,,,,,,,,,, +Serbia,,,,,,,,,,,,,,,,,,, +Slovakia,,,,,,,,,,,,,,,,,,, +Slovenia,,,,,,,,,,,,,,,,,,, +Spain,,,,,,,,,,,,,,5,5,5,5,5,5 +Sweden,13,22,22,22,22,22,22,131,133,163,163,163,163,212,213,213,203,203,203 +Switzerland,,,,,,,,,,,,,,,,,,, +UK,3.8,3.8,3.8,63.8,123.8,213.8,303.8,393.8,596.2,951.2,1341.5,1838.3,2995.5,3696,4501.3,5093.4,5293.4,6987.9,8216.5 diff --git a/data/existing_infrastructure/onwind_capacity_IRENA.csv b/data/existing_infrastructure/onwind_capacity_IRENA.csv new file mode 100644 index 00000000..ca7bb5ec --- /dev/null +++ b/data/existing_infrastructure/onwind_capacity_IRENA.csv @@ -0,0 +1,34 @@ +Country/area,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 +Albania,,,,,,,,,,,,,,,,,,, +Austria,50,67,109,322,581,825.2,968.3,991.2,992,1001,1015.8,1106,1337.2,1674.5,2110.3,2488.7,2730,2886.7,3132.7 +Belgium,14,26,31,67,96,167,212,276,324,576.5,715.5,872.5,989,1072.3,1236.3,1464,1657.8,1919.3,2074.8 +Bosnia Herzg,,,,,,,,,,,,0.3,0.3,0.3,0.3,0.3,0.3,0.3,50.9 +Bulgaria,,,,,1,8,27,30,114,333,488,541,677,683,699,699,699,698.4,698.9 +Croatia,,,,,6,6,17,17,17,70,79,130,180,254,339,418,483,576.1,586.3 +Czechia,2,,6.4,10.6,16.5,22,43.5,113.8,150,193,213,213,258,262,278,281,282,308.2,316.2 +Denmark,2340.1,2447.2,2680.6,2696.6,2700.4,2704.5,2712.3,2700.9,2739.5,2821.2,2934,3080.5,3240.1,3547.9,3615.4,3805.9,3974.5,4225.8,4419.8 +Estonia,,,1,3,7,31,31,50,77,104,108,180,266,248,275,300,310,311.8,310 +Finland,38,39,43,52,82,82,86,110,119,123,170.7,172.7,230.7,420.7,600.7,973,1533,1971.3,1968.3 +France,38,66,138,218,358,690,1412,2223,3403,4582,5912,6758,7607.5,8156,9201.4,10298.2,11566.6,13497.4,14898.1 +Germany,6095,8754,12001,14381,16419,18248,20474,22116,22794,25697,26823,28524,30711,32969,37620,41297,45303,50174,52447 +Greece,226,270,287,371,470,491,749,846,1022,1171,1298,1640,1753,1809,1978,2091,2370,2624,2877.5 +Hungary,,1,1,3,3,17,33,61,134,203,293,331,325,329,329,329,329,329,329 +Ireland,116.5,122.9,134.8,210.3,311.2,468.1,651.3,715.3,917.1,1226.1,1365.2,1559.4,1679.2,1983,2258.1,2426,2760.8,3292.8,3650.9 +Italy,363,664,780,874,1127,1635,1902,2702,3525,4879,5794,6918,8102,8542,8683,9137,9384,9736.6,10230.2 +Latvia,2,2,22,26,26,26,26,26,28,29,30,36,59,65.9,68.9,68.2,69.9,77.1,78.2 +Lithuania,,,,,1,1,31,47,54,98,133,202,275,279,288,436,509,518,533 +Luxembourg,14,13.9,13.9,20.5,34.9,34.9,34.9,34.9,42.9,42.9,43.7,44.5,58.3,58.3,58.3,63.8,119.7,119.7,122.9 +Montenegro,,,,,,,,,,,,,,,,,,72,118 +Netherlands,447,486,672,905,1075,1224,1453,1641,1921,1994,2009,2088,2205,2485,2637,3034,3300,3245,3436 +North Macedonia,,,,,,,,,,,,,,,37,37,37,37,37 +Norway,13,13,97,97,152,265,284,348,395,420.7,422.7,509.7,702.7,815.7,856.7,864.7,880.7,1204.7,1708 +Poland,4,19,32,35,40,121,172,306,526,709,1108,1800,2564,3429,3836,4886,5747,5759.4,5766.1 +Portugal,83,125,190,268,553,1064,1681,2201,2857,3326,3796,4254.4,4409.6,4607.9,4854.6,4934.8,5124.1,5124.1,5172.4 +Romania,,,,,,1,1,3,5,15,389,988,1822,2773,3244,3130,3025,3029.8,3032.3 +Serbia,,,,,,,,,,,,,0.5,0.5,0.5,10.4,17,25,25 +Slovakia,,,,3,3,5,5,5,5,3,3,3,3,5,3,3,3,4,3 +Slovenia,,,,,,,,,,,,,,4,4,5,5,5,5.2 +Spain,2206,3397,4891,5945,8317,9918,11722,14820,16555,19176,20693,21529,22789,22953,22920,22938,22985,23119.5,23400.1 +Sweden,196,273,335,395,453,500,563,692,956,1312,1854,2601,3443,3982,4875,5606,6232,6408,7097 +Switzerland,3,5,5,5,9,12,12,12,14,18,42,46,49,60,60,60,75,75,75 +UK,408.2,489.2,530.2,678.2,809.2,1351.2,1651.2,2083.2,2849.8,3470.8,4079.8,4758,6035,7586.3,8572.7,9212.2,10832.3,12596.9,13553.9 diff --git a/data/existing_infrastructure/solar_capacity_IRENA.csv b/data/existing_infrastructure/solar_capacity_IRENA.csv new file mode 100644 index 00000000..ac84c2d1 --- /dev/null +++ b/data/existing_infrastructure/solar_capacity_IRENA.csv @@ -0,0 +1,34 @@ +Country/area,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 +Albania,,0.1,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.3,0.4,0.6,0.7,0.8,0.9,1.1,1,1,1 +Austria,5,7,9,23,27,21,22.4,24.2,30.1,48.9,88.8,174.1,337.5,626,785.2,937.1,1096,1269,1437.6 +Belgium,,,1,1,1,2,2,20,62,386,1007,1979,2647,2902,3015.2,3131.7,3327,3616.2,3986.5 +Bosnia Herzg,,,,0.1,0.2,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,1.3,7.2,8.2,14.1,16,18.2 +Bulgaria,,,,,,,,0,0.1,2,25,154,1013,1020,1026,1029,1028,1035.6,1032.7 +Croatia,,,,,,,,,,0.3,0.3,0.3,4,19,33,47.8,55.8,60,67.7 +Czechia,0.1,0.1,0.2,0.3,0.4,0.6,0.8,4,39.5,464.6,1727,1913,2022,2063.5,2067.4,2074.9,2067.9,2069.5,2075.1 +Denmark,1,1,2,2,2,3,3,3,3,5,7,17,402,571,607,782.1,851,906.4,998 +Estonia,,,,,,,,,,0.1,0.1,0.2,0.4,1.5,3.3,6.5,10,15,31.9 +Finland,2,3,3,3,4,4,5,5,6,6,7,7,8,9,11,17,39,82,140 +France,7,7,8,9,11,13,15,26,80,277,1044,3003.6,4358.8,5277.3,6034.4,7137.5,7702.1,8610.4,9617 +Germany,114,195,260,435,1105,2056,2899,4170,6120,10564,18004,25914,34075,36708,37898,39222,40677,42291,45179 +Greece,,1,1,1,1,1,5,9,12,46,202,612,1536,2579,2596,2604,2604,2605.5,2651.6 +Hungary,,,,,,,,0.4,1,1,2,4,12,35,89,172,235,344,726 +Ireland,,,,,,,,,,0.6,0.7,0.8,0.9,1,1.6,2.4,5.9,15.7,24.2 +Italy,19,20,22,26,31,34,45,110,483,1264,3592,13131,16785,18185,18594,18901,19283,19682.3,20107.6 +Latvia,,,,,,,,,,,,,0.2,0.2,0.2,0.2,0.7,0.7,2 +Lithuania,,,,,,,,,0.1,0.1,0.1,0.3,7,68,69,69,70,73.8,82 +Luxembourg,,0.2,1.6,14.2,23.6,23.6,23.7,23.9,24.6,26.4,29.5,40.7,74.7,95,109.9,116.3,121.9,128.1,130.6 +Montenegro,,,,,,,0,0.2,0.4,0.4,0.6,0.8,0.9,1.1,2.1,2.7,3.1,3.4,3.4 +Netherlands,13,21,26,46,50,51,53,54,59,69,90,149,369,746,1048,1515,2049,2903,4522 +North Macedonia,,,,,,,,,,,0,2,4,7,15,17,16.7,16.7,20.6 +Norway,6,6,6,7,7,7,8,8,8.3,8.7,9.1,9.5,10,11,13,15,26.7,44.9,68.4 +Poland,,,,,,,,,,,,1.1,1.3,2.4,27.2,107.8,187.2,287.1,562 +Portugal,1,1,1,2,2,2,3,24,59,115,134,172,238,296,415,447,512.8,579.2,667.4 +Romania,,,,,,,,,0.1,0.1,0.1,1,41,761,1293,1326,1372,1374.1,1385.8 +Serbia,,,,,,0.1,0.2,0.4,0.9,1.2,1.3,1.5,3.1,4.7,6,9,11,10,10 +Slovakia,,,,,,,,,,,19,496,513,533,533,533,533,528,472 +Slovenia,,,0,0,0,0,0.2,0.6,1,4,12,57,142,187,223,238,233,246.8,221.3 +Spain,10,13,17,22,33,52,130,494,3384,3423,3873,4283,4569,4690,4697,4704,4713,4723,4763.5 +Sweden,3,3,3,4,4,4,5,6,8,9,11,12,24,43,60,104,153,402,492 +Switzerland,16,18,20,22,24,28,30,37,49,79,125,223,437,756,1061,1394,1664,1906,2171 +UK,2,3,4,6,8,11,14,18,23,27,95,1000,1753,2937,5528,9601.2,11930.5,12781.8,13118.3 diff --git a/data/heat_load_profile.csv b/data/heat_load_profile.csv new file mode 100644 index 00000000..f1e13ea4 --- /dev/null +++ b/data/heat_load_profile.csv @@ -0,0 +1,25 @@ +hour,residential space weekday,residential space weekend,residential water weekday,residential water weekend,services space weekday,services space weekend,services water weekday,services water weekend +0,0.9181438689,0.9421512708,1,1,0.9181438689,0.9421512708,1,1 +1,0.9172359071,0.9400891069,1,1,0.9172359071,0.9400891069,1,1 +2,0.9269464481,0.9461062015,1,1,0.9269464481,0.9461062015,1,1 +3,0.9415047932,0.9535084941,1,1,0.9415047932,0.9535084941,1,1 +4,0.9656299507,0.9651094993,1,1,0.9656299507,0.9651094993,1,1 +5,1.0221166443,0.9834676747,1,1,1.0221166443,0.9834676747,1,1 +6,1.1553090493,1.0124171051,1,1,1.1553090493,1.0124171051,1,1 +7,1.2093411031,1.0446615927,1,1,1.2093411031,1.0446615927,1,1 +8,1.1470295942,1.088203419,1,1,1.1470295942,1.088203419,1,1 +9,1.0877191341,1.1110334576,1,1,1.0877191341,1.1110334576,1,1 +10,1.0418327372,1.0926752822,1,1,1.0418327372,1.0926752822,1,1 +11,1.0062977133,1.055488209,1,1,1.0062977133,1.055488209,1,1 +12,0.9837030359,1.0251266112,1,1,0.9837030359,1.0251266112,1,1 +13,0.9667570278,0.9990015154,1,1,0.9667570278,0.9990015154,1,1 +14,0.9548320932,0.9782897278,1,1,0.9548320932,0.9782897278,1,1 +15,0.9509232061,0.9698167237,1,1,0.9509232061,0.9698167237,1,1 +16,0.9636973319,0.974288587,1,1,0.9636973319,0.974288587,1,1 +17,0.9799372563,0.9886456216,1,1,0.9799372563,0.9886456216,1,1 +18,1.0046501848,1.0084159643,1,1,1.0046501848,1.0084159643,1,1 +19,1.0079452419,1.0171243296,1,1,1.0079452419,1.0171243296,1,1 +20,0.9860566481,0.9994722379,1,1,0.9860566481,0.9994722379,1,1 +21,0.9705228074,0.982761591,1,1,0.9705228074,0.982761591,1,1 +22,0.9586485819,0.9698167237,1,1,0.9586485819,0.9698167237,1,1 +23,0.9335023778,0.9515079292,1,1,0.9335023778,0.9515079292,1,1 diff --git a/data/heat_load_profile_BDEW.csv b/data/heat_load_profile_BDEW.csv new file mode 100644 index 00000000..d57ee76f --- /dev/null +++ b/data/heat_load_profile_BDEW.csv @@ -0,0 +1,25 @@ +,residential space weekday,residential space weekend,services space weekday,services space weekend,residential water weekday,residential water weekend,services water weekday,services water weekend +0,0.5437843306385036,0.5391846410003029,0.740230434593118,0.7918173557545402,1.0,1.0,1.0,1.0 +1,0.5690496225400243,0.5641534370440313,0.7642025524842398,0.7929627291950984,1.0,1.0,1.0,1.0 +2,0.5624023211873742,0.5575494117194042,0.8264420882344785,0.8961602364492307,1.0,1.0,1.0,1.0 +3,0.6120351867307156,0.6074588966300298,0.9338477492552973,1.066547622880321,1.0,1.0,1.0,1.0 +4,0.8210089232467712,0.8188451841881503,1.1288089786462463,1.2779268432155158,1.0,1.0,1.0,1.0 +5,1.2287073985428116,1.2315677844536332,1.3311522394966053,1.2808129834243316,1.0,1.0,1.0,1.0 +6,1.327953505819319,1.3349874311629708,1.3976491755316236,1.3076676145167292,1.0,1.0,1.0,1.0 +7,1.2533048874868005,1.2584095945395426,1.3529869654334066,1.239881414312941,1.0,1.0,1.0,1.0 +8,1.204661538907097,1.206562127967529,1.2631870820835946,1.157513929299677,1.0,1.0,1.0,1.0 +9,1.1511425365003825,1.152931252109671,1.183486516733693,1.1001631309844286,1.0,1.0,1.0,1.0 +10,1.0982914366923946,1.0987739728887453,1.1056637898031139,1.0553379006911972,1.0,1.0,1.0,1.0 +11,1.0602079991199889,1.0598534287519163,1.0536117591812475,0.9953570175561463,1.0,1.0,1.0,1.0 +12,1.0430483470403709,1.042552786631541,1.0075511014823457,0.9238971341830102,1.0,1.0,1.0,1.0 +13,1.023765876994618,1.0234573235486537,0.983633820661761,0.928978159404834,1.0,1.0,1.0,1.0 +14,1.0250355817085612,1.0241187665206792,0.973887563496691,0.9277637088455348,1.0,1.0,1.0,1.0 +15,1.0419068035344277,1.0407369052119213,0.968639109712126,0.940383626933661,1.0,1.0,1.0,1.0 +16,1.0886607269753739,1.0871365340901091,0.9776106671510321,0.9762628252848075,1.0,1.0,1.0,1.0 +17,1.1391891744979068,1.1377875788466947,0.9713068946564802,0.9923707220696051,1.0,1.0,1.0,1.0 +18,1.1813708458227477,1.1815796155786216,0.97710710371407,0.9822063279944322,1.0,1.0,1.0,1.0 +19,1.2048721952031847,1.2066686818939167,0.9620977486617706,0.9872726025741575,1.0,1.0,1.0,1.0 +20,1.1883594612741015,1.1911629803333679,0.9096499832485738,0.9736368622053816,1.0,1.0,1.0,1.0 +21,1.0841006081889941,1.0875548281900813,0.7954827338259405,0.8733383541170725,1.0,1.0,1.0,1.0 +22,0.8887378869444746,0.8893062174837649,0.7007233800713178,0.7753100551108082,1.0,1.0,1.0,1.0 +23,0.6584028044030574,0.6576606192147261,0.6910405618412271,0.756430842996538,1.0,1.0,1.0,1.0 diff --git a/data/heat_load_profile_DK_AdamJensen.csv b/data/heat_load_profile_DK_AdamJensen.csv new file mode 100644 index 00000000..cb417bde --- /dev/null +++ b/data/heat_load_profile_DK_AdamJensen.csv @@ -0,0 +1,25 @@ +hour,weekday,weekend +0,0.9181438689,0.9421512708 +1,0.9172359071,0.9400891069 +2,0.9269464481,0.9461062015 +3,0.9415047932,0.9535084941 +4,0.9656299507,0.9651094993 +5,1.0221166443,0.9834676747 +6,1.1553090493,1.0124171051 +7,1.2093411031,1.0446615927 +8,1.1470295942,1.088203419 +9,1.0877191341,1.1110334576 +10,1.0418327372,1.0926752822 +11,1.0062977133,1.055488209 +12,0.9837030359,1.0251266112 +13,0.9667570278,0.9990015154 +14,0.9548320932,0.9782897278 +15,0.9509232061,0.9698167237 +16,0.9636973319,0.974288587 +17,0.9799372563,0.9886456216 +18,1.0046501848,1.0084159643 +19,1.0079452419,1.0171243296 +20,0.9860566481,0.9994722379 +21,0.9705228074,0.982761591 +22,0.9586485819,0.9698167237 +23,0.9335023778,0.9515079292 diff --git a/data/hydrogen_salt_cavern_potentials.csv b/data/hydrogen_salt_cavern_potentials.csv new file mode 100644 index 00000000..c1168266 --- /dev/null +++ b/data/hydrogen_salt_cavern_potentials.csv @@ -0,0 +1,31 @@ +ct,TWh +AT, +BA, +BE, +BG, +CH, +CZ, +DE,4500 +DK,700 +EE, +ES,350 +FI, +FR, +GB,1050 +GR,120 +HR, +HU, +IE, +IT, +LT, +LU, +LV, +NL,150 +NO, +PL,120 +PT,400 +RO, +RS, +SE, +SI, +SK, diff --git a/data/links_tyndp.csv b/data/links_tyndp.csv index 8079be72..a0603120 100644 --- a/data/links_tyndp.csv +++ b/data/links_tyndp.csv @@ -24,3 +24,5 @@ Gridlink,Kingsnorth (UK),Warande (FR),160,,1400,in permitting,,https://tyndp.ent NeuConnect,Grain (UK),Fedderwarden (DE),680,,1400,in permitting,,https://tyndp.entsoe.eu/tyndp2018/projects/projects/309,0.716666666666667,51.44,8.046524,53.562763 NordBalt,Klaipeda (LT),Nybro (SE),450,,700,built,,https://en.wikipedia.org/wiki/NordBalt,21.256667,55.681667,15.854167,56.767778 Estlink 1,Harku (EE),Espoo (FI),105,,350,built,,https://en.wikipedia.org/wiki/Estlink,24.560278,59.384722,24.551667,60.203889 +Greenlink,Waterford (IE),Pembroke (UK),,180,500,under construction,,https://tyndp2022-project-platform.azurewebsites.net/projectsheets/transmission/286,-6.987,52.260,-4.986,51.686 +Celtic Interconnector,Aghada (IE),La Martyre (FR),,572,700,under consideration,,https://tyndp2022-project-platform.azurewebsites.net/projectsheets/transmission/107,-8.16642,51.91413,-4.184,48.459 diff --git a/data/nuclear_p_max_pu.csv b/data/nuclear_p_max_pu.csv new file mode 100644 index 00000000..7bc54455 --- /dev/null +++ b/data/nuclear_p_max_pu.csv @@ -0,0 +1,16 @@ +country,factor +BE,0.65 +BG,0.89 +CZ,0.82 +FI,0.92 +FR,0.70 +DE,0.88 +HU,0.90 +NL,0.86 +RO,0.92 +SK,0.89 +SI,0.94 +ES,0.89 +SE,0.82 +CH,0.86 +GB,0.67 diff --git a/data/override_component_attrs/buses.csv b/data/override_component_attrs/buses.csv new file mode 100644 index 00000000..7581e328 --- /dev/null +++ b/data/override_component_attrs/buses.csv @@ -0,0 +1,3 @@ +attribute,type,unit,default,description,status +location,string,n/a,n/a,Reference to original electricity bus,Input (optional) +unit,string,n/a,MWh,Unit of the bus (descriptive only), Input (optional) diff --git a/data/override_component_attrs/generators.csv b/data/override_component_attrs/generators.csv new file mode 100644 index 00000000..4f214396 --- /dev/null +++ b/data/override_component_attrs/generators.csv @@ -0,0 +1,4 @@ +attribute,type,unit,default,description,status +carrier,string,n/a,n/a,carrier,Input (optional) +lifetime,float,years,inf,lifetime,Input (optional) +build_year,int,year ,0,build year,Input (optional) diff --git a/data/override_component_attrs/links.csv b/data/override_component_attrs/links.csv new file mode 100644 index 00000000..0fc2747a --- /dev/null +++ b/data/override_component_attrs/links.csv @@ -0,0 +1,13 @@ +attribute,type,unit,default,description,status +bus2,string,n/a,n/a,2nd bus,Input (optional) +bus3,string,n/a,n/a,3rd bus,Input (optional) +bus4,string,n/a,n/a,4th bus,Input (optional) +efficiency2,static or series,per unit,1,2nd bus efficiency,Input (optional) +efficiency3,static or series,per unit,1,3rd bus efficiency,Input (optional) +efficiency4,static or series,per unit,1,4th bus efficiency,Input (optional) +p2,series,MW,0,2nd bus output,Output +p3,series,MW,0,3rd bus output,Output +p4,series,MW,0,4th bus output,Output +carrier,string,n/a,n/a,carrier,Input (optional) +lifetime,float,years,inf,lifetime,Input (optional) +build_year,int,year ,0,build year,Input (optional) diff --git a/data/override_component_attrs/loads.csv b/data/override_component_attrs/loads.csv new file mode 100644 index 00000000..10bb5b4f --- /dev/null +++ b/data/override_component_attrs/loads.csv @@ -0,0 +1,2 @@ +attribute,type,unit,default,description,status +carrier,string,n/a,n/a,carrier,Input (optional) diff --git a/data/override_component_attrs/stores.csv b/data/override_component_attrs/stores.csv new file mode 100644 index 00000000..4f214396 --- /dev/null +++ b/data/override_component_attrs/stores.csv @@ -0,0 +1,4 @@ +attribute,type,unit,default,description,status +carrier,string,n/a,n/a,carrier,Input (optional) +lifetime,float,years,inf,lifetime,Input (optional) +build_year,int,year ,0,build year,Input (optional) diff --git a/data/parameter_corrections.yaml b/data/parameter_corrections.yaml index b50fc03a..df15738a 100644 --- a/data/parameter_corrections.yaml +++ b/data/parameter_corrections.yaml @@ -36,12 +36,20 @@ Link: "5583": "7428" # bus0 == bus1 to remove link in remove_unconnected_components (Sardinia) "13588": "7428" # bus0 == bus1 to remove link in remove_unconnected_components (Sardinia) "T23": "6355" # bus0 == bus1 to remove link in remove_unconnected_components (NordBalt) + "14815": "5939" # Kainachtal + "8706": "6448" bus1: index: "12931": "8152" # BorWin3 "5582": "2382" # combine link 5583 + 5582 in 5582 (Sardinia) "13589": "1349" # combine link 13589 + 13588 in 13589 (Sardinia) "14820": "6354" # NordBalt + "14810": "6365" # Skagerrak + "8708": "6448" + "8394": "6695" + "14813": "7052" + "8009": "5939" + "5601": "7052" # Link Sweden - Lübeck length: index: "5582": 26.39 # new length of combined links (sum) @@ -53,6 +61,7 @@ Line: bus0: index: "14573": "7179" #fix bus-id substation in PT (220/380kV issue) + "14756": "8577" # Deeside connection v_nom: index: "14573": 220 # 220/380kV issue of substation in PT diff --git a/data/retro/comparative_level_investment.csv b/data/retro/comparative_level_investment.csv new file mode 100644 index 00000000..756d31ae --- /dev/null +++ b/data/retro/comparative_level_investment.csv @@ -0,0 +1,49 @@ +NA_ITEM,Price level indices (EU28=100),,,,,,,,, +PPP_CAT,Actual individual consumption,,,,,,,,, +,,,,,,,,,, +GEO/TIME,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 +European Union - 28 countries,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0 +Belgium,113.6,111.9,112.4,111.5,111.0,108.9,106.3,110.3,112.3,112.5 +Bulgaria,47.1,45.7,45.5,45.0,44.2,42.6,42.2,43.2,45.1,46.3 +Czech Republic,64.5,66.6,68.9,66.9,63.3,58.3,58.4,60.5,62.4,65.0 +Denmark,141.7,140.0,139.9,140.0,139.3,138.5,135.0,140.0,138.9,138.1 +Germany,104.6,103.1,102.2,101.1,102.5,101.5,100.4,102.6,103.7,104.1 +Estonia,67.5,66.0,67.2,67.6,69.9,69.9,68.9,71.0,73.9,76.3 +Ireland,129.9,122.7,122.5,120.5,123.2,124.9,122.2,126.5,129.1,129.2 +Greece,93.6,95.4,94.9,91.9,87.8,83.8,81.0,82.3,83.0,81.8 +Spain,97.5,98.7,98.5,95.8,95.1,92.7,90.0,92.7,93.7,93.7 +France,111.2,109.9,109.6,108.7,107.0,106.0,104.0,105.8,107.1,107.4 +Croatia,70.2,70.1,68.1,65.5,64.5,62.5,60.7,61.3,63.0,64.0 +Italy,103.6,100.4,101.5,101.1,102.3,102.6,100.3,101.1,101.6,101.4 +Cyprus,92.0,94.6,95.8,96.0,95.2,92.0,88.5,89.8,91.2,90.6 +Latvia,68.1,62.3,65.5,65.9,66.0,66.0,64.2,66.9,68.3,69.5 +Lithuania,60.3,57.8,58.3,58.0,57.8,56.9,55.9,58.3,60.0,61.4 +Luxembourg,130.0,136.5,136.0,135.8,135.1,135.7,132.1,137.0,139.9,141.6 +Hungary,58.2,57.4,56.4,54.9,54.4,53.4,53.3,56.2,59.4,59.0 +Malta,75.8,76.6,78.0,78.0,80.8,80.5,79.8,81.4,81.9,83.4 +Netherlands,108.5,112.3,112.7,111.3,111.9,111.9,109.6,113.8,114.6,114.8 +Austria,109.9,109.2,110.1,108.9,109.1,109.1,107.2,110.2,112.8,113.7 +Poland,53.1,55.2,53.7,52.1,52.4,52.5,51.1,50.9,53.5,54.3 +Portugal,85.2,85.0,85.3,82.7,81.1,80.4,78.7,81.6,83.5,84.6 +Romania,49.1,46.9,47.7,45.6,47.8,47.6,47.2,46.8,48.0,48.6 +Slovenia,85.3,84.3,83.7,81.8,82.1,81.5,79.8,82.3,82.7,83.8 +Slovakia,66.6,62.5,63.4,63.4,63.4,63.3,62.3,63.6,65.4,66.1 +Finland,121.0,120.3,121.6,121.8,124.0,122.9,119.6,122.8,123.3,123.4 +Sweden,109.5,124.6,131.7,134.3,140.5,133.6,128.8,135.3,134.5,126.9 +United Kingdom,107.5,111.4,111.3,118.6,117.0,123.6,134.7,123.5,117.6,117.7 +Iceland,94.9,107.6,109.6,111.6,116.0,123.4,132.5,154.5,172.3,163.7 +Norway,142.4,158.8,165.3,172.5,166.9,157.2,152.2,155.0,157.3,155.4 +Switzerland,131.6,146.4,161.7,160.6,155.1,153.0,167.0,169.8,167.1,159.1 +Candidate and potential candidate countries except Turkey and Kosovo (under United Nations Security Council Resolution 1244/99),48.0,45.6,47.1,44.8,46.4,45.2,43.4,44.4,46.0,47.5 +Montenegro,52.3,49.5,49.3,50.1,50.5,49.3,48.0,48.7,50.5,51.1 +North Macedonia,41.4,41.3,42.7,42.1,42.5,41.9,40.9,41.7,43.2,43.3 +Albania,46.2,42.8,42.1,40.6,41.9,41.5,39.8,43.0,43.5,46.6 +Serbia,48.3,45.0,48.0,44.5,47.3,45.5,43.1,43.8,46.1,47.9 +Turkey,55.4,61.2,54.7,58.5,57.7,51.6,50.5,50.2,45.4,37.0 +Bosnia and Herzegovina,51.6,50.7,50.6,49.2,49.1,48.4,47.0,47.5,48.2,48.9 +Kosovo (under United Nations Security Council Resolution 1244/99),:,:,:,:,:,:,:,:,:,: +United States,92.4,98,93.3,101.2,100.3,99,115.9,121.1,120.8,115.2 +Japan,115.1,126.1,127.8,133.8,101.7,94.8,96.5,113,109.4,103.9 +,,,,,,,,,, +"Source: Eurostat Purchasing power parities (PPPs), price level indices and real expenditures for ESA 2010 aggregates (2019)",,,,,,,,,, +https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Comparative_price_levels_for_investment,,,,,,,,,, diff --git a/data/retro/data_building_stock.csv b/data/retro/data_building_stock.csv new file mode 100644 index 00000000..19c282ff --- /dev/null +++ b/data/retro/data_building_stock.csv @@ -0,0 +1,63129 @@ +country,country_code,sector,subsector,btype,bage,topic,feature,type,detail,estimated,value,unit,source,,,, +Austria,at,Residential sector,Residential sector,Total,,BUILDING,Area,Constructed area [Mm²],,0,347.3519528,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Residential sector,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.46,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Residential sector,Total,,BUILDING,Area,Number of buildings [Mil.],,0,3.62,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Residential sector,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.55112,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Residential sector,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.21312,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Residential sector,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.69576,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Residential sector,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,2.70551867219917,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Residential sector,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,1.75448132780083,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,78.7339048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,72.7633749025877,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.65042173,Mm²,,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.01094354753833,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.82054162378672,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.578259709191927,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.274976644930427,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.15770719341598,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.19177777267488,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.165866876627042,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.048006847537418,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.41181071388774,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.00565170698863,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.01773285020661,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.12927992881664,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.716823393217505,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.283176606782495,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.716823393217505,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.283176606782495,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.811177838597432,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.188765526081211,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.811177838597432,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.188765526081211,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.039290677804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.9284567078817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.1332046086735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,191.269774091055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.72783764033989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.6998069130103,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.9872168184701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031577856650691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,16.1770821449881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006152504247529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,92.2876096,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,85.2892785293236,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.869957,Mm²,,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.18497315330481,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.961794353130811,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.677804643690352,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.322312697698909,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.184855811915551,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.33236884966273,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.184276429085806,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.045019374521009,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.63875979468429,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.792142517211758,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.39904738501321,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.733996742288577,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.266003257711423,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.811959537415519,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.656033947161635,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.188040462584481,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,155.203296083707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.115812186455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.6998975274906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,206.094456869554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.85968807169735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.0498462912359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.9629459909294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.097454327808747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,20.1663007991627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016567235727487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,53.3176096,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,49.2744418823059,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.192316,Mm²,,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.684598249409928,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.555660462525547,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.391590198662479,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.186210723839501,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.106797326907949,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.744220889152858,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.102359114132714,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.020870116483189,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.3227924516706,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.48033972175677,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.791867236298606,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.698951932008595,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.733225009397271,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.266774990602729,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.842007080527481,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,other,,0,0.157992919472519,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,0.554391035565105,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.445608964434895,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.108782071130211,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.891217928869789,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.108782071130211,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.891217928869789,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.842007080527481,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.733225009397271,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.216217918441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.7013187684759,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.3269363291449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.816315773898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.3892241906409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.4904044937173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.28041985219884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.037797989588754,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.1637367676326,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006425658230088,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,42.7676096,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,39.5244668598262,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.994923,Mm²,,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.549136221283395,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.445711462117912,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.314105918574102,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.149365052189083,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.08566525052021,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.54418735150902,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.074592271079171,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013358267913261,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.880181947788824,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,1.95751788381458,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.516303379649257,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.518046800726501,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.774974451693461,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.225025548306539,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.864383348654586,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,other,,0,0.135616651345414,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.88748722584673,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.112512774153269,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.135616651345414,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.864383348654586,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,,low-e,0,0.842782777366168,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.159155350813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.5673483183947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.1252170940666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.215142390345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.5564492141271,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.1878256410998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.60344769588186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038371541890982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.5742253324606,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006523162121467,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,49.0476096,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,45.3182434608852,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.118445,Mm²,,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.629771438026014,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.511159777052504,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.36022926255088,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.171297831143076,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.098244344332058,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.633441260091875,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.087308945060945,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019156108922983,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.29466213007861,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.286233893363888,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.374045049322852,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,0.194301008300311,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,0.805698991699689,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.194301008300311,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.805698991699689,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete + bricks,,0,0.194301008300311,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.147466462712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.0545832224926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.4765852200075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.281120715835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.59927914782374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.7148778300113,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.76196730998626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030259063332281,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.80727897640589,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005144040766488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,24.0038048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,22.1835542411829,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.581107,Mm²,,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.308208917626675,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.250160601302369,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.176295500882458,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.083832825594456,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.048080591149761,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.350205820879951,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.048612023465044,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013148456206226,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.21825860940179,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.35287413768671,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.187138746270758,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.22489426476256,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.805030909099878,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.194969090900123,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.402515454549939,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.597484545450061,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.194969090900123,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.805030909099878,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.8966457795615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.7593352306621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.9421480994754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.01325593068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.56908698921256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4132221492131,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.55982851442972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019036679017884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.47744733625505,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00323623543304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,7.1938048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,6.64828598261565,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.290294,Mm²,,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.092368472810843,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.074971720084137,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.052834766447802,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.025124224604549,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014409481758492,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.110809359311783,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.015484340549278,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004929525132823,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.342360499967972,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.03832403347947,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.159255999829186,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.370186000042703,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.620937393241474,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.379062606758526,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.620937393241474,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.379062606758526,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.758125213517053,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.5017042090323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.3782320542071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.4088664986393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.242413019174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.9742994492152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.1132997479589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.66152537668482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006786560495944,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.902468768740111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00115371528431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.04,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,2.89204818708415,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.16688,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.55488,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.31824,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.79,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,44.5912,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,41.2097712059147,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.91449876,Mm²,,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.744493996161714,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.58,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.4258505658045,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.202502366955986,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.116141063401227,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.65325698682817,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.087850291547082,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003386717786461,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.34428571428571,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.1075,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,flat roof,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,173.253101165777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.1833588695606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.0379694811418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,230.062793038035,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.62117100782531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.5569542217128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.89946416448435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024859147978848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.6204503211824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004226055156404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,60.5438048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,55.9526620441603,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.175535,Mm²,,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.957415461264913,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.71,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.54764164384353,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.260417005464056,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.149356811957327,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.840085135129507,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.11297502442926,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004355301706146,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.615,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.784770097941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.4096765463769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.0379694811418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.424596213056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.6096450128841,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.5569542217128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.8671693322551,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.073364759118945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,14.6080427923856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012472009050221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,39.0938048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,36.129253112199,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.80099,Mm²,,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.596152418982618,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.48,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.340999183658057,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.162153457963272,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.092999777361288,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.523094524499454,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.070345985439949,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002711909043215,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,163.203142677489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.7328398917771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.0379694811418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,216.717453161438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.0745827816021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.5569542217128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.56248670358545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.028621647424915,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.82895829872689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004865680062235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,33.1438048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,30.6304520331702,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.698055,Mm²,,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.467351965743892,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.4,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.267325324405506,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.127119734682339,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.072906906656047,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.41007844053018,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.055147531957779,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002125993255933,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,131.378274131244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.4404219504998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.0379694811418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.457210218879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.21487173158497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.5569542217128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.58887905864907,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029625748744656,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.19075791145704,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005036377286592,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,34.4438048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,31.8218707563193,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.720545,Mm²,,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.493287414601506,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.41,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.282160401152062,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.13417417677161,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.076952836677835,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.432835525557204,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.058207914922978,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002243974121325,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.630426023327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.0996988950923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.0379694811418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,157.529342716376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.11694881216569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.5569542217128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.36189457967821,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021688187540364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.89315712674365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003686991881862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,14.5438048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,13.4409226096513,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.376275,Mm²,,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.23317602223997,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.21,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.133376684721263,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.063423878049272,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.036375459469435,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.204600529318405,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.027514770624317,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001060722297249,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.195,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.215,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.864439958265,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.557084969134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.0379694811418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.23318982058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.55470444475278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.5569542217128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.69759449213451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014508067146761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.29688157299504,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002466371414949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,3.6638048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.38597206514137,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.188051,Mm²,,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.06262625438525,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0499,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.035822217508363,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017034341192788,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009769695684099,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.054951468308626,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00738989801746,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000284888059164,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.335,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,92.3803436105341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.5977861363467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.0379694811418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,122.671858280428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.69162364317894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.5569542217128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.375221057200691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005189791280726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.508999176867403,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000882264517723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.13,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.727951812915846,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.64636,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.30736,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.17628,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.91551867219917,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.21448132780083,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,15.9589,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,14.748708662204,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.29667597,Mm²,,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.266449551376621,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.152409143387427,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.072474277974441,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.041566130014753,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.215875698658751,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.031441047062441,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019132805655429,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.015,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.568274497623,kWh/m²/year,S.Pezzutto. Analysis of the space heatingand cooling market in Europe. PhD Thesis. 2014,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,16.316154984948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.528311705394,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.64158549206309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.87651358481147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00484061110683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.55188791854591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000783694938196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,14.39,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,13.2987810970127,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.269534,Mm²,,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.227557692039898,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.064,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.130162999846822,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.061895692234852,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.035498999958224,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.18436576642927,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.026851807660708,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.01634011794992,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,120.919157027657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.2777114577783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.568548617026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.4923614850143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.9227814109654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012473416680061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.6074219959518,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002019446160502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,5.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,5.36017584174243,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.120927,Mm²,,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.088445830427311,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.024,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.050591015004422,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024057265876229,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.013797549546661,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.0716582382605,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.010436607990423,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006350984176389,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.919805344838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.6116145049923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.618309517411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.49892038835825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.72675370513824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002613427707245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.986886074790307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000423113945803,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.36017584174243,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.106049,Mm²,,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.081784255539502,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.046780594168595,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022245317506745,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012758343864162,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.066261073485241,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.009650542153661,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0058726399006,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,,low-e,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,93.4419823551684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.7228841286872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.081608369428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.32643494043446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.627709324741018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002833935138963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.855365042060837,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000458814098998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,9.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,8.80732340893196,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.185456,Mm²,,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.136484023424507,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.048,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.078068861398818,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.037123654371466,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.021291507654223,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.110578470709739,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.016105114764092,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.009800437950676,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.6235457136274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.491125968867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.387906353126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.31751329435957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.927302562306856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003800202257682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.26723374100381,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000615252745519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,4.68,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.325107403337,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.101551,Mm²,,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.075032895386705,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.042918816161195,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020408947545184,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011705131680326,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.060791165270527,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.008853881655631,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005387848460547,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,79.136146465018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.9554262272315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,105.084888890897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.20218350618878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.444622212899201,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002635799488802,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.608028250848552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000426735937237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.74,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.60805275252273,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.050689,Mm²,,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.029742218425593,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017012548939439,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008089883411761,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004639786074392,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.024096952496687,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00350958177422,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002135684154686,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.6596676942152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,17.0529145703455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,88.5173727311484,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.76086686893893,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.14524542261283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000864395186656,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.199420345608748,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00013994558072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.29,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.73788,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.35088,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.20124,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,1.05448132780083,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.23551867219917,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,18.1838048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,16.804895034469,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.439247,Mm²,,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.394707949301002,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.225772947000173,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.107360562209872,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.061574440090956,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.322645087187956,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.046575538017518,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.025487324095528,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.918909198927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,13.9677338064936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.305519525255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.26137610327131,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.21123906917424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006135285171301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.00474390525978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000993302669234,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,17.3538048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,16.0378353881507,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.424888,Mm²,,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.376691499964731,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.215467537979826,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.102460087990407,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.058763873994498,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.30791794810395,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.044449596995838,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.024323954864943,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.827679446742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.0436956579151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.495975537328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.40697432701645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.17299524770889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0089412137607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.95083601082527,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001447582507857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,8.4238048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,7.78501292836447,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.270399,Mm²,,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.182851870358833,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.104591269845253,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.049735708737603,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.028524891775978,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.149468126392905,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.021576520702342,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011807223263586,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.654796201311,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.9385562798189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.643203875721,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.22805226170268,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.991179443475154,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005391365679507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.34789239411544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000872862103512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.8238048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.53383898491358,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.190819,Mm²,,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.083001669218058,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.047476954792729,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022576454027312,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012948260398017,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.067847837493599,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.009794196967731,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005359634756728,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.8086936557321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.9623404115543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.945364305447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.71760291263065,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.386859312491774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004381650834992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.528102378942729,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000709389270185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.0738048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.68904929563393,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.212444,Mm²,,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.11013487604979,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.06299714910048,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.029956686285543,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.017181040663767,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.090027263824932,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.012995915373875,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007111696850983,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.1356983920623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,18.7106236374898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.42849389482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.0292499669096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.472655338405586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003974959728043,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.646735626438431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00064354597997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,4.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.41752422819463,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.103281,Mm²,,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.103757382924545,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.019,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.05934922303284,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028222008155476,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016186151736229,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.084814126291019,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.012243371185096,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006699885448431,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.8711373214904,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.7804552433126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.1097832492071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.5262557038923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.417611809396016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002249507197985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.572537512411453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000364195215354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.79,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.65426116495154,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.051554,Mm²,,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.038854752183041,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.009,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0222249182487,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010568492593787,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006061341340554,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.031760938506469,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.004584860757599,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002508952918973,1e6 dimensionless,Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,61.605904141485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,20.890204077624,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8696324683313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.8064801094779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.38212404016732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.804448702497,kWh/m²/year,S. Pezzutto, A. Toleikytė, M. De Felice. Assessment of the Space Heating and Cooling Market in the EU28: A Comparison between EU15 and EU13 Member States. http://contemporary-energy.net/Articles/v01n02a05_-Simon-Pezzutto-et-al.pdf,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.141058896871299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001076973581018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.19404924626396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000174362022767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.265,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,13.54,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,13.54,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.137968,Mm²,,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.095167109182671,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.030060907666658,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.067209915420519,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.027957193762152,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.013449945636841,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.72128302429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,77.5061814118913,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.26082728953713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.446029440849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.6039561036104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.47126038111862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.96305777364922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.175705735660818,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.46670010418944,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.116051670822924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,34.59,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,34.59,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.34492,Mm²,,,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.24413652947771,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.0767951843567,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.17027142059582,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.073865108881891,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.18,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.029257121953359,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.644894478172882,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.91061000289101,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.820848805938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.723340979009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.38338339342025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.792477983542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,52.3029382265658,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.63871872915706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.57294439177581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.436804719665525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.75685509429225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.279555020585936,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,18.81,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,18.81,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.934792,Mm²,,,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.104322296475688,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.041761128006635,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.072646942570819,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.031675353904869,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.01203390431791,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.656714513556619,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.07735247208931,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.867681360051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.9346628193831,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.68945187708587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.741955327265,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,53.7181842044052,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.91702995216931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.60625967619055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.246330776965023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.28533551310617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.157651697257615,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,17.065,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,17.065,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.670948,Mm²,,,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.086602377424698,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.037886956376036,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.060311054619404,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026291322805294,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.076327222823672,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.010275154601026,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.574043363609728,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.687214145842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.0702310500088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.83840021282837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,157.08276196522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,55.0849478720056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.0719362213415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.21035460903071,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.229889111482559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.78423492455367,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.147129031348838,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,14.875,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,14.875,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.33982,Mm²,,,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.054341140943267,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.033024815475742,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.037934772638046,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.016406368305221,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.048166177137542,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.006174963805725,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.478547899159664,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.343709972338,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,85.8156851826774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.37067307958907,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,161.72651166487,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,54.9220385169136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.58550000277263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.97412644789742,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.200793256504132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.48876617355618,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.128507684162645,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,15.261,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,15.261,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.3830632,Mm²,,,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.049748855371736,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.033881795561364,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.034556820778366,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01519203459337,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.044242864151503,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005505991220233,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.319855841687963,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,136.504165806275,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.4872766608645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.19319927378277,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.360290573969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,59.1918570629533,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.40092724473408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.16244348848676,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.220403025478725,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.72807494513123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.141057936306384,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,5.22,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,5.22,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.864864,Mm²,,,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.014913661972356,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.011589212556865,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010200281125793,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004713380846563,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.012875388775763,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002038273196593,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,136.59479847217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,82.6967374569556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.68501489615039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.475394059656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,52.9259119724516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.9124154919964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.742700625782633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.071521431143973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.936404365859626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.045773715932142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,5.06,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.06,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.780192,Mm²,,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.064970413490072,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.007348433395008,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.045479289443051,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019491124047022,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.05824597569385,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.006724437796222,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,158.606649286619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,78.305232183524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.69710077151354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.430444594006,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.1153485974554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88498480237408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.82631697529415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.061093115707728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.03395607274568,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.049099594052946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,7.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,7.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.121904,Mm²,,,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.094502419621923,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.009851953630647,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.066151693735346,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028350725886577,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.084721419191054,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.009781000430869,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.6806359985612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.1072659306773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.69710077151354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.544407718173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.7886501956335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88498480237408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.65782014262775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.082019334076691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.827480328951224,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.052492373809082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.57,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.57,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.554904,Mm²,,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.045838809517699,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.004664597307586,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.032087166662389,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01375164285531,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.041094492732617,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.004744316785082,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,0.7,dimensionless,M. Eder. Nachhaltige Bürogebäude. 2009,,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.4186914362185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.848338589984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.69710077151354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.7817381239975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.9029366975898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88498480237408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.286013378181603,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.041533642476937,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.359380200847147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.026581531185239,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.3,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.3,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.36288,Mm²,,,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.029532006131851,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002727357439584,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020672404292296,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008859601839555,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.026475443497204,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.003056562634647,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,56.2332348427945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.5968219758839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.69710077151354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,71.416208250349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,48.3819660645657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88498480237408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.140139771912909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027432574758609,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.175492744021263,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01755684784551,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.27,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.27,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.055944,Mm²,,,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003466800719826,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0003,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002426760503878,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001040040215948,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.003107986845324,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000358813874502,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,47.6328577491907,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.5013304597424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.69710077151354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,60.4937293414721,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.6408514942352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88498480237408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01412908880059,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00355251843124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.017652252818839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002273611795994,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.11,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.016632,Mm²,,,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001412400293262,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000176282051282,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000988680205284,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000423720087979,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.00126621686291,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000146183430353,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,18.5238891246853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.7862107183656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.69710077151354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,23.5253391883503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.983174859754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88498480237408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002554308888582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000961100256668,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00312513563898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000615104164267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.05,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00756,Mm²,,,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000642000133301,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,8.69211274395128E-05,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000449400093311,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00019260003999,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.000575553119504,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,6.64470137966646E-05,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,14.6867978060005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,56.5860011874667,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.69710077151354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,18.6522332136206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.2150407599787,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88498480237408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000969194928876,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000427790168977,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.0011768609008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000273785708145,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.15,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.189,Mm²,,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014766003065926,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000840314375969,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010336202146148,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004429800919778,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.013658552835981,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001107450229944,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,130.328791341536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,79.685232183524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.62085643204758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,165.51756500375,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.9985485974553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.72569068932948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.152892094939621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015060508882686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.193479744047042,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009638725684919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.59,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.59,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.739368,Mm²,,,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.058935612237042,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.007482133170478,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.041254928565929,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017680683671113,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.054515441319264,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.004420170917778,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.568187991769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,99.6065402294049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.62085643204758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.041598749547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,63.7481857468192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.72569068932948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.54707771390532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.073645888436335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.692021858524443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.047133368599254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.328104,Mm²,,,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.026578805518666,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003193956808455,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018605163863066,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0079736416556,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.024585395104766,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.0019934104139,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.364751379409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,100.602605631699,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.62085643204758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.623234251849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,64.3856676042874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.72569068932948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.229740208169715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.033008117318183,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.29052227462824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021125195083637,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.93,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.93,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.306936,Mm²,,,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.024781205145423,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00300449901806,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017346843601796,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007434361543627,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.022922614759516,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001858590385907,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,84.4160090110657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,101.608631688016,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.62085643204758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.208331444053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,65.0295242803302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.72569068932948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.167981150305209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031187346975793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.212172662717429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019959902064508,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.25,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.25,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.35532,Mm²,,,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.02889000599855,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003784595371749,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020223004198985,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008667001799565,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.026723255548659,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.002166750449891,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.4672666427226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,117.866012758099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.62085643204758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,76.7934286362577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,75.4342481651831,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.72569068932948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.141948276918233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.041880151653208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.178918018482571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.026803297058053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.28,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.28,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.359856,Mm²,,,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.029275206078531,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002967305990591,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020492644254971,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008782561823559,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.027079565622641,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00219564045589,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.4672666427226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,119.04467288568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.62085643204758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,76.7934286362577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,76.1885906468349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.72569068932948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.143840920610476,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.042838939805949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.181303592062339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027416921475808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.34,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.066528,Mm²,,,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004365600906448,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00040494487303,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003055920634513,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001309680271934,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004038180838464,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000327420067984,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,48.4796641091763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,73.9934298847008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.62085643204758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.5691734186539,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.3557951262085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.72569068932948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017374176984016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004922634903369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021860253796714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003150486338156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.39,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.39,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.074088,Mm²,,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000557142857143,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000557142857143,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000378857142857,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000178285714286,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000464657142857,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,9.24857142857143E-05,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,142.303162525707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.685232183524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.39929472522273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.725016407648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.9985485974553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.57526651423164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.057213958327863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005903719482013,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.072267110339533,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003778380468488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.80136,Mm²,,,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005485653264347,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005485653264347,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003730244219756,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001755409044591,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.004575034822465,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000910618441882,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.852680466221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.8569030800411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.39929472522273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,189.0429041921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,55.5884179712263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.57526651423164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.796910270995506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.069603647852222,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.00681448767293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.044546334625422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.28728,Mm²,,,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001514872032861,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001514872032861,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001030112982345,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000484759050515,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001263403275406,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000251468757455,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,136.183663439874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.7254721108415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.39929472522273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.953252568639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,56.1443021509386,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.57526651423164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.253049324697173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025201773628003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.319551334349168,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016129135121922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.845,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.845,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.294084,Mm²,,,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001677174289401,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001677174289401,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001140478516792,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000536695772608,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.00139876335736,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00027841093204,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.514646413526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.7254721108415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.39929472522273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.863600945178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,56.1443021509386,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.57526651423164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.236001221400992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025798657740245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.297854710462612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016511140953757,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.715,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.715,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.274428,Mm²,,,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001614472168464,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001614472168464,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001097841074555,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000516631093908,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001346469788499,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000268002379965,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,121.463787260436,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.0395946409143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.39929472522273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.259009820754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.9853405701852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.57526651423164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.215855185605405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017574257878117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.2724007839145,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011247525041995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.59,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.59,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.255528,Mm²,,,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001414219143726,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001414219143726,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000961669017734,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000452550125992,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001179458765868,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000234760377859,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,118.384190693457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.0051378906423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.39929472522273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,150.347922180691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.7232882500111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.57526651423164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.195225741815701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01865485687492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.246327870024926,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011939108399949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.46,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.46,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.235872,Mm²,,,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001792507208026,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001792507208026,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001218904901457,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000573602306568,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001494951011493,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000297556196532,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,115.304594126478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.2051470724778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.39929472522273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.436834540627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.3712941263858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.57526651423164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.174767677723484,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01561594045028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.220477667540094,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009994201888179,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.26,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.26,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.054432,Mm²,,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004724691103544,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.004724691103544,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00321278995041,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001511901153134,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003940392380356,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000784298723188,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,134.232039407094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.685232183524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.868513934719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.47469004701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.9985485974553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8232544921078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.041106143868872,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004337426558214,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.050777465580171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002775952997257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.18,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.495936,Mm²,,,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.065145689430712,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.065145689430712,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044299068812884,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020846620617828,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.054331504985214,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.010814184445498,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.127638675761,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.1072659306773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.868513934719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.692101118217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.4286501956335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8232544921078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.518327765301327,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.036752461036596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.640818830840832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023521575063422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.176904,Mm²,,,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021517283123879,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.021517283123879,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014631752524238,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006885530599641,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.017945414125316,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.003571868998564,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,106.107152392338,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.848338589984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.868513934719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.756083538269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.9029366975898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8232544921078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.139073962969951,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013240970489923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.170749891692503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00847422111355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.09,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.179928,Mm²,,,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.022037240594404,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.022037240594404,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014985323604195,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007051916990209,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.018379058655733,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.003658181938671,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,73.0866661089144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,75.5968219758839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.868513934719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.8200659583213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,48.3819660645657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8232544921078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.10568114624756,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013601984984477,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.128231219290968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008705270390065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.64,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.64,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.111888,Mm²,,,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012666581873105,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.012666581873105,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008613275673711,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004053306199394,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.01056392928217,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.002102652590935,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.0730085866322,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.2095529214306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.868513934719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,64.8627209050229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.2541138697156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8232544921078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.047962574413665,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006512950457273,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.057399024254164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004168288292655,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.56,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.099792,Mm²,,,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010957136563859,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.010957136563859,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007450852863424,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003506283700435,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.009138251894258,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001818884669601,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,36.9121569182791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.7767948012166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.868513934719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,46.8784392862144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.0971486727786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8232544921078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.034037175677679,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006563997906803,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040152948515861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004200958660354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.061992,Mm²,,,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006246877310497,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.006246877310497,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004247876571138,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001999000739359,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.005209895676954,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001036981633543,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,22.7513052499259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,60.0864596012429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.868513934719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,28.8941576674059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.4553341447955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8232544921078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01445214394724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0037248798036,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016652397769449,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002383923074304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.035,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.96,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.96,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.613872,Mm²,,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006346153846154,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.006346153846154,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005521153846154,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000825,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.005292692307692,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001053461538462,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.83178185706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,73.9934298847008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.99052898753733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.646362958467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.3557951262085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23015014703882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.490336350944607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.045422494790181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.617270991897802,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.029070396665716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.46,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.46,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.991872,Mm²,,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010352564102564,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.010352564102564,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009006730769231,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001345833333333,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.008634038461538,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001718525641026,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,83.9595274576359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,77.2946752180182,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.99052898753733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.628599871198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.4685921395317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23015014703882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.581077364635819,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.076666424097846,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.729067525117807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.049066511422622,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.24,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.24,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.353808,Mm²,,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003589743589744,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003589743589744,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003123076923077,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000466666666667,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002993846153846,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000595897435897,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,73.447220379377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.0676219701984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.99052898753733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,93.2779698818088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.963278060927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23015014703882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.177940558581888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027620949194032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.222898188864619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017677407484181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.371952,Mm²,,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003782051282051,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003782051282051,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003290384615385,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000491666666667,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.003154230769231,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000627820512821,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,52.7070802344169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,78.8482981899004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.99052898753733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.9379918977095,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.4629108415363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23015014703882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.138526357763812,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02932778220833,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.172676815225606,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018769780613331,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.34776,Mm²,,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003525641025641,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003525641025641,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003067307692308,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000458333333333,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002940384615385,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000585256410256,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,31.9669400894568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.1120689170528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.99052898753733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,40.5980139136102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.4717241069138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23015014703882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.083506431969387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020904573086594,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.103021960933428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01337892677542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.5,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.24192,Mm²,,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002403846153846,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002403846153846,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002091346153846,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0003125,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002004807692308,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000399038461538,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,26.3568479545522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,67.9266378762697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.99052898753733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.4731969022812,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.4730482408126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23015014703882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048521065413134,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016432812235027,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.05955502057398,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010516999830417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.25,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.25,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.05292,Mm²,,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000400641025641,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000400641025641,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000348557692308,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,5.20833333333333E-05,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000334134615385,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,6.65064102564102E-05,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,20.7467558196475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,62.6287979613839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.99052898753733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,26.3483798909523,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.0824306952857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23015014703882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006684321201796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003314315988116,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.008144632509498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002121162232395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.72,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.72,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.426384,Mm²,,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003802704819832,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.003802704819832,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002281622891899,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001521081927933,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00317145581974,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000631249000092,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,140.583087106986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.6918460274331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70818137614262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,178.540520625873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,51.0027814575572,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.89650863118832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.395192250274111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.033979328076561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.498948719579206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021746769968999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,7.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,7.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.19448,Mm²,,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009714590821122,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.009714590821122,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.005828754492673,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.003885836328449,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.008101968744816,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001612622076306,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,183.975297381561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,82.6802902534619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70818137614262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.648627674583,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,52.9153857622156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.89650863118832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.47173113431009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.098759953101955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.86065206318502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.063206369985251,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,8.06,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,8.06,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.233792,Mm²,,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005282782692839,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.005282782692839,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.003169669615704,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002113113077136,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.004405840765828,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000876941927011,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,183.932295496094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,85.6687344794906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70818137614262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.594015280039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,54.827990066874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.89650863118832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.52044224359022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.10569739925092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.92223362272449,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.067646335520589,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,7.54,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,7.54,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.155168,Mm²,,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004792699981569,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.004792699981569,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002875619988941,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001917079992627,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.003997111784628,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00079558819694,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,183.889293610625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,88.6571787055193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70818137614262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.539402885494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,56.7405943715324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.89650863118832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.42202496140023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.102413935810897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.79780677283579,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.065544918918974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,7.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,7.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.19448,Mm²,,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004177639157681,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.004177639157681,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002506583494609,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001671055663073,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.003484151057506,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000693488100175,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,183.846291725157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,91.6456229315481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70818137614262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.48479049095,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,58.6531986761908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.89650863118832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.47072489019014,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109468863679276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.85937413315268,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.070060072754736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,9.221,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,9.221,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.4093352,Mm²,,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004286047138513,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.004286047138513,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002571628283108,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001714418855405,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00357456331352,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000711483824993,1e6 dimensionless,Own calculations,,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,183.803289839689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,95.31144784881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70818137614262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.430178096406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,60.9993266232384,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.89650863118832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.73826427608119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.134325778416292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.19761037831514,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Austria,at,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.085968498186427,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,415.6998926,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.27,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.49,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.7944,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.01711,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.45849,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,3.89181818181818,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,1.37818181818182,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,51.45972655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,48.8200792927271,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.076384,Mm²,,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.652376302582908,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.060657379177538,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.469710937859694,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.125908626398501,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.056756738324713,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.537704109303807,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.059291074590058,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.080694934700975,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.05040474240044,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,2.95505579339791,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.70221595086867,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.261364127866707,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.738635872133292,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.261364127866707,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.738635872133292,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,0.071803723955078,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,FLOOR,construction material,other,,0,0.928196276044922,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.071803723955078,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,0.928196276044922,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,251.705228378057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.9085556711051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.3984526590967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,312.794087305412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.7521257637623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.7969053181934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.080669370941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.062101646458592,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,16.8554324708069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022325541901864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,63.119375,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,59.881641411625,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.44566,Mm²,,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.800190503224585,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.074401014531318,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.576137162321701,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.154436767122345,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.069616573780539,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.726170199635707,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.105092704307659,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.140198343610927,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.76166143517739,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,3.39214088384113,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,2.19296709607787,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.603925102236833,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.396074897763167,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.603925102236833,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.396074897763167,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,209.903921779827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.4369549977044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.0987099428688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,260.847603595791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.0865853216747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.1974198857377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.5855318848136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.088816948361981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,17.6522636814052,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031929692936132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,69.22972655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,65.6785600347271,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.69635,Mm²,,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.877653964826884,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.081603499575934,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.631910854675357,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.169387215211589,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.076355894939939,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.811018615790091,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.126431658785788,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.169757868876114,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.3388031582511,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.28278512281658,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.767719232996162,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.515995488212715,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.484004511787285,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,0.021518596479275,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,aluminium,,0,0.978481403520725,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.515995488212715,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.484004511787285,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.515995488212715,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.515995488212715,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.484004511787285,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.484004511787285,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,185.308189629104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.9175893113147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.2644062158068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,230.282487252088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.1933733574176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.5288124316136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.2967554523001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.057536102628249,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,17.3765829535694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020684228894855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,57.8744531,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,54.9057598784543,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.635634,Mm²,,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.733698452336333,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.068218641678331,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.52826288568216,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.141603801300912,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.063831765353261,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.702161449989419,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.110211842117651,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.148001990349633,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.40019816619226,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,3.88760443217044,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.919170200003151,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.907735966683373,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.428288334011056,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.571711665988944,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.015891753627647,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.984108246372353,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.428288334011056,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.571711665988944,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.428288334011056,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.428288334011056,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.571711665988944,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.571711665988944,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,170.117029099712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.1731611454663,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.284721727012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,211.404432062213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.25225143179514,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.569443454024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.2828741148213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032995908257004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.4922597117219,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011862029018393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,60.20613675,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,57.1178388829541,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.722408,Mm²,,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.763258173313514,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.070967078733135,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.54954588478573,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.147308827449508,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.066403461078276,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.690919942817027,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.10219310707831,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.137887690414694,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.701671529356183,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.46163522462683,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.457672955074634,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.510542150339849,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.593313882575267,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.406686117424732,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.593313882575267,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.593313882575267,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.406686117424732,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.406686117424732,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.917998185843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.4986453266108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.1574121589349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.896196345547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.08826299491657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.3148243178698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.85122900450207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038751846699717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.2507050685415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013931288888548,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,67.13602155,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,63.6922524701841,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.005176,Mm²,,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.851111197926011,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.079135576277751,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.612800062506728,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.16426446119972,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.074046674219563,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.783779318515843,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.094242919300735,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.128602795960809,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.371005101135606,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.168310934862061,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.831689065137939,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.168310934862061,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.168310934862061,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.831689065137939,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.831689065137939,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,109.040901088046,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,17.0023939058147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.734417823757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.505127782115,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.11236060914039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.4688356475139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.00140681576866,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.034092792202486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.7433192378879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012256358796794,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,46.6744531,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,44.2802683584543,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.659628,Mm²,,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.591711405789764,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.055016810025993,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.42603221216863,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.114200301317425,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.05147889230371,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.564166485565212,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.073726860231075,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.101110900117027,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.104869499799238,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.895130500200762,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.104869499799238,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.104869499799238,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.895130500200762,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.895130500200762,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.2857983502251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,4.52073839866084,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.9634708147285,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.256561609825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.62520545431857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.926941629457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.38872350289288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007502744027093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.01812052920638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00269723647774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Constructed area [Mm²],,0,39.3883593,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.51,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.34,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.5272,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.67743,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.30537,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,3.43,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,13.44972655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,12.7598174467271,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.826976,Mm²,,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.183697961051976,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.132262531957423,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.035453706483031,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.015981722611522,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.179511112936831,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003186848115145,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.765,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.415,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.765,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,410.898821937686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.9085556711051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7316347413833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,510.623966021962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.7521257637623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.4632694827666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.41423096280619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024733657734668,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.8579426019762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008891749955613,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.255,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.036738073,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.196252,Mm²,,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.089319685624977,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.064310173649984,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017238699325621,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007770812649373,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.087283909314436,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001035776310541,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,410.898821937686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.4701490529692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7316347413833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,510.623966021962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2680185845424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.4632694827666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.71286402449129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008334851691943,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.16960141627628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002996379183254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.48972655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.41331043072713,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.418304,Mm²,,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.036600865606329,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.026352623236557,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007063967062021,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003184275307751,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.035766657843222,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000734207763107,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,333.054418865392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.9761192423754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7316347413833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,413.886726324023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.2144148676339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.4632694827666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.489675938481362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014212346583563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.622883736051528,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005109338596791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.91972655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.87254880872713,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.398696,Mm²,,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027224078069831,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019601336210278,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005254247067477,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002368494792075,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.026603586261972,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000520491807859,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,255.210015793098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.2387461257141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7316347413833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,317.149486626083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8708292321942,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.4632694827666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.234392817752052,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012056067125338,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.300147651737115,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004334156131559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.07972655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.92175074472713,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.473,Mm²,,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.065804917612487,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.047379540680991,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01270034909921,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005725027832286,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.064305090430436,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001399827182051,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.880933338988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.8196464356569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7316347413833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.277135860361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.0011628936187,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.4632694827666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.369019904586623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013158692764066,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.488274733244078,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004730550048682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,11.29972655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,10.7201025567271,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.755768,Mm²,,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.216430802415228,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.155830177738964,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.041771144866139,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.018829479810125,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.211497906633684,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003932895781544,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,195.615169918908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.0903065415953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7316347413833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,243.090971658227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.3009652017035,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.4632694827666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.24087867429441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017450914794328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.89368812901486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006273603868561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,4.89472655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.64364959372713,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.535436,Mm²,,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.115047803277084,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.082834418359501,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022204226032477,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.010009158885106,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.112425631122621,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002522172154463,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,96.1594491120175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.4939693213453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.7316347413833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.497347411504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.00808197102362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.4632694827666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.508848657395596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010437772957544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.679539549946003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003752379378237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Constructed area [Mm²],,0,444.9730666,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.636635187941438,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.413327820869631,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.458377335317835,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.122870591272697,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.055387261350905,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.461818181818182,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.174817006123256,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,34.315,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,32.554798349,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.230316,Mm²,,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.468678341530932,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.337448405902271,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.09045491991547,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.040775015713191,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.339981489623985,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.05530404430065,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.073392807606297,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,195.375044166301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.9085556711051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.792567385462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.7521257637623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.92117426927507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.036796974579051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.02562127989805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013228512361169,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,33.864375,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,32.127288338625,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.2148145,Mm²,,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.710870817599608,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.511826988671718,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.137198067796724,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.061845761131166,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.515669059313218,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.083882756476754,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.111319001809636,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,195.375044166301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.8079669093207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.792567385462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.5794641039008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.83028532405892,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.076300028916963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.90709671078092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027429860395648,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,34.2325,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,32.4765302195,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.227478,Mm²,,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.841053099220555,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.22,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.6055582314388,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.162323248149567,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.073171619632188,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.610103903226777,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.099244265708026,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.131704930285753,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,182.05897970357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.9163021310332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.244694077626,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.1929106161064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.4720748369767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.041631514707196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.4665044060183,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014966529537237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,23.86722655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,22.6429476172271,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.18809,Mm²,,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.706474374266502,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.19,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.508661549471882,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.136349554233435,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.061463270561186,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.51247985848829,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.083363976163447,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.110630539614766,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,168.742915240839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.0106182573096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.696820769791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.19381726350279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.21087755359595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023774415445327,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.52823525422831,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008546902352595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,32.6414102,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,30.9670560072269,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.189106004,Mm²,,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.697453255701027,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.21,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.502166344104739,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.134608478350298,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.060678433245989,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.505935896337305,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.082299484172721,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.109217875191001,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.380889065917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.2117862656136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.228730842214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.9851371624881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.70386386072117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026412168408006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.00675750361374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009495174542678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,33.136295,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,31.436555493457,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.189768548,Mm²,,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.634680395510783,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.456969884767764,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.122493316333581,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.055217194409438,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.460400166126847,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.074892286670272,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.099387942713664,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.520656163935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.7703682485857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.732719414922,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.66944738536655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.41861077730341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018763088132545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.65839812732552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00674533018365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,20.27972655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,19.2394698647271,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.06468,Mm²,,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.47666360251268,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.34319779380913,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.091996075284947,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.041469733418603,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.345774035775666,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.056246305096496,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.074643261640518,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,80.6604232619534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,2.76654139957722,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.23670798763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,0.99457163314801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.88327706790385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002945481297302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.59132769322617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00105890052638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,-109.7492383,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.12336481205856,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.808181818181818,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.315182993876744,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.695,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.505463497,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.019092,Mm²,,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025313816011931,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01822594752859,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004885566490303,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002202301993038,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.01821150674299,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.002987030289408,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004115278979533,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,195.375044166301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.9085556711051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.792567385462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.7521257637623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.745264138859722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000571014144873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.971868588932632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000205279585082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,25,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,23.717615,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0345935,Mm²,,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.171270744329709,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.123314935917391,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.033055253655634,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014900554756685,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.123217231008053,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.020209947830906,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.027843565490751,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,195.375044166301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,62.8079669093207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.792567385462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.5794641039008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.04238253626335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002172747403278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.57556555434799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000781102691478,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,33.5075,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,31.7887193845,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.050568,Mm²,,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.229554178625109,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.165279008610079,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044303956474646,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019971213540385,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.165148054720093,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.027087393077763,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.037318730827253,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,182.05897970357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.9163021310332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.244694077626,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.1929106161064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.33500467684209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001715079566162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.28719481149955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000616571104035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,33.0875,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,31.3902634525,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.048848,Mm²,,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.22667683012037,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.163207317686666,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043748628213232,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019720884220472,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.163078005239158,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.026747865954204,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.036850958927009,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,168.742915240839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,20.0106182573096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.696820769791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.19381726350279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.83760374347333,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000977478680633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.66387680575643,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000351403585688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,24.485,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,23.229032131,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.060301996,Mm²,,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.167742566996517,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.120774648237492,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.032374315430328,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014593603328697,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.120678956049287,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.019793622905589,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.027269988041641,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.380889065917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,22.2117862656136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.228730842214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.9851371624881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.77834523919429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001339415046542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.75567283168368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000481519709232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,22.7,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,21.53559442,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.059639452,Mm²,,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.155513835851376,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.111969961812991,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.030014170319316,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01352970371907,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.111881245755312,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.018350632630462,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.025281957465602,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.520656163935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,15.7703682485857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.732719414922,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.66944738536655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.34191736417084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000940536120184,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.19123298154755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000338122735206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,21.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,20.3971489,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.059512,Mm²,,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.14729284012355,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.106050844888956,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028427518143845,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012814477090749,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.105966818666925,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.017380555134579,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.023945466322046,1e6 dimensionless,Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,80.6604232619534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,2.76654139957722,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.3420983247606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.23670798763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,0.99457163314801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.6841966495213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.99659777759344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000164642411772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.74725328603421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.91889470319044E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.146,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,62.35,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,62.35,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,8.86681,Mm²,,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.431166081359785,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.060118214238542,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.224679353072774,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.204339460683219,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.379541311571407,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.051624769788377,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.523037827678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.8836657899843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.68500725274842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,205.361954258384,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8146296580939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.3700145054968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.4230216107646,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.65511242666329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.8826382524279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.255493846398683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,18.3,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,18.3,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.94402,Mm²,,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.182214227703118,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01764496103553,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.087915097163534,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.094028827813221,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.162303259505916,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.019910968197202,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,-6.93889390390723E-17,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,166.64632568464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.3658745256365,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.33682656546424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,194.976201051029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.6126910649982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.6736531309285,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.18389168617691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.215990601920964,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.83659233152982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.084236334749176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.63,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.81037,Mm²,,,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.048048861214028,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.004464271562541,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.023210781980418,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024775599625585,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.0428105013808,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.005238359833228,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,157.355461340455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.6228949636173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.55984015382621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.105889768332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.7129290358108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.1196803076524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.76355784591852,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.059661785391667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.922414389451807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02326809630275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,17.66,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,17.66,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.63266,Mm²,,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.132939771369287,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.017027869502047,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.062119000497304,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.070411164639082,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.116735454021913,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.016204317347375,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,2.77555756156289E-17,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,169.140567684273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.1272833153249,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.98444971602286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,197.8944641906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.2496404929767,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.9688994320457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.12802780728923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.210947893692923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.77682700157592,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.08226967854024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,20.77,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,20.77,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.08719,Mm²,,,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.16136886046169,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.020026548672566,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.076220432005061,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.084697942771054,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.142241450463791,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.019127409997899,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.559178795728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.5499266982248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.93691685114964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.584239191002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.2944714123077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.8738337022993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.85579390658564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.223975408203493,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.47810417399386,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.087350409199362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,24.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,24.34,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.58342,Mm²,,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.181254385096086,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.023468762382776,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.085132374677072,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.095543629687961,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.15931900267318,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.021935382422906,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,-5.20417042793042E-17,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,145.995687536188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.6254309930556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.09588361262414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.81495441734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.8839180872917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.1917672252483,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.75058884176209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.274581101929135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.55174360478061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.107086629752363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,3.37,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.37,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.50179,Mm²,,,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.036445289266277,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003249372605997,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017744598231644,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018686158182341,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.032606249014369,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003839040251908,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,119.844107384772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.1549968106965,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.47722837279286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.217605640183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.1204487561716,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.9544567455857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.429072901502993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027174435849639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.522929850240041,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010598029981359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,16.9,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,16.9,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.38246,Mm²,,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.214248311306877,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.018179805760297,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.104638875242279,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.109609436064598,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.192073611086615,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.022174700220262,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,158.471102375998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.8836657899843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,185.411189779918,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8146296580939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.79982803825445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.166024878398006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.49678192348078,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.068649702575222,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,11.79,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,11.79,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.87233,Mm²,,,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.149466721320005,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.013297510987841,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.07299954669269,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.076467174627314,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.133996915663384,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.015469805656621,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,158.471102375998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.7118091846854,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,185.411189779918,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.7976055820273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.95325281485325,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.128651181690762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.3557549631857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.050173960859397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.15,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.47121,Mm²,,,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.039933856841223,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003559095895662,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.019503695681253,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.02043016115997,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.035800702658156,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.004133154183067,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,151.749954454215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.3989272765322,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.547446711431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.0655816378476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.500689823129312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032701468521975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.60462939033808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01275357272357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,4.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,4.1,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.58102,Mm²,,,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.051977400967941,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.004348678095692,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.025385762632742,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.026591638335198,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.046597739967759,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.005379661000182,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,145.028806532431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.8494652333715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.683703642944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.9012914410149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.624134809339792,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.037097816289894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.754736590049721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014468148353059,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,6.58,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,6.58,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.94798,Mm²,,,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.083417389846109,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0071638159813,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.04074105320084,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.04267633664527,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.074783689997037,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.008633699849072,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,115.061119468332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.6335507960321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.621509777948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.9170848104525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.804472874107453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.050843533483623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.98055095035056,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019828978058613,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.89516,Mm²,,,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.078599972195422,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.006633751483272,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.038388226420244,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.040211745775178,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.070464875073196,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.008135097122226,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.491567235402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.8065312243892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.20513366542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0345471775118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.909482730482008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.043689654490824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.10114185597064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017038965251422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.75,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.75,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.41561,Mm²,,,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.034862890893131,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003123541795936,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.017027035912205,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.017835854980926,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.031254581685692,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003608309207439,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,122.016582638765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,52.4673869900497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.759401687355,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.4622809261194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.355343390556912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021805970706935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.432183931240844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008504328575704,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,14.37,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,14.37,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.03079,Mm²,,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.182174451685196,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01067765094547,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.081067630999912,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.101106820685284,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.158491772966121,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.023682678719076,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,271.80568843323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.8836657899843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.4886039388028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,318.012655466879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8146296580939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.9772078776056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.02782898138611,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.150042209649642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.81380433626024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.058516461763361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.18,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.33638,Mm²,,,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0276367644171,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001404176713305,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.01229836016561,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.015338404251491,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.024043985042877,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.003592779374223,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,271.80568843323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.3545822374804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.4886039388028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,318.012655466879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.0182870726173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.9772078776056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.611041557371031,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031066234373044,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.730277902090976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012115831405487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.53,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.10703,Mm²,,,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006719029881222,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000336969039824,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002989968297144,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.003729061584078,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.005845555996663,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000873473884559,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,259.534968832909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,92.818851218458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.4886039388028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,303.655913534504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.1993519751986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.9772078776056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.142052493569007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009934401645912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.169935554348418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003874416641906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.73,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.73,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.82983,Mm²,,,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.072641587206414,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.004433371472057,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.032325506306855,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.04031608089956,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.063198180869581,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.009443406336834,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,247.264249232589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,93.2831201994356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.4886039388028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,289.299171602129,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.3804168777799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.9772078776056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.46546384867207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.077409131635098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.75496365441888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030189561337688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.7784,Mm²,,,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.06795094370443,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.004043413208228,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.030238169948471,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.037712773755958,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.059117321022854,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.008833622681576,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,179.682798569517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,108.208419431345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.4886039388028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,210.228874326335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.2012835782247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.9772078776056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.00859871744459,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.084229433685359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.21782460061312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03284947913729,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.1,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.02026,Mm²,,,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.090009645578629,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005433404997624,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.04005429228249,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.049955353296139,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.078308391653407,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.011701253925222,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,198.428018461464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,109.290503625659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.4886039388028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,232.160781599913,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.6232964140069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.9772078776056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.46910801904189,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.111504729229115,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.76887972529038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.043486844399355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00973,Mm²,,,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000887419040916,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,5.94227504244482E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000394901473208,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000492517567708,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.000772054565597,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000115364475319,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,170.606165779732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,52.916679552286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,8.4886039388028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,199.609213962287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6375050253916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.9772078776056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.012536633880298,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000514879292044,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.015161049528793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000200802923897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,13.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,13.17,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.86399,Mm²,,,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008902436168289,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.008902436168289,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.006755168564498,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.007424631764353,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001477804403936,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,123.447138893676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.8836657899843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.11606980032001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.433152505601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8146296580939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23213960064003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.66683745849993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.137718414195873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.9842618970392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.05371018153639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.98,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.98,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.30858,Mm²,,,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001120658069497,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001120658069497,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000850355343134,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000934628829961,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000186029239537,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.447138893676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.5331957110829,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.11606980032001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.433152505601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.4079463273223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23213960064003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.250595153214113,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024850933532526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.298317278370358,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009691864077685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.47,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.09869,Mm²,,,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000259036517517,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000259036517517,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000196556909492,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000216036455609,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,4.30000619077848E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,115.616076636185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,80.9375590170956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.11606980032001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.270809664337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.5656480166673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23213960064003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.055804108825158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007987727699397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.066506386154539,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003115213802765,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.69,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.69,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.40727,Mm²,,,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001698201628943,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001698201628943,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001288595396042,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001416300158538,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000281901470405,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.785014378695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.3419223231084,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.11606980032001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.108466823073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.7233497060123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23213960064003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.298323916441549,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.033128124704532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.355996231279787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012919968634768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.45036,Mm²,,,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001867685263578,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001867685263578,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001417199578003,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001557649509824,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000310035753754,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,80.5304512463244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.3796032958691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.11606980032001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.2206279581995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.158045285389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23213960064003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.250939563139933,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026742198140328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.301358302676519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010429457274728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.78,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.55878,Mm²,,,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002397930062408,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002397930062408,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001819549331355,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001999873672049,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00039805639036,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.3400800343897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,67.6927477572908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.11606980032001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.847893640236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.4001716253434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23213960064003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.334364246375203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.037825353591819,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.400982525650511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014751887900809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.18,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.02502,Mm²,,,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,6.02522897679307E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,6.02522897679307E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,4.57194374759058E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,5.02504096664542E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.00018801014765E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,72.5760651737548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,61.3833482806518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.11606980032001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.9139962532932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.9395058294542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.23213960064003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013624584295334,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001535811373982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016406304453708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000598966435853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.024,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.7,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.7,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.54766,Mm²,,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009025327469551,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.009025327469551,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.004731076659539,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.004294250810012,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.007527123109606,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001498204359945,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,123.447138893676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.8836657899843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.663474946847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.433152505601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8146296580939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.326949893694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.529509271209937,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.040463128406543,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.679912378877393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015780620078552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.41,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.41,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.09035,Mm²,,,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000722228566561,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000722228566561,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000378592214591,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00034363635197,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000602338624512,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000119889942049,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.447138893676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.7118091846854,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.663474946847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.433152505601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.7976055820273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.326949893694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.058675351674615,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006208111959836,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.075341641983711,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002421163664336,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.0278,Mm²,,,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000457125188375,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000457125188375,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000239625023746,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000217500164629,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000381242407105,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,7.58827812702615E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,115.616076636185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,69.0562668157333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.663474946847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.270809664337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.931944058136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.326949893694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.027055910316607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001919764217477,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.034919551911606,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000748708044816,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.18209,Mm²,,,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002619076136753,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002619076136753,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001372919710886,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001246156425867,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002184309498052,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000434766638701,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.785014378695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.4007244467812,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.663474946847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.108466823073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.0662825342447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.326949893694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.136369883578329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012637177914514,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.17701589588694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004928499386661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.19,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.19,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.19877,Mm²,,,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002885252309083,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002885252309083,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001512449260421,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001372803048662,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002406300425775,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000478951883308,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,80.5304512463244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.4385578240215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.663474946847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.2206279581995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8410375513684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.326949893694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.119230772169874,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010621982138681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.158921617643753,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004142573034086,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.75,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.75,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.27661,Mm²,,,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004394363827155,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004394363827155,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002303525518195,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00209083830896,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.003664899431847,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000729464395308,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.3400800343897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.3855703411443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.663474946847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.847893640236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.5503724330463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.326949893694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.183756221217164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016703252612064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.243555976184377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006514268518705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.1,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0139,Mm²,,,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00012061737559,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00012061737559,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,6.32276282844119E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,5.73897473058436E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000100594891242,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.00224843479824E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,72.5760651737548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,55.7122777173125,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.663474946847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.9139962532932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.7277883097519,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.326949893694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00922395401206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000774400660271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.012424094614699,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000302016257506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.012,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,7.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,7.53,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.08003,Mm²,,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009210600628696,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.009210600628696,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.004405430280705,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.004805170347991,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.007681640924332,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001528959704364,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.447138893676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.8836657899843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.77801213203867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.433152505601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8146296580939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.5560242640773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.00318538722363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.079796575563157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.23483850107568,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031120664469631,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.04,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.04,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.17792,Mm²,,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00103576775896,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00103576775896,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000495407719111,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00054036003985,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000863830310973,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000171937447987,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.785014378695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.6671558162848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.77801213203867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.108466823073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.9501907683511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.5560242640773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.122265547571163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012751020362833,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.151491070730636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004972897941505,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.16,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.16,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.0556,Mm²,,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000115082433031,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000115082433031,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,5.50439277185604E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,6.00385053120907E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,9.5978749147563E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.91036838830881E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,80.5304512463244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,72.0265898660739,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.77801213203867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.2206279581995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.0903700477688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.5560242640773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014449354140538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004004678396554,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.018204264355564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001561824574656,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.6,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.25576,Mm²,,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001849479937228,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001849479937228,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000884606253976,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000964873683252,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001542466267648,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00030701366958,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.3400800343897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.386023915863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.77801213203867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.847893640236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.2305493271866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.5560242640773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.152188947466285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018513449476721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.191046268646901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007220245295921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.26,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.26,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.3475,Mm²,,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002714230931411,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002714230931411,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001298216654494,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001416014276917,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002263668596797,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000450562334614,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,149.838435320496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.7372384152145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.77801213203867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,175.310969324981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.7375229819337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.5560242640773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.360733171242729,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019368690349287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.440399405511271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007553789236222,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.44,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.44,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.37252,Mm²,,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002883674991051,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002883674991051,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00137926174822,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001504413242831,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002404984942536,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000478690048514,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,167.1037694315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.9830794091924,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.77801213203867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.511410234855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.563400969585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.5560242640773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.431591547015035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023462456741512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.524764540177395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00915035812919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.13,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.13,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.01807,Mm²,,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000103064032213,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000103064032213,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,4.9295526607564E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,5.3768505605616E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,8.59554028657921E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.71086293473879E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,160.93757867757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,58.0685675992633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,9.77801213203867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.296967052757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.6467413637127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.5560242640773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.022193026805249,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001049299016519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.027020888871189,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000409226616442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,6.68,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.68,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.96188,Mm²,,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007604954101176,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.007604954101176,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00304198164047,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.004562972460705,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00634253172038,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001262422380795,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,201.757761468586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.8836657899843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,236.056580918246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8146296580939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.39583247419054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.07106722045007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.67303921569466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027716215975527,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.9,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.9,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.15846,Mm²,,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002232087570995,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.002232087570995,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000892835028398,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001339252542597,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001861561034209,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000370526536785,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,201.757761468586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,76.6543032571087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,236.056580918246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.8951782702724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.188061261492738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012146640894122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.225409475168442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004737189948707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.12,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.12,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.05004,Mm²,,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000564730352661,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.000564730352661,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000225892141065,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000338838211597,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00047098511412,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,9.37452385418043E-05,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,188.685437070255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,80.8102594577953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,220.761961372198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.5160011885402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.023506155937899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004043745383268,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.0282192423436,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001577060699475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.47,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.37669,Mm²,,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002154025492009,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.002154025492009,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000861610196804,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001292415295205,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001796457260336,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000357568231673,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.613112671923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.9662156584819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,205.46734182615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.136824106808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.451546401791201,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032005923776394,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.543068361293692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012482310272794,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.38,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.38,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.36418,Mm²,,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00253335840708,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.00253335840708,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001013343362832,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001520015044248,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002112820911504,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000420537495575,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.817110338912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,86.6635431158194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.866019096527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.7987818151696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.31181880848106,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031561129131919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.379049297198634,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012308840361449,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.46009,Mm²,,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002968798441421,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.002968798441421,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001187519376568,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001781279064853,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002475977900145,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000492820541276,1e6 dimensionless,Own calculations,,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,130.353272538078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,88.3608705731569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.19919574556693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.513328869551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4607395235312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.3983914911339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.42228607763079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.040653952942004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.512418981507303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Belgium,be,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015855041647382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,238.9996308,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.47,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,2.12,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.76821,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.11622,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.58557,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,2.52932735426009,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,49.8028044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,36.3929844406306,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,6.6563,Mm²,,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.931459747125266,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.441766144050462,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.7852205668266,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024217953425257,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.12202122687341,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.816754370388565,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.248143475063025,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.021993735194302,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.3656320132647,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.91167718338367,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.35190260630383,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.757651102852353,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.487347174113352,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,WALLS,construction material,wood,,0,0.007125321641526,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.505761529766384,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.724083766656321,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.275916233343679,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.724083766656321,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.275916233343679,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,FLOOR,construction material,wood,,0,0.367915046567137,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,0.275916233343679,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,FLOOR,construction material,other,,0,0.356168720089184,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.275916233343679,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.367915046567137,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,0.356168720089184,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.0221181429072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4572647243991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.870389288592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.66199868225038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.000344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.94374812301082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.289264591185017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.36055795078984,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.044344261828663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,54.1928044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,39.6009403704049,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,7.253568,Mm²,,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.0135657317007,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.480706789978857,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.854435911823693,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026352709024218,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.132777110852792,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.849910971296627,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.334552257745029,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.025529469508492,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.43524364289957,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.0807686341104,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.15045082988914,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.348770176138,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.643376968326813,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.356623031673186,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.643376968326813,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.356623031673186,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,wood,,0,0.643376968326813,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,0.356623031673186,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.356623031673186,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.643376968326813,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.0397945168158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.7093159086467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.897872514745,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.46003812879554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.000344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.20393259315183,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.44761271917685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.74601923344509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.068619029849811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,34.8828044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,25.490318729416,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,3.972192,Mm²,,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.652411617315352,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.309421169733455,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.549982993396842,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.016962702050199,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.085465921868311,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.478243759777864,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.249916101031113,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.067751288971638,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.10233788101051,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.42909627816507,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.991923689713433,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.49839177351234,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,0.651793988215007,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.348206011784993,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.439368406973609,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,63.7078940400094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.1115382519592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.0530336534066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.99579881402534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.000344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.9009039915957,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.155358539352126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.80396783382562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023816464082681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,32.8328044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,23.9922983066284,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.603397,Mm²,,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.614070553903132,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.291237041224752,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.51766147694034,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015965834401482,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.08044324256131,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.458529937138502,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.238136682344623,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.061730458047522,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.831355593432037,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.38857203388937,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.899583951013335,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,1.19557405632399,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.627920842485207,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.372079157514793,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.497258839089603,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,43.8332020401396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.368418549595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,68.151862532009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.26157856365291,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.000344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.31235172601774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.170687217296355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.89779354570501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.026166350411531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,25.6128044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,18.7163434517377,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.304519,Mm²,,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.479035198861069,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.227193427647755,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.403826672639881,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012454915170388,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0627536110508,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.313183537245944,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.186016308156242,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.093208779299221,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.648875562412057,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.03926256322014,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.606371812998346,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,1.09201133258176,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.625327939489516,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.374672060510484,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.481259373534278,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.9454037947183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4572647243991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.8743138200279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.66199868225038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.000344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.21302637200062,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.100148092245407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.77473171023919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015352702541221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,26.5728044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,19.4178554546041,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.477223,Mm²,,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.496990038312645,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.235708921973782,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.41896260229756,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012921740996129,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.065105695018957,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.352565968024073,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.195512159657541,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.074572062310554,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.423280196575714,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.6536166390477,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.899515735569107,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.936401142515466,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.063598857484534,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.063598857484534,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.599726019132554,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.400273980867447,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,41.7076987261344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.8966664850313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,64.8471299793938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.1963589721553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.000344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.02086213214425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.083969601840049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.47178377283051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01287253996208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,15.1028044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,11.0362485036904,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.131571,Mm²,,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.282467112781833,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.133966505390936,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.238119776075085,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007344144932328,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.03700319177442,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.097930167459741,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.112237579397661,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.147276773517316,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.409443549239107,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,0.955197710168318,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.220322060848514,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.551977101683181,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,0.448022898316819,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,0.448022898316819,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.551977101683181,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.551977101683181,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.448022898316819,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.551977101683181,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.448022898316819,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.448022898316819,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.551977101683181,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.551977101683181,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,36.6976282545986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.3364667588765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.0574724102498,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.80388035413576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.000344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.524920411849801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035459437026809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.750528075076691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00543593169621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.24,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,1.68,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.88832,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.05824,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.29344,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.72,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,35.4764022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,25.92408537689,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,5.281864,Mm²,,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.901721277897404,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.5,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.760151037267512,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023444753225333,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.11812548740456,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.7,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.19,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011721277897404,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.355,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.88,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.378,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.564,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,0.3033,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,0,0.7,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.986498441154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4572647243991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.143807776306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.66199868225038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.2515631065474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.229535362086273,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.34658137714384,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035187771007826,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,34.8664022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,25.478332958402,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,4.979632,Mm²,,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.940717992355787,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.52,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.793025267555929,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024458667801251,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.123234056998608,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.68,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010717992355787,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.7776067047347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.7093159086467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,122.483422904521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.46003812879554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.28396132675727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.307289684196806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.39960464824616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.04710750858737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,19.5564022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,14.2906779960229,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.417856,Mm²,,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.561162838163177,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.26,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.473060272571558,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014590233792243,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.073512331799376,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.33,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.176205131183238,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.05495770697994,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,74.7984465272101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.1115382519592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,116.296624660506,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.99579881402534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.2241983473911,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.094566067431729,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.81840883264763,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014496978137284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,16.5064022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,12.0619159035829,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.869161,Mm²,,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.491652008123022,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.21,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.414462642847707,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012782952211199,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.064406413064116,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.29,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.154378730550629,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.047273277572393,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,1.265,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,1.265,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,41.8747612955856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.368418549595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.1068788623765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.26157856365291,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.636150682697964,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.08853920058458,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.917364915182748,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013573059449616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,13.2864022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,9.70892772730204,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.289883,Mm²,,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.39738352225103,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.334994309257618,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010331971578527,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.052057241414885,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.19,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.124778425986823,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.082605096264207,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,1.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,66.246100215189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4572647243991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.999436614576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.66199868225038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.748672632672878,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.056054786994502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.10630530364374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008593198846257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,14.2464022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,10.4104397301684,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.462587,Mm²,,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.444285974107465,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.17,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.374533076172593,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011551435326794,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.058201462608078,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.24,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.139505795869744,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.064780178237721,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,50.8990734364338,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.8966664850313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.1378793789672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.1963589721553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.642998169799409,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.049576823744343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.937831341248075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007600127080008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,6.7664022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.94449204116804,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.116935,Mm²,,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.218272990401771,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.184004130908693,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005675097750446,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.028593761742632,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.068537718986156,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.139735271415615,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,45.4877410886754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.3364667588765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.7243398446725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.80388035413576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.278639007251668,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003664329740449,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.403827153078847,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000561741749211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.27630415842441,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.235340031235317,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.07592440555177,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.033183908119035,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.167195844753597,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.80932735426009,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,1.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.854967753493371,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.10794,Mm²,,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.029738469227862,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025069529559088,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000773200199924,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00389573946885,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.018857696624324,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.009337879337549,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001542893265989,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.414,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.69333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.25666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.643333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,0.3033,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,wood,,0,0.3033,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,0,0.3033,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.2525513402694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4572647243991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.9066668238509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.66199868225038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.056528949694167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004690777154352,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.082807429944491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000719096137762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.7,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.97300250806163,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.383187,Mm²,,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.072847739344917,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.061410644267765,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001894041222968,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009543053854184,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.046194057865198,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.022874190154304,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003779491325415,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.27607031511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.7093159086467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.3884341259331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.46003812879554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.128524822859441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023646207635087,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.188098592181859,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003624963630459,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.3237585094948,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.469539,Mm²,,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.091248779152175,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.076922720825283,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002372468257957,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011953590068935,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.057862487184764,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.028652116653783,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004734175313628,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,49.5564120268396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.1115382519592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.0503094193302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.99579881402534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.140406334147399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018364392559287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.204486312172376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002815261379339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,4.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.00334826227159,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.636846,Mm²,,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.122418545780111,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.103198834092633,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003182882190283,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016036829497195,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.077627795157304,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.038439423374955,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006351327247852,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,1.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.8132347637285,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.368418549595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,71.2304174106451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.26157856365291,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.170226499016684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030166387879635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.246809750351141,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004624507261948,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.73,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.9949247581512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.388584,Mm²,,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.081651676610039,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.068832363382263,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002122943591861,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.010696369635915,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.051776792362161,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.025638626455552,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004236257792326,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,1.09,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,40.6867093816417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4572647243991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,63.2596957465765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.66199868225038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.10284312387314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016886797755666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.148038333237958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002588746095944,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.69,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.23495342171265,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.201488,Mm²,,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.05270406420518,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044429526124967,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001370305669335,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006904232410879,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.033420592231392,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.016549076160427,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002734395813361,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,31.0846459675743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.8966664850313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,48.3304075503844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.1963589721553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.051806689900382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006829771536736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.073205802177114,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001047003976582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1.99,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.45417592260838,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.973259,Mm²,,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.064194122380062,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.054115645166393,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001669047181882,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008409430031788,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.040706644166263,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.02015695442734,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00333052378646,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,29.5629630367009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.3364667588765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,45.9644949294625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.80388035413576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.058790349048932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030498498301277,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.08276046182128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004675419789586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,80.7248154,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.953695841575595,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.60067264573991,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,13.1564022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,9.61393131024722,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.266496,Mm²,,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.155431833520625,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.131029035657887,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004041227671536,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.020361570191202,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.097896673764241,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.048805595725476,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008729564030908,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.2525513402694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,43.4572647243991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.9066668238509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.66199868225038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.0194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.635656066769258,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.055038451944393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.931407245739476,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008437394683075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,16.6264022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,12.1496049039412,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.890749,Mm²,,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.196426966849445,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.165587933054082,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005107101138086,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.025731932657277,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.123716913431429,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.061678067590726,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.01103198582729,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,54.27607031511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,61.7093159086467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.3884341259331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.46003812879554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.0194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.79144644353512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.116676827344958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.15861990289504,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017886557631982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,12.1464022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,8.87588222389824,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.084797,Mm²,,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.143499532465263,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.120970105868217,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003730987844097,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01879843875295,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.0903812725931,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.045058853194093,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008059406678071,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,49.5564120268396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.1115382519592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.0503094193302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.99579881402534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.0194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.536299310057202,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.042428079361111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.781296329523572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006504224566058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,12.2164022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.92703414077391,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.09739,Mm²,,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.144326523627516,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.121667259417996,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003752489614315,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.018906774595205,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.090902141981199,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.04531852841904,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008105853227277,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.07,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,45.8132347637285,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.368418549595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,71.2304174106451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.26157856365291,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.0194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.505974544303095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.05198162883214,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.733844583889086,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007968783699967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,9.5964022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,7.01249096628449,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.626052,Mm²,,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.113373425840338,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.095573797983405,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002947709071849,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014851918785084,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.071406744883783,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.035599255713866,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006367425242689,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.6867093816417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,43.4572647243991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,63.2596957465765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.66199868225038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.0194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.361510615454605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02720650749524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.520565432755453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00417075759902,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,10.6364022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.77246230272304,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.813148,Mm²,,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.125660151679523,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.105931507865838,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003267163943668,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016461479870018,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.079145375792681,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.03945728762737,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007057488259472,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,31.0846459675743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.8966664850313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,48.3304075503844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.1963589721553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.0194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.326057272444462,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02756300655897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.460943834563284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00422540890549,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,6.3464022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.63758053991401,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.041377,Mm²,,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.074977407592885,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.015,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.063205954600802,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001949412597415,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009822040394668,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.047223523293478,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.023542905984166,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004210978315241,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,29.5629630367009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.3364667588765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,45.9644949294625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.80388035413576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.0194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.187491055549201,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001296608985082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.264058385014531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000198770157413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.063,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,13.6441,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,13.6441,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.80934894,Mm²,,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.099742688916701,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.012853680273828,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.046484004151134,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.05265018880684,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.090736592702552,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.00900609621415,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.561648173682,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.9839707588606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.03729072317166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.0937052239967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4766338593607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.0745814463433,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.922326682202561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.247177674988396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.43492662015879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.051907311747563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,15.32,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,15.32,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.334576,Mm²,,,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.144585233127119,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.014432493297106,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.068694342694097,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.075373855523306,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.130735301782952,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.013849931344167,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.57754569190601,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.92310704960835,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.23524804177546,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.998694516971279,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.2364706157677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,91.3430342081063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.82378180876286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.1594353359669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.1820371837023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.64756361752572,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.07332306714381,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.30459028963753,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.60692322396751,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.073963960823881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,8.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,8.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.103168,Mm²,,,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.071880165767121,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.007724963775213,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.034265513603693,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.037345868672456,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.064890595382769,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.006989570384352,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.46420731707317,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.82878048780488,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1.13567073170732,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.878353658536585,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,63.2894973664919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,91.9869562428609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.04770560552256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.2000359970677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3172608110008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.0954112110451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.560365064370519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.101477066544524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.871622667106525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02131018397435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.65,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.65,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.244198,Mm²,,,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.076709159148804,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.008148894714097,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.036503279130178,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.039918431007448,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.069300825408482,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.007408333740322,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,1.25685549132948,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.75618497109827,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.993815028901734,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.73528323699422,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.6840490203555,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.8529685339539,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.04069388520342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.2397545109403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.2391233921303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.0813877704068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.568519026133084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.108062289744008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.885077880733653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022693080846242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,8.98,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,8.98,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.319414,Mm²,,,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.098876236778343,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.008459777402612,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.046869897855996,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.051857014760696,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.089411491370476,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.009464745407867,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.68095768374165,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.56826280623608,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.574610244988864,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.4561615041599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.0834749116273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.44484332932702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.2933654863231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.0775297314417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.88968665865404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.537911023404713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.11357974196705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.836783808261895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023851745813081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.05,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.742758,Mm²,,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.059740813150148,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.006641584709177,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.027924357998213,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.031633533053912,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.054232499370896,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005508313779252,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.04083408558608E-17,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.480992907801419,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.50744680851064,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.8150637717757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,91.688834964262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.07113870024676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.3188969330991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.254655342495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.1422774004935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.422197727427758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.068102615680385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.658901279051828,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014301549292881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,5.03,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,5.03,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.10969,Mm²,,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.035840042530913,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004738605827966,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016928292718788,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018754959442392,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.032412689324995,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003427353205918,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-5.20417042793042E-18,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34817097415507,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.65367793240557,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.18817097415507,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.389264413518887,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.9256061610775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.6957278899047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.78036427978839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,78.9269213648378,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.73610285688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.5607285595768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.290261031317556,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008741824392244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.455152879119806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001835783122371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,1.62,Mm²,BPIE. Data Hub for the Energy Performance of Buildings. 2015 https://www.buildingsdata.eu,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.62,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.263256,Mm²,,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.030298791574535,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001968408262454,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014797929805003,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015500861769532,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.027162866646571,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003135924927964,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,65.3286577828347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.9839707588606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.07696714775792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.2995598299088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4766338593607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.15393429551584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.10919711238756,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023162308206095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.167594660483188,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00486408472328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.52,Mm²,BPIE. Data Hub for the Energy Performance of Buildings. 2015 https://www.buildingsdata.eu,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.52,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.172116,Mm²,,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.084537369084505,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005492102065614,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.041288051060872,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043249318023633,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.075787751384259,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.008749617700246,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,67.5943915787712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.8250928057404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.07696714775792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.743475199732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.1832694892055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.15393429551584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.314914541443912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.095908500479093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.423176290918521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03014078510061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.35,Mm²,BPIE. Data Hub for the Energy Performance of Buildings. 2015 https://www.buildingsdata.eu,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.35,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.492038,Mm²,,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.043951950740838,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002855407047388,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021466132741825,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022485817999013,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.039402923839161,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.004549026901677,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.7062800821575,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,82.6401022190856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.07696714775792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.8735457248794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.354421466008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.15393429551584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.159290630990301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.040662070615675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.244464578047929,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008539034829292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.43,Mm²,BPIE. Data Hub for the Energy Performance of Buildings. 2015 https://www.buildingsdata.eu,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.43,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.51711,Mm²,,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.045448187361803,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002952612393682,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022196894707504,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023251292654298,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.040744299969856,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.004703887391947,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,61.1748124902845,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,76.0274122062618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.07696714775792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.9857149852325,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.965756563315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.15393429551584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.153701824520443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.03931453512598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.236049347752218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008256052376456,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.28,Mm²,BPIE. Data Hub for the Energy Performance of Buildings. 2015 https://www.buildingsdata.eu,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.28,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.755294,Mm²,,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.061345701459552,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003985419198056,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029961240592845,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.031384460866707,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.054996421358489,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.006349280101064,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.5034852022494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.4147221934379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.07696714775792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.8452975074191,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.577091660622,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.15393429551584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.185583883708024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.052428523184371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.285357480313627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011009989868718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.34,Mm²,BPIE. Data Hub for the Energy Performance of Buildings. 2015 https://www.buildingsdata.eu,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.34,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.175504,Mm²,,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.025061963401159,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001628189550425,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012240262925126,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012821700476033,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.022468050189139,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00259391321202,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.6608278269672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.1673971960285,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.07696714775792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.0844582969901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.265153411166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.15393429551584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.076028645266132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011086130877492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.116899446073958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002328087484273,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.92,Mm²,BPIE. Data Hub for the Energy Performance of Buildings. 2015 https://www.buildingsdata.eu,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.92,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.043876,Mm²,,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017206721141094,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001117861482382,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00840376260531,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008802958535784,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.015425825502991,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001780895638103,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,50.8908985387285,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,62.4964036506096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.07696714775792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.3541657788673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.124244766628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.15393429551584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048730436431568,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002742092206574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.074987452068433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000575839363381,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.3241,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.3241,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.79732094,Mm²,,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.062170501896859,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002502314797389,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.027665873344102,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.034504628552757,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.057507714254595,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.004662787642264,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,65.958028281706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.9839707588606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.40005092629804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.256202988193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4766338593607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.80010185259608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.227229091095326,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.070151462270387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.349217662921267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014731807076781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.86,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.651872,Mm²,,,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.053490459199488,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002152949767015,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.023803254343772,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.029687204855716,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.049478674759526,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.004011784439962,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,67.1538322295613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,109.979963448576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.40005092629804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.073824988933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.0957923242009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.80010185259608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.198924105825758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.07169285873315,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.305659430766774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015055500333962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.29,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.29,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.159834,Mm²,,,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.024126815513056,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000971085734073,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01073643290331,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013390382609746,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.022317304349577,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001809511163479,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.3286577828347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,110.531020949644,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.40005092629804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.2995598299088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.2115143994253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.80010185259608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.087370034234781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017666615202466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.134288563570431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003709989192518,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.46,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.46,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.213112,Mm²,,,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.027306318332606,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001099058272672,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01215131165801,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015155006674596,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.02525834445766,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.002047973874945,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,61.0489383905103,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,111.082078450713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.40005092629804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.7943863535756,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.3272364746497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.80010185259608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.09263552440254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023672923902788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.142487952781011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004971314019586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.83,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.83,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.32907,Mm²,,,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.034226412704567,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001377586739034,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015230753653533,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018995659051035,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.031659431751725,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.002566980952843,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.8041811230145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,128.855211002827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.40005092629804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.622355306982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.0595943105937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.80010185259608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.133963744650242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0424023842847,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.205733096602028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008904500699787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.67,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.67,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.278926,Mm²,,,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.031233939462638,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001257141996823,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013899103060874,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017334836401764,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.02889139400294,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002342545459698,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.454531882609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,130.143763112855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.40005092629804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.4908884615657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.3301902536996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.80010185259608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.113317153290875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.036300479270016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.17416595382465,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007623100646703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.85,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.85,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.021938,Mm²,,,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01589751409775,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000639862692994,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007074393773499,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008823120324251,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.014705200540419,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001192313557331,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.1957908848665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,103.728470789394,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.40005092629804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.5776021449971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.7829788657726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.80010185259608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.05660646553949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002275595192178,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.087021048397954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000477874990357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.009,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.26,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.26,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.777232,Mm²,,,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002522785898538,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002522785898538,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001914289939811,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.002104003439381,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000418782459157,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.461524680803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.9839707588606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.87700534248145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.021517514821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4766338593607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.7540106849629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.229303607875907,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.068383957560851,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.354608221931294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014360631087779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.77,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.77,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.623666,Mm²,,,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002143594153052,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002143594153052,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001626559243336,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001787757523646,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000355836629407,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,67.7202656785454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,95.9025281271581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.87700534248145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.934803831389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.1395309067032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.7540106849629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.198324440728245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.059811146106952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.306608016210295,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01256034068246,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.44,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.44,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.206844,Mm²,,,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001114359415305,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001114359415305,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000845575924334,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000929375752365,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000184983662941,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.958028281706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,96.8657210702024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.87700534248145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.256202988193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.3418014247425,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.7540106849629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.10056244841883,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020036093209045,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.155534707689345,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004207579573899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.54,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.54,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.238184,Mm²,,,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001191745485813,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001191745485813,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000904296474635,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000993915735168,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000197829750645,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,61.8671200390429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,83.7885245742539,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.87700534248145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.0380224593452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5955901605933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.7540106849629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.101245953087548,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019957085937194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.156759731042235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004190988046811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.006268,Mm²,,,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000619088564058,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000619088564058,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000469764402408,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000516319862425,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000102768701634,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.2517370027009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,70.7113280783053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.87700534248145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.4626402441054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.8493788964441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.7540106849629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.046502993876146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000443218604395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.072173320743255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.30759069229117E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.98,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.98,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.06268,Mm²,,,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000758383490972,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000758383490972,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000575461392949,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00063249183147,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000125891659501,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.4237643170119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.6109140092681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.87700534248145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,87.2841217618582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.9282919419463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.7540106849629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.060074754266304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005052692090101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.093137369797885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001061065338921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.84,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.84,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.018804,Mm²,,,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000650042992261,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000650042992261,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000493252622528,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000542135855546,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000107907136715,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,52.9174715450939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,73.0915260240977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.87700534248145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.4345567485427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.3492204650605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.7540106849629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.047707360585563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001374413055357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.074078396644145,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000288626741625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.6,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.256988,Mm²,,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000988875154512,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000988875154512,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000518368355995,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000470506798517,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000824721878863,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000164153275649,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,83.3286540505522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.9839707588606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.2927170613958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.659554156839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4766338593607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.5854341227916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.164194193779117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022610824677378,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.264391981247409,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004748273182249,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.319668,Mm²,,,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001112484548826,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001112484548826,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000583164400494,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000529320148331,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000927812113721,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000184672435105,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.6503320981818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.8250928057404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.2927170613958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,128.668504789236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.1832694892055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.5854341227916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.18709748848724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026156863767026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.30105709004165,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005492941391075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.03,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.03,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.07835,Mm²,,,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000636588380717,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000636588380717,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000333699629172,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000302888751545,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000530914709518,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000105673671199,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.6363465017938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,82.6401022190856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.2927170613958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.607246682727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.354421466008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.5854341227916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.104986935470085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006474852008865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.169118461229684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001359718921862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.09,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.097154,Mm²,,,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000673671199011,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000673671199011,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000353138442522,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000320532756489,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000561841779975,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000111829419036,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.8251576514552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,73.1378333771287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.2927170613958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.894239630212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.358945009197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.5854341227916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.111308483437008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007105633063922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.179282844390774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001492182943424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.9,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.9,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.037608,Mm²,,,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000556242274413,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000556242274413,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000291582200247,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000264660074166,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.00046390605686,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,9.2336217552534E-05,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.552432923466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.6355645351717,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.2927170613958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.239698043668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3634685523861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.5854341227916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.080860634986376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002393206311039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.131242618949814,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000502573325318,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.87,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.87,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.028206,Mm²,,,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000537700865266,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000537700865266,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000281862793572,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000255838071693,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000448442521632,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.92583436341162E-05,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.39019478017,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.908187924744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.2927170613958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,110.033096065858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.1007194641962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.5854341227916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.079764133302162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002028242348605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.129298121264126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000425930893207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.006268,Mm²,,,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000494437577256,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000494437577256,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000259184177998,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000235253399258,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000412360939431,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.20766378244747E-05,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,68.8971885114347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.3491754227871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.2927170613958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.723726537381,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9333268387853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.5854341227916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.070551924458264,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00041587663155,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.114647328528138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.73340926255062E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.090886,Mm²,,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001058096415328,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001058096415328,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000506087515451,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000552008899876,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000882452410383,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000175644004944,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,53.1188701047327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.9839707588606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.84625667810181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.7406825591937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4766338593607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.69251335620363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.062022685657633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00799651116639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.096763519629475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001679267344942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.94,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.94,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.050144,Mm²,,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000929542645241,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000929542645241,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000444600247219,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000484942398022,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000775238566131,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00015430407911,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.0699186512335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,85.3444516360948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.84625667810181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.7062763498749,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.9223348435799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.69251335620363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.056321204809575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00427951218284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.087794862323714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000898697558396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.82,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.82,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.012536,Mm²,,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0008108776267,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.0008108776267,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00038784276885,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000423034857849,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000676271940667,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000134605686032,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,54.3461425775316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.1965069318648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.84625667810181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.606136717848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.1012664556916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.69251335620363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048537767389619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001080559410898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.075684893060722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000226917476289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.006268,Mm²,,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000791100123609,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000791100123609,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000378383189122,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000412716934487,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.00065977750309,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000131322620519,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.6223665038297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,76.2821026479321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.84625667810181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.5059970858211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.0192415560657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.69251335620363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.046774898545545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000478136219397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.07295880835362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000100408606073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.84,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.84,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.018804,Mm²,,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00083065512979,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00083065512979,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000397302348578,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000433352781211,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000692766378245,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000137888751545,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,44.3076831205353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,66.3676983639995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.84625667810181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.3476783432137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9372166564399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.69251335620363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.041289309430855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001247978200037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.064713761027511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000262075422008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.88,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.88,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.03134,Mm²,,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00087021013597,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00087021013597,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000416221508035,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000453988627936,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000725755253399,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000144454882571,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.6041863482101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.9954991513194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.84625667810181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,69.3183632492793,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.7490548217771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.69251335620363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.044396389863155,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002350358943402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.069529571412825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000493575378114,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.79,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.79,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.003134,Mm²,,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000781211372064,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000781211372064,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000373653399258,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000407557972806,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000651530284302,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000129681087763,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,42.935655432996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,69.1554010164644,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.84625667810181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.2621962581539,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5226342134575,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.69251335620363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.037747710567767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000216733026786,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.059214220595343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.55139356249759E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.011,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.77,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.77,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.623666,Mm²,,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00270363797693,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.00270363797693,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001081455190772,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001622182786158,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00225483407276,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.00044880390417,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,43.9300608212126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.9839707588606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.13852813438975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.7736924482431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4766338593607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.27705626877949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.130379991407018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.054872611107296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.202350573946153,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011523248332532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.43,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.43,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.51711,Mm²,,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002371783496007,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002371783496007,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000948713398403,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001423070097604,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.00197806743567,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000393716060337,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.3146759187293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,91.2856850299694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.13852813438975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,68.8783073964685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.1699938562936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.27705626877949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.117741285849079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.047204740585848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.182627533706553,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009912995523028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.27,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.27,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.153566,Mm²,,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001239574090506,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001239574090506,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000495829636202,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000743744454303,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001033804791482,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000205769299024,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,43.8041867214383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,96.2336257013296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.13852813438975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.5823638165862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.2090613972792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.27705626877949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.059617247866902,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01477821296445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.092531463508415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003103424722535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.33,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.17237,Mm²,,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001298136645963,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001298136645963,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000519254658385,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000778881987578,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001082645962733,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00021549068323,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,44.1188719708739,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,101.18156637269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.13852813438975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.0606853957284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.2481289382648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.27705626877949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.062852342140001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017440666595661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.097539196413796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003662539985089,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.33,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.17237,Mm²,,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001298136645963,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001298136645963,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000519254658385,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000778881987578,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001082645962733,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00021549068323,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,34.2377551385955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,105.228829027597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.13852813438975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,52.0413878106651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.0980540957954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.27705626877949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.04971045675307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018138293259487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.077563530625661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003809041584492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.166102,Mm²,,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001278615794144,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001278615794144,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000511446317657,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000767169476486,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001066365572316,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000212250221828,1e6 dimensionless,Own calculations,,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,33.9734195290695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,104.478649908495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.13852813438975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,51.6395976841857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.940516480784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.27705626877949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048616651439132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017354112707101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.075870816678384,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Bulgaria,bg,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003644363668491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,136.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.995,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.76,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.789515,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03591,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.169575,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,1.3245,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,17.69,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.71379923471147,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,3.662208,Mm²,,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.258546153846154,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.098493772893773,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.2319159,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004653830769231,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.021976423076923,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.187329536222377,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.055974182536871,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.059259430088703,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.82843717354438,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.35158638778971,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.67119277331826,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.09305270322216,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.083138948558508,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,WALLS,construction material,concrete,,0,0.25264397964952,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.664217071791973,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.74735602035048,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.25264397964952,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.74735602035048,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.25264397964952,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.74735602035048,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.25264397964952,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,181.34288739238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.5533314916668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.479132064343,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8835812392076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.449696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.727051389025809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.185136815015434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.17096401751433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.076480018282876,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,23.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.58362634951159,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.708736,Mm²,,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.341415384615385,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.130063003663004,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.3062496,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006145476923077,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.029020307692308,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.290714340394666,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.073676638178094,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.033861119687208,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.39628920376712,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.7449689880137,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.853150684931507,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.08130662671233,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.660102739726027,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.339897260273973,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.247042979452055,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.752957020547945,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.092854280821918,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.907145719178082,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.660102739726027,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.660102739726027,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.339897260273973,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.247042979452055,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,181.302059767335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.7857307181668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.428142443424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.6546853596747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.449696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.959939638602945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.409805785237105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.54609875609122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.169290769881448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,25.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.85209150840051,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,6.232336,Mm²,,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.366992307692308,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.139806593406593,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.3291921,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006605861538462,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.031194346153846,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.318818147741301,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.061252538784786,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.04703823358637,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,0.900086598964556,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.55333059418558,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.666354663878933,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.705647254082039,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.643966547192354,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.356033452807646,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.243088371166866,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.756911628833134,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.643966547192354,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.643966547192354,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.643966547192354,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.356033452807646,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,137.731121343784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.4979983425001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.012397446252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.7952231152868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.449696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.86401368297087,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.283558812997904,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.45230936210232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.117138145649434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,19.19,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.94391222804484,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,4.461072,Mm²,,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.280469230769231,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.106845421245421,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.2515809,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005048446153846,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.023839884615385,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.234975964966906,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.060955726624892,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.033558722596809,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.47500260552371,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,1.99682396091714,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.328871895257947,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.499815140177176,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.690463783220427,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.309536216779573,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.309536216779573,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.309536216779573,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.690463783220427,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.690463783220427,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.259373267326733,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.05016294945284,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.690463783220427,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,,low-e,0,0.740626732673267,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.690463783220427,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.690463783220427,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.309536216779573,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.309536216779573,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.533545762702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.1031313259168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.507945303039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.7631035507362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.449696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.680337272733496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.24581903627037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.13491921367686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.10154784388329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,17.54,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.69078793537814,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.967392,Mm²,,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.256353846153846,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.097658608058608,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.2299494,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004614369230769,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.021790076923077,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.206625010748136,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.055922272413194,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.039735270423501,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.294503990877993,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.33690790193843,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.225168882554162,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.26533136031927,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.661345496009122,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,0.338654503990878,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.338654503990878,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.338654503990878,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.661345496009122,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.661345496009122,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.265871037628278,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.0727834663626,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.661345496009122,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.734128962371722,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.661345496009122,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.661345496009122,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.338654503990878,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.338654503990878,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.5381342871786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.5533314916668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,78.1038759112573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8835812392075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.449696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.401208057240998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.200564882933387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.761788634848282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.082853353139782,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,21.46,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.29214989128933,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.140256,Mm²,,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.313646153846154,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.119484249084249,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.2813406,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005645630769231,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.026659923076923,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.257536238409809,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.067880539388865,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.041505056735733,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.251798695246971,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,0.948322460391426,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.173932898415657,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.231716022367195,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.606710158434296,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.393289841565704,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.606710158434296,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.606710158434296,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.393289841565704,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.393289841565704,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,66.1507043700947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.4315985635001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.6156146878112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.2891933665819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.449696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.502766834200719,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.202688511105623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.946893463073279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.083730623937733,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,12.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.86391524600025,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.354704,Mm²,,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.177576923076923,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.067648351648352,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.1592865,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003196384615385,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.015094038461539,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.112844001161949,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.039479655321645,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.061079885795569,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.186888888888889,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,0.784109841152263,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.288900969547325,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.511111111111111,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.488888888888889,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.511111111111111,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.511111111111111,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.488888888888889,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.488888888888889,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,39.2018942021288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.857245125512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,48.9592456690386,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.812627961349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.449696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.234421008275437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.084433198526024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.473369690835193,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0348793543111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.995,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.47,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.892515,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01791,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.084575,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.993,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,11.75,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.80255178111135,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.525248,Mm²,,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.22978441941263,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.206116624213129,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004136119549427,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019531675650074,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.042510117591337,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.037274301821294,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,190.768292777002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.5533314916668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,238.250520849197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8835812392075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.499909725924756,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.127659699242669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.798996400707428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.052736221757146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,15.42,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.36556157146698,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.973376,Mm²,,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.299312211213894,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.268483053458863,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00538761980185,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.025441537953181,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.24,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.05537275907457,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003939452139323,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,204.207296220055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.7857307181668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,255.034492249227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.6546853596747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.687842532551337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.285231699578027,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.08825879426337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.117829215095683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,16.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.48061806813366,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,4.197776,Mm²,,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.312230332086587,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.280070607881669,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005620145977559,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02653957822736,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.26,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.012230332086587,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,163.845588540197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.4979983425001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.626755527853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.7952231152868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.621175927316808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.190990405490187,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.01614732698596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.078898136507996,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,13.25,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.03266477444471,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.324112,Mm²,,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.261472935840243,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.234541223448698,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004706512845124,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.022225199546421,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.048372493130445,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013100442709798,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,cavity wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,160.970058978657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.1031313259168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.035506658445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.7631035507362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.503158168626205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.183168980078056,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.825350292797267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.075667105670245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,11.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.77954048177802,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.830432,Mm²,,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.230938255031841,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.207151614763561,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004156888590573,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019629751677707,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.17,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.042723577180891,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018214677850951,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,cavity wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.4843113325175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.5533314916668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,69.2943564231811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8835812392075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.25278457811979,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.143087767160621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.488132112413805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.059109556614053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,13.02,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.9973807821336,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.255296,Mm²,,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.254424209659656,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.228218516064712,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004579635773874,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.021626057821071,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.047068478787036,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00735573087262,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.0731317194181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.4315985635001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.2566342043813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.2891933665819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.326849992115217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.128361525077368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.601740151312695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.053026146009461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,6.21,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.952667792400127,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.217744,Mm²,,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.129547553534662,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.116204155520592,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002331855963624,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011011542050446,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.023966297403913,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.03558125613075,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,36.3538452339803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.4600490782582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,45.402317312718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.0616462742285,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.117101937484312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.044399006004755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.238557825404157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018341229380564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.654977488192616,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.105220742257204,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.587514806908777,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011789594787467,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.055673086496372,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.3315,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,1.470728,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.225622414972794,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.4400418176,Mm²,,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.028761734433523,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025799275786871,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000517711219803,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002444747426849,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.014557011708942,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.005320920870202,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00888380185438,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,162.698356538961,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.5533314916668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.193977481509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8835812392075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.056239663954425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022245579875328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.092099511507306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009189649046498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.169076,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.332755047418373,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.6489875392,Mm²,,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.042103173401491,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.037766546541137,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000757857121227,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003578769739127,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.021309437704659,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.007789087079276,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013004648617557,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,136.818590485099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.7857307181668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.87273765684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.6546853596747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.074332405844584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046588044728457,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.125076206121509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019245521277326,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.836051,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.435074789904053,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.8485464592,Mm²,,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.05476197560572,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.049121492118331,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000985715560903,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004654767926486,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.027716364669861,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.010130965487058,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.016914645448801,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.4972360455724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.4979983425001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.021998097315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.7952231152868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.077035823239425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038607165394216,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.138366826026726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015948620024351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.962627,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.147675320289011,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.2880179984,Mm²,,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.018996294928988,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017039676551302,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000341933308722,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001614685068964,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.00961448581437,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.003514314561863,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005867494552755,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.869606350007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.1031313259168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.718351370524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.7631035507362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.028713365227187,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015870693590063,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.05016919483745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006556183522055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.276622,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.195844873183484,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.3819653024,Mm²,,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025415591122005,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022797785236439,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000457480640196,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00216032524537,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.012863447383808,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.004701884357571,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007850259380626,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,76.3132767575604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.5533314916668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.3076513425171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8835812392075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.031899104168801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019309618550542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.058815276790591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007976803423229,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.030646,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.464927348529191,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.9067692832,Mm²,,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.059221944186498,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.053122083935288,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001065994995357,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005033865255852,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.029973662991072,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.010956059674502,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018292221520924,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,49.301177819361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.4315985635001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.5722409786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.2891933665819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.063168444762922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035755362364855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.123940435441181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014770540192922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,2.302339,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.353198745972096,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.6888598288,Mm²,,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.048029369542261,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.043082344479408,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000864528651761,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004082496411092,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.024308829372434,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.008885433365318,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014835106804509,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,42.1793999415567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.2270409930956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,52.6778525870102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5522906342478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.045472773085213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024266493427635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.091014313024235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010024488434956,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.345022511807384,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.1785,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.469272,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.685625038627327,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.6969181824,Mm²,,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.044016995001797,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039483244516612,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000792305910032,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003741444575153,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.022772524513436,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.008143144075333,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013101326413029,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,162.698356538961,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.5533314916668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.193977481509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8835812392075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.170901999146628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035231535897437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.279873483059599,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014554147479231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,5.770924,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.885309730626233,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.0863724608,Mm²,,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.056836713644583,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.050982532139191,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001023060845603,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00483112065979,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.029404902690007,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.010514792024248,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.016917018930328,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,2.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,136.818590485099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,71.7857307181668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.87273765684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.6546853596747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.197764700207024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.077986040930621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.332770857146344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03221603350844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,6.103949,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.936398650362796,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.1860135408,Mm²,,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.06011661242015,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.015,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.053924601340874,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001082099023563,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005109912055713,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.03110178307144,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.011121573297728,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.017893256050982,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.4972360455724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,45.4979983425001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.021998097315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.7952231152868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.165801932414637,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.053961242113501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.297802842529632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022291389117087,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,4.977373,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.763572133311111,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.8489420016,Mm²,,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.049021183419376,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04397200152718,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000882381301549,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004166800590647,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.025361479152536,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.009068918932585,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014590785334255,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.869606350007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,55.1031313259168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.718351370524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.7631035507362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.148465738880105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046779362602252,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.259405559802147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01932455469099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,4.663378,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.715402580416638,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.7549946976,Mm²,,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.045928707430985,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.041198050565593,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000826716733758,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003903940131634,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.023761563364328,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.008496810874732,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013670333191925,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,76.3132767575604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.5533314916668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.3076513425171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8835812392075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.116524374952408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038167497222224,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.214846577803886,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015766993102501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,5.409354,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.829841760626537,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.9781907168,Mm²,,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.053275680688254,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.047788285577364,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000958962252389,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004528432858502,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.027562575418738,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.009856000927327,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.015857104342189,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,49.301177819361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.4315985635001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.5722409786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.2891933665819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.112748397322581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0385716236634,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.221219400159403,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015933937735351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,3.637661,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.558048707628026,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.4481001712,Mm²,,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.03582661920224,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.032136477424409,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00064487914564,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00304526263219,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.018535171789515,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006627924552414,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010663522860311,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,42.1793999415567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.2270409930956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.28,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,52.6778525870102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5522906342478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.45,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.071846297705911,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015785243099876,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.143801246006801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006520883924559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.118,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,4.06041584935269,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.06041584935269,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,4.94,Mm²,,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.056119302028364,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.014696750902527,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.027283206500606,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028515813560544,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.04729466712846,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.008824634899904,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,117.097309144844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.35543360132032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.816936808714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.53315040198048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.485027809895174,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.567166382615291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.802296352542443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.180149914784587,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.60062769713613,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.60062769713613,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,8.18,Mm²,,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.09728624031187,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.023891095066185,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.046888064174427,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.050299323678427,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.083623389628175,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.013662850683695,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.56125112837913E-17,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,117.796338861272,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,111.245555312617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.15687044159687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.872471680521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.373666593785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.2353056623953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.791766475684885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.909988642457203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.26542501129642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.272996592737161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,5.55119654766575,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,5.55119654766575,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,6.62,Mm²,,,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.091764649581739,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.02009265944645,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044093123431852,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.047527201559723,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.077766700549854,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.013997949031884,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,105.229670605054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,115.535589281132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.16179595919611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,158.896802613631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.6606767843397,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24269393879417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.596151138440225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.764845601041095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.970068213502084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.229453680312329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.02157708905453,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.02157708905453,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,6.08,Mm²,,,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.081936125319937,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.018175691937425,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039368633614955,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.042442937606621,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.069489868541573,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.012446256778364,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,105.956093091064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,108.278167796081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.15910783390326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.993700567506,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4834503388242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.23866175085489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.542908815943341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.65833126020017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.88968389081013,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.197499378060051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.96273048254217,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.96273048254217,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,6.02,Mm²,,,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.078378612968662,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.017962695547533,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.037685144306213,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.040559029318186,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.066543258130914,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.011835354837748,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.186252674686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,100.901392251978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.16898644138167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,161.851241538775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.2704176755934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.2534796620725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.542700578586995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.607426381356908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.889370232715073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.182227914407072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,4.90388387602982,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.90388387602982,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.96,Mm²,,,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.076459678443106,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.017749699157641,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.036662088922254,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.039686874766754,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.065325094306989,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.011134584136116,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.560633918214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,107.507832456324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.13508968402802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.456557216504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.252349736897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20263452604202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.557550625746579,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.640746681439688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.911796742558581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.192224004431906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1.50058846606512,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.50058846606512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.208656,Mm²,,,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.023198921740344,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005431407942238,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011170885523926,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011996403429533,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.020068850877809,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003130070862535,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,113.612443939971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,91.3414219008456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.12748350746467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.554790349356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.4024265702537,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.19122526119701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.173678000190836,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019058935728143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.332221855516032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005717680718443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.480580619850922,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.480580619850922,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.65,Mm²,,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007023870597821,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001739470517449,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003430458399976,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003593412197845,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.006296899990947,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000726970606874,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,135.360603452115,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.13983695061372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.394511212693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20975542592058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.066080046878518,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.074627155607275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.169770587144881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.032388146682183,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.57944291879168,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.57944291879168,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.28,Mm²,,,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.037699550351571,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.009336341756919,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018412460391707,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019287089959864,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.033797646890183,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.003901903461388,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,135.225378074041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,106.774238022717,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.13983695061372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.190320891801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.032271406815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20975542592058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.354325731183641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.350219500714511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.604976658214602,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.105065850214353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.05923891722244,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.05923891722244,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.24,Mm²,,,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01548118417479,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003833935018051,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007561010350967,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007920173823822,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.013878881612699,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001602302562091,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,126.972185985015,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,107.845071468561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.13983695061372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,191.728000837372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.3535214405682,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20975542592058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.136760479374734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.133727888621015,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.276485657870102,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.040118366586305,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.00039231071008,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.00039231071008,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.18,Mm²,,,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014621118387301,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003620938628159,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007140954220358,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007480164166943,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.013107832634216,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.001513285753086,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,127.482114442786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,99.2176865414771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.13983695061372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.497992808606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.7653059624431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20975542592058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.129672803473193,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.117076870118943,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.265784526480205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035123061035683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.02981561396626,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.02981561396626,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.21,Mm²,,,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015051151281045,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003727436823105,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007350982285663,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007700168995383,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.013493357123457,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001557794157588,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,128.76981256847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,90.5903016143935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.13983695061372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,194.44241697839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.177090484318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20975542592058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.134812801093604,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109614264953416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.273545293276311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.032884279486025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.17693213024716,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.17693213024716,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.36,Mm²,,,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017201315749766,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004259927797834,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008401122612186,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00880019313758,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.015420979569665,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001780336180101,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,131.397767927011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,82.437174469098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.13983695061372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,198.410629569786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.7311523407294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20975542592058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.157164697776725,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.112114557277973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.307293509214249,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.033634367183392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.617889368379757,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.617889368379757,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.024192,Mm²,,,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009030690768627,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002236462093863,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004410589371398,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00462010139723,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.008096014274074,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000934676494553,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,127.570648472826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,81.5378951649903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.13983695061372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.631679193967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4613685494971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20975542592058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.080146729910521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001972564759831,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.191008340339868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000591769427949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.039231071008239,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.039231071008239,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.04,Mm²,,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000573377191659,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001666666666667,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000255152850288,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000318224341371,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000530373902284,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,4.30032893744153E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,142.104548108092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.51881171573529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,214.577867643219,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.27821757360293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00563449822769,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004592440345063,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00850749647771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001377732103519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.098077677520596,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.098077677520596,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.26,Mm²,,,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001433442979147,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.004166666666667,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00063788212572,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000795560853427,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001325934755711,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000107508223436,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,141.962585522569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,143.513760783221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.51881171573529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,214.363504139079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.0541282349664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.27821757360293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014072322208543,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.037313577803638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021247716919643,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011194073341091,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.201059238917222,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.201059238917222,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.365,Mm²,,,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002938558107252,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.008541666666667,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001307658357727,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001630899749525,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002718166249208,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000220391858044,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,133.29820236861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,144.948898391054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.51881171573529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.2802855766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.4846695173161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.27821757360293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.027106206244891,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.052906347912735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040927317718509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01587190437382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.181443703413103,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.181443703413103,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.345,Mm²,,,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002651869511422,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.007708333333333,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001180081932583,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001471787578839,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002452979298066,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000198890213357,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,133.833536514668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,156.545914214344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.51881171573529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.088640137149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.9637742643032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.27821757360293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.024558831328584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.054008340403949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.037081079517938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016202502121185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.176539819537073,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.176539819537073,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.34,Mm²,,,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002580197362465,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0075,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001148187826297,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001432009536168,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.00238668256028,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000193514802185,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,135.185390418857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,168.142930037634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.51881171573529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.129939532474,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.4428790112903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.27821757360293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.024133735174801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.057168596212796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.036439258806487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017150578863839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.362887406826206,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.362887406826206,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.53,Mm²,,,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005303739022845,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.015416666666667,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002360163865166,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002943575157679,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004905958596131,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000397780426713,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,137.944275937609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,169.824359338011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.51881171573529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,208.29585666579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.9473078014032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.27821757360293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.050609398226498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.090006910449146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.076414679745562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027002073134744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.117693213024716,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.117693213024716,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.018144,Mm²,,,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001720131574977,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000765458550865,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000954673024112,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001591121706853,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000129009868123,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,133.926481492824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.51881171573529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.228987054165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.27821757360293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01594099174679,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002083130940521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.024069109999345,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000624939282156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.79442918791683,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.79442918791683,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.97,Mm²,,,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001327868852459,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001327868852459,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001007586885246,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001107442622951,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000220426229508,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,92.8496666028294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.54389400338234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.202996570272,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.31584100507351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.076577858072805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.11136667836778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.115604411961583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.033410003510334,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.245194193801491,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.245194193801491,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.41,Mm²,,,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000409836065574,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000409836065574,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000310983606557,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000341803278689,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,6.80327868852459E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,92.7569096931363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,125.143999402969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.54389400338234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.062933636636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.5431998208907,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.31584100507351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.023612397924804,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.051309039755217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.035646031444123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015392711926565,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.357983522950176,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.357983522950176,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.525,Mm²,,,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000598360655738,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000598360655738,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000454036065574,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000499032786885,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,9.9327868852459E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,87.0956898527101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,126.391465169777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.54389400338234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.514491677592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.9174395509331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.31584100507351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.032447477547542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.066355519214133,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.048983004540185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01990665576424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.308944684189878,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.308944684189878,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.475,Mm²,,,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000516393442623,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000516393442623,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000391839344262,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000430672131148,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,8.57213114754098E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,87.4454717396688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,109.329886916664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.54389400338234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.0426623269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.7989660749992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.31584100507351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.028110680864124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.051931696285416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.042436179432691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015579508885625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.333464103570027,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.333464103570027,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.5,Mm²,,,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00055737704918,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00055737704918,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000422937704918,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000464852459016,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,9.25245901639345E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,88.3287593329988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.2683086635511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.54389400338234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.376426592828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.6804925990653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.31584100507351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.030636231987416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046134154331776,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.046248892686629,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013840246299533,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.27461749705767,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.27461749705767,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.44,Mm²,,,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000459016393443,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000459016393443,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000348301639344,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000382819672131,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,7.61967213114754E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.1313870744886,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,105.185871876448,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.54389400338234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.098394482478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.5557615629345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.31584100507351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.025724871225779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046281783625637,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.038834823397915,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013884535087691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.078462142016477,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.078462142016477,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.012096,Mm²,,,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000131147540984,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000131147540984,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.95147540983606E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00010937704918,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.17704918032787E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,87.5062010431928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,95.381453320541,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.54389400338234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.134363575221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.6144359961623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.31584100507351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.007143985488158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001153734059365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.010784637471973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00034612021781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.25500196155355,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.25500196155355,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.42,Mm²,,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001824561403509,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001824561403509,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000956435087719,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000868126315789,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001521684210526,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000302877192982,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,124.401693386151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.75507131596078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.846557013089,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63260697394117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.032170222462288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.048220623623162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.048572560451773,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014466187086949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.098077677520596,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.098077677520596,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.26,Mm²,,,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000701754385965,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000701754385965,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000367859649123,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000333894736842,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000585263157895,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00011649122807,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,124.277415970181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,106.774238022717,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.75507131596078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.658898114974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.032271406815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63260697394117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.012360973645169,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027761301885906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.01866334887102,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008328390565772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.196155355041193,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.196155355041193,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.36,Mm²,,,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00140350877193,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00140350877193,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000735719298246,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000667789473684,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001170526315789,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00023298245614,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,116.692409361673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,107.845071468561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.75507131596078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.205538136126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.3535214405682,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63260697394117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.023234107626056,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038824225728682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.035080059848974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011647267718605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.176539819537073,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.176539819537073,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.34,Mm²,,,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001263157894737,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001263157894737,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000662147368421,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000601010526316,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001053473684211,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000209684210526,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.161053575977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,95.4421706808724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.75507131596078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.913190899725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.6326512042617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63260697394117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.020993431228471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032450338031497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.031696982755257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009735101409449,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.186347587289133,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.186347587289133,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.35,Mm²,,,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001333333333333,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001333333333333,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000698933333333,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0006344,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001112,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000221333333333,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,118.344498561592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.039269893184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.75507131596078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,178.700192828005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.9117809679552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63260697394117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.022380265081145,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029063744462614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.033790929739476,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008719123338784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.147116516280894,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.147116516280894,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.31,Mm²,,,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001052631578947,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001052631578947,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000551789473684,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000500842105263,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000877894736842,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000174736842105,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,120.759692409788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,93.8343749792979,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.75507131596078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.34713553878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.1503124937894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63260697394117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018023945232309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029088656243582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.027213575301009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008726596873075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.058846606512358,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.058846606512358,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.009072,Mm²,,,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000421052631579,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000421052631579,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000220715789474,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000200336842105,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000351157894737,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,6.98947368421053E-05,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.242419815328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,86.5498372723428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.75507131596078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.036053921146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.9649511817028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63260697394117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.007002598536561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000785180123735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.010572890990296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00023555403712,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.029,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.71635935661044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.71635935661044,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.91,Mm²,,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.044517543859649,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.044517543859649,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.02129274122807,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023224802631579,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.037127631578947,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.007389912280702,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,101.400025005943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.05883365910784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.114037758975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.08825048866176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.177572580093997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.219289026476762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.268099258957791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.065786707943029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.138093369949,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.138093369949,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.34,Mm²,,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.055456140350877,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.055456140350877,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.026524671929825,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028931468421053,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.046250421052632,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.009205719298246,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,101.298726279664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,111.36667836778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.05883365910784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.961076682292,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.4100035103339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.08825048866176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.220988113639194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.260598027380605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.333648031809219,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.078179408214181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.70694389956846,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.70694389956846,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.92,Mm²,,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.07021052631579,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.07021052631579,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.033581694736842,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036628831578947,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.058555578947368,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.011654947368421,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.1161749104824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,112.481669893865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.05883365910784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.625424114828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.7445009681594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.08825048866176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.263047296637965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.328446476090085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.39714568645119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.098533942827026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.38328756375049,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.38328756375049,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.59,Mm²,,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.061815789473684,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.061815789473684,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029566492105263,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.032249297368421,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.051554368421053,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.010261421052632,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.4981675808056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,99.5433523832544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.05883365910784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.202233047017,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.8630057149763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.08825048866176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.232506387811877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.257817282672629,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.351035577669378,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.077345184801789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.22636327971754,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.22636327971754,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.43,Mm²,,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.057745614035088,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.057745614035088,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.027619727192983,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.030125886842105,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.048159842105263,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.009585771929825,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,96.4627955361673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.605034872644,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.05883365910784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.658821259613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.9815104617932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.08825048866176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.219344937498308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.210450234740525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.331165018505868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.063135070422158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.98116908591605,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.98116908591605,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.18,Mm²,,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.051385964912281,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.051385964912281,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.024577907017544,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026808057894737,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.042855894736842,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.008530070175439,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,98.4314240164973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,97.8636894060877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.05883365910784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.631450264911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.3591068218263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.08825048866176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.199088191942646,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.213342842905271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.300582380857411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.064002852871581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.451157316594743,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.451157316594743,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.093744,Mm²,,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.011701754385965,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.011701754385965,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005596949122807,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006104805263158,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.009759263157895,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00194249122807,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.5644893364051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,90.2480764925258,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.05883365910784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.302378897972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.0744229477577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.08825048866176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.044043476439718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008460215682715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.066496360845284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002538064704815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.774813652412711,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.774813652412711,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.95,Mm²,,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000852080123267,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000852080123267,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000340832049307,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00051124807396,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000710634822804,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000141445300462,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,161.733250955317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.16758347684528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,244.217208942529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.25137521526793,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.126992604159875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109070458195248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.191742037548705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.032721137458575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,1.44174185955277,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.44174185955277,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.63,Mm²,,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001585516178737,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001585516178737,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000634206471495,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000951309707242,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001322320493066,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00026319568567,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,113.253173700279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.811008626577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.16758347684528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.012292287421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.4433025879731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.25137521526793,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.166406937083535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.187141944061321,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.251243224037811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.056142583218396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,1.02981561396626,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.02981561396626,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.21,Mm²,,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00113251155624,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00113251155624,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000453004622496,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000679506933744,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000944514637904,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000187996918336,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,108.090277955921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,123.42183427357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.17758890199723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.216319713441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.0265502820711,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.26638335299585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.113555571009037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.14934041947102,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.171446487073125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.044802125841306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,0.970969007453903,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.970969007453903,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.15,Mm²,,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00106779661017,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00106779661017,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000427118644068,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000640677966102,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000890542372881,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000177254237288,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,108.090277955921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,132.032659920564,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.17758890199723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.216319713441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.6097979761691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.26638335299585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.107066681237092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.151837558908648,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.161649544954661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.045551267672595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,1.01020007846214,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.01020007846214,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.19,Mm²,,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00111093990755,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00111093990755,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00044437596302,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00066656394453,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000926523882897,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000184416024653,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,108.090277955921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,137.313966317386,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.17758890199723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.216319713441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.1941898952159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.26638335299585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.111392607751722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.16340361991769,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.168180839700303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.049021085975307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,0.961161239701844,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.961161239701844,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.14,Mm²,,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001057010785824,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001057010785824,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00042280431433,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000634206471495,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000881546995378,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000175463790447,1e6 dimensionless,Own calculations,,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,109.085966557239,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,137.313966317386,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.17478442330873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.719809501432,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.1941898952159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.26217663496309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.106939521342622,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.15653792160182,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.161457774042435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Croatia,hr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.046961376480546,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,35.9461555555556,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.44,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.29,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.32076,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0506,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.06864,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,0.309375,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,2.82215555555556,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.82791548720734,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.9659763,Mm²,,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.034544680098691,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.022768084610501,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025183071791946,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003972638211349,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005388970095396,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.028140279668117,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.004533251263694,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002742494565801,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,3.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.88297786561887,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.787750891753349,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.212249108246651,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.787750891753349,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.212249108246651,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.2313668176387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.5096255139445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,59.2640376583156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7774685756192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.149449388853939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.158708281096235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.161667827838963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034931692669281,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,11.579,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,7.51974018431,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,10.5754095,Mm²,,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.14173309833164,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.093414996627672,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.103323428683766,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.016299306308139,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.022110363339736,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.126846281117046,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.02063647372033,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0137396961027,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.61121780879178,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,2.04379484940668,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.37041799810001,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.775541929354866,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.224458070645133,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.775541929354866,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.224458070645133,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.8162251518151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.0665831859807,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.8103708459035,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9000549592344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.611137600841978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.571776257457561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.471079493104114,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.125847954266409,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.229,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.03453507281,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,5.7101895,Mm²,,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.076246262156299,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.050253218239379,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.055583525111942,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008768320147974,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011894416896383,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.068511112272195,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.011124319945553,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007273317356883,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,0.892567025204688,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.86162755289388,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.35895656406101,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.10582436988281,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.743297479531225,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.256702520468775,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.743297479531225,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.256702520468775,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,52.7816805809759,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.8168248645447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.6798205388904,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.8450831526863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.324012611505801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.307304268264862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.35043811315754,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.067637669445096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.589,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.67690019321,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.7781695,Mm²,,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.031690732496815,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.020887073691082,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.023102543990178,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003644434237134,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004943754269503,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.026836382703999,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.004335830364298,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002701461652779,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.812313634607957,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.52580765846273,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,1.02378321062959,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.986786404016995,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.6690947581792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.5377141071909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.6495867517382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.2238508749927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.136159585369396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.154293183432317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.147281085555676,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.033959929673453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.209,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.43077347501,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.4720795,Mm²,,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027039331048847,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.017821377282194,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019711672334609,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003109523070617,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00421813564362,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.022047732399369,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.003537314875324,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002050225188779,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.772711634223631,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,3.36831384385106,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.857762225418289,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.913055681303757,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.7629734050821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.5942803560302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.5665773370737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.9157011063622,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.113447559335639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.122601003785395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.122683616625987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.026984480933165,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.989,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.52678850921,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,6.3223695,Mm²,,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.085549065052236,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.056384611057155,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.06236526842308,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009838142481007,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.013345654148149,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.077752795541485,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.012669248018188,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008556456582422,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.752287880955788,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,3.20322297452683,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.754061362668193,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.891954499928459,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,52.0366966049559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.5819765772451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.8657020498958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.3531930446516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.360172990248561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.326120315461689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.389509708807628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.071779081433118,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,3.529,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.28573996981,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.5353395,Mm²,,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.043196830815473,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.028470638492016,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.03149048966448,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004967635543779,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006738705607214,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.038510549616046,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006288227942179,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004328003240048,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.730848682346274,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.12256534787475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.671836109138708,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.876052706149051,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.830263530745254,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.169736469254746,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.830263530745254,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.169736469254746,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.169736469254746,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,0.169736469254746,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,52.6026143676547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.7036715350615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.4841369809731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.159878104867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.18315796817665,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.179254692772929,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.198091183727443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.039453957879322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.28,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.20412,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0322,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.04368,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.22,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.22315555555556,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.43898967409734,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.1371168,Mm²,,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.028009647877855,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020419033302957,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003221109505953,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004369505068945,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.022007580475458,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003585234928365,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002416832474032,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,3.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,56.5605281240761,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.5009193785657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.8093451339904,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7755523552223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.121028879487593,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.114337713619378,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.13096020477942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.025165730767625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8.98,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.8542765912,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,8.13555,Mm²,,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.130102619142693,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.094844809355023,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01496180120141,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02029600858626,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.102223486469259,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.016653135250265,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.01122599742317,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.0686567053211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.1481959922706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.3646280475749,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.1381179378988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.49420910104119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.448660905904917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.344819986097813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.098750265389672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.9979073697,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,4.07583,Mm²,,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.067289467714007,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.049054021963511,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007738288787111,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.010497156963385,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.052870296061006,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.008613051867393,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005806119785609,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.89,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.3443506990666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.5419378565734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.66590644394,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7845805222318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.254465951571393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.218227836573958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.275372656757218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.048031946829928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.99,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.2879743801,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.94931,Mm²,,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.026411054486083,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019253658720354,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0030372712659,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004120124499829,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.020751542810494,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.003380614974219,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002278896701371,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,1.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.6200446928121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.2190347494021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.9671848403051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.3738095483434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.109694841344559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109588326627357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.118710722861334,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024120390690681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.61,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.0418476619,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.64322,Mm²,,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.020209752052634,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014732909246371,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002324121486053,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003152721320211,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.015879090898498,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.002586848262737,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001743812891399,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,56.4199649553317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.7231634494818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.6557377031865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.723968275231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.087487308573192,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.080062876643458,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.094664564168785,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017621839149225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.39,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.4901608061,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,4.68801,Mm²,,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.080175154092666,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.058447687333553,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009220142720657,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012507324038456,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.062994763929952,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.010262419723861,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006917970438853,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,56.4037476615819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.5419378565734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.6380154445767,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7845805222318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.292961849405608,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.251005140090995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.316996507670448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.055246231334028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.93,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.8968141567,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.70648,Mm²,,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.042436931293867,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.030936522913229,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004880247098795,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006620161281843,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.033343303159467,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005431927205615,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003661700928785,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.685,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.91,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,56.3875303678322,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.3295445753301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.620293185967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.2976327610302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.159198565863055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.138922385802239,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.172258658455147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030576817115073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.106838545862765,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.030762818776459,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.077885299933956,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012286432774218,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016666813154591,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.089375,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.518692460927778,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.335005706271673,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.417806777277325,Mm²,,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.006535032220836,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004764038488989,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000751528705396,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00101946502645,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.005466833154837,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000836484124267,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000231714941731,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,3.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.586812730508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.5419378565734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,49.8172689518991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7845805222318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.024520128973801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022370184505038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.0264922531428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004923677609559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.802764032,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.518999399750421,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.646626427776,Mm²,,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.011630479188948,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008478619328743,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001337505106729,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001814354753476,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.009729391851209,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.001488701336185,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000412386001553,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,42.578504739932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.329421585179,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,46.5297899797976,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.0775056908979,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.036411501092855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032544334091657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.039321012722022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007163007933574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.6162919648,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.398221089392773,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.4964231776464,Mm²,,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.008956794442292,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006529503148431,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001030031360864,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001397259932998,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.007492740534939,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001146469688613,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00031758421874,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,39.5701967493559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.6127766137049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,43.2423110076962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0202721326765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.026746172589399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027111048106668,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.028867795073673,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005967141688278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.397809154,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.256709359905101,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.320435273547,Mm²,,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005279678010732,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003848885269824,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000607162971234,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000823629769674,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.004416675820497,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000675798785374,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000187203404861,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.82,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,40.5432343743401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,53.2742281672906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,44.3056465242788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7256576196207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017500764960539,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017070941875791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.018892187608199,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003757314306862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.5440750661,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.351446067614845,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.43825246574355,Mm²,,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.006829578996212,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004978763088239,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000785401584564,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001065414323409,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.005713234094093,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000874186111515,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000242158790604,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,39.2458508743612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.9356797208762,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,42.8878658355019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.4310431065649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.023493658388556,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022760939697741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.025355681730557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005009682827473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.3612762632,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.233046937486778,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.2910080300076,Mm²,,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.00537391095957,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003917581089527,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000617999760351,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000838330109693,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.00449550570099,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000687860602825,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000190544655755,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,37.3159929181426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.9752277995217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,40.7789170609463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.89904763867472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.015137933641708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013088152441082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016331450854308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002880702352282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.0524662253,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.033030092287976,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.04226154447915,Mm²,,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000759899521606,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0002,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000553966751251,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.73884449846536E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00011854432537,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.000635688357559,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,9.72671387655275E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,2.69440252810163E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.685,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,34.0887514619451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.6422224399246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,37.2521875976137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.4860531590274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002061427403869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00201343390273,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002222044359203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000443156801991,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,4.89962483367222,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.053161454137235,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.040625,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Area,Constructed area [Mm²],,1,0.080307539072222,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Area,Heated area [Mm²],,0,0.051062963838327,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Area,Cooled area [Mm²],,0,0.411052722722675,Mm²,,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000871345398922,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.0002,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000635210795814,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000100204720876,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000135929882232,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.000665866037821,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000111532211062,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,9.39471500381312E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Construction features (U-values),Walls ,,1,1.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Construction features (U-values),Roof,,1,3.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,BUILDING,Construction features (U-values),Floor ,,1,1.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,45.586812730508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,53.5419378565734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,49.8172689518991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7845805222318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00375968119162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022008559335793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004061613829972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Berfore 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004844083909808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,1.796235968,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.16247305035958,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.793233072224,Mm²,,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.019489352608435,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014207738051549,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00224127554997,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003040339006916,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.014893402796579,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.00249463713388,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002101312677977,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,42.578504739932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.329421585179,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,46.5297899797976,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.0775056908979,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.081523251594219,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.090252383292448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.088038127438412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019864549562668,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,0.9827080352,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.635549470717227,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.1379363223536,Mm²,,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.010662487418332,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007772953327964,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001226186053108,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00166334803726,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.008148075676251,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001364798389547,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001149613352534,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,39.5701967493559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,54.6127766137049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,43.2423110076962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0202721326765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.042670501867846,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.062145862173318,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.046055613197204,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013678304264347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,0.201190846,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.129359310204899,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.508424226453,Mm²,,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.002182942224261,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.0005,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001591364881486,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00025103835579,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000340538986985,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.001668164073008,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000279416604705,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000235361546547,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.82,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.5432343743401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,53.2742281672906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,44.3056465242788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7256576196207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00883187761632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027085908245835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.009533814623794,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005961608404908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,0.0549249339,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.034622602495155,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.39060703425645,Mm²,,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000595941414626,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000434441291262,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.85332626819948E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,9.29668606816625E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.000455407406778,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,7.62805010721333E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,6.42535067759607E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.91,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,39.2458508743612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.9356797208762,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,42.8878658355019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.4310431065649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002338105065844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020286441827864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002522959796411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004465045846313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,1.2377237368,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.800723622623223,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.3433514699924,Mm²,,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.013429435089859,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009790058180507,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001544385035334,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002094991874018,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.010262525910543,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001718967691502,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001447941487814,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,37.3159929181426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,44.9752277995217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,40.7789170609463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.89904763867472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.051948411258342,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.060417538377731,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.056045373276466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013297900196939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.5465337747,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.353038577822024,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.78659795552085,Mm²,,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005929949982801,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004322933537462,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000681944248022,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000925072197317,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.00453155809902,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000759033597798,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000639358285982,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,34.0887514619451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.6422224399246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,37.2521875976137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.4860531590274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.8998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.021779341538755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.037475274767714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.023480838365296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008248307976374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.0424,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.80161676065698,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.583160480394949,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.68,Mm²,,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.128457484634435,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.020494827566585,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.053875933027418,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.074401542239199,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.108634877720555,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.01982260691388,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,6.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,24.5003698349713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,190.922175815823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.00998058922432,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.9008136369369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.1873138426455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.37057942457777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.022847642939218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.091337469786661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.149651325889766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.054527373412999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.583160480394949,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.220490775657458,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.208,Mm²,,,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.036788243053843,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003143865950148,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015093668068068,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021667109386929,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.030907892916937,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.005880350136906,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,6.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.6446956754456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,189.241756658826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.53187088474226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.4183304859803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,79.4815377967067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.8637831378268,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018180941532304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.090533554613762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.109859248041739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016532159861715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.220490775657458,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.220490775657458,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.208,Mm²,,,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.022561804693959,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001188683844697,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009153174814655,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013402139048692,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.018916896021538,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.003644908672422,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,5.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,27.5308272669316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,189.943226883348,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.79601156591053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,60.5678199872494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,79.7761552910063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.26377225986517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.007789242095779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027795266069886,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.109176731164304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016593440300529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.779117947403399,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.779117947403399,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.7496,Mm²,,,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.028941318159128,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.004200288716979,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012082868606255,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.016847738598892,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.024445486480398,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.00449583167873,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,26.4208378310869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,178.27220882581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.27582334103115,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.1258432283912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,74.8743277068401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.83237274149301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.027811909381575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.09401494845633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.146947465735653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.056125796049047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.588856863191874,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.588856863191874,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.656,Mm²,,,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.030365613957062,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003174575616726,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012607377870261,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017750982537344,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.02557384901994,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.004791764937122,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,26.4647291448478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,148.933937865381,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.57502625253251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.2224041186652,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.5522539034601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.90952782768446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018866829860736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.068735516560919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.131764528276362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.04103427856067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.41660584258996,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.41660584258996,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.26,Mm²,,,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.039207565403852,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.007637038213363,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016965726582083,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02223725478827,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.03379890009865,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005408665305202,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,1.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.8361750670327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,158.90202897338,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.07247353227687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.8395851474719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,66.7388521688195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.25682194421348,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.040952160507162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.252651319459574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.179132921404746,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.150829805901532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.47499186746416,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.47499186746416,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.465,Mm²,,,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.023014578992784,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002560720091503,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009627076770008,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013382816556989,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.019487304237336,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003527274755448,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,13.99,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,102.68,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.24722497602503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.1256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.50205847458653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.008662533548726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.033590966652596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.110757740859089,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020053404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.006,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.23805230133865,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.23805230133865,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.32,Mm²,,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015154416492387,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.006674441436849,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007401417014882,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007752999477505,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.013585934385425,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001568482106962,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,27.7363736374361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,190.922175815823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92997973963071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.0200220023594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.1873138426455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.04577852400855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.036728497070803,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.17730214723293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.152078759477434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.105847254272292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.193715455235925,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.193715455235925,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.22,Mm²,,,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002371179865732,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001044335897592,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001158084246424,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001213095619309,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.002125762749629,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000245417116103,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,28.0252941961594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,177.557623508715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92997973963071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.6556472315506,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,74.5742018736603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.04577852400855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.005802799527188,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027481832821104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.106339950689416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016406324412205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.07029382796924,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.07029382796924,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.09,Mm²,,,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000860433718946,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000378959788407,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000420235828333,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000440197890613,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.000771378829035,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,8.90548899108744E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,28.4586750342443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,179.333199743802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92997973963071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.6090850753374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,75.319943892397,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.04577852400855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002136134870891,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011354993651993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.098544837859227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006778794950316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.231691340548752,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.231691340548752,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.26,Mm²,,,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002836024833974,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001249067008111,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001385114528913,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001450910305061,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.002542496263658,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000293528570316,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,28.8920558723292,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,164.985883626605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92997973963071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,63.5625229191243,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,69.2940711231743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.04577852400855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.007141198749376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030178929043842,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.109200875312486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018016458492025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.250679283205165,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.250679283205165,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.28,Mm²,,,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003068447318095,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00135143256337,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001498629670158,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001569817647937,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.002750863020672,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000317584297423,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,27.3658755091909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,138.588142246349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92997973963071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,60.20492612022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,58.2070197434664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.04577852400855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.007343863994657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027300323504276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.109604962019232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016297965528171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.981715075477072,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.981715075477072,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.05,Mm²,,,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012016712956753,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00529250644085,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005868962608078,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006147750348675,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.010772983165729,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001243729791024,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,1.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.8396951460526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,126.115209444177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92997973963071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.8473293213157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,52.9683879665544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.04577852400855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.027261908476372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.093162353958341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.171816251813452,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.055616807364882,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.336125025159024,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.336125025159024,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.37,Mm²,,,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00411434849664,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001812077562036,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002009447805759,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002104900690881,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.003688513427237,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000425835069402,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,15.479343816775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,135.58710452005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.92997973963071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,34.054556396905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,56.9465838984211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.04577852400855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.005851709318398,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035294237141142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.106134225983541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021070236042416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.497522537738536,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.497522537738536,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.54,Mm²,,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006089939611668,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.004425945037897,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002710023127192,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003379916484476,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.005633194140793,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000456745470875,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.9688596311289,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,190.922175815823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.53829618932296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.1314911884835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.1873138426455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.75059396068234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014680475045238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.072532696595289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.030290209506227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.043301149475029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.07029382796924,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.07029382796924,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.09,Mm²,,,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000860433718946,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000625331709613,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000382893004931,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000477540714015,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000795901190025,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,6.45325289209235E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,26.1897988819173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,192.831397573981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.53829618932296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.617557540218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.989186981072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.75059396068234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002089701600791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01220967059354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004313802284395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007289026828296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.04181191398462,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.04181191398462,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000511799992764,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000371957487728,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00022775099678,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000284048995984,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000473414993307,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.8384999457312E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,26.5212077580999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,194.759711549721,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.53829618932296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.3466570678197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,81.7990788508827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.75059396068234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00125684539347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004110589099825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002596404918685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002453972365526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.117763684610272,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.117763684610272,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.14,Mm²,,,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001441489929248,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001047622079423,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000641463018515,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000800026910733,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001333378184555,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000108111744694,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,26.8526166342825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,225.921265397676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.53829618932296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,59.0757565954214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,94.886931467024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.75059396068234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003578945872777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022251988993721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.007398662532103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013284170405383,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.051305885312826,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.051305885312826,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.07,Mm²,,,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000628011234825,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00045641556169,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000279464999497,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000348546235328,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000580910392213,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,4.71008426118492E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,26.2407848628684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,262.068667861304,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.53829618932296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.7297266983106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,110.068840501748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.75059396068234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001527842117185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012906153616358,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003154302280726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007704818835122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.313088853128264,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.313088853128264,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.43,Mm²,,,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003832373538904,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002785228709884,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001705406224812,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002126967314092,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.003544945523486,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000287428015418,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,1.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.6289530914544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,264.689354539917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.53829618932296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.3836968011997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,111.169528906765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.75059396068234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.009131940626225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.080073464508347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.018827376128319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.047802897429909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.032317942656413,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.032317942656413,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.02,Mm²,,,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000395588750704,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000287499413766,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000176036994063,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000219551756641,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000365919594401,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.96691563027748E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,20.2244391106305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,190.922175815823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.53829618932296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,44.493766043387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.1873138426455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.75059396068234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000767962716783,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002686396170196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001559158460107,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001603746276853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.896269333523213,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.896269333523213,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.96,Mm²,,,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0007463074951,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.0007463074951,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000566298127282,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000622420450914,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000123887044187,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,18.5588970662256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,190.922175815823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.34529821535989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,40.8295735456963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.1873138426455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54601610828148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.019632058506389,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.128947016169403,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03977248016387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.07697982128894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.136751627266686,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.136751627266686,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.16,Mm²,,,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000113870641981,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000113870641981,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.64050431352648E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,9.49681154122442E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.89025265688639E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,18.8988036059001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,208.105171639247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.34529821535989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.5773679329802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,87.4041720884837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54601610828148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003041917121143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023425374604108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006170696195422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013984667534157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.032317942656413,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.032317942656413,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.02,Mm²,,,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.69105746772412E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,2.69105746772412E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.04197440650906E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,2.24434192808192E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,4.46715539642204E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,19.2387101455745,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,210.192371696894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.34529821535989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,42.325162320264,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,88.2807961126956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54601610828148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000729868687161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002957540054832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001482462114036,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001765615922254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.05333,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.05333,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.06,Mm²,,,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,4.44069402187792E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,4.44069402187792E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.36959862380096E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,3.70353881424618E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,7.37155207631734E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,19.9185232249234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,125.183463922629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.34529821535989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,43.8207510948316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,52.5770548475041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54601610828148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00124065959741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005284232331052,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002526069694942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00315462329085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.036115531187696,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.036115531187696,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.054,Mm²,,,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,3.00727589428363E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,3.00727589428363E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.28192094858242E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,2.50806809583255E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,4.99207798451083E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,19.3406821074769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.1745561483634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.34529821535989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,42.5495006364491,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.8733135823126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54601610828148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000819316229873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001526260047848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001664764072607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000911158933445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.022823971328207,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.022823971328207,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.04,Mm²,,,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.90051140132533E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.90051140132533E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.44210805132566E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.58502650870533E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.15484892620005E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,1.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,18.7628409900303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.7989940091342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.34529821535989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.2782501780666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.2355774838364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54601610828148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000504595535344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001288841818183,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001023067768528,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000769423099353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.02333,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.02333,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.02,Mm²,,,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.94264750666439E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.94264750666439E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.47408092805694E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.6201680205581E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.22479486106288E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,6.41743546905383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,158.611024535806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.34529821535989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,14.1183580319184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,66.6166303050385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54601610828148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000227764576857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002231757767494,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.000412109848691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001332332606101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.0004,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.269667225861578,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.269667225861578,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.3,Mm²,,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000201630759789,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000201630759789,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000105694844281,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.59359155073733E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000168160053664,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,3.34707061248927E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,21.7540185391655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,190.922175815823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5523249417712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,47.8588407861642,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.1873138426455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,34.5054644382775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01464464099319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.040295942552939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.022210953699892,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024056194152794,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.032317942656413,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.032317942656413,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.05,Mm²,,,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.41641946357952E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,2.41641946357952E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.26668708280838E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.14973238077113E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,2.01529383262532E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,4.011256309542E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,22.1958970407423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,177.557623508715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5523249417712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,48.8309734896331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,74.5742018736603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,34.5054644382775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001769349898571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006245871095705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002693262222144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003728710093683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.032317942656413,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.032317942656413,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.02,Mm²,,,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.41641946357952E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,2.41641946357952E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.26668708280838E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.14973238077113E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,2.01529383262532E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,4.011256309542E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,22.6377755423191,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,179.337406503608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5523249417712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,49.8031061931021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,75.3217107315155,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,34.5054644382775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001783630502647,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002523391114445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002724679551109,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00150643421463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.131691340548752,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.131691340548752,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.84658961339342E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,9.84658961339342E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.16158227534083E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.68500733805259E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,8.21205573757011E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.63453387582331E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,23.5215325454727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,158.708103608255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5523249417712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,51.74737160004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,66.657403515467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,34.5054644382775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.007384441462235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003349685597473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.011358751604018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001999722105464,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.022823971328207,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.022823971328207,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.01,Mm²,,,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.70655320296865E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.70655320296865E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.94575188996168E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.11978013972485E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,1.42326537127586E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.83287831692797E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,23.5215325454727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,138.078800712901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5523249417712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,51.74737160004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.9930962994184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,34.5054644382775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001279828115551,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000971428174426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001968632256715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000579930962994,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.022823971328207,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.022823971328207,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.04,Mm²,,,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.70655320296865E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.70655320296865E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.94575188996168E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.11978013972485E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.42326537127586E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.83287831692797E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,1.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,23.997401701017,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,156.029044805578,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5523249417712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,52.7942837422374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,65.5321988183428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,34.5054644382775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001290689339513,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004390855348405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001992526949432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002621287952734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.02333,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.02333,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.02,Mm²,,,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.74438907465921E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.74438907465921E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.14408752936359E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.29980321722853E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.45482048826578E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.89568586393429E-06,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,20.9790316287078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,147.592549812876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,32.5523249417712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,46.1538695831571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,61.9888709214079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,34.5054644382775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001248886548789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002076720835977,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00188178226272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001239777418428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.801329620241147,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.801329620241147,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.86,Mm²,,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007489448321632,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.007489448321632,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003582203132237,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003907245189396,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.006246199900241,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001243248421391,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,22.9776820819936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,190.922175815823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.10591490644896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,50.5509005803859,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.1873138426455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.5922698008359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.024908206970478,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.115515035318424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.047393174261442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.068961089904675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.117763684610272,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.117763684610272,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.14,Mm²,,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001100651976135,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001100651976135,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000526441840185,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000574210135949,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000917943748096,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000182708228038,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,23.3175886216681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,185.194510541348,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.10591490644896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,51.2986949676697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,77.7816944273662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.5922698008359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003700547558835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01824062999563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.007052980686003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010889437219831,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.022823971328207,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.022823971328207,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.04,Mm²,,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000213319150371,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000213319150371,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000102030549622,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000111288600749,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000177908171409,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.54109789615996E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,23.6574951613425,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,186.116761729611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.10591490644896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,52.0464893549536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,78.1690399264366,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.5922698008359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000724967160673,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005237561889112,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00138401730035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003126761597057,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.222197369220545,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.222197369220545,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.25,Mm²,,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002076718084475,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002076718084475,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000993294259804,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00108342382467,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001731982882452,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000344735202023,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,24.3373082406914,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,187.039012917874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.10591490644896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.5420781295212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,78.556385425507,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.5922698008359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00720879883233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.03289697005028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013806088648359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019639096356377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.203209426564132,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.203209426564132,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.23,Mm²,,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001899251519322,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001899251519322,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000908412001692,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00099083951763,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001583975767114,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000315275752207,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,24.3373082406914,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,144.020039946763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.10591490644896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.5420781295212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,60.4884167776404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.5922698008359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006592768771623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023304213583619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.012626285212864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013912335858857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.05333,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.05333,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.66,Mm²,,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000498436933945,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000498436933945,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000238402385506,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000260034548439,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00041569640291,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.2740531034942E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,1.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,22.5697942343842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,162.742645139842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.10591490644896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,49.6535473156454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,68.3519109587336,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.5922698008359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001635935568481,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.075566445611577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003106249426822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.045112261232764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.04181191398462,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.04181191398462,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000390785715524,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000390785715524,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000186912807735,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000203872907789,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000325915286747,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,6.48704287769503E-05,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,12.1142690739978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,150.068066160318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,8.10591490644896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,26.6513919627952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,63.0285877873337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.5922698008359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000845444593344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003167329382869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001473604954164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00189085763362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.098775741953859,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.098775741953859,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.12,Mm²,,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.098775741953859,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.098775741953859,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039510296781544,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.059265445172316,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.082378968789519,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.016396773164341,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,50.3061678718203,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,190.922175815823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.31028808517524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,110.673569318005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,80.1873138426455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.56890537028576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.005394780960043,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016118377021176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.011383160941935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009622477661117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.032317942656413,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.032317942656413,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.02,Mm²,,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.032317942656413,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.032317942656413,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012927177062565,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019390765593848,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.026953164175449,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.005364778480965,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,50.6630697384785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,198.081757408916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.31028808517524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,111.458753424653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,83.1943381117448,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.56890537028576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001776625825775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002787136026578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003749775223493,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001663886762235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.020925177062565,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.020925177062565,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.008,Mm²,,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.020925177062565,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.020925177062565,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008370070825026,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012555106237539,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.01745159767018,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.003473579392386,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,51.0199716051367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,205.241339002009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.31028808517524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,112.243937531301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,86.201362380844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.56890537028576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001157795480938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001155150353184,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002444329420897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000689610899047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.022444212475078,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.022444212475078,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0096,Mm²,,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.022444212475078,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.022444212475078,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008977684990031,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013466527485047,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.018718473204215,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.003725739270863,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.7337753384531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,219.560502188196,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.31028808517524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.814305744597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,92.2154109190424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.56890537028576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001257864867447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001482890685948,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002657017943744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000885267944823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.024722765593848,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.024722765593848,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.012,Mm²,,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.024722765593848,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.024722765593848,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009889106237539,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014833659356309,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.020618786505269,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.004103979088579,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,48.4026912496433,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,228.342922275724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.31028808517524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.485920749215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,95.9040273558041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.56890537028576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001303210631848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001927757891733,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002745582434218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00115084832827,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.022823971328207,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.022823971328207,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.04,Mm²,,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.022823971328207,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.022823971328207,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009129588531283,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013694382796924,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.019035192087724,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003788779240482,1e6 dimensionless,Own calculations,,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,1.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.0716071608336,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,225.003402183488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.31028808517524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.157535753834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,94.5014289170649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.56890537028576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001127090961227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00633188130529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002367449318194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Cyprus,cy,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003780057156683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,321.3,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.76,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.76,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.75564,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.79016,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.2142,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,3.18448669201521,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,57.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,53.407828,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.63147,Mm²,,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.849481481481481,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.314093993152817,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.670240888888889,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.141013925925926,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.038226666666667,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.884669638474947,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.106076055138741,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.059512278057014,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.31227075340077,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.03274110568539,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.7901299267527,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.866236484129752,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.133763515870248,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.866236484129752,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.133763515870248,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,0.638733868154866,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,FLOOR,construction material,other,,0,0.361266131845134,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,171.836302006493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.2742168077886,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.6533227849164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,206.787805834614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.37454384637997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.1882399210615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.95352519020596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014065499687614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.4310412435861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002130923202674,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,67.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,61.60501,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.721773,Mm²,,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.993333333333334,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.367282913165266,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.78374,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.164893333333333,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0447,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.09218615140147,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.130889717368795,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.072861926960378,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.40748098434004,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.76782997762863,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.06217002237136,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,162.982432830755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.6061269924429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.9401934231344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.133059668531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.12132823935511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.661777283568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.9781743733842,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038691455097717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.7363512690737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005861755447304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,65.43,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,60.237406,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.706707,Mm²,,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.969333333333333,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.358408963585434,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.764804,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.160909333333333,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.04362,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.03531629655683,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.124090124902357,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.069208676583956,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.30794131132508,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.68562585969739,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.759847164909063,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.00162769371848,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.680421824850986,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.319578175149014,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.680421824850986,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,other,,0,0.319578175149014,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,154.550436225971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.7038269843941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.8093629271113,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,185.985994954334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.3486297881357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.4458153837826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.2145939907418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02028519545666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.802803588939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003073207111684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,41.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,39.689578,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.480345,Mm²,,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.608740740740741,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.225080610021786,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.480296444444444,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.101050962962963,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.027393333333333,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.613463121664328,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.073300880267974,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.038987287849615,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.925152105135069,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.12850571915308,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.339822341202239,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.880060842054028,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.612801168167437,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.387198831832563,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.612801168167437,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,other,,0,0.387198831832563,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,121.809424441084,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.5293312054359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.0483287536409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.585461372401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.23119367762354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8402762736351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.38880048097663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016585991597875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.83860205488956,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002512777727078,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,28.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,28.731862,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.359631,Mm²,,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.416444444444444,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.153979458450047,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.328574666666667,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.069129777777778,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01874,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.378473823079208,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.044955918345535,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.021678361006298,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.375439345428673,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.86024190679473,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.295834222696549,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.512394165777303,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.434009249377446,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.565990750622554,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,0.434009249377446,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,0.565990750622554,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.488082532906439,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.511917467093561,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.488082532906439,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.488082532906439,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.511917467093561,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.511917467093561,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.205125475519,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.9277350000704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.6801646562471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.28204799724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.92805185251067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.883247798067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.06024140134241,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00932441726581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.16038860773774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00141264921577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,37.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,36.329662,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.443331,Mm²,,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.549777777777778,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.203279178338002,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.433774666666667,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.091263111111111,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02474,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.538349707439468,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.064225863238082,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.033324065343062,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.342570735650768,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.50056588520614,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.305599568849367,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.41069523039612,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.571274589059553,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.428725410940447,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.571274589059553,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.25141471301536,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.74858528698464,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.25141471301536,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.25141471301536,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.74858528698464,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.74858528698464,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.592622389018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.4937150765951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.1950802610376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.866761782945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.92279783410416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0825189868948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.29960404757378,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014405471198622,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.50350919221257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002182428886591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,25.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,26.249914,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.341589,Mm²,,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.372888888888889,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.137874883286648,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.294209333333333,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.061899555555556,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01678,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.32808918751992,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.038930831786171,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018433760755005,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.315160905840286,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.33554231227652,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,0.407628128724672,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.592371871275328,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,0.407628128724672,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,91.1325679428984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.5372338988245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.7733933619526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.668932262484,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.26289093567192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0371404225752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.72513838202059,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007356882190266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.00415486479825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001114567651825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.13,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,1.55,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.68057,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.35358,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.09585,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.79,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,41.43,Mm²,T. Csoknyai et al. Building stock characteristics and energy performance of residentialbuildings in Eastern-European countries. 2016,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,36.642306,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.434403,Mm²,,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.837952804232804,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.661144762539683,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.139100165502646,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.037707876190476,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.704195079613483,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.084633233227513,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.049124491391808,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.2775,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,0.9725,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,2.155,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,190.274947614452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.5572338988245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.67,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,228.976871959232,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.41742093567191,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.565069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.51716095462272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009798930077351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.32511141792298,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001484537906719,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,43.14,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,38.085888,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.450306,Mm²,,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.975470066014113,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.31,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.769645882085136,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.161928030958343,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.043896152970635,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.819761229185569,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.098522476667426,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.057186360161118,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.395,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,186.273077252932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.5356379672964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.68,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,224.161021166178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.50464915204541,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.581576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.66323075767052,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022306194990501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.5115407347407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003379388541061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,44.52,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,39.250884,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.46314,Mm²,,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.945960543621218,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.33,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.746362868917141,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.157029450241122,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.042568224462955,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.794962146986846,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.095542014905743,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.05545638172863,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.415,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.015,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,171.671206891412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.7306700210319,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.68,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,206.589130373125,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.35269650818634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.581576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.3259802278348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013306322513541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.1141377554564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002015907860801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,25.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,22.924056,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.283278,Mm²,,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.47676802027533,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.19,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.376169967997235,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.079143491365705,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02145456091239,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.400664204832319,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.048153570047808,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.027950245395202,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.805,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,141.76729662103,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.9021906248177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.68,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.602764753748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.13618187965988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.581576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.57304384670911,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009603744755817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.47951141664974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001454967330506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,12.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,11.96634,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.162564,Mm²,,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.196011659807956,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.154653199588477,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.032537935528121,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008820524691358,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.164723413641428,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.019797177640604,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011491068525925,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.485,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,177.823528199107,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.0705553436205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.68,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,213.992833834806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.64668913455851,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.581576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.27349279843011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00391300575888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.83620623443079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00059282037247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,21.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,19.56414,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.246264,Mm²,,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.381765112639662,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.301212673872693,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.063373008698184,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.017179430068785,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.320826080575115,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.038558276376606,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.022380755687941,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,115.475607172057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.8103108398343,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.68,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.963345670854,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.6677620922349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.581576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.52789694529913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007587470388661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.19742776077298,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001149501763882,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,10.26,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,10.328592,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.144522,Mm²,,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.158027261462206,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.12468350929368,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026232525402726,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007111226765799,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.132802252590304,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.015960753407683,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.009264255464219,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,110.527359471498,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.5372338988245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.68,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.008624388001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.26289093567192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.581576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.26064880081844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003112604117526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.07547878354491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000471559523805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.62297632626085,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.334411523981012,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.28052832141981,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.2694140701593,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.073033934681738,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.39448669201521,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.570000000000002,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.148294,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.005301,Mm²,,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.011528677248677,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009096126349206,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00191376042328,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00051879047619,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.009905620149653,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001164396402116,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000458660696908,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.344,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,0.91,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,123.821651627001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.5372338988245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.006975567933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.26289093567192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.254517244273428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000114168876898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.336307349395382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.72965848499968E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.790000000000004,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.334018,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.007347,Mm²,,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.01786326731922,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.016,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014094117914865,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002965302374991,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000803847029365,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.015348399203057,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.001804189999241,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000710678116922,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,120.959915040178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.9503719336734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.56316175935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.23398134795152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.274621613859984,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000447802382597,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.362194900527917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.78420609634001E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.59572,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.01023,Mm²,,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.023372789712115,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018441131082859,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003879883092211,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001051775537045,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.020082267178785,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002360651760924,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000929870772406,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.098178453354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.6466748088265,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.119347950766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.33997123353722,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.304185113098373,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000293055483294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.400158548962954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.43979057190858E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,6.97,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,7.551174,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.064821,Mm²,,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.131972720465411,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.104126476447209,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021907471597258,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005938772420944,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.113393029473235,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.013329244767007,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005250446225169,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.223049740202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.5218767629449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.574418057359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.38156432958615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.779970952839217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002302563573651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.01791696838016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000348838381408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,13.72,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,13.249524,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.127596,Mm²,,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.220432784636488,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.064,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.173921467078189,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036591842249657,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009919475308642,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.189399302802913,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.022263711248285,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00876977058529,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.1570731041945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.3518451074675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.495021773588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.14380453378133,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.40941325287969,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003489986028332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.82736138321023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000528732883292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,9.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,9.543486,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.086769,Mm²,,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.168012665138115,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.039,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.132561992793973,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.027890102412927,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007560569931215,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.144359114692012,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.01696927917895,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006684271267154,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.091096468187,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.7368432864838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.415625489816,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.26263175790229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.999088968766636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003014081155125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.29977508212038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000456633295001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,13.95,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,13.44369,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.139035,Mm²,,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.214861627426683,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.073,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.169525824039653,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03566703015283,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009668773234201,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.184612477226661,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.021701024370095,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008548125829928,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,77.7864538527957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.5372338988245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,93.6082185664544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.26289093567192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.26457112185255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002994429315123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.65482931335753,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000453656041241,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,76.94,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.00702367373915,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.855513307984791,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,15.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,14.617128,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.191766,Mm²,,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.20077649018922,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.158412650759295,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.033328897371411,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009034942058515,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.17056893871181,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.020278425509111,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.009929125968299,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.405,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,123.821651627001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.5372338988245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.006975567933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.26289093567192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.05267842647734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004130109195842,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.61394034534837,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00062571154317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,23.12,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,21.185004,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.26412,Mm²,,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.302604462397313,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.23875492083148,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.050232340757954,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.013617200807879,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.257076523012846,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.030563050702129,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014964888682338,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,120.959915040178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,60.9503719336734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.56316175935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.23398134795152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.93922205810924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016098212235122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.74071128150302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002438879153621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,19.81,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,18.390702,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.233337,Mm²,,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.259281764709808,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.204573312356039,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043040772941828,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011667679411941,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.220271882391197,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.026187458235691,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.01282242408292,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,118.098178453354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.6466748088265,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.119347950766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.33997123353722,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.49161611367591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006684329159867,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.17657599853755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00101267586772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.94,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,9.214248,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.132246,Mm²,,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.117010549041175,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.092321323193487,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019423751140835,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005265474706853,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.099405887358774,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.011818065453159,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005786596229243,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.223049740202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.5218767629449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.574418057359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.38156432958615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.963929978669365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004697626114392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.25446183715955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00071169035633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.19,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.515898,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.069471,Mm²,,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.028663657986597,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022615626151425,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004758167225775,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001289864609397,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.024351106634867,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.002895029456646,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001417521895083,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.1570731041945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.3518451074675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.495021773588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.14380453378133,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.333381552484089,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001900160031461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.44368631012682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000287874244766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.58,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.221936,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.110298,Mm²,,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.086121858242834,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.067950146153596,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01429622846831,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003875483620928,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.073164512172341,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.008698307682526,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004259038387966,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.091096468187,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,34.7368432864838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.415625489816,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.26263175790229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.742599710452334,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003831404340813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.969941499014016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000580457757633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.96,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.477532,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.058032,Mm²,,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.012564891172207,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009913699134871,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002085771934586,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000565420102749,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.010674457702956,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001269054008393,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000621379460858,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,77.7864538527957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.5372338988245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.2139175667571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,93.6082185664544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.26289093567192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4150137274459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.187943789450911,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001249848757617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.259195770139733,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000189352086779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.126,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,25.2034403922711,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,25.2034403922711,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,11.076639,Mm²,,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.215717737336746,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.037671680149364,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.103089511885368,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.111735817330804,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.194868318915561,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.020849418421185,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,208.607211523839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.76169977165301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,335.857610553382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.71403972598362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.37763063739972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.546409666711428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.75878072750565,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.198563866684571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,9.08537067676473,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,9.08537067676473,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,4.358619,Mm²,,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.07405432049931,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.013579938803849,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.035250816833538,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.038344042098803,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.067116784873385,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.006937535625925,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.90819582357449E-17,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,182.63829064413,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.6581865138269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.7188777907306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,294.04764793705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6632746055308,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.66265334887672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.70220932417976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.22515835324471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.72297918282748,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.090063341297884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.01682033207107,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.01682033207107,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.715928,Mm²,,,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.024036649387745,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00450925305629,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011450740768643,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012449644656663,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.021753195494239,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002283453893506,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.057212505458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.7177219317331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62887290855127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,281.842112133787,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6870887726932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.75464749026153,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.545097456199313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.088743887158875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.870644572203658,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03549755486355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,14.5765659384406,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,14.5765659384406,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,6.653268,Mm²,,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.13861086203555,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.021787649668552,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.067986932988235,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.070115262032547,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.12401923787945,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.0145916241561,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.38777878078145E-17,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,176.92703149223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.2589225597175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.02096880596495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,284.85252070249,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.103569023887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.22516256715794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.66675358965249,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.301119741181047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.25748960932699,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.120447896472419,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,16.261695562676,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,16.261695562676,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,7.345305,Mm²,,,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.1045825761564,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.02430641945658,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.050906435197679,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.052689487983047,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.094264131684248,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.010318444472151,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.019737646084,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.0290805541089,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.20081031406813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.281777610195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.2116322216436,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.24097237688175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.11760690693284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.352788245539499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.37467178261917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.1411152982158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,12.9604041751626,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,12.9604041751626,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.969325,Mm²,,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.115834679587164,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.019371966409908,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.055339492428953,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.060421694989219,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.104378765992895,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.011455913594269,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.56125112837913E-17,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.301221134306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.4132789755762,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.98554041133258,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,213.004966026233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7653115902305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.7826484935991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.76633151335549,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.294963921520881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.82261550852153,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.117985568608353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,3.19333649868919,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.19333649868919,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.796868,Mm²,,,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.028514040366031,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004773092455457,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013625575287765,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014843794401757,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.025696963715891,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00281707665014,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.451561378008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.3029630146698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.65,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,206.807013818593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.5211852058679,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.18,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.434618083476981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.074215972546244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.6897192144698,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.029686389018498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,9.22209652393436,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,9.22209652393436,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,3.957966,Mm²,,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.136623652206435,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.012831209950361,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.066726991737623,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.069896660468812,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.122483104203069,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.014140548003366,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,226.061206525315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67671260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,363.958542505757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.4120551317044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.11866526547143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.195246128623959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.54714920799205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.058098451449584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.68748151276823,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.68748151276823,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.234335,Mm²,,,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0398145409299,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003673416593432,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019445421790163,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020369119139737,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.035693735943655,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.004120804986245,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,224.755572494228,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.8768214836313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67671260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,361.856471715707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.3507285934525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.4120551317044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.613907543136353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.056627366445998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.984339894611273,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022650946578399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.871771249635887,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.871771249635887,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.477546,Mm²,,,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012915129624235,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001188955767176,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006307749308477,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006607380315759,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.011578413708127,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001336715916108,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,214.147295991648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.3363330259626,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67671260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,344.777146546553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.534533210385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.4120551317044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.189892708179142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022127730491216,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.304413106706412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008851092196487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.56183824643169,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.56183824643169,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.68277,Mm²,,,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.126842048095284,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.012246185312192,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.061949656289737,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.064892391805548,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.113713896117422,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.013128151977862,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,203.539019489068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,42.6298318352464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67671260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,327.697821377399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.0519327340986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.4120551317044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.77414758034603,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.156995865787891,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.84347104271334,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.062798346315156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.77506283134285,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.77506283134285,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.10444,Mm²,,,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.07074167157545,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.006522352530078,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.03455023239745,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036191439178,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.063419908567391,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.007321763008059,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,169.848998508346,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.9233306445303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67671260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,273.456887598436,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.5693322578121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.4120551317044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.828596173442372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.081911813941575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.32684166041523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03276472557663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.79457928925138,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.79457928925138,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.529375,Mm²,,,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.085845619100021,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.008171069397749,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04192700036845,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043918618731571,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.076960597523168,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.008885021576852,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,167.832260228185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.4202308865226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67671260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,270.209938967377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.168092354609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.4120551317044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.993822341927495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.089591046498598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.59131891937945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035836418599439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.34754559665987,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.34754559665987,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.679896,Mm²,,,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.019963638469035,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001893422392985,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009750241028277,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010213397440758,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.01789740188749,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002066236581545,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,153.377026312581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,34.6255462191968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.67671260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,246.937012363255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8502184876787,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.4120551317044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.211637074323761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023541770372247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.338704329127397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009416708148899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.51290145645208,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.51290145645208,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.995171,Mm²,,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.066857799354846,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.011051795974979,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029751720712906,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.037106078641939,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.061843464403232,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.005014334951613,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,245.72731911856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.32697456970955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,395.620983780881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.19236948365146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.12847038617789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.098421616985288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.80883116571295,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.039368646794115,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.99809419361103,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.99809419361103,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.946998,Mm²,,,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.029601395460904,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.004971611183869,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013172620980102,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.016428774480802,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.027381290801336,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002220104659568,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,238.278210673341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.6623944672464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.32697456970955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,383.62791918408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.6649577868986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.19236948365146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.484748011974068,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.058394164235693,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.776899561145158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023357665694277,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.629029235848141,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.629029235848141,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.376371,Mm²,,,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009318951642195,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001559213338502,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004146933480777,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005172018161418,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00862003026903,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000698921373165,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,225.629880997188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.2773290312485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.32697456970955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,363.264108405473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.9109316124994,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.19236948365146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.144649585135287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02343938060482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.231769896729893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009375752241928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.221222652684727,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.221222652684727,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.206397,Mm²,,,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003277372632366,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,3.72527398086141E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001458430821403,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001818941810963,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.003031569684939,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000245802947427,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,212.981551321035,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,67.2610020087383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.32697456970955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,342.900297626866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.9044008034953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.19236948365146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048073568548558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013882469031598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.07700598319829,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005552987612639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.66796505485969,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.66796505485969,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.8094,Mm²,,,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.024710593405329,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003822045899791,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010996214065371,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013714379339958,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.022857298899929,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.0018532945054,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,188.034615369912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.2446749862281,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.32697456970955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,302.735730745558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8978699944912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.19236948365146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.320852409916538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.058474839933853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.513613310591653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023389935973541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.76506186037479,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.76506186037479,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.84987,Mm²,,,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.026149064598145,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00371506661275,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011636333746175,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014512730851971,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.024187884753284,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001961179844861,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,200.274934411351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.9671217360904,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.32697456970955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,322.442644402274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.1868486944361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.19236948365146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.361135026102343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.062012567749851,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.578296067133413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024805027099941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.483384027575493,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.483384027575493,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.315666,Mm²,,,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00716124485297,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00116510350013,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003186753959572,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003974490893399,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.006624151488998,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000537093363973,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,182.380753717438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.32697456970955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,293.633013485075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.19236948365146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.090251533678912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015571777129518,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.144447417161212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006228710851807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.017,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.2313207204583,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.2313207204583,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.877808,Mm²,,,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003699867829908,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003699867829908,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002807459709334,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003422377742665,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000277490087243,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,230.817444781417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.12199430979044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,371.616086098081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.74639317174852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.989872795959017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.092632110103801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.58827903621703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03705284404152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.69709409651422,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.69709409651422,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.821541,Mm²,,,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001904898702192,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001904898702192,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001445437135223,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001762031299528,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000142867402664,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.02806284593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.7696079754389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.12199430979044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.365181181947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.5078431901755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.74639317174852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.195420482212248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.04417393750575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.312454665935596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0176695750023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.512513069230022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.512513069230022,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.327807,Mm²,,,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000564941801156,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000564941801156,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000428677838717,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000522571166069,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,4.23706350866671E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,106.432488426987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.3102097899462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.12199430979044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.356306367449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.7240839159785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.74639317174852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.056148104195333,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017803266940613,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.089742421971296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007121306776245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.00780387416254,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.00780387416254,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.951045,Mm²,,,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002108901387925,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002108901387925,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001600234373158,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001950733783831,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000158167604094,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.836914008043,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,46.9445100672834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.12199430979044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.34743155295,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.7778040269133,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.74639317174852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.208729098874255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.04464634157694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.333483824756723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017858536630776,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.55164308185261,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.55164308185261,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.594518,Mm²,,,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004090601060006,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.004090601060006,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003103948084332,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.003783805980505,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.0003067950795,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,83.8170418170903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.5788103446205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.12199430979044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.945437325515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.8315241378482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.74639317174852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.30877642620297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.063109125513084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.492583880295082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.025243650205234,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.599900194193611,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.599900194193611,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.36423,Mm²,,,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000304693901293,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000304693901293,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000231201732301,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000281841858696,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.28520425969777E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.4054461287176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.1198437928674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.12199430979044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.622768267235,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.047937517147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.74639317174852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048308427156975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016434000704676,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.077008684875717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00657360028187,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.230932333236237,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.230932333236237,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.210444,Mm²,,,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000185201809742,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000185201809742,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000140531133232,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000171311674011,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.38901357306124E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,72.6492078726156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,40.9843750623397,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.12199430979044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,116.965224674911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.3937500249359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.74639317174852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017498020512098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008624915825619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.02787621555805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003449966330248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.013,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.21161006893873,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.21161006893873,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.619191,Mm²,,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002037192384312,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002037192384312,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001067896247856,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000969296136455,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001699018448516,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000338173935796,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,114.242977720095,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9900615383897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,183.931194129353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7880738460676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.167484542225583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030544639754055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.257732806936296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012217855901622,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.405706583163414,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.405706583163414,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.28329,Mm²,,,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000314149739962,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000314149739962,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000164677293688,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000149472446274,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000262000883128,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,5.21488568336093E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,228.719104374313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.8768214836313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9900615383897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,368.237758042644,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.3507285934525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7880738460676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.102525772236519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012996444758098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.161075993683181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005198577903239,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.269771055442276,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.269771055442276,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.113316,Mm²,,,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000437633939015,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000437633939015,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000229407710832,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000208226228183,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000364986705138,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,7.26472338764831E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,225.047008661881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.3355896984676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9900615383897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,362.325683945629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5342358793871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7880738460676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.067182993272179,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005250563682272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.105511171237461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002100225472909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.69709409651422,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.69709409651422,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.821541,Mm²,,,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003086018318051,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003086018318051,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001617690802322,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001468327515729,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002573739277254,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000512279040796,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,221.37491294945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.0069968831439,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9900615383897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,356.413609848614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.4027987532575,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7880738460676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.416407449694675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.033688929226375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.653723503365582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01347557169055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.26015847169628,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.26015847169628,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.639426,Mm²,,,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001880199817506,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001880199817506,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000985600744337,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00089459907317,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.0015680866478,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000312113169706,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,190.599253645261,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.6784040678201,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9900615383897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,306.86479836887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.271361627128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7880738460676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.27041654346418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02281369919947,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.422975810470843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009125479679788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.153254888824158,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.153254888824158,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.178068,Mm²,,,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0005242,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0004758,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000834,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000166,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,186.169423896931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.4257681689414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9900615383897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,299.732772474058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5703072675766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7880738460676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.032207968575732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006486263686307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.050347425779209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002594505474523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.269771055442276,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.269771055442276,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.113316,Mm²,,,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000424283665417,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000424283665417,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000222409497412,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000201874168005,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000353852576958,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,7.04310884592428E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,177.018328232617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.1731322700627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.9900615383897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,284.999508454513,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.8692529080251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7880738460676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.054226245461277,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004212310656314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.084650807261908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001684924262526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.016,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.570771152539081,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.570771152539081,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.238773,Mm²,,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001733758022352,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001733758022352,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000829256462091,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000904501560261,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001445954190641,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.00028780383171,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,227.891425658178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50374070949631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,366.905195309666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.00448885139558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.134356770409806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011778651931302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.214558403679211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004711460772521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.230932333236237,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.230932333236237,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.097128,Mm²,,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000701473407665,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000701473407665,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000335514730886,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000365958676779,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000585028821993,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000116444585672,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,201.493137592141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.8500181065832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50374070949631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,324.403951523348,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.1400072426333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.00448885139557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048264136745287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004647576558656,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.076994789056394,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001859030623462,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.075577444412079,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.075577444412079,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.032376,Mm²,,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000229571869523,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000229571869523,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000109804225193,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00011976764433,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000191462939182,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.81089303408388E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.094849526105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.328518287649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50374070949631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,281.902707737029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3314073150596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.00448885139557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013800334803255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001564684108081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021986022479235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000625873643232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.1779,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.1779,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.08094,Mm²,,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000540383918851,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000540383918851,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000258465628387,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000281918290465,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000450680188322,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,8.97037305293127E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,167.167785765935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,42.7707386845694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50374070949631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,269.140135083156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.1082954738278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.00448885139557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.031074064559979,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003461863589129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.049481928597957,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001384745435652,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.0279,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.0279,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.008094,Mm²,,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,8.47482368518873E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,8.47482368518873E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.05350816862577E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.42131551656296E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,7.0680029534474E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.40682073174133E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,131.146275443987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.2129590814898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50374070949631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,211.145503464819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.8851836325959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.00448885139557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003868335450682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000301201690806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006142184785622,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000120480676322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.0279,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.0279,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.008094,Mm²,,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,8.47482368518873E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,8.47482368518873E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.05350816862577E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.42131551656296E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,7.0680029534474E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.40682073174133E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.317552090921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.0506437620834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50374070949631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.761258866382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.8202575048334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.00448885139557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003705714069132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00034035791061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.005880364361326,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000136143164244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.0579,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.0579,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.028329,Mm²,,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000175875373252,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000175875373252,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.41211910263197E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.17541822254464E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000146680061292,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.91953119597932E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.168996843334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.7746651455408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.50374070949631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.642084917768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.5098660582163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.00448885139557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.007218551504309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001098447488908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.011443736621235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000439378995563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,5.45474046994854,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.45474046994854,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.38773,Mm²,,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004765467538894,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.004765467538894,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001906187015558,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002859280523337,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003974399927438,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000791067611456,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,150.101283788158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.66971260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,241.663066898934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.40365513170441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.838780877155998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.117786519313023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.3422301069681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.047114607725209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.0660619574716,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.0660619574716,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.975327,Mm²,,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001717862258687,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.001717862258687,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000687144903475,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001030717355212,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001432697123745,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000285165134942,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,120.887722342591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.66971260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,194.629232971571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.40365513170441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.257343377875282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.048112798566845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.411214278395879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019245119426738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.65815827750267,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.65815827750267,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.388512,Mm²,,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000570420511621,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.000570420511621,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000228168204648,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000342252306972,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000475730706692,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,9.46898049290395E-05,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.889669265253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3299155737971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.66971260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.702367517058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7319662295188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.40365513170441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.073423730614117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019165264159407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.117221953079361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007666105663763,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.91070706864744,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.91070706864744,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.910575,Mm²,,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002756137683072,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.002756137683072,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001102455073229,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001653682609843,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002298618827682,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00045751885539,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.8916161879158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.7294029098667,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.66971260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.775502062544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.6917611639467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.40365513170441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.188321827628992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.051656376054652,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.300323326695098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020662550421861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.97896612292456,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.97896612292456,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.189427,Mm²,,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003074762061257,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.003074762061257,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001229904824503,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001844857236754,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002564351559089,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000510410502169,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,73.6750631827553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,57.863990968064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.66971260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.616851724236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.1455963872256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.40365513170441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.385097018456098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.126688984153235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.612514936060736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.050675593661294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,4.61970794251869,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.61970794251869,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.039688,Mm²,,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002450553750853,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.002450553750853,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000980221500341,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001470332250512,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002043761828212,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000406791922642,1e6 dimensionless,Own calculations,,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,67.1468930273213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.9985790262613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.66971260975367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.106497773987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.5994316105045,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.40365513170441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.327152035523809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.120338693656917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.519764046992416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Czech Republic,cz,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.048135477462767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,301.929291338583,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.98,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.3,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.88634,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.09068,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00298,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,2.28931034482759,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,62.3070866141732,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,61.0098755905512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.906147,Mm²,,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.614962255854867,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.268272125037358,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.389271107956131,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.225076185642881,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000614962255855,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.561912500083132,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.084027361748416,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.066156424171981,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.14686970807532,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.69122540966342,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.758965415560891,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.926407178061418,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,0.101857702514849,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,,insulation,0,0.033949172248199,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,cavity wall,,0,0.898142297485151,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,,insulation,0,0.291166434980412,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.315809427524327,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.684190572475673,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ROOF,construction material,,insulation,0,0.516969493238974,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.550928851257425,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,,insulation,0,0.033949172248199,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,0.449071148742576,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,195.800338221598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.2591750495464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.1617001643091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,236.193947996714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.69731279458436,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.0810940199513,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.2019710739142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017451643693621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.7859720201574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004256455896874,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,55.1496062992126,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,53.9948291338583,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.810018,Mm²,,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.544318923291734,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.237454563852099,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.344553878443667,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.199220725924775,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000544318923292,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.465933597459614,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.072264280330573,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.074211277553649,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.898379640205597,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.67079525985151,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.500681039406054,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.707815533980583,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.97310522558538,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,wood,,0,0.02688670759566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.02688670759566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.94621851798972,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,,insulation,0,0.746205625356939,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,other,,0,0.02688670759566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.97310522558538,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.02688670759566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.97310522558538,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.65316067961165,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.02688670759566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.08066818960594,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,wood,,0,0.63971329240434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,0.36018670759566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.36018670759566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.63971329240434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.45966590519703,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.284910277328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.2292796788667,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.435706679483,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,211.446187267541,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.9339213136756,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.3811859553698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.5914999579877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016386080666916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.6513143464648,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003996565074661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,60.5511811023622,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,59.2889125984252,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.877932,Mm²,,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.597631713322877,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.260711821248235,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.378300874533381,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.218733207076173,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000597631713323,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.512693978044391,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.078839601850961,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.076598639180586,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.3951755526658,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.49471391417425,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.404102730819246,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.331847204161248,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.680884265279584,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.281079323797139,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,wood,,0,0.038036410923277,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.562158647594278,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.562158647594278,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.399804941482445,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.437841352405722,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,other,,0,0.038036410923277,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.923927178153446,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.076072821846554,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.923927178153446,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.923927178153446,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.076072821846554,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.076072821846554,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.076072821846554,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,133.941554206747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,10.9478010656002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.249363164765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,161.573696839599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.67016867989989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.1771025380506,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.16737195685824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009611424885125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.9223785422346,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002344226529482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,30.496062992126,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,29.8318913385827,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.500049,Mm²,,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.300991888907608,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.131305186436205,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.190527865678516,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.110163031340184,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000300991888908,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.224554657283797,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.038418048317572,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.062603975056024,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.395533178414666,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.38313968499871,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.203075135553834,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.247492899561064,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,,low-e,0,0.947327652982184,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.947327652982184,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.052672347017816,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.973663826491092,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.026336173508908,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.052672347017816,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.1195159677274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,5.82221988113817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.1244050231173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.67967211187,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.4200394290096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.2306483813181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.21398340039029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002911395229343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.80206820049932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000710089296437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,30.3464566929134,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,29.6852622047244,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.498168,Mm²,,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.299515295597707,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.130661034992288,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.189593182113349,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.109622598188761,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000299515295598,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.223275385539521,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.03825803092184,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.06268718457118,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.338894654903996,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.03257394914375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.156914893617021,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.219181370005189,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.946808510638298,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.946808510638298,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.053191489361702,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.973404255319149,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.026595744680851,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.053191489361702,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.5518381516393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.5926313928109,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.1430283402065,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,87.5192823623225,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.75424279670657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.2510446381942,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.82568278954217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011753093995694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.33396612076572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00286657962555,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,32.1811023622047,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,31.4833984251969,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.521235,Mm²,,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.317622992503329,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.138560365857157,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.201055354254607,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.116250015256218,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000317622992503,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.239369234900708,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.04076447514243,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.065327943706271,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.277046733545388,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.67673109860533,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.111252752630291,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.187418644482506,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.509416344506973,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.018838341081478,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,wood,,0,0.471739662344018,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.028260337655982,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.056520675311965,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,other,,0,0.471739662344018,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.943479324688035,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.056520675311965,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.971739662344018,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.028260337655982,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.056520675311965,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,wood,,0,0.471739662344018,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,0.528260337655982,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,0.528260337655982,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.471739662344018,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.943479324688035,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.8314588292156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.1008261730646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.9266059360348,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.3809887856828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.5122915036104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0140188211453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.62080340518941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022465659130317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.08308050458574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005479374261884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,30.8977952755906,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,30.2256291496063,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.514404,Mm²,,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.304956930521877,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.133034902576658,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.193037737020348,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.111614236571007,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000304956930522,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.234797881738079,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.039326762287962,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.059153002482109,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.18903420471863,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.53001090718192,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.048293739583387,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.073086069897707,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,0.940112435716434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.940112435716434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,cavity wall,,0,0.059887564283566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.059887564283566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,0.940112435716434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,0.940112435716434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,0.059887564283566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,0.059887564283566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.940112435716434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.059887564283566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.940112435716434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.940112435716434,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.059887564283566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.059887564283566,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,42.2096463665989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.1150496712135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.9712192958794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,50.9174964120282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.34506061480898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0628793728471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.95467535337203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015491302011071,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.28250328437983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0037783285605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.85,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,1.1,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.17105,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.6771,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00185,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.54,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.31,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,36.2834645669291,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,35.5423236220472,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.572814,Mm²,,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.398726055294671,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.18,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.252393593001527,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.14593373623785,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000398726055295,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.331912500083132,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.047049674524771,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019763880686768,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.1875,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.73333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.833333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.973333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,,insulation,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,,insulation,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,226.35,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.4496186893356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.3468121777598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,273.046005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.71936199832896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.0934286970825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.71069086141824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013432269879913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.4337486815758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003276130623711,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,28.6377952755905,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,28.0488031496063,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.476685,Mm²,,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.307452698246938,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.194617557990312,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.112527687558379,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000307452698247,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.255933597459613,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.036279418393139,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.015239682394186,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.023,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,,insulation,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,wood,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,202.579565935893,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.6299686233626,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.3468121777598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,244.371730388468,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.00724934723814,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.0934286970825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.20752661817494,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011740736593228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.42976605840651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002863565655088,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,34.0393700787402,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,33.3428866141732,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.544599,Mm²,,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.363625882715665,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.230175183759016,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.133087073073933,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000363625882716,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.302693978044391,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.042907854160449,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018024050510825,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.335,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,168.447083380473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.0822491570112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.3468121777598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.197716681865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.67856056939502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.0934286970825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.2410259311272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008213777808659,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.45916608315308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002003340407532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.98425196850394,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.88586535433071,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.166716,Mm²,,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.041510464918847,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.02627612429363,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015192830160298,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.1510464918847E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.034554657283797,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.004898234860424,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002057572774626,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.155,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.255,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,149.227049633821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,14.0199342163869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.3468121777598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.012589973279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.41946195537677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.0934286970825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.652974544636067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002337347352819,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.779561969560848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000570079019353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.83464566929134,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.73923622047244,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.164835,Mm²,,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.03997367743384,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025303337815621,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014630365940786,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,3.99736774338404E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.033275385539521,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.004716893937193,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001981397957126,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,109.422913576855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,24.9840736035707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.3468121777598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.99686064776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.09361555191089,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.0934286970825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.47951164565895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004118249772445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.57061862165724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001004441119499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.66929133858268,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.53737244094488,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.187902,Mm²,,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.059307197770331,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.03754145618862,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021706434383941,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,5.93071977703311E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.049369234900708,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.006998249336899,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002939713532724,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.135,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.135,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,69.6187775198887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.9482129907544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.3468121777598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.9811313222417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.76776914844501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.0934286970825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.489518523380881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006754741117389,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.578950303417953,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001647481358531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,5.1259842519685,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,5.00487716535433,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.181071,Mm²,,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.053815637152887,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.034065298317777,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019696523197957,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,5.38156371528867E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.044797881738079,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.006350245184041,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002667510230767,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.115,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.7678656388046,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,26.8332885002129,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.3468121777598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.06647632009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.54463906520193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.0934286970825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.368151910427868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004858730382022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.433653197799138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001185044340175,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.788825757629205,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.753410230663834,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.499326704579287,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.288710227292289,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000788825757629,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.749310344827586,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.039515412801619,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,19.6771653543307,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,19.2664897637795,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.253539,Mm²,,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.216236200560196,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.136877514954604,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.079142449405032,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00021623620056,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.025515871666103,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.040720328894093,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,,insulation,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,153.206437624057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,13.4166442501065,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.8129257059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.27231953260096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.39826665897879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003401642566528,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.04972109904722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000829660621976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,22.0629921259842,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,21.6048385826772,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.277398,Mm²,,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.236866225044795,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.149936320453356,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.086693038366395,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000236866225045,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.027950214555286,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.04891601048951,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,,insulation,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,wood,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,145.801493992743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.4756991350202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,175.880342203445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.77452301903142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.65067358263945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004292927988656,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.34818467893474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001047045136433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,21.9055118110236,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,21.4504921259843,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.275418,Mm²,,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.234005830607212,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.148125690774366,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.08564613400224,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000234005830607,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.027612688011651,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.046393142595562,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.638791326433,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,5.63944968479548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.131273977076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.37546177812162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.41987846674523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001553205953287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.863873553214,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000378826932007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,24.9055118110236,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,24.3907921259842,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.313137,Mm²,,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.259481423988761,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.164251741384886,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.094970201179887,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000259481423989,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.18,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.030618808030674,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.048862615958087,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.4852979591014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,4.59024974343818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,91.0579149280641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.11956191242457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.40630481969969,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001437377033911,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.83993638258702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000350576258571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,24.8976377952756,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,24.3830748031496,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.313038,Mm²,,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.259541618163867,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.164289844297728,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.094992232247975,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000259541618164,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.18,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.030625910943336,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.048915707220531,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.2188373402107,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,24.6102961244621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.0860834834962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.00245122475632,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.20398186962845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007703957878209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.59589405904521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001878995326495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,24.6929133858268,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,24.1824244094488,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.310464,Mm²,,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.258315794732998,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.163513898065988,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.094543580872277,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000258315794733,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.17,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.030481263778494,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.057834530954504,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,58.95237672132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.6303425054861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,71.1142520389283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8853405370881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.98594569562431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013856114655623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.33339315170122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003379506364507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,23.9214173228346,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,23.4262811181102,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.310068,Mm²,,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.251141293368991,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.158972438702571,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.091917713373051,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000251141293369,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.17,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.029634672617541,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.05150662075145,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,39.7118306654403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.7677882803028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,47.9043813317207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.50426356156585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.47312793731627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009540106576497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.71672610348572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002326831994008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,-54.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.341174242370795,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.310689655172414,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.030484587198381,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,6.34645669291339,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.20106220472441,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.079794,Mm²,,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.097134030148662,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.061485841084103,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03555105503441,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,9.71340301486616E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.011461815557542,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00567221459112,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.73333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.826666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.74,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,,insulation,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,,insulation,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,,insulation,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,153.206437624057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,13.4166442501065,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.8129257059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.27231953260096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.09405714197998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001070567711293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.30376112029714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000261111464784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.4488188976378,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.3411874015748,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.055935,Mm²,,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.068090232052102,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04310111688898,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024921024931069,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,6.80902320521015E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.008034647382148,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010055584669954,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,,insulation,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,145.801493992743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,15.4756991350202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,175.880342203445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.77452301903142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.733904695752288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000865633231117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.874093346531372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00021112794507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.60629921259843,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.49553385826772,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.057915,Mm²,,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.070500505753061,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044626820141688,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02580318510562,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,7.05005057530608E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.008319059678861,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0121814460742,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,89.638791326433,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,5.63944968479548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.131273977076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.37546177812162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.507500868920621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000326608728495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.600585387641867,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,7.96598688799135E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.60629921259843,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.55523385826772,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.020196,Mm²,,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.024584791749785,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015562173177614,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008998033780421,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.45847917497853E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.002901005426475,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011683786323311,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.4852979591014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,4.59024974343818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,91.0579149280641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.11956191242457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.153847609289444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.27046838184775E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.181536740744722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.26106723833267E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.61417322834646,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.56295118110236,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.020295,Mm²,,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.024705305434833,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01563845834025,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009042141789149,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.47053054348333E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00291522604131,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011790079393523,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.2188373402107,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,4.59024974343818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.0860834834962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.11956191242457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.141688757345144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.31591185430779E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.16684966651519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.27215090126567E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.81889763779528,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.76360157480315,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.022869,Mm²,,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027838661246081,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017621872568769,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010188950016066,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.78386612460804E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003284962027037,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004553699219043,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,58.95237672132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,44.6303425054861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,71.1142520389283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8853405370881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.145243129333752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001020651302758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.170621176087843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000248936852743,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1.8503937007874,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.79447086614173,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.023265,Mm²,,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.028320715986272,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01792701321931,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010365382050976,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.83207159862723E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00334184448638,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004978871499892,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,39.7118306654403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.7677882803028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.6921097988081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,47.9043813317207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.50426356156585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8523986516547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.113251060199577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000715812594341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.131949738574796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00017458669176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.148,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,15.1883595774367,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,15.1883595774367,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.424719,Mm²,,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.059821078216808,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.018250020228174,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029175421846718,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.029745693852343,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.053528088512407,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.006292989704401,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.30104260698261E-17,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.3690129183944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6995590457558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.2460593632117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,26.1300833059463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6798236183023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.49527123585404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.404239287992503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.07653374906411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.399583818235037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.026613499625644,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,21.3972493522025,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,21.3972493522025,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.880132,Mm²,,,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.139605891695377,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.025710494376568,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.06778277618126,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.071077256167217,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.125329897573526,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.014275994121851,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,166.726424555172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.9251246402687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.30782711514945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.728217291827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.7700498561075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.56939253817934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.59547078270062,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.088225428440158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.70809216967335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035290171376063,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,17.829380107634,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,17.829380107634,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.618434,Mm²,,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.120310190652319,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.021423416133992,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.058457168281824,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.061064014135758,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.108296301084947,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.012013889567372,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.42861286636753E-17,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.123542144727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.1384608627102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.25032542881991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.297248409068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.2553843450841,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.50039051458389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.50277904214745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.07790892176788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.58165214305774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031163568707152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,22.3041658361571,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,22.3041658361571,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.946653,Mm²,,,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.165917266448728,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.026800226555547,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.080210463700867,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.085082171228694,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.148976483091415,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.016940783357313,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.309853290374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.6257552277193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.33531951000421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.729148889085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.2503020910877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60238341200505,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.31540658488385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.088817513291305,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.41993192435558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035527005316522,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,17.0819214670122,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,17.0819214670122,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.561416,Mm²,,,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.086938787066792,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.020525285217251,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.041615094653934,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044822343430369,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.077345752644817,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.009593034421975,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.4433195931026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.7425447092978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.35472607719151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.1266191808957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6970178837191,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.62567129262981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.55100508549815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.072984557189813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.60146926322128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.029193822875925,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,21.1181981263703,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,21.1181981263703,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.859664,Mm²,,,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.137789311910795,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.025375192167651,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.065457062512991,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.071865830467373,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.123576308774726,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.014213003136069,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,105.853651603666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.2209022159834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.39273765700094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.029261151776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.8883608863933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.67128518840113,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.2648504967446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.087815011898585,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.3377960703093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035126004759434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,8.25194339246562,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,8.25194339246562,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.885241,Mm²,,,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.047739508346087,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.009915365320819,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022472869258633,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024952268618926,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.0432495781836,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004489930162487,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.6313824890031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.5062431173694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.33875829371983,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.560323963673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6024972469477,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60650995246379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.816695999283382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.036743028163463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.843074930063399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014697211265385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.80705600956747,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.80705600956747,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.374272,Mm²,,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.037575111901908,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.004276119402985,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018351684652892,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019223427249016,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.033686087820061,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003889024081847,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,22.870688816247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6995590457558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,23.5568094807344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6798236183023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.092349243307318,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017478337363173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.076017193107638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006991334945269,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,11.371337452661,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,11.371337452661,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.929101,Mm²,,,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.112233514869312,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.012772388059702,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.054814848662172,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.05741866620714,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.100617346080338,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.011616168788974,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,193.724336471207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4305899125529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,199.536066565343,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3722359650212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.21867345269538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.040351404518343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.28791432675728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016140561807337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,9.3681482957943,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,9.3681482957943,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.78217,Mm²,,,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.092462317245533,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.010522388059702,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.045158595742718,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.047303721502815,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.08289246741062,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.009569849834913,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,162.582663817786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.8648958116785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.46014373232,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5459583246714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.53608932959356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.034309805557021,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.58438044966732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013723922222808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,12.9459836555711,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,12.9459836555711,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.044599,Mm²,,,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.127775053299944,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.014541044776119,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.062405336031693,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.065369717268251,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.1145503352834,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.013224718016544,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,168.038457905632,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,40.3557041467442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.0796116428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.1422816586977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.19337534358093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.042155528195985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.26222848027299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016862211278394,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.55112617101854,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.55112617101854,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.500004,Mm²,,,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.054788841176343,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.006235074626866,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.026758870030526,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028029971145817,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.049118196114591,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.005670645061751,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.30644037182,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.8465124818099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.725633582974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.738604992724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.825414390898187,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018423403626955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.851485440905534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007369361450782,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,8.21207893163245,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,8.21207893163245,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.697374,Mm²,,,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.081052073840765,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.009223880597015,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.03958583286383,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.041466240976936,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.072663184198246,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.008388889642519,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,143.880201684653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.530326358447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.196607735193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.4121305433788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.19294327451822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023383177813896,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.23066748202316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009353271125558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.16264700019932,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.16264700019932,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.253657,Mm²,,,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021345024300299,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002429104477612,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010424909868266,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010920114432033,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.019135814285218,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002209210015081,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,130.829942226527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.1666229988794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.754840493323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.2666491995517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.285937927776758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008412946090027,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.295025886376393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003365178436011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.015,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.996611520829181,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.996611520829181,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.116229,Mm²,,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009836416728248,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.00101282916948,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00437720544407,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005459211284178,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00909868547363,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000737731254619,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.8604639763861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6995590457558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.6350658633407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,26.6362778956777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6798236183023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.96207903600885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.027402361809574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005427843048329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.028501451994904,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002171137219332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.74407016145107,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.74407016145107,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.171054,Mm²,,,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017213729274434,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00177245104659,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007660109527123,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009553619747311,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.015922699578852,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001291029695583,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,238.396378462483,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.3744488071948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.6350658633407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,245.548269816357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.3497795228779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.96207903600885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.418631679858672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009985182966266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.431675414083756,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003994073186506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.09288419374128,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.09288419374128,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.196639,Mm²,,,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.020656475129321,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002126941255908,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009192131432548,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011464343696773,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.019107239494622,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001549235634699,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,208.411334155686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.9581932952668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.6350658633407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,214.663674180356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.5832773181067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.96207903600885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.439602790552079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011593480171388,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.45337261486383,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004637392068555,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.63105441498904,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.63105441498904,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.236113,Mm²,,,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.025968140162575,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002673869007427,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011555822372346,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014412317790229,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.024020529650382,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001947610512193,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,228.270424635442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.6748487588881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.6350658633407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,235.118537374506,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.4699395035552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.96207903600885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.604893855807043,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015034459565007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.623772002515206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006013783826003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.32549332270281,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.32549332270281,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.140352,Mm²,,,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01308243424857,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001347062795409,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005821683240614,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007260751007956,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.012101251679927,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000981182568643,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,203.173771831354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.3915042225094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.6350658633407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.268984986295,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.3566016890038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.96207903600885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.271472746794842,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009598884400638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.279985364908974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003839553760255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.77715766394259,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.77715766394259,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.320178,Mm²,,,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.037280019400061,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00383862255233,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016589608633027,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020690410767034,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.034484017945056,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002796001455005,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,187.679316621874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.0754192647345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.6350658633407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.30969612053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.6301677058938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.96207903600885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.715070270698589,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022116429589344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.737572282084197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008846571835738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.1925453458242,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.1925453458242,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.203949,Mm²,,,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021640116802146,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002228224172856,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009629851976955,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012010264825191,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.020017108041985,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001623008760161,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,182.376284768489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,46.6995590457558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.6350658633407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.847573311543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6798236183023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.96207903600885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.403453230406642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009524328367823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.416166269847134,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003809731347129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.018,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.36515846123181,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.36515846123181,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.363307,Mm²,,,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003731187884524,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003731187884524,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002831225366777,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003451348793185,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000279839091339,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,39.7181809595129,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6995590457558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.600214051099752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,40.9097263882983,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6798236183023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.720256861319702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.175996183123862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016966276698237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.181721473623009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006786510679295,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.61769982060993,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.61769982060993,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.308482,Mm²,,,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003092285849503,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003092285849503,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002346426502603,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.00286036441079,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000231921438713,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,135.369162907615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.9025193598739,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.600214051099752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.430237794843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.3610077439495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.720256861319702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.491896390631984,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015702510977173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.507022419375992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006281004390869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.82698823998405,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.82698823998405,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.323833,Mm²,,,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003271178419309,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003271178419309,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002482170184572,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.003025840037861,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000245338381448,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.969478250141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.4115445534726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.600214051099752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.118562597646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.564617821389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.720256861319702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.404013970935585,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016648754707385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.416524882123207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006659501882954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.02969902332071,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.02969902332071,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.265353,Mm²,,,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002589682915286,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002589682915286,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001965051396119,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.00239545669664,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000194226218646,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.533014723114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,44.4709860387538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.600214051099752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.669005164807,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.7883944155015,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.720256861319702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.318522040535787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011800509558342,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.328386841299009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004720203823337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.4317321108232,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.4317321108232,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.221493,Mm²,,,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002078561287269,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002078561287269,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00157721230478,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001922669190724,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000155892096545,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.1103877703848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.530427524035,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.600214051099752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,87.6636994034964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.012171009614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.720256861319702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.208425222687286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008312726983581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.214926104530747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003325090793432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.26230815228224,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.26230815228224,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.209066,Mm²,,,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001933743492664,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001933743492664,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001467324562234,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001788712730715,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00014503076195,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,67.2153831622526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.7846873773999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.600214051099752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,69.2318446571202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.11387495096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.720256861319702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.153419778427656,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008944823451243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.158253209534441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003577929380497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.52481562686865,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.52481562686865,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.154972,Mm²,,,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001303360151443,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001303360151443,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000988989682915,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001205608140085,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.77520113582584E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,56.9148439244009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.8003783135482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,0.600214051099752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.6222892421329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.5201513254193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.720256861319702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.0876998591813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006012972228007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.090486441636718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002405188891203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.418576838748256,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.418576838748256,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.073831,Mm²,,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000595744680851,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000595744680851,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000312289361702,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000283455319149,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000551063829787,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,4.46808510638298E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.5112931547641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6995590457558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.78755763280188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,26.276631949407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6798236183023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.54506915936226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.012263820341616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003447875143907,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.012901250214952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001379150057563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.279051225832171,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.279051225832171,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.063597,Mm²,,,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000397163120567,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000397163120567,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000208192907801,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000188970212766,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000367375886525,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,2.97872340425532E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,230.234510507067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4305899125529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.78755763280188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,237.141545822279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3722359650212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.54506915936226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.06530414498621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002762055226669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.067442946177855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001104822090667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.009966115208292,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.009966115208292,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.04386,Mm²,,,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.41843971631206E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.41843971631206E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.4354609929078E-06,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.74893617021277E-06,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,1.31205673758865E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.06382978723404E-06,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,209.502492973255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,43.6477428621157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.78755763280188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,215.787567762453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.4590971448463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.54506915936226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002125673217122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001914390001932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00219586044371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000765756000773,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.129559497707793,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.129559497707793,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.052632,Mm²,,,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000184397163121,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000184397163121,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.66609929078014E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.7736170212766E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000170567375887,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.38297872340426E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,216.922372932724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.8648958116785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.78755763280188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.430044120706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5459583246714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.54506915936226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.028595067743192,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00230869719636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.029536341166443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000923478878544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.269085110623879,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.269085110623879,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.062866,Mm²,,,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000382978723404,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000382978723404,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000200757446809,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000182221276596,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000354255319149,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.87234042553191E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,200.118527142161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.7759697749924,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.78755763280188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,206.122082956426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.510387909997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.54506915936226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.054868091378553,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002123360115875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.056687393931894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00084934404635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.199322304165836,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.199322304165836,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.057749,Mm²,,,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000283687943262,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000283687943262,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000148709219858,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000134978723404,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000262411347518,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.12765957446809E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,207.974870628658,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.1668458457414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.78755763280188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,214.214116747518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2667383382966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.54506915936226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.042208975136827,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002204097180746,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.043603584992402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000881638872298,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.099661152082918,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.099661152082918,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.019737,Mm²,,,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000141843971631,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000141843971631,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.4354609929078E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.74893617021277E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000131205673759,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.06382978723404E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,196.539526220535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.2134547357784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.78755763280188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.435712007151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.0853818943114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.54506915936226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.019964827970235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00069500795612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.020627943110077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000278003182448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.014,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.089695036874626,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.089695036874626,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.049708,Mm²,,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000893617021277,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000893617021277,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000427417021277,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0004662,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000745276595745,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000148340425532,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,21.6267677642183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6995590457558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.88343029827853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,22.2755707971448,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6798236183023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.26011635793424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002108748082145,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002321341681046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002200729364119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000928536672419,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.10962726729121,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.10962726729121,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.05117,Mm²,,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00109219858156,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00109219858156,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00052239858156,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0005698,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000910893617021,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000181304964539,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,157.999796783996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.2985722743832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.88343029827853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.739790687516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.1194289097533,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.26011635793424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01752756127073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00231792794328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.018088488912696,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000927171177312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.069762806458043,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.069762806458043,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.048246,Mm²,,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000695035460993,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000695035460993,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000332435460993,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0003626,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000579659574468,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000115375886525,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,135.085461615047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,45.5250651357551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.88343029827853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.138025463498,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.210026054302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.26011635793424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.009555334297322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00219640229254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.009864331201415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000878560917016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.548136336456049,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.548136336456049,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.083334,Mm²,,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005460992907801,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.005460992907801,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002611992907801,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002849,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.004554468085106,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000906524822695,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,143.160036865058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.751557997127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.88343029827853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.454837971009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.3006231988508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.26011635793424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.079503594717794,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003812660334133,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.082064206578552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001525064133653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.787323101455053,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.787323101455053,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.100878,Mm²,,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007843971631206,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.007843971631206,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003751771631206,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0040922,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.006541872340426,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00130209929078,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,124.39210520287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.2286996577878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.88343029827853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,128.123868358956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.0914798631151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.26011635793424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.099419646248662,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003553800764078,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.10265432322737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001421520305631,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.986645405620889,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.986645405620889,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.115498,Mm²,,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009829787234043,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.009829787234043,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004701587234043,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0051282,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.008198042553191,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001631744680851,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,114.571675844749,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.8084306133002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.88343029827853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.008826120091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.9233722453201,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.26011635793424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.114899895437111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004597794118975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.118662799534827,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00183911764759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.039864460833167,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.039864460833167,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.046053,Mm²,,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000397163120567,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000397163120567,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000189963120567,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0002072,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000331234042553,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,6.59290780141844E-05,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.610082588658,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.7038661946855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.88343029827853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,110.838385066318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6815464778742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.26011635793424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004364899855967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001690323149864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004508610780317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000676129259946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.039,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,5.51126171018537,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.51126171018537,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.447372,Mm²,,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007189,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.007189,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0028756,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0043134,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.005995626,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001193374,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,15.6908637966427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6995590457558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,16.161589710542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6798236183023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.094118931327987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020892075129418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.098241719930416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008356830051767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.27546342435719,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.27546342435719,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.356728,Mm²,,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005577,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005577,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0022308,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0033462,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.004651218,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000925782,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.99,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,88.2965715176864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,48.4532765290699,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.945468663217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3813106116279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.383437553257647,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017284640429662,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.395948574365775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006913856171865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.46163045644808,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.46163045644808,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.223686,Mm²,,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003211,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003211,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0012844,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0019266,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002677974,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000533026,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,43.8645844662753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.2069940123839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,45.1805220002635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.0827976049536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.111391943551779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011230601662654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.115314004758259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004492240665062,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.01973290811242,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.01973290811242,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.264622,Mm²,,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003939,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003939,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0015756,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0023634,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.003285126,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000653874,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,28.5883610203087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.7044929026192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,29.446011850918,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.4817971610477,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.090516682499099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014211390320877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.093944052523375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005684556128351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,6.71716165038868,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,6.71716165038868,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.535823,Mm²,,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008762,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.008762,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0035048,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0052572,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.007307508,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001454492,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,12.2209787567732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.852672618724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,12.5876081194764,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.3410690474896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.091404987490619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029927146600583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.095730635716756,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011970858640233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.68068566872633,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.68068566872633,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.459799,Mm²,,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00741,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00741,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002964,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004446,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00617994,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00123006,1e6 dimensionless,Own calculations,,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,6.76518466892802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.852672618724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.38670142840288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,6.96814020899586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.3410690474896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.66404171408345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.046308302526197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025681003017417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.049036712140275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Denmark,dk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010272401206967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,37.7023750377,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.65,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.24,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.52975,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02535,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0949,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,0.39265306122449,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,12.4649397789144,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,10.7901537040092,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.102752,Mm²,,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.214899216513353,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.079347403020315,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.175142861458383,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008381069444021,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.03137528561095,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.204605709073252,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.015882496499317,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035681092803518,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,Before 1945,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,275.405679476067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,18.5104939766573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,35.9156713905322,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,357.228706848406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.25524698832863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,57.1418331823367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.41935629350612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001901990277089,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.56682216385336,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000950995138545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,7.96073255238409,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.87870014849035,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.07098,Mm²,,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.137245363292777,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.050675211061948,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.111854971083613,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005352569168418,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.020037823040746,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.158856577567275,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.011911708520647,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.021356044890258,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,208.000707883127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.8155507708972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,36.7248847212316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,269.797718195205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.9077753854486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,58.4292915914794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.72313148548463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002542187793718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.32099756779674,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001271093896859,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.22554033987791,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.76665923114997,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.041132,Mm²,,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.055609261189094,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.020532650285204,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.045321547869112,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002168761186375,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008118952133608,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.054218982793075,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.004894963797847,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019837082406617,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,163.522104227334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.2242621344742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,40.1452385182121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.104521393274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.6121310672371,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,63.8710744824754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.581900025452134,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001448844350115,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.792839659375921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000724422175058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.87081339712919,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.45861435406699,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.038896,Mm²,,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.049493664690038,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.018274583885552,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.040337336722381,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001930252922911,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007226075044746,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.047556322729415,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.004226940622468,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.016393198300821,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.558360031796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.9152413751367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,40.8557574657356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.782048797243,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9576206875683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.0015101279853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.40877854165131,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000930207228527,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.564697958679779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000465103614264,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.4464609800363,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.82690671506352,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.038428,Mm²,,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.0766582909998,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.028304599753772,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.062476507164837,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002989673348992,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011192110485971,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.071903219073809,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.006017633766619,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019137756298593,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.1399003850892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,17.8676154613922,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,41.5890233200659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.543664789499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.93380773069612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,66.1681361022248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.499265705748839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00068661672695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.701946701530685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000343308363475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,4.3392179508332,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.73377686850355,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.037752,Mm²,,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.074809389732643,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.027621928516668,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.060969652632104,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002917566199573,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.010922170900966,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.073949035196457,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006059538136361,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.017725912737518,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.891978499642,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.1279358705828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,41.7668225694616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.620585311886,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.5639679352914,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,66.4510147080134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.61768391167825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000797621834986,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.854462870098579,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000398810917493,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,2.394670038525,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.04513146145511,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.02549465890764,Mm²,,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.041284813582296,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01524362347654,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.033647123069571,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00161010772971,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006027582783015,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.031362624547321,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002109413359087,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.015381626725008,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.868644215895,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.0574447892267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,38.808794892819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.452618412437,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.52872239461334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,61.7447926744751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.358532708503542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000383884418922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.49236615473227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000191942209461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.1304,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00624,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02336,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,10.1880877742947,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,8.83583542319749,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.078,Mm²,,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.198805024402869,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.065,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.162026094888338,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007753395951712,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.029025533562819,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.012325911512978,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026479112889892,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,291.75,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,18.52,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.4349921522082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,378.428925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.26,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,54.7860725141633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.92868170727171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00144456,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.90190101626071,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00072228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.6838805477644,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.9243818676786,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.046228,Mm²,,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.129371228029502,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.105437550844044,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005045477893151,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.018888199292307,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.11,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.008021016137829,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011350211891673,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,236.427375824502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.03,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.3949921522082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,306.669949181962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.015,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,54.7224325141633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.35975570936746,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00175805084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.82119570680717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00087902542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.948688335258208,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.812340950338228,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.01638,Mm²,,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021942610634625,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017883227667219,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00085576181475,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003203621152655,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001360441859347,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010582168775278,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,245.563178038062,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.8919122247492,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.3949921522082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,318.51999823317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.4459561123746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,54.7224325141633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.232111153261612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000735329522241,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.310661371469605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000367664761121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.593961392509487,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.504296073255238,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.014144,Mm²,,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.013281144893858,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010824133088494,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00051796465086,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001939047154503,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000823430983419,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007457713910439,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,190.363429270179,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.0559636355318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.3949921522082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,246.920404106349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.5279818177659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,54.7224325141633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.116428827306431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000552407549661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.157024002415047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00027620377483,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.519716218445801,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.439821564098334,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.013676,Mm²,,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.010684895148441,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00870818954598,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000416710910789,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001559994691672,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000662463499203,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005022431649238,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,173.811203349544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.7126058173999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.3949921522082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,225.450511864694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.3563029086999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,54.7224325141633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.094321550569829,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000502081597159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.127598132445516,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000251040798579,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.412473189242699,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.34669171753836,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.013,Mm²,,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.008734880196568,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007118927360203,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000340660327666,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001275292508699,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000541562572187,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003193317624381,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,227.317235976711,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.0305220861858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.3949921522082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,294.853186785392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.5152610430929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,54.7224325141633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.092996015073838,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00066339678712,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.124794694010522,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00033169839356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.09717868338558,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.941289968652038,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.006916,Mm²,,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021282481420331,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01734522235757,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000830016775393,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003107242287368,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.0004,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010882481420331,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,192.313769068579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,18.4679579664099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,34.3949921522082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,249.450189858854,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.23397898320495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,54.7224325141633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.218760473862535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000127724397296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.294845247850031,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.38621986478454E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.300932120154717,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.089708623196588,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.245259677926095,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011736352686034,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.043936089542589,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.23265306122449,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.824773128196667,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.704732984525986,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0051989079272,Mm²,,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.016094192110484,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013116766570044,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000627673492309,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002349752048131,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.012442550368216,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.00099783991085,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002653801831418,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,202.270766986728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,18.4679579664099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,262.365411858485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.23397898320495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.17763369887378,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.60132130707648E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.240720686493845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.80066065353824E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.345947433096848,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.288920750901303,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.00218065888768,Mm²,,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.007874135263275,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006417420239569,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000307091275268,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001149623748438,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.006087557793946,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000488196386323,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001298381083006,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,137.037033203391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.2874510649122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.750735768119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.1437255324561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.054309852655011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.6046599349874E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.074770639153259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.3023299674937E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.45557696848705,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.25252303943415,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.00917514208624,Mm²,,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.033666650554469,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.022,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.027438320201892,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001312999371624,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004915330980952,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.026027960420594,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002087332334377,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005551357799498,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.338323472863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.1960745968596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.764739376651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.5980372984298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.223921183852028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000286228416959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.308647029802304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00014311420848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.61950184688995,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.39487540383923,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.01020843272176,Mm²,,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.03621251979618,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029513203633886,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001412288272051,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005287027890242,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.027996192566291,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.002245176227363,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005971151002526,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99.8266028391744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.9654877419901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.485086542693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.98274387099507,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.208141183627364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000203816338371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.290228319871369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000101908169186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.2089639938954,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.77516433229876,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.02022751199768,Mm²,,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.065973395851358,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0137,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.053768317618857,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002572962438203,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009632115794298,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.051004567064168,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.004090350542784,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010878478244406,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.0069338162642,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.3734255613324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.8059938530763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.68671278066621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.330793842982004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000310966149987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.469193893011237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000155483074994,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.12013022075565,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.69802108370421,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.01966755363872,Mm²,,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.066074509536075,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0131,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.053850725271901,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002576905871907,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009646878392267,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.051082738873375,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004096619591237,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010895151071463,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,105.292686747849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,17.9869079067589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.575143980635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.99345395337946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.416815893002076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000353758476051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.579662418646349,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000176879238025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.03118297310675,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.8839792938459,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0169,Mm²,,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.020002332161965,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016301900712002,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000780090954317,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002920340495647,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.015463965118505,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001240144594042,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003298222449418,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,77.0640844025811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,12.1734622928585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.959823878588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.08673114642926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.111990789715611,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000205731512749,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.158155980599172,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000102865756375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,2.0639330093,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.189067879845283,1e6 dimensionless,Own calculations,,,, +Estonia,ee,,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.14734693877551,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.45207887642303,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.24948529628576,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0195530920728,Mm²,,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.041270081862734,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.033635116718128,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001609533192647,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006025431951959,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.032163158705037,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.00255874507549,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006548178082208,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,202.270766986728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,18.4679579664099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,262.365411858485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.23397898320495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.314507490093913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000361105682514,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.42610279150414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000180552841257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,1.93090457152285,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.66529752991044,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.02257134111232,Mm²,,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.054878967685403,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044726358663603,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002140279739731,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008012329282069,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.042769019773329,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.003402495996495,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008707451915579,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,137.037033203391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.2874510649122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.750735768119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.1437255324561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.310350381227678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000683628389409,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.426697292003967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000341814194704,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,0.821275036132651,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.701695241377595,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.01557685791376,Mm²,,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.023341767808445,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019023540763883,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000910328944529,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003407898100033,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.018191022372481,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001447189604124,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00370355583184,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,129.338323472863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.1960745968596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.764739376651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.5980372984298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.125694090736601,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000485936821462,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.173306084654596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000242968410731,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,0.657350157729748,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.559342876972513,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.01454356727824,Mm²,,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.018682796962666,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015226479524573,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000728629081544,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002727688356549,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.014560130163124,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.001158333411685,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002964333387857,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,99.8266028391744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.9654877419901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.485086542693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.98274387099507,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.0838017470007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000290369414219,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.116917997234283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000145184707109,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,0.7177807676951,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.611820818666425,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.00452448800232,Mm²,,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.020400318139221,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016626259283465,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00079561240743,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002978446448326,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.015898652009641,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001264819724632,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003236846404949,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.0069338162642,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,15.3734255613324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.8059938530763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.68671278066621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.073366936453959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.95568795068081E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.104138559397626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.47784397534041E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,0.806614540834846,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.68896406726098,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00508444636128,Mm²,,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.022925096337692,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018683953515219,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00089407875717,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003347064065303,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.017866296323082,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001421355972937,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003637444041674,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.11,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,105.292686747849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,17.9869079067589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.575143980635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.99345395337946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.106857207653791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.14534684571989E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.148689465616851,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.57267342285994E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.266308382032668,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.219762198957169,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00167865890764,Mm²,,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.007568851049121,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0017,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006168613605033,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000295185190916,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001105052253172,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005898659428817,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000469268765045,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001200922855259,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,77.0640844025811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,12.1734622928585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,42.541174504047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.959823878588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.08673114642926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,67.6830086359388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.028264844000874,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.04350909147266E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03999194322387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.02175454573633E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.019,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,18.113,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,18.113,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.2215398,Mm²,,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.133651610765164,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003152597491824,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.06333725611113,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.07027281999268,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.121041628777606,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.012609981987559,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,141.696524555283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.7651281606951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.89505068198425,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,215.37871732403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.706051264278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.7901013639685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.63710020227262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022575735139695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.74225681289571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015030294055878,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,15.27,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,15.27,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.117486,Mm²,,,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.100957672681196,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002657768657879,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.047535787066246,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.053388023349725,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.0916222182868,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.009335454394396,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,150.787370949011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.0459935989643,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.03744584153349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,229.196803842497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.8183974395857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.07489168306698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.36417495239162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006702105603968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.62313879067537,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002680842241587,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,15.835,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,15.835,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.138165,Mm²,,,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.121147197348057,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002756107838737,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.057561881234934,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.063551453847898,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.109620442799258,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.011526754548799,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,145.295371169369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.2305354503594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.98353823067007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,220.848964177441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.0922141801438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.96707646134015,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.36383153034962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008321751930499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.6233020035151,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0033287007722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,16.105,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,16.105,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.148047,Mm²,,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.125620218080557,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002803101783571,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.059759684819168,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.065823162743461,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.113627444033391,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.011992774047167,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.90819582357449E-17,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.147568848982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.6911695525042,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.94051067737107,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.264304650452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.6764678210017,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.88102135474213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.11117352077191,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00839295757874,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.23944547531365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003357183031496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,15.88,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,15.88,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.139812,Mm²,,,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.123990029719081,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002763940162876,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.058921136073576,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.065037166838447,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.112185263851543,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.011804765867538,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,110.138838375554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.0532922601798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.98423481817907,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.411034330842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8213169040719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.96846963635813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.81227440231648,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00727767489748,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.78502652299914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002911069958992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,14.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,14.09,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.077226,Mm²,,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.083031573007033,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002452387713786,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.038762300843395,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.04423777415567,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.075559695088342,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.007471877918691,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-9.54097911787244E-18,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.737309802736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.1549595624837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.09581455941845,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.120710900158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8619838249935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.19162911883691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.47709872226275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004027718907172,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.27289087086764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001611087562869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,13.87,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,13.87,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.066246,Mm²,,,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.081636649668196,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002414096351328,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.038096789187925,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043508515005029,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.074300180110812,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.007336469557384,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.4239674862736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.8358280852612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.10441388611331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.524430579136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.9343312341045,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.20882777222662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.36658864963501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002970194267336,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.1045402933334,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001188077706934,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,5.06,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.06,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.11163,Mm²,,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.087235883593837,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001453500897666,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04260600554723,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044629878046607,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.078206969641875,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.009028913951962,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,180.809619158544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,73.1351357314633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,274.830621120987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.2540542925853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.931462176305102,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008164075201703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.12377394959793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013265630080681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.4,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.4,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.050874,Mm²,,,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.058616996881235,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000976660682226,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.028628541276795,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02998845560444,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.052550137704027,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.006066859177208,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,149.189854694403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.1362506738553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.768579135493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.2545002695421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.518376476600053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003466363616782,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.79327511033884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001386545446713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.79,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.79,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.101748,Mm²,,,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.082581004429739,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001375942549372,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.040332562563485,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.042248441866255,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.074033870471261,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.008547133958478,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.540045874718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.692919388511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,224.260869729571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.4771677554044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.722398393081429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006989367161942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.10557271268771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002795746864777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.06,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.06,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.11163,Mm²,,,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.087235883593837,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001453500897666,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04260600554723,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044629878046607,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.078206969641875,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.009028913951962,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,127.883752223038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.1262322419542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,194.383303379018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.2504928967817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.663657289611443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007046781305169,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.01671052182357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002818712522068,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.92,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.106506,Mm²,,,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.084822242545787,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00141328545781,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.041427183259362,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043395059286424,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.076043140442298,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.008779102103489,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.227458571359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.5595450953974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.505737028465,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.023818038159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.548586265448815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00613043690993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.841582564735509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002452174763972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.34,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.015006,Mm²,,,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.04034228608885,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000672172351885,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019703172525794,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020639113563056,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.036166859478654,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004175426610196,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,80.350403258161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.5495266634963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,122.132612952405,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.0198106653985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.195680670475701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000788558197112,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.301111768011835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000315423278845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,2.28,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.28,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.009882,Mm²,,,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.039307868496828,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000654937163375,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019197962973851,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020109905522977,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.035239504107406,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004068364389422,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,79.5207851088336,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.8592574573232,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.871593365427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.7437029829293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.188771688006113,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000512473182193,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.290515828789119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000204989272877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.61,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.61,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.02196,Mm²,,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.044997165252948,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003204419889503,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020023738537562,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024973426715386,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.041622377858977,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.003374787393971,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-3.46944695195361E-18,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,200.173660962165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,70.5410595211679,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.86016980020852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,304.263964662491,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.2164238084671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.72033960041704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.532528298289795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001549081667085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.81427903412619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000619632666834,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.38,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.38,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.013542,Mm²,,,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.041031897816864,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00292203806016,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018259194528505,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02277270328836,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.037954505480599,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.003077392336265,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,203.162171795538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,88.3989918873221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.86016980020852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,308.806501129218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.3595967549288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.72033960041704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.492713172997877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001197099148138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.753333880936531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000478839659255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.165,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.165,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.005673,Mm²,,,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.037325234778786,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002658072437078,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01660972947656,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020715505302226,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.034525842170377,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.002799392608409,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,196.940035675582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,92.1843391469807,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.86016980020852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,299.348854226884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.8737356587923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.72033960041704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.434732444855086,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000522961755981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.664804804636107,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000209184702392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.155,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.155,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.005307,Mm²,,,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.037152831846783,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002645794966237,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016533010171818,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020619821674964,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.034366369458274,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.002786462388509,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,181.337557980843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,95.9696864066394,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.86016980020852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,275.633088130882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.3878745626557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.72033960041704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.399101103368167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00050931112576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.610626636760949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000203724450304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.006954,Mm²,,,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.037928645040799,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002701043585021,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016878247043156,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021050397997643,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.035083996662739,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00284464837806,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,165.735080286105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,102.983712211301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.86016980020852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,251.917322034879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.1934848845204,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.72033960041704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.373109550189889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000716148734717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.571202855597652,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000286459493887,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.4,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.4,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.014274,Mm²,,,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.041376703680872,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002946593001842,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018412633137988,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022964070542884,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.038273450904806,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003103252776065,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,154.045006363763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.540380925957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.86016980020852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,234.14840967292,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.4161523703826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.72033960041704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.378972422793531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001477935397337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.580484998256008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000591174158935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.38,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.38,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.013542,Mm²,,,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.041031897816864,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00292203806016,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018259194528505,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02277270328836,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.037954505480599,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003077392336265,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,148.812755535618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,72.3669329052385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.86016980020852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.195388414139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.9467731620954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.72033960041704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.363361562299267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000979993005403,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.556719432674644,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000391997202161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.723,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.723,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0260958,Mm²,,,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000172200088535,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000172200088535,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00013066542718,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000159285081895,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,1.29150066401062E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,114.864403765978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.9612353139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.41702435703857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.593893724287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.5844941255751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.83404871407714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.316634328778975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001669119604505,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.483136287259666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000667647841802,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.22,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.22,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.007686,Mm²,,,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000140390817682,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000140390817682,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000106528552457,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000129861506356,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.05293113261241E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,105.776314039255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.9175905607535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.41702435703857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.779997339667,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.9670362243014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.83404871407714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.237969211239771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00053738660105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.363223182239312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00021495464042,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.22,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.22,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.007686,Mm²,,,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000140390817682,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000140390817682,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000106528552457,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000129861506356,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.05293113261241E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.591200605958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,70.9195942471337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.41702435703857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.898624921056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.3678376988535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.83404871407714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.226458259417852,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000545088001383,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.345726535469995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000218035200553,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.45,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.45,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.016104,Mm²,,,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000154935812306,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000154935812306,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000117565294378,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000143315626383,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.16201859229748E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,85.5072342545489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,61.2335586121249,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.41702435703857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.970996066914,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.49342344485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.83404871407714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.212964433598389,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00098610522789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.325372359713429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000394442091156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.08,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.002562,Mm²,,,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000131537342693,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000131537342693,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.98105356352368E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000121672041991,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,9.86530070195409E-06,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.4232679031401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.547522977116,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.41702435703857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.043367212773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6190091908464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.83404871407714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.149427807901172,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000132064753867,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.228545025127848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.28259015469485E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.065,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.065,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.002013,Mm²,,,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000130588756087,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000130588756087,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.90907481186366E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00012079459938,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.79415670650731E-06,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,64.2011317831839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.5615487817776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.41702435703857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.5857203104396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.424619512711,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.83404871407714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.135501492429559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000117884397698,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.207366823035627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.71537590790873E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.055,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.055,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.001647,Mm²,,,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000129956365016,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000129956365016,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.86108897742364E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00012020963764,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.74672737620945E-06,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,58.2429650743774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,53.1729956239106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.41702435703857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,88.5293069130537,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.2691982495642,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.83404871407714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.12260127828156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.75759237925808E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.187751695813754,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.50303695170323E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.15,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.005124,Mm²,,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000148686030429,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000148686030429,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.79412171507607E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.07448132780083E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000137534578147,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,1.11514522821577E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,113.751961247562,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.0765764296293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.94191232200202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.902981096294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.4306305718517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.883824644004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.263791828174563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000338576377625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.410191632341641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00013543055105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.11,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.00366,Mm²,,,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0001459197787,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.0001459197787,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.64911479944675E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.94286307053942E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000134975795297,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.09439834024896E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,169.506071873957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.5675598409183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.94191232200202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,257.649229248415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.6270239363673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.883824644004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.376525246653473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000225337269018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.581374743713003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.01349076071044E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.065,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.065,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.002013,Mm²,,,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000142807745505,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000142807745505,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.48598201936376E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.79479253112033E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000132097164592,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.07105809128631E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,164.792332389142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.9015610697117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.94191232200202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,250.484345231495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.7606244278847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.883824644004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.358761215328512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000124607842433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.554180270792906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.98431369733319E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.055,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.055,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.001647,Mm²,,,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000142116182573,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000142116182573,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.44973029045643E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.76188796680498E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.00013145746888,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.06587136929461E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,145.324588316855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,54.776201522119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.94191232200202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,220.893374241619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.9104806088476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.883824644004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.31701765881285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.021640390693E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.490687143709955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.6086561562772E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.02,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.02,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.000366,Mm²,,,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00013969571231,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00013969571231,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.32284923928077E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.64672199170124E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000129218533887,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.04771784232365E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.856844244568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.6508419745263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.94191232200202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,191.302403251743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0603367898105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.883824644004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.272293488264471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.74402081626766E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.422556180349408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.97608326507065E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.035,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.035,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.000915,Mm²,,,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000140733056708,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000140733056708,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.37722683264177E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.69607883817428E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000130178077455,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.0554979253112E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.025164407583,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.7741978357388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.94191232200202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,194.598249899526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.5096791342955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.883824644004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.278728001144705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.9203391019701E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.432401021696083,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.96813564078804E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.025,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.025,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.000549,Mm²,,,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000140041493776,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000140041493776,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.34097510373444E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.66317427385892E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000129538381743,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.0503112033195E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.588945188202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.5323822300625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,8.94191232200202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,178.735196686067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.812952892025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.883824644004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.256224986458162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.71932778443043E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.398153518193393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.08773111377217E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.21,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.21,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.00732,Mm²,,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000764177040111,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000764177040111,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000365505878285,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000398671161826,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000637323651452,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000126853388658,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,157.19378433962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.4379667221614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.44652470656931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,238.934552196222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.3751866888645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.89304941313862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.357225082992077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000464365916406,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.547698999556686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000185746366562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.002196,Mm²,,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000715767634855,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000715767634855,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000342351659751,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000373415975104,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000596950207469,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000118817427386,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.482793771681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.5675598409183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.44652470656931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,225.693846532955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.6270239363673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.89304941313862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.316563689249978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000135202361411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.485594874608414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.40809445642626E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.035,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.035,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.000915,Mm²,,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000703665283541,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000703665283541,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000336563105118,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000367102178423,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000586856846473,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000116808437068,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,143.486229917777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.9015610697117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.44652470656931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,218.099069475021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.7606244278847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.89304941313862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.301043155660544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,5.66399283787862E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.461928961937404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.26559713515145E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.025,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.025,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.000549,Mm²,,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00070020746888,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00070020746888,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000334909232365,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000365298236515,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000583973029046,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000116234439834,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,121.897303077323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,54.776201522119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.44652470656931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,185.283900677531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.9104806088476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.89304941313862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.255846251262381,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.00721346356433E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.393208323933605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.20288538542573E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.05,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.001464,Mm²,,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000708852005533,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000708852005533,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000339043914246,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000369808091286,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000591182572614,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000117669432918,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.308376236869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.6508419745263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.44652470656931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.468731880041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0603367898105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.89304941313862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.214747546934048,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.97608326507065E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.330791651651018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.79043330602826E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.11,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00366,Mm²,,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000729598893499,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000729598893499,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000348967150761,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000380631742739,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000608485477178,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000121113416321,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,91.7293703745051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.7741978357388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.44652470656931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.428642969248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.5096791342955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.89304941313862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.202931138621067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000196813564079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.312958770926835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,7.87254256315215E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.1,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.003294,Mm²,,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000726141078838,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000726141078838,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000347313278008,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00037882780083,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000605601659751,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000120539419087,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,83.847997955894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.4989821071831,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.44652470656931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.448956892959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7995928428733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.89304941313862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.185418497591173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000344422575118,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.286318213242805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.52198588244245E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.04941,Mm²,,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000333498759305,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000333498759305,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000133399503722,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000200099255583,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000278137965261,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,5.5360794044665E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.803115978802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,5.2326859177634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.540736287779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.09307436710536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.235458487732103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000258547011197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.363176910013594,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000103418804479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.09,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.039528,Mm²,,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000306699751861,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000306699751861,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000122679900744,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000184019851117,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000255787593052,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,5.0912158808933E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,133.304552630576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,5.33010294282814,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.622919998475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.13204117713126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.422027155650469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000210688309124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.646336998839267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.42753236496443E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.56,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.02013,Mm²,,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000254094292804,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000254094292804,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000101637717122,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000152456575682,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000211914640199,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,4.21796526054591E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,121.897303077323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,5.42751996789289,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,185.283900677531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.17100798715715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.320438062006196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000109255976954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.491088717990979,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.37023907814735E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.01281,Mm²,,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000234243176179,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000234243176179,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.3697270471464E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000140545905707,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000195358808933,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,3.88843672456576E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.991771597118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,5.62235401802238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.147492827619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.24894160720895,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.262586784118679,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,7.20223549708666E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.402840489372142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.88089419883467E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.61,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.61,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.02196,Mm²,,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00025905707196,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00025905707196,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000103622828784,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000155434243176,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000216053598015,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,4.30034739454094E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.0862401169127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,6.01202211828135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.011084977707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.40480884731254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.254109743578085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000132024005717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.390348245537701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.28096022869834E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.14,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.14,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.041358,Mm²,,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000311662531017,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000311662531017,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000124665012407,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00018699751861,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000259926550868,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,5.17359801488834E-05,1e6 dimensionless,Own calculations,,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.5812796278676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,6.23468960414362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27381489384773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.123545034359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.49387584165745,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54762978769547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.285284996798186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000257854292648,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.43856748894125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Estonia,ee,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000103141717059,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,194.300667467564,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.91,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.2,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.13012,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.31719,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.46269,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,2.25692307692308,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,28.5257313791446,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,28.5257313791446,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.561022,Mm²,,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.427223845369283,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.176174781595581,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.312727854810315,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.046567399145252,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.067928591413716,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.728443050689479,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.074581239956829,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.044489799772208,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,Before 1945,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,230.519197147967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.0473701653426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,49.4259208280931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,230.519197147967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.75989860536058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,55.9550849694842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.20270518290614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010685993704901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.5118884187157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004353473835377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,45.5948375780875,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,45.5948375780875,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.834372,Mm²,,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.682864238612995,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.281593500458967,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.499856622664712,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.074432202008816,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.108575413939466,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.07785530946711,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.110919889675021,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.071678092619471,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,202.052398476284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.5029543573713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,50.1447697814469,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.052398476284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.57510360519306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,56.7688938695761,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.3715062003832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019610207033069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.1409147862602,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007989198345272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,28.747168188371,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,28.747168188371,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.575344,Mm²,,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.430540257624821,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.177542374278277,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.315155468581369,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.046928888081106,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.068455900962347,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.745781804825513,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.076485180477276,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.046882792848069,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,200.823649091014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.9199727067725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,50.897988321377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,200.823649091014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.3375968807391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,57.6216125786309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.52681901988468,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013186868777005,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.76956940470484,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005372330339752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,36.282007208073,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,36.282007208073,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.685146,Mm²,,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.543387947924152,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.22407750429862,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.39775997788048,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.059229286323733,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.08639868371994,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.882353206648319,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.091082057800696,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.061588119649799,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,199.175793251254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.2708088130488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,49.9321095208844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,199.175793251254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9249275104361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,56.5281411885932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.15201111569108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020054777575025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.61745199247919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008170316384065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,23.9802292167227,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,23.9802292167227,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.488026,Mm²,,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.359146820904836,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.148101781816427,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.26289547290234,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.039147003478627,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.057104344523869,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.632663014332241,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.064877285046169,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.039701576146233,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,182.301556569218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.1779230250077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,49.8986766488431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.301556569218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.7388858403881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,56.4902918341553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.02229170807755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017655767062203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.0662832597978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007192959501141,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,26.0177111965401,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,26.0177111965401,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.520674,Mm²,,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.38966175756741,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.16068526085254,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.285232406539344,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.042473131574848,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.061956219453218,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.667105857678317,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.069217450533637,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.050238629670286,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,167.151856494905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.4094187332847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,49.6682566586105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.151856494905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.2035971919402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,56.229433363213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.08808792786986,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016874741689534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.15186988623913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006874769764316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,5.1529827006247,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,5.1529827006247,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.188034,Mm²,,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.077175131996503,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.031824796699589,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.05649219662144,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008412089387619,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.012270845987444,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.229606019082615,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.024996896510373,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.029452726570341,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,113.071299418045,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.0473701653426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,52.2490294954275,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.071299418045,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.75989860536058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.1511262917735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.768370880267617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00358155320167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.227459180342315,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00145912477436,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.35,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,1.05461853407824,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.9882,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.14715,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.21465,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.35,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,22.1912542047093,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,14.076279229121,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.416262,Mm²,,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.423757045209258,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.174745173282168,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.310190157093177,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.046189517927809,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.067377370188272,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.38,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.037290619978415,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006466425230843,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,254.102561527372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.0473701653426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,46.9563189646209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,254.102561527372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.75989860536058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,53.1592486998473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.16599460589474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007928696399766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.09648901012386,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003230150913265,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,32.5228255646324,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,20.6297656610418,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.581812,Mm²,,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.630226645880801,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.259887276651877,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.461325904784746,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.068694704401007,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.100206036695047,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.56,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.055459944837511,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014766701043291,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,233.050521395457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.5234760215591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,46.9563189646209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.050521395457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.3982641311832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,53.1592486998473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.71383585678316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014849864631055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.21666661618393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006049834850692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,18.5583853916386,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,11.7718905116642,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.368984,Mm²,,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.434574889075429,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.179206139824919,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.318108818803214,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.047368662909222,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.069097407362993,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.39,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.038242590238638,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006332298836791,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,240.223821961933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.73683270005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,46.9563189646209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,240.223821961933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.67038564200036,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,53.1592486998473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.33663028262608,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008758511476995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.15443835493112,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003568217575728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,26.5737626141278,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,16.8561767295451,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.486486,Mm²,,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.517511692049407,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.213406883319343,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.378818558580166,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.056408774433385,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.082284359035856,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.46,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.045541028900348,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011970663149059,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,224.232062152054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.635779316054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,46.9563189646209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,224.232062152054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.4440164933604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,53.1592486998473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.53459127037474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01247144773635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.53233652376049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005080867807789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,17.6357520422874,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,11.1866489326276,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.343266,Mm²,,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.368620937762322,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.152008634128792,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.269830526442019,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.040179682216093,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.058610729104209,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.33,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.032438642523084,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006182295239237,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,202.374954015742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.0955864903518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,46.9563189646209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.374954015742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8905419361693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,53.1592486998473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.78885862849225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011703855592197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.54140089215555,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004768150768261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,19.6732340221048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,12.4790574196668,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.375914,Mm²,,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.39328096894112,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.162177719150977,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.2878816692649,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.042867625614582,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.062531674061638,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.35,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.034608725266819,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008672243674302,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,194.496585444869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.0041161115096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,46.9563189646209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,194.496585444869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.223676903829,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,53.1592486998473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.02238361098876,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011278967303942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.81294839780702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004595051279626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.70062469966362,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,1.71305087197185,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.043274,Mm²,,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.142027821081664,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.058568173641924,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.103964365031778,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015481032497902,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.022582423551985,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.012498448255187,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.009529372826478,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,188.467743088429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.0473701653426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,46.9563189646209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.467743088429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.75989860536058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,53.1592486998473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.405579711768142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000824255896535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.46641801169057,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000335801852248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.08,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.79056,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.11772,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.17172,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.906923076923077,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,2.4328962037482,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,1.54322626308164,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.021406,Mm²,,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.403031419141669,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.295018998811702,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043930424686442,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.064081995643525,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.338443050689479,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.035466764884467,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.029121603567724,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,147.900786893403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.0473701653426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.900786893403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.75989860536058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.333310215053729,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000407728005759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.388206323788823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000166108389546,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.62511148486305,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,14.291151284491,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.604774261655491,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.21,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.442694759531819,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.065920394520449,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.096159107603223,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.507855309467111,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.053220135025683,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.043698817162697,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,124.92987567768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,18.4759490603823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.92987567768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.52710164719976,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.74785947784778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000554278471811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.95799177567204,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000225813049416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.09603892359443,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,14.906438312718,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.399862301929619,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.292699205012481,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043584990910329,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.063578106006809,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.335781804825513,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.035187882569807,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.028892614534299,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.05809993531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.4321009100435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.05809993531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.73143791075173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.89736355034813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000642963027301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.12735991720064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000261943137323,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.52852330610283,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,7.6371709483032,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.01,Mm²,,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.479138169749143,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.19,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.350729140256372,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.052226060502657,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.076182968990114,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.402353206648319,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.042164158937925,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0346208041629,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,130.590856466608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.2207446653796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.590856466608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.9785313766757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.08439856799708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000392207446654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.2293436807708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000159785313767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.1344819798174,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,6.86330478908976,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.01,Mm²,,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.336606337678089,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.246395839180361,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036690090806912,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.053520407690816,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.282663014332241,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.029621357715672,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.024321965630176,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,126.50350571648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.9661967919562,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.50350571648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.097028573043,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.947303290395576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00041966196792,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.07432304383593,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00017097028573,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.86538058625661,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,6.31144941325722,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.01,Mm²,,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.365713845784866,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.267702535114522,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.039862809190551,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.058148501479794,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.307105857678317,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.032182818429068,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026425169677481,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.3601176150911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.8678869523584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.3601176150911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.2421771443908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.618946520386188,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000398678869524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.70820933501369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000162421771444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.597,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,1.01300348874088,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.131054,Mm²,,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.035256022724336,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.014,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025807408634214,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003842906476953,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.005605707613169,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.029606019082615,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003102529999742,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002547473641979,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,30.0420280134451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.0473701653426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.0420280134451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.75989860536058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.11110537600346,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002496234049649,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.135434785717046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001016965751827,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,32.66,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.48,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.403076923076923,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.90158097068717,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,2.474837279218,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.123354,Mm²,,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.020725626067589,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015171158281475,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002259093241367,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.003295374544747,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001823855093948,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008901770973641,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,147.900786893403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.0473701653426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.900786893403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.75989860536058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.53452210184133,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002349569299376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.622557757812036,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000957214532566,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,10.446900528592,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,14.291151284491,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025452384225311,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018631145252927,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002774309880559,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.004046929091824,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.002239809811827,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013212574413483,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,124.92987567768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,18.4759490603823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.92987567768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.52710164719976,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.15759192402542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000554278471811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.47227125371168,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000225813049416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,7.09274387313791,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,14.906438312718,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.03471258714581,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025409613790733,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003783671998893,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.005519301356184,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.003054707668831,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011657879476979,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,129.05809993531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.4321009100435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.05809993531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.73143791075173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.10672482134018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000642963027301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.39014165726529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000261943137323,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,6.17972128784238,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,7.6371709483032,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.01,Mm²,,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.038373522300264,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.028089418323793,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004182713930729,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.006101390045742,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.003376869962423,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014996652337841,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,130.590856466608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.2207446653796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.590856466608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.9785313766757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.22327751605952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000392207446654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.40365887983922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000159785313767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.20999519461797,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,6.86330478908976,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.01,Mm²,,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.032014600084233,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.023434687261658,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003489591409181,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.005090321413393,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.002817284807412,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00919731527682,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,126.50350571648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.9661967919562,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.50350571648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.097028573043,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.951258934564193,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00041966196792,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.07928800728299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00017097028573,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.47909658817876,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,6.31144941325722,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.01,Mm²,,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027567123156254,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.006,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020179134150378,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003004816424032,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.004383172581844,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00242590683775,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.015141216318504,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,82.3601176150911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.8678869523584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.3601176150911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.2421771443908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.651095093726648,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000398678869524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.748560914859243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000162421771444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.855358000961076,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.532567713898558,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.013706,Mm²,,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.106771798357329,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.078156956397565,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011638126020949,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [MIl.],,0,0.016976715938815,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.009395918255445,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.017375880101884,1e6 dimensionless,Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,30.0420280134451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.0473701653426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,58.07755240361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.0420280134451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.75989860536058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,65.7495970761269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.059237407147705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000261063255486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.072238858099029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000106357170285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.475971130814598,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,11.7080152671756,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,11.7080152671756,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.2191,Mm²,,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.083312453541529,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.0099,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029159358739535,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.054153094801994,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.075803139462215,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.007509314079314,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,214.210414661476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.94890663773244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,237.773560274238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.92204582818415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.54250464918061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.120196628923573,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.82977584625641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.039670786412486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,22.3945801526718,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,22.3945801526718,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.6764,Mm²,,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.131984260414904,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.046194491145217,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.085789769269688,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.120680605769255,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.01130365464565,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.73472347597681E-17,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,204.847648936098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.3261697953365,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.40999054517853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,227.380890319069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.1974211263211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20528742508744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.641447819617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.186048330635575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.31388063958972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.060577399028807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,16.9656488549618,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,16.9656488549618,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.9354,Mm²,,,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.134407598057789,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.047042659320226,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.087364938737563,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.123175943474201,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.011231654583587,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.682657132751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.1712818395324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.5329905652555,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.007749417354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.2216614622317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.36887745178982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.02354409930397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.164885180711763,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.36558819249368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.059358665056235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,21.1068702290076,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,21.1068702290076,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.4736,Mm²,,,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.165473111817685,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.05791558913619,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.107557522681495,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.151547805201085,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.0139253066166,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,154.112810823828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.4222963379882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.59491529566796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.06522001445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6720266816758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.45123734323839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.30760963908708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.199462088559636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.68349621827486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.071806351881469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,10.1908396946565,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,10.1908396946565,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.0124,Mm²,,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.093106302801165,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.032587205980408,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.060519096820757,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.085371617602847,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.007734685198318,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.73472347597681E-17,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.603238505012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.3570161673108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.5967642618584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.839594740563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.0885258202319,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.45369646827168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.53066415033414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.123474859335096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.70485911270072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.044450949360635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,15.1812977099237,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,15.1812977099237,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.6923,Mm²,,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.139906860257375,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.048967401090081,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.090939459167294,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.12844500851902,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.011461851738355,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.56125112837913E-17,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.126039623278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.4970027468544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.48714330513982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,112.249903981838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.8589209888676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.30790059583596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.57298257670909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.170952980495356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.75431743399885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.061543072978328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,2.23282442748092,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,2.23282442748092,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.3042,Mm²,,,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.013514773464512,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004730170712579,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008784602751933,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.012340088269734,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001174685194778,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.4237784451641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.6705618758422,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67490160824962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,87.4237784451641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.0814022753032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.55761913897199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.20117453370705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013588784922631,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.203145486972212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004891962572147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,2.39503816793893,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,2.39503816793893,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.4303,Mm²,,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.038502218491426,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.010918086860913,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.013475776471999,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.025026442019427,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.034517238877563,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003984979613863,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,201.082004098985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.201024549874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.487026556217357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031367946206036,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.541793523334485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007692460634173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.53770992366412,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,2.53770992366412,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.4511,Mm²,,,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.040363352920014,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.011445849367785,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.014127173522005,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.026236179398009,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.036185745892793,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.004177607027221,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,209.609031996759,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.182175160616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,232.666025516402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6255830578217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.537677715662625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020832779214954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.748087439301975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007499800517383,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.98473282442748,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,1.98473282442748,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.3744,Mm²,,,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.033500419714594,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.009499725123694,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.011725146900108,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.021775272814486,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.030033126274134,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.00346729344046,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,171.289857419243,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6439969122221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,190.13174173536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.7918388884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.344462276435952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017463512443936,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.383342615107292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006286864479817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.11068702290076,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,3.11068702290076,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.5018,Mm²,,,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.044899868089699,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.012732270478285,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.015714953831395,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.029184914258304,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.040252731742415,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.004647136347284,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,134.424323801453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,42.9124771592444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.210999419613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.448491777328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.425201238550716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021533481038509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.473524207357946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007752053173863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.00190839694657,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,1.00190839694657,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.2405,Mm²,,,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021519366830555,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.006102253985706,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.007531778390694,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.013987588439861,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.019292112363593,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.002227254466962,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.361293827691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.1809574062666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.681036148737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.105144666256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.150914886462388,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009423020256207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.168015025260056,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003392287292235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.52671755725191,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,1.52671755725191,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.312,Mm²,,,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.027917016428828,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.007916437603079,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00977095575009,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.018146060678739,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.025027605228445,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002889411200384,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,98.1582297546843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.6546712397026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.9556350277,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.8356816462929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.153319641927918,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011124257426787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.170945947357978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004004732673643,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.400763358778626,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.400763358778626,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0546,Mm²,,,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004885477875045,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001385376580539,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001709917256266,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.003175560618779,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.004379830914978,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000505646960067,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,86.9786817551432,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.2662270763767,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.546336748209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.6958417474956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.035766052800156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00192553599837,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.039900119122895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000693192959413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.52862595419847,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,2.52862595419847,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.4485,Mm²,,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.040130711116441,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003080357142857,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.014045748890754,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.026084962225687,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.037120907782708,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.003009803333733,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,258.208595217284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67201076029949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,286.611540691185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.55377431119832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.659669471221943,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022271726408104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.733719546523203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008017821506917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.13549618320611,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,6.13549618320611,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.9399,Mm²,,,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.084100011991846,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.006455357142857,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.029435004197146,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.0546650077947,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.077792511092457,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.006307500899388,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,232.747399438168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.0728160760967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67201076029949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,258.349613376367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.3462137873948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.55377431119832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.44441489272533,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.058342239829923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.60690723552581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011003206338772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,7.12786259541985,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,7.12786259541985,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.0751,Mm²,,,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.096197385777671,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.007383928571429,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.033669085022185,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.062528300755486,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.088982581844346,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.007214803933325,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,193.76884133253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.6935442368577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67201076029949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,215.083413879108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.5696759252688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.55377431119832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.40020340184488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.067401829409046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.55841583566945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024264658587257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.70229007633588,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,8.70229007633588,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.2896,Mm²,,,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.115390334572491,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.008857142857143,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.040386617100372,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.075003717472119,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.106736059479554,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.008654275092937,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,173.088176132306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,67.7090277758063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67201076029949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.12787550686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.3752499992903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.55377431119832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.52951613021046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.08731756221968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.70287847933272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031434322399085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.85687022900763,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,4.85687022900763,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.7657,Mm²,,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.068513011152416,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005258928571429,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.023979553903346,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.044533457249071,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.063374535315985,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.005138475836431,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-6.93889390390723E-18,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,188.523745086096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.7245113147549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67201076029949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.261357045567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.1808240733118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.55377431119832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.92861297448297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.055685158313708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.03361547576902,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020046656992935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,8.14885496183206,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,8.14885496183206,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.2142,Mm²,,,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.108643722268857,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.008339285714286,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.0380253027941,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.070618419474757,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.100495443098693,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.008148279170164,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.389315276642,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.4517564279025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67201076029949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.412139957073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.4426323140449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.55377431119832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.986511187362101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.089185122654759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.0998176601632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.032106644155713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.66793893129771,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.66793893129771,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.091,Mm²,,,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008142463125075,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000625,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002849862093776,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.005292601031299,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.007531778390694,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000610684734381,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.409905555708,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.67201076029949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.774995166836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.55377431119832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.076867692195807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00451890101034,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.085715781139908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001626804363722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.868320610687023,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,0.868320610687023,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.2223,Mm²,,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000888888888889,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000888888888889,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000311111111111,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000577777777778,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000822222222222,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,6.66666666666667E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,209.668975953861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.980864709477028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,232.732563308786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.30455006360445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.182911598285914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011039029610973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.203219249206942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00397405065995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.79961832061069,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,4.79961832061069,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.7579,Mm²,,,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003030539311241,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003030539311241,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001060688758934,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001969850552307,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.002803248862898,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000227290448343,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,165.100643848452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.1274956183564,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.980864709477028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,183.261714671781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.4858984226083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.30455006360445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.797127851189294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.041023228929152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.885847625590639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014768362414495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.73664122137405,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,1.73664122137405,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.3406,Mm²,,,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001361923326836,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001361923326836,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000476673164392,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000885250162443,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001259779077323,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000102144249513,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,155.554568679942,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.6687705745399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.980864709477028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.665571234736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.6807574068344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.30455006360445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.271845886229717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018620183257688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.302123683934141,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006703265972768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.42175572519084,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,1.42175572519084,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.2977,Mm²,,,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001190383365822,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001190383365822,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000416634178038,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000773749187784,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001101104613385,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,8.92787524366472E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,152.707230717593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.288486546977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.980864709477028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.505026096528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.0238551569117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.30455006360445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.218506929567113,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014077782445035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.242849492823089,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005068001680213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.438931297709924,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,0.438931297709924,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1638,Mm²,,,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000654970760234,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000654970760234,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000229239766082,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000425730994152,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000605847953216,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,4.91228070175439E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,164.845882030768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.9082025194141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.980864709477028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.978929054152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.3669529069891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.30455006360445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.072786549141711,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00653696357268,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.080887786635657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002353306886165,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.648854961832061,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.648854961832061,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1924,Mm²,,,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000769330734243,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000769330734243,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000269265756985,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000500064977258,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000711630929175,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,5.76998050682261E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.764656401565,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.4953508721321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.980864709477028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.688768605737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.3783263139676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.30455006360445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.094567704537699,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008753305507798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.105110168602245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003151189982807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.190839694656489,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.190839694656489,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.026,Mm²,,,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000103963612736,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000103963612736,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,3.63872644574399E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,6.75763482781027E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,9.61663417803769E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,7.79727095516569E-06,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.114530923423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.2518200551432,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,0.980864709477028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.347129324999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.8506552198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.30455006360445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.019674693823073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001072547321434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021880091486375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000386117035716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.0324427480916,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,2.0324427480916,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.3809,Mm²,,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001993197278912,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001993197278912,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000697619047619,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001295578231293,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001843707482993,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000149489795918,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,204.978361310622,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.15577162499377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,227.52598105479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.18717626124171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.4291180373596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018914828514708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.479073497216744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006809338265295,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.61259541984733,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,1.61259541984733,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.3237,Mm²,,,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00169387755102,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00169387755102,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000592857142857,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001101020408163,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001566836734694,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000127040816327,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,176.564925644228,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.182175160616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.18959454601022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.987067465093,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6255830578217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.23216074619359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.294709102215173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014949170099491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.329322992058276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005381701235817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.90648854961832,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,0.90648854961832,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.2275,Mm²,,,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001190476190476,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001190476190476,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000416666666667,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00077380952381,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00110119047619,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,8.92857142857143E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,174.586775059858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6439969122221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.18959454601022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.791320316443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.7918388884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.23216074619359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.163871709089289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010611509297531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.183131972337314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003820143347111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.2118320610687,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,1.2118320610687,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.2691,Mm²,,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001408163265306,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001408163265306,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000492857142857,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000915306122449,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001302551020408,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000105612244898,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.0842021724855E-19,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,154.655409323411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.2799372673166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.18959454601022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.667504348986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.860777416234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.23216074619359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.194917132551684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011108431118635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.218008181937861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003999035202709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.49618320610687,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,0.49618320610687,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1716,Mm²,,,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000897959183673,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000897959183673,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000314285714286,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000583673469388,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000830612244898,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,6.73469387755102E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,178.603020185699,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.915877622411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.18959454601022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,198.249352406126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.929715944068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.23216074619359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.091690992042451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006163164600006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.102452659197716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002218739256002,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.181297709923664,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.181297709923664,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1287,Mm²,,,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000673469387755,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000673469387755,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000235714285714,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000437755102041,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000622959183673,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,5.05102040816326E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,168.892099135159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.5849417133245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.18959454601022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.470230040027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6105790167968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.23216074619359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.031741910113953,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005223281998505,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.035480395276128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001880381519462,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.200381679389313,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.200381679389313,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0273,Mm²,,,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000142857142857,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000142857142857,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,5E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,9.28571428571428E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000132142857143,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.07142857142857E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,168.037897746454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.4476431841938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,6.18959454601022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,186.522066498564,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.4811515463098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.23216074619359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.034911997501353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001022320658928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.039025179123473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000368035437214,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.219465648854962,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,0.219465648854962,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.1339,Mm²,,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001150837988827,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001150837988827,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000402793296089,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000748044692737,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000959798882682,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000191039106145,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,193.214359729335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.07788581249688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,214.467939299562,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.09358813062085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.043079405033036,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006649240058071,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.047966747432197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002393726420906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.706106870229007,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,0.706106870229007,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.2002,Mm²,,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001720670391061,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001720670391061,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000602234636872,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00111843575419,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001435039106145,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000285631284916,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,171.784395065335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.1685052750511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.07788581249688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,190.680678522522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3406618990184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.09358813062085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.123471457871752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009643334756065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.137531447827601,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003471600512183,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.381679389312977,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,0.381679389312977,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.156,Mm²,,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001340782122905,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001340782122905,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000469273743017,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000871508379888,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001118212290503,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000222569832402,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.012554792894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.6501903278016,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.07788581249688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.183935820112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5140685180086,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.09358813062085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.057286427711981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007589429691137,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.063846383187303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002732194688809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.591603053435114,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,0.591603053435114,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.1846,Mm²,,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001586592178771,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001586592178771,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00055530726257,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001031284916201,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001323217877095,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000263374301676,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.315076723299,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,43.0554184401044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.07788581249688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.189735162862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.4999506384376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.09358813062085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.087198126691024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007948030244043,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.097190515688893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002861290887856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.019083969465649,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,0.019083969465649,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1066,Mm²,,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000916201117318,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000916201117318,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000320670391061,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000595530726257,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000764111731844,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000152089385475,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,160.499945140866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.4606465524072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.07788581249688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,178.154939106361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.4858327588666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.09358813062085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003121714331171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003993304922487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00347802532895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001437589772095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.209923664122137,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.209923664122137,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1326,Mm²,,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001139664804469,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001139664804469,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000398882681564,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000740782122905,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000950480446927,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000189184357542,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,119.288474633174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.3305306042201,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.07788581249688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.410206842823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2389910175193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.09358813062085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.025687594750045,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00561302835812,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.028655376807402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002020690208923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.124045801526718,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Covered area: heated [Mm²],,0,0.124045801526718,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0169,Mm²,,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000145251396648,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000145251396648,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,5.08379888268156E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,9.44134078212291E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000121139664804,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.41117318435754E-05,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.439877534259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.0349337667111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.07788581249688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.808264063028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.052576156016,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.09358813062085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014329493544922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000659690380657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.01598973357364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000237488537037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.66412213740458,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Covered area: heated [Mm²],,0,3.66412213740458,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.6032,Mm²,,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000646599777035,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000646599777035,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000226309921962,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000420289855072,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000539264214047,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000107335562988,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,199.883124956943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.870268702207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.740699581062762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029953858125681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.824003282542839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010783388925245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.6030534351145,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Covered area: heated [Mm²],,0,6.6030534351145,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.0036,Mm²,,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001075808249721,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001075808249721,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000376532887402,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000699275362319,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000897224080268,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000178584169454,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,216.427657117122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.6582528608774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,240.234699400006,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8769710299159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.44404679995282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.049837022571177,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.60618389928543,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017941328125624,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.82824427480916,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Covered area: heated [Mm²],,0,4.82824427480916,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.7618,Mm²,,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000816610925307,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000816610925307,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000285813823857,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000530797101449,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000681053511706,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000135557413601,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,160.499945140866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,53.3826218254432,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,178.154939106361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.2177438571595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.785874397992153,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.040666881306623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.874727702258178,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014640077270384,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,6.06870229007634,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Covered area: heated [Mm²],,0,6.06870229007634,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.9308,Mm²,,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000997770345596,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000997770345596,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000349219620959,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000648550724638,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000832140468227,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000165629877369,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,138.170821120334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.106990790009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.369611443571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.5585166844032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.852270081516083,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.05315518702734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.949045341134357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019135867329843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.37786259541985,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Covered area: heated [Mm²],,0,3.37786259541985,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.5642,Mm²,,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000604793756968,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000604793756968,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000211677814939,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000393115942029,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000504397993311,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000100395763657,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.6736415516076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,58.2491306058092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.6577421222844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.9696870180913,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.283537033873447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032864159487798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.316410140509326,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011831097415607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,4.46564885496183,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Covered area: heated [Mm²],,0,4.46564885496183,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.7124,Mm²,,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000763656633222,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000763656633222,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000267279821628,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000496376811594,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000636889632107,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000126767001115,1e6 dimensionless,Own calculations,,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.6932565658735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.3912704216094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2661357081021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.3695147881196,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.3808573517794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.01396049177579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.281154538017372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.042310341048355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.314307885791899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Finland,fi,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015231722777408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,2619.00356573551,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,33.89,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,14.88,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,22.0285,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.54077,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,5.32073,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,23.6699797979798,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,478.480229048982,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,295.203001323222,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,36.245564,Mm²,,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.19155131158291,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,2.71850939853508,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.02450835252889,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.1949694031355,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.972073555918517,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,5.44924328831899,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.479917526104139,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.645051871934946,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.61314458065142,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.04866039180171,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.39037948377915,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.91462722773878,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.679394873370638,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.320508964323835,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,0.790817569621891,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.209119688197432,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.961623055277032,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.038376944722968,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.961623055277032,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,ROOF,construction material,,insulation,0,0.334201248504059,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.038376944722968,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,214.880614666154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.0342297833331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.1806784292181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,286.414371288516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.6117053544982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.1806784292181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,73.0894580128035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.05236203380251,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,94.2064376636498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.565855065575608,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,370.788516598313,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,228.757214741159,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,25.483782,Mm²,,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.79801669303487,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,2.10665353769132,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.11871085047267,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.92601722175573,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.753288620806475,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,4.93606302497365,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.438048671147105,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.626555031921774,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,2.76723083665505,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,3.81746770457249,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,2.18788425819646,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.6513443036918,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.290961454181188,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.709038545818812,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,0.553394411169314,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.446605588830686,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.553394411169314,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.446605588830686,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.844355865350502,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.155644134649498,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.844355865350502,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.844355865350502,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.155644134649498,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,150.098122335367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.8931931157499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.9725713277729,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,200.065787260811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.5815699383387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.9725713277729,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,41.7416284985953,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.78114289664567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,53.1720923540593,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.957720535526378,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,408.519693569605,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,252.037350932446,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,27.59509,Mm²,,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.28625947524657,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,2.32102511040628,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.43606865891027,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.02024807872259,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.829942737613712,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,5.27821933967971,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.46774567803234,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.661510023826858,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.14778040649329,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,3.49272365654538,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1.02971037826985,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.13170685507548,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.643551228382551,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.643551228382551,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.356448771617449,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,0.511848161688103,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.488151838311898,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.868296933305552,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.131703066694448,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.868296933305552,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.868296933305552,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.131703066694448,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.511848161688103,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,167.353969278137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.2190228214005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.0130764740943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.066105650828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.0880685710671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.0130764740943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,50.3551869534736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.0822524644686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,64.396726219634,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.581927150144767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,391.511258995589,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,241.543146800279,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,26.643356,Mm²,,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.06616972231357,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,2.22439083706184,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.29301031950382,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.977770756406519,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.79538864640323,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,4.95933852327378,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.439754378489955,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.62493968029045,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.437230951675067,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.82579306255559,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.499857693447969,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.643207826860362,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.671509042395494,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.671509042395494,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.328490957604506,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.328490957604506,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.554106136970056,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.445893863029944,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.328490957604506,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.671509042395494,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.328490957604506,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.328490957604506,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.671509042395494,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.671509042395494,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.664428824166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.9408877784313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.9957840365392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.832317179731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9484153584625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.9957840365392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,37.6988698681975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.691152308036795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,47.6326911687232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.371632596031385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,258.415228662075,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,159.422896084501,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,20.024951,Mm²,,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.34390231992611,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.46819907112719,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.17353650795197,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.64537314774574,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.5249926642284,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,3.11740543164096,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.278195756804445,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.415299589697676,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.333800868393472,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.6447132804312,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.377939811349004,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.380731846084743,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.476628237760144,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.523371762239856,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.476628237760144,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.913280431202276,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.523371762239856,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.960023955681988,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.5082140600895,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.6031536769264,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.8173320975061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,112.640998520693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.9176157320833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.8173320975061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.5936446338377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.59280170182592,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.0786546074682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.318749475071797,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,385.135030565658,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,237.609013859011,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,26.286564,Mm²,,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.98366109792012,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.18816397571707,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.23937971364808,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.961846591898584,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.782434792373459,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,4.87124193792978,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.432047893624245,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.615174464668509,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.316797934540194,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.216460790420124,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.294734283016214,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.658686785477487,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.341313214522513,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.658686785477487,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.317373570954974,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.682626429045026,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.317373570954974,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.317373570954974,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.682626429045026,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.682626429045026,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.9727492318889,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.402401056032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.9889077223064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.929877451185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4981710478284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.9889077223064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,26.2254566394697,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.904320917113054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,32.3931042782685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.486253357131689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,326.153608295287,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,201.217476318192,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,18.252682,Mm²,,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.22043937997584,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.85305806946121,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.7432855969843,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.814544800335337,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.662608982656207,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,3.71060115889593,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.329997245099422,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.479911802846042,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.192351465939122,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.139117019018236,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.203090433436175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.194050459876576,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.805949540123424,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.194050459876576,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.194050459876576,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.805949540123424,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.805949540123424,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.3356201284921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,17.3051261543731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.9126300420685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.4239480692671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.30496633320643,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.9126300420685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,17.427852495309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.315864964665656,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,21.0675401943675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.169840591500723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,19.04,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,12.376,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.67472,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.98928,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,15.92,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,300.208929815058,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,185.222509695891,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,21.534389,Mm²,,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.03974747623098,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,2.11,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.62583585955014,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.77967126291258,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.634240353768264,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,3.37777204945364,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.294901565764862,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.367073861012484,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.617,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.35625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.8125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,243.890643076003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.462517701866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,325.081838156004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.6157957682933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,51.3016390242506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.505250983111368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,66.3400759421771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.271673453618983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,107.885165983131,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,66.5587474115917,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,10.772607,Mm²,,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.65337622616209,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.01,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.07469454700536,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.319101611649284,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.259580067507449,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.38244482775738,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.120696464509833,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.15023493389488,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.205,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.9625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,197.910051080036,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.3937974962776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,263.79430708458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.9558449137485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,15.3747027192869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.359738256664982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,19.7598762730939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.193431260608761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,145.616342954422,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,89.8388836028786,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,12.883915,Mm²,,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.17008793205039,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.19,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.41055715583276,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.418826970885726,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.340703805331912,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.81448528772281,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.158416419039679,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.197186225287907,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.932,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.715,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,225.314115327732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.779920963013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,300.321184320334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.3995635018121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,23.2141619735524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.345030225394177,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,29.9527133141719,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.185522752194449,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,128.607908380407,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,79.3446794707111,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,11.932181,Mm²,,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.88556132090139,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.08,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.2256148585859,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.363913334933968,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.296033127381518,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.57658278512343,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.137645976425801,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.171332559352157,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.445,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,194.500668507189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.7764675373058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,259.249941053231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.7846065948093,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.0576253062479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.283705114195757,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.1851355823754,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.152548239903058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,10.3304186334442,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,6.3674682968351,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,5.313776,Mm²,,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.146369048070473,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.095139881245808,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028249226277601,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.022979940547064,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.122384204058925,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.010684940509145,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013299903502404,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,153.366928493161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.7567235959765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.422778988534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.6985902775566,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.18741452201808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.115610355682934,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.51251103141532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.062163688250714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,122.231679950476,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,75.4105465294436,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,11.575389,Mm²,,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.790192174984,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.05,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.1636249137396,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.345507089771912,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.281060171472488,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.49684135639418,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.130684028773832,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.162666789815983,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.3225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,106.907180027497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.4299366706219,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.49658025865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.6736769477934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.5568149843564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.294361409207814,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.2406311064428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.158278129731041,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,63.2902576801052,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,39.0436889886249,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.541507,Mm²,,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.856805343745592,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.556923473434635,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.165363431342899,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.134518438968058,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.716404468089801,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.062546790093428,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.077854085562362,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.9160439027479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,20.6788291609666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.1923949179727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.1190064398518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.4111250992548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.90447457356076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.073234218225368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.77422549440064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03937803913978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,9.48373768079928,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,9.34656460534249,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.16442949251953,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.83036137239426,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.48894681588549,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,7.7499797979798,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,159.908689932678,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,98.6572616884624,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,8.947945,Mm²,,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.15180383535192,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.5,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.39867249297875,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.415298140222922,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.337833202150252,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.75842445399517,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.157081679980691,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.236297701376068,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.66666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,166.027716750167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.416994863314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.298343656297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6568181380039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,19.544849619855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.343753157102216,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,24.9976983222185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.184836072573862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,205.192292811267,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,126.597244664552,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,11.481861,Mm²,,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.14464046687278,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.88,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.0440163034673,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.606915610106446,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.493708553299026,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.56975687333855,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.229558754081713,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.345324839452512,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,2.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,130.477992517614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.8711055138863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.914116226727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.6351934348167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,20.5794445801269,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.974478236426776,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,26.0783381606093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.523976947726678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,209.100054166989,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,129.008333421032,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,11.700526,Mm²,,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.11617154319618,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.91,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.02551150307752,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.601421107836863,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.4892389322818,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,2.5464924610583,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.227480522653321,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.342198559484556,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,0.695,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,135.2511281196,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1087658315886,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.276228670615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.7926833876452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.587157651528,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.539496813440413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,27.3957708357288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.29008743658691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,216.938791302329,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,133.844834233537,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,12.139155,Mm²,,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.18060840141218,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.95,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.06739546091792,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.613857421472551,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.499355519021712,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,2.59914937399995,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.232184413303089,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.349274614109139,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.0125287937957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.9996858478208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.64479962925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5177310803732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,16.2076512175043,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.327753371458003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,20.173777595439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.176232987832968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,225.675152828291,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,139.235169295055,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,13.457207,Mm²,,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.19753327185564,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.1,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.07839662670617,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.617123921468138,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.502012723681335,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,2.61298014499289,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.233419928845462,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.351133198017287,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.6408907984503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.9298843119254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.819143345254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.0932987945223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,15.8339826710393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.402772648671632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,19.6181512655374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.216570853190737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,218.045345508009,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,134.527578178442,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,12.201074,Mm²,,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.19346892293613,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.97,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.07575479990848,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.616339502126672,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.501374620900972,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.60965881504068,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.233123231374337,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.350686876521111,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.315,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.315,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,64.5202615542606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.5739697810339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.999056625674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.7412235512619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.9954401783093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.470643859772158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.8849304614576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.25306520339949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,248.463978952256,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,153.295875013542,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,13.903197,Mm²,,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.36363403623025,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.14,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.18636212354966,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.649181368992438,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.528090543688149,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.74871540166689,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.245545284644808,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.369373349918545,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,51.306600447604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,16.4928313551029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,68.3865677366114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86819541963885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.7828398891523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.229303083417773,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.4011284199233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.123296267953737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,-323.39,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.36626231920072,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,4.3900202020202,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,18.3626093012458,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,11.3233299388687,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,5.76323,Mm²,,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.382661374775164,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.248729893603857,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.073853645331607,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.060077835839701,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.313046784870183,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.027934280358587,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.041680309546395,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,166.027716750167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.416994863314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.298343656297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6568181380039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.2434305096709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.221405977306097,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.86927805405713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.119049993997488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,57.7110578039155,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,35.6013226650159,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.229314,Mm²,,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.20265003500766,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.781722522754978,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.232111456756478,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.188816055496202,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.983861323877717,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.087793452555559,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.130995258574383,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,130.477992517614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,84.8711055138863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.914116226727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.6351934348167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.78744135031137,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.27407544923147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.33382480579707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.147370369051762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,53.8032964481931,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,33.1902339085352,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,3.010649,Mm²,,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.12121556629234,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.17,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.728790118090019,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.216394604294421,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.176030843907897,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.917241590898601,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.081848736339341,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.122125239054396,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,0.785,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,135.2511281196,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,46.1087658315886,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.276228670615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.7926833876452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.55392403522228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.138817309742106,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.04831765426577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.074642067448331,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,45.9645593128531,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,28.3537330960303,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.57202,Mm²,,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.957862859740613,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.622610858831399,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.184867531929938,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.150384468979276,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.783606364150394,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.069923988761065,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.104332506829154,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,89.0125287937957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,26.9996858478208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.64479962925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5177310803732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.43359590327462,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.069443731994312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.27378140157238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037339894693342,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,22.4096572003405,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,13.8203584926101,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.253968,Mm²,,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.466998458216972,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.303548997841032,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.090130702435876,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.073318757940065,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.382041082589148,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.034090887449839,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.050866488177985,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,81.6408907984503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.9298843119254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.819143345254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.0932987945223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.57185189756704,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.037531117170857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.94746509096657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02018048170277,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,44.8580051071733,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,27.6709891511259,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.510101,Mm²,,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.934803198302413,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.607622078896569,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.180417017272366,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.146764102133479,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.764741766494922,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.068240633476076,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.101820798331415,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.5,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.5202615542606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.5739697810339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.999056625674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.7412235512619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.67319628556414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.096824560121343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.26753579096447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.052062565977246,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,14.3993716629266,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,8.87801231602569,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.807978,Mm²,,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.300070826865558,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.195046037462613,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.057913669585053,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.047111119817893,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.245481289139237,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.021905170361186,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.032684367365135,1e6 dimensionless,Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,51.306600447604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,16.4928313551029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,68.3865677366114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86819541963885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.7926061568531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.740501722897694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013325844892633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.892137882846818,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007165306798769,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.473,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,367.71,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,367.71,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,98.159445,Mm²,,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.23893956745498,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.612579683099786,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.915665644952377,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.32327392250261,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.35,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.268207414582158,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.620732152872824,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,188.798498467626,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3013308855902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.85385804105461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.566333299064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.7287452959305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.84147687296044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,71.9433280118068,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,7.48969629249089,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,80.5007358783552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.1942299237949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,73.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,73.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,18.51555,Mm²,,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.48507573355224,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.121946188036508,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.204477195398682,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.280598538153559,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.436200938449615,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.056919097781566,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,189.218567717456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.2652215079734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.66712754979466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,210.032610166376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,44.9485240444651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.60059453923511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.3388328935627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.48615472209196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,16.1939505844507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.832246644371496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,49.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,49.08,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,12.033756,Mm²,,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.349636351711565,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.08176391951956,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.145176494260192,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.204459857451373,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.314919623234408,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.041146114683537,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,160.995839320128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.6703638910753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.92353240502016,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,178.705381645343,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.7354037790022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.93135680247601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.24148276427029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.982801231496411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.39921112301893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.55036868963799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,117.65,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,117.65,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,30.568227,Mm²,,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.915019024232225,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.195996844569606,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.375084186663687,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.539934837568538,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.682937201682563,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.107742277876762,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.124339544672899,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,134.396963343315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.4544586943253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.11959710302909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.180629311079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,44.4944968688222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.18428026290752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,16.6494233365123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.42878192953026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,18.8216316113795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.36011788053695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,136.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,136.47,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,35.655273,Mm²,,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.0377489158848,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.227349675974621,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.4343362327269,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.603412683157904,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.756935031796501,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.120798496538256,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.160015387550047,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.747613955362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.1956906147811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.06064234303826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,111.829851490451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.5495867442774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.10822862251935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.7125927370426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.64546760429356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,16.6944197930171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.48146185840439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,105.82,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,105.82,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,27.370578,Mm²,,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.792192770616074,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.17628887456316,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.32895205755072,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.463240713065354,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.583764662784929,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.092551859192904,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.115876248638241,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,74.9303912277482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.867418077522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.21379395482575,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.1727342628004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.0457541234123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.30579420172522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.69249767601997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.10390566214943,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.97607788211611,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.17818717080368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,34.26,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,34.26,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,8.02791,Mm²,,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.311705000605552,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.057074814236759,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.142380823383622,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.16932417722193,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.279557581567353,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.034448675011597,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.1526726261035,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.0789200628149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.75393802145321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.7794666149749,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.2041952351763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.42258004767464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.94962048078529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.490336073161472,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.38956211866237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.404588200970424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,60.37,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,60.37,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,16.112583,Mm²,,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.781189963529288,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.090891297801867,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.382783082129351,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.398406881399937,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.39,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.080853161225281,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.310336802304007,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,190.377864965389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3013308855902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.05896517386614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,211.319430111582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.7287452959305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23606507428732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.7381514355069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.22941152690454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.2634552443709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.68847045506654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,16.95,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,16.95,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,4.376157,Mm²,,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.219333607451076,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.025519421860885,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.107473467651027,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.111860139800049,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.196632579079889,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.022701028371186,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,190.377864965389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,70.9602377235989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.05896517386614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,211.319430111582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.7377331252154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23606507428732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.29570427086038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.310533141035791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.86061564340049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.173898558980043,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,11.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,11.53,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.911131,Mm²,,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.149198613210083,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.017359229147847,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.073107320472941,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.076091292737142,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.133756556742839,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.015442056467244,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,165.097654662617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.6698401008349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.05896517386614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,183.258396675505,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.1351104564675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23606507428732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.95037582671466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.208640293282584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.36334114397511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.116838564238247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,28.69,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,28.69,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,7.549479,Mm²,,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.371249628187101,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.043194820837097,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.18191231781168,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.189337310375422,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.19,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.038424336517365,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.142825291669736,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.817444359846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,65.9362528927681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.05896517386614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.197363239429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.9243016199501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23606507428732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.12781418952219,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.497784356552642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.79283505832051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.278759239669479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,36.94,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,36.94,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,9.779454,Mm²,,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.478004923849129,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.055615778380006,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.234222412686073,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.243782511163056,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.049473509618385,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.178531414230744,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.583547000854,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.2026656847013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.05896517386614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,114.977737170948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.7134927834327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23606507428732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.97631439973415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.588749199740915,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.63069785493897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.329699551854912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,26.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,26.78,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,7.033206,Mm²,,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.346534159736862,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.040319180969588,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.169801738271062,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.176732421465799,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.18,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.035866285532765,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.130667874204097,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.1232340043404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.7844257730782,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.05896517386614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.3867897448178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.6792784329238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23606507428732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.12049929399237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.385310152053768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.56332005205564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.21577368515011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,18,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,4.659972,Mm²,,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.232920645080788,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02710027100271,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.114131116089586,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.118789528991202,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.208813358314927,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.024107286765862,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.4644173521213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,54.1838541925204,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.05896517386614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.5655032608547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.3429583478114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23606507428732,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.07142088546777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.272495243389228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.39242823003256,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.271397336297968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.518,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,88,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,88,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,23.580972,Mm²,,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.1387231537283,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.203618171260106,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.387165872267622,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.751557281460677,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.03623806989275,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.102485083835547,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,201.513578101723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3013308855902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.30613731295905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.680071692912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.7287452959305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.42491713371718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.376134956492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.79925954717584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,20.5132390167434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.00758534641847,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,15.94,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,15.94,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,4.065312,Mm²,,,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.206264171254876,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.036882655112342,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.070129818226658,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.136134353028218,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.187700395841937,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.018563775412939,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,201.513578101723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,95.3766636069878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.30613731295905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.680071692912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,53.4109316199132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.42491713371718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.32858626371003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.387735895081451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.71569352189647,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.217132101245612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,12.74,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,12.74,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,3.238194,Mm²,,,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.164856056573847,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.029478357975611,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.056051059235108,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.108804997338739,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.150019011482201,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.014837045091646,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,176.77944603929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,96.3304302430577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.30613731295905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.225185103612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,53.9450409361123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.42491713371718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.34525033190766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.311936621230488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.61998230250357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.174684507889073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,36.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,36.63,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,9.695661,Mm²,,,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.473993512739404,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.084756063787019,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.161157794331397,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.312835718408007,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.431334096592858,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.042659416146546,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,152.045313976858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,104.036864662502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.30613731295905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.770298514312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,58.2606442110013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.42491713371718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.83704366074599,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.0087061712705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.52729074918731,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.564875455911481,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,36.69,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,36.69,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,9.711879,Mm²,,,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.474769914889674,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.084894894358333,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.161421771062489,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.313348143827185,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.432040622549603,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.042729292340071,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.571279692877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,111.743299081947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.30613731295905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,123.844120459094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.5762474858903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.42491713371718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.36161242994413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.08523739974468,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.88964098928023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.60773294385702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,29.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,29.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,7.717065,Mm²,,,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.37927245040655,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.067818734086747,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.128952633138227,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.250319817268323,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.345137929869961,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.03413452053659,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.8008151133967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,112.860732072766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.30613731295905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.4589047758703,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,63.2020099607492,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.42491713371718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.78758477561649,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.870953605353123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.13276482017001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.487734018997749,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,4.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.56,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.02714,Mm²,,,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.059006563420466,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.010551123419842,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.020062231562959,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.038944331857508,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.053695972712624,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005310590707842,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.5144711566366,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,77.2922572607278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.30613731295905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.8310629838666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.2836640660076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.42491713371718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.336621974621356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.079389969122784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.379647269336182,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.044458382708759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.166,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,99.35,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,99.35,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,26.648877,Mm²,,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.082172894867962,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.082172894867962,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.06573831589437,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.016434578973593,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.076009927752865,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.006162967115097,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,153.544352283672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3013308855902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.73057657150995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.434231034876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.7287452959305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.52244377724783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,15.5259141817623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.03334478170639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,17.2825956425845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.13867307775558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,17.75,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,17.75,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,4.592397,Mm²,,,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014681116093672,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.014681116093672,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011744892874938,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002936223218734,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.013580032386647,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001101083707025,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,153.544352283672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.1684506652934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.73057657150995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.434231034876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.5743323725643,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.52244377724783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.77387998717948,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.381942543329941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.08773097791519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.213887824264767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,10.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,10.5,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.632722,Mm²,,,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008684603886398,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.008684603886398,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006947683109118,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00173692077728,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.008033258594918,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00065134529148,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,121.529177016714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.0001351719463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.73057657150995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.897386488552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.0400756962899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.52244377724783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.30472741267635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.221149003870157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.4534082177909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.123843442167288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,22.29,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,22.29,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,5.819559,Mm²,,,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018436173393124,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.018436173393124,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014748938714499,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003687234678625,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.01705346038864,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001382713004484,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.5140017497556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,72.6601169237335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.73057657150995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.3605419422288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.6896654772908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.52244377724783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.05613165078101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.422849837384566,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.29326175168713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.236795908935357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,26.35,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,26.35,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,6.916977,Mm²,,,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021794220229198,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.021794220229198,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017435376183358,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00435884404584,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.020159653712008,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00163456651719,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,68.5274654543584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.3200986755208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.73057657150995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,76.0654866543378,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.3392552582916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.52244377724783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.87764940738163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.424149712176308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.09714196687228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.237523838818732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,20.54,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,20.54,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.346534,Mm²,,,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.016988739412058,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.016988739412058,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013590991529646,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003397747882412,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.015714583956154,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001274155455904,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.8238957498585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.9049124900937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.73057657150995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.524524282343,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.1467509944525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.52244377724783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.12054886148091,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.373748991395311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.253904723944,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.209299435181374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,3.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.92,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.854148,Mm²,,,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003242252117588,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003242252117588,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002593801694071,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000648450423518,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002999083208769,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000243168908819,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,26.8970301908357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.3895602175481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.73057657150995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,29.8557035118276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.498153721827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.52244377724783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.116140218508395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.054144066080698,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.130842337373176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030320677005191,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.136,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,51.28,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,51.28,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,13.655556,Mm²,,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.055183415097326,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.055183415097326,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018210526982118,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036972888115208,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.051044658965026,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.004138756132299,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,212.863439567601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3013308855902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.8262556298451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,236.278417920037,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.7287452959305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7058697625002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.778487569725,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.04193709678271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.2294342723605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.583484774198316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,9.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,9.47,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.354313,Mm²,,,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010190852983067,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.010190852983067,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003362981484412,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006827871498655,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.009426539009337,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00076431397373,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,212.863439567601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,70.9602377235989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.8262556298451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,236.278417920037,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.7377331252154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7058697625002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.17516141351981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.167062610155759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.44311120435363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.093555061687225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.93,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,6.93,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.667751,Mm²,,,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007457509099541,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.007457509099541,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002460978002849,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004996531096693,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.006898195917075,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000559313182466,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,182.454376772229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.6698401008349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.8262556298451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.524358217174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.1351104564675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7058697625002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.38101478254637,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.119527447498007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.55391547989914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.066935370598884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,17.69,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,17.69,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,4.576179,Mm²,,,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.019036556417155,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.019036556417155,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006282063617661,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012754492799494,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.017608814685868,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001427741731287,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,152.045313976858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.4278084892389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.8262556298451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.770298514312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.5195727539738,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7058697625002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.98733806634257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.290257005224477,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.36952341681681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.162543922925707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,20.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,20.86,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,5.43303,Mm²,,,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.022447855673366,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.022447855673366,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007407792372211,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015040063301155,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.020764266497864,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001683589175502,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.70699282921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.1857768776429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.8262556298451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.204762040424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.90403505148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7058697625002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.9106635628559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.29982598134954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.29401577940899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.167902549555742,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,17.51,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,17.51,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,4.527525,Mm²,,,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018842854882102,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.018842854882102,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006218142111094,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012624712771008,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.017429640765944,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001413214116158,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,83.0895518634095,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.3599278717364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.8262556298451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.2294025683846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.9215596081724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7058697625002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.74952578920689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.282336132437483,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.99500661851379,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.158108234164991,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.64,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.64,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.508164,Mm²,,,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002840955847444,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002840955847444,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000937515429657,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001903440417788,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002627884158886,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000213071688558,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.6448835407353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,57.5331853404853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.8262556298451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.6458207302162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2185837906718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7058697625002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.212443807410332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029236293595362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.243808462900771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016372324413403,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.186,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,32.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,32.6,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,8.606352,Mm²,,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.083774523348991,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.083774523348991,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.028483337938657,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.055291185410334,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.069867952473059,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.013906570875933,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,174.316740249524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3013308855902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.41312781492254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.491581676972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.7287452959305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8529348812501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.95699369890096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.656676111669861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.66163123979803,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.367738622535122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.24,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.24,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.481244,Mm²,,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.016035368886433,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.016035368886433,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.005452025421387,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.010583343465046,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.013373497651285,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002661871235148,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,174.316740249524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0122909590225,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.41312781492254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.491581676972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.4468829370526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8529348812501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.14023437672215,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109630261909306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.2751097833233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.061392946669212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.02,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.02,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.881178,Mm²,,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010330478032606,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.010330478032606,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.003512362531086,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00681811550152,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.008615618679193,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001714859353413,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,148.083569880278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.7524138686127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.41312781492254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.372762567108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.8613517664231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8529348812501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.629116724734705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.065870182547917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.7044073037424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.036887302226833,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.34,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.048874,Mm²,,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021431887261675,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.021431887261675,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.007286841668969,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.014145045592705,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.017874193976237,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.003557693285438,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,121.850399511031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.1558862737223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.41312781492254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.253943457244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.0472963132845,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8529348812501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.08639781789845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.135545075333186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.21853136534304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.075905242186584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,11.62,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,11.62,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.935458,Mm²,,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.029860735009671,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.029860735009671,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.010152649903288,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.019708085106383,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.024903852998066,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.004956882011605,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,93.1545233520184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.5593586788318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.41312781492254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.40152092074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2332408601458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8529348812501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.18021610655985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.168963079908646,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.32763677641913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.094619324748842,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.86,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.91913,Mm²,,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.020198397347334,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.020198397347334,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.006867455098093,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.01333094224924,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.016845463387676,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003352933959657,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,74.095322022525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.0420753070799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.41312781492254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.2458074450028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.4235621719648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8529348812501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.648516415722338,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.124824197984076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.731756114684347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.069901550871083,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.7,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.7,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.254082,Mm²,,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004368610113291,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004368610113291,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001485327438519,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002883282674772,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.003643420834485,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000725189278806,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.38,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,52.766148399856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,59.9708642233236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,8.41312781492254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.5704247238401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.5836839650612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8529348812501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.104004769565123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015237517123591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.118019711328653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008533009589211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.167,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,36.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,36.11,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,9.555105,Mm²,,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.097895616883117,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.097895616883117,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.03328450974026,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.064611107142857,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.08164494448052,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.016250672402597,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,231.066047578915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3013308855902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.19914681099556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,256.483312812595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.7287452959305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.99689938618427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.56764616941966,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.729067228251557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.55038046249793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.408277647820872,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.85,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.85,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.646127,Mm²,,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018570616883117,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.018570616883117,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00631400974026,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.012256607142857,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.01548789448052,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.003082722402597,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,231.066047578915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,79.1626307937999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.19914681099556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,256.483312812595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,44.3310732445279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.99689938618427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.62526658157089,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.130311743940705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.81168945356164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.072974576606795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.70278,Mm²,,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009109090909091,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.009109090909091,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.003097090909091,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.006012,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.007596981818182,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001512109090909,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,181.59778345405,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,82.0239307020095,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.19914681099556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.573539633995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.9334011931253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.99689938618427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.630997685690552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.057644778018758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.704156675107803,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.032281075690505,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,4.01,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,4.01,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.878475,Mm²,,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010871266233766,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.010871266233766,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.003696230519481,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.007175035714286,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.009066636038961,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001804630194805,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.129519329185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.7465305184288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.19914681099556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.663766455395,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.1380570903201,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.99689938618427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.554697951222123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.077083133397177,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.620189270024733,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.043166554702419,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.01,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.01,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.878475,Mm²,,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010871266233766,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.010871266233766,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.003696230519481,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.007175035714286,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.009066636038961,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001804630194805,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,95.0818583179223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,91.2563917391659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.19914681099556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,105.540862732894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,51.1035793739329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.99689938618427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.40613683056696,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.080166458733064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.455286426097503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.044893216890516,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.82,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.82,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.827118,Mm²,,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010356168831169,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.010356168831169,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.003521097402597,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.006835071428571,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.008637044805195,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001719124025974,1e6 dimensionless,Own calculations,,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,63.3879055452815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,83.7788613123781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.19914681099556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.3605751552625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.9161623349317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.99689938618427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.265822540000978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.069295004210972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.299325552748327,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +France,fr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.038805202358144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,3395.61087828885,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,41.18,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,17.7,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,21.6195,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,16.30728,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,3.25322,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,30.7054620689655,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,10.4745379310345,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,726.424380087072,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,695.417759057354,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,13.73442,Mm²,,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,8.80965371010363,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,3.78653631572823,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.62506819780441,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.48862286920104,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.695962643098187,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,8.23885585890693,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.836276244424608,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.063278633287758,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.81924959394082,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.79898724062155,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.52121237981082,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.13609434036011,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.51061182479089,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,WALLS,construction material,wood,,0,0.412323787685332,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.077064387523777,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,0.577064387523777,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,cavity wall,,0,0.01061182479089,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,other,,0,0.412323787685332,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.8866151080074,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.11335406623759,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,FLOOR,construction material,wood,,0,0.324013445553326,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,0.345237095135107,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,FLOOR,construction material,other,,0,0.324013445553326,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.336837982385283,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.324013445553326,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,0.334625270344217,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,243.415702576937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.3292241560476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5698115947586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,255.683853986815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.8496278777678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.5698115947586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,187.113712562004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.416554302833303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,195.655202923237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.162747766116971,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1026.14045050161,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,982.33595326519,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,18.769632,Mm²,,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,12.4444364405354,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,5.34880036185181,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.5333291312811,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.92799683045203,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.983110478802298,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,13.7467118447231,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.21508083526557,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.113103603152815,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.22773883529173,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.88904465883308,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.823393222777665,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.12437918503625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.777388352917305,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.222611647082695,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.554776705834609,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.445223294165391,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,0.554776705834609,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.445223294165391,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.554776705834609,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.445223294165391,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.554776705834609,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.445223294165391,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,0.879784545571932,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,0.120215454428068,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,210.468012502478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.9370105317155,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,26.1896443350288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.075600332603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.1196900147412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.1896443350288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,233.624549129875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.918529678860424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,244.044764032825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.358869545530767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,516.903274654552,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,494.843204826803,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,10.214478,Mm²,,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.2687032210832,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,2.69441172771876,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.29106919106868,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.48240647554895,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.495227554465573,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,7.75292827995117,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.679586914529751,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.064026464727808,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.02021202577999,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.64402647575802,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.797879742200088,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.202120257799912,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,0.554361359308628,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.445638640691372,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,173.347264617259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.5144949753539,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.0196857036275,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.083966753969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.3127131868708,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.0196857036275,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,99.7462799915061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.321904115606863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,104.069577676453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.125767937967601,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,364.546659095211,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,348.992216751846,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,7.654896,Mm²,,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.42101052200239,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.90025590434824,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.32103052405126,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.75072016671295,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.349259831238189,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,4.70390027204278,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.447855202762042,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.037363851935839,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.568601692715094,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.36010177060076,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.385118645827925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.372033854301885,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.627966145698115,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.372033854301885,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.627966145698115,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.627966145698115,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.372033854301885,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.627966145698115,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.627966145698115,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.372033854301885,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.372033854301885,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.743269515106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.6588015940463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.5816842920366,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.239930298667,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8062937827939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.5816842920366,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,61.2359608976843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.211725249687059,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,63.8522371627759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.082721055052734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,357.902706795381,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,342.631961215219,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,7.710228,Mm²,,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.34043652058888,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.8656244353455,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.27872917330916,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.7188128621532,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.342894485126521,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,4.66468392505233,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.458466892363747,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.036453763717379,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.433233287497356,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.80030013750793,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.339939972498413,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.419939972498413,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.335334250052888,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.335334250052888,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.664665749947112,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.664665749947112,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.335334250052888,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.664665749947112,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.664665749947112,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.335334250052888,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.664665749947112,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.664665749947112,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.335334250052888,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.335334250052888,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.549370217513,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.3429380551502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.4714702698834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,105.617058476476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.2921858981472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.4714702698834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,43.567736072231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.203110058595085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,45.3040880392267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0793550998931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,258.489494605338,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,247.46369318569,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.107875,Mm²,,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.13481072166076,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.34743504730451,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.6457756288719,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.24138504577766,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.2476500470112,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,3.16409569876968,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.337611773141243,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.023615739809894,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.287353544229643,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.36264645577036,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.222412126537786,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.290117164616286,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.252929115407147,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.252929115407147,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.747070884592853,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.747070884592853,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.252929115407147,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,0.747070884592853,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.747070884592853,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.252929115407147,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.747070884592853,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.747070884592853,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.252929115407147,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.252929115407147,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,95.1307956729719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.0294961169698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.6617532869925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.9253877748897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.60692413290009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.6617532869925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,29.9162221761631,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.112523912478467,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,31.1027096450226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.043963092605337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,145.203912549688,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,139.015405483816,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.209892,Mm²,,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.76094886402572,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.756936207702946,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.924498153613505,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.697335750154186,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.139114960258032,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.77135577128305,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.17076659546604,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013981834686487,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.245819558328796,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.192131049996111,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.282131049996111,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.631149166731488,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.368850833268512,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.631149166731488,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.631149166731488,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.368850833268512,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.368850833268512,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,61.4230418763417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,14.5632285018351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.2029971265599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,64.5187631869094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.68985337566696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.2029971265599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.1983228632441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046746390662212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.6286758164975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018263814831726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,19.43,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,10.20075,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.69428,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.53497,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,17.03,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,2.4,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,487.081203861442,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,466.286736456559,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,8.948202,Mm²,,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.03512583281841,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,2.43,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.16844106222967,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.38990982979609,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.476774940792655,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,5.2896651020534,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.712144848272573,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.033315882492439,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.554,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.23333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,wood,,0,0.33,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,0.33,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,other,,0,0.33,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.33,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,0,0.33,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,261.917350998007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.7536745154933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,275.117985488307,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0154606332033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,133.122876799789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.275190091806887,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,139.288157575427,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.107516768868951,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,569.278818852925,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,544.974513287905,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,10.329117,Mm²,,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,7.84724338384499,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,3.24,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.11980277651862,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.10750838000261,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.619932227323754,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,6.87794929628822,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.925974719293708,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.043319368263057,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,232.398131341507,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.6702178120006,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,244.110997161119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.0619540991486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,139.512382569943,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.451074789195638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,145.895595919192,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.176234920138736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,286.551201968578,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,274.31936564452,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,5.57931,Mm²,,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.35545189950515,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.97,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.2866122472402,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.72475895220404,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.344080700060907,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,3.81746504624667,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.513943324141608,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.024043529116877,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,210.915951133468,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.9361742496004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.546115070595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.6495632793189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,64.3321837572371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.194919746352538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,67.2482435851669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.076155144899937,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,228.922960439144,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,219.151850028393,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,4.611159,Mm²,,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.08064653451814,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.49,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.61733943062203,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.21993602766919,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.243371076226933,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,2.70012405984786,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.363516291073141,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.017006183597139,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,163.595064661216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.0931950821444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.840255920141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.1481113185938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,41.0240597658963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.143375666341786,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,42.8310086841277,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.056016872839736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,237.885671020254,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,227.731852867689,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,4.761732,Mm²,,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.23182960408216,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.55,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.69671054214313,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.27980452321654,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.255314538722491,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,2.83263294686151,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.381355893281695,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.017840763938953,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,109.870836011567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.6057394755728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,115.40832614655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.1762624131063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,30.3954760946909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.136212865044498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,31.6565389833671,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.053218366372886,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,193.109975392769,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,184.868079443498,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,4.009503,Mm²,,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.52049800862065,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.13,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.32326145452584,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.998117211413777,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.199119342681031,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.20916526437518,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.297418765017237,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013913979228237,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.852574692658,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.7427637647255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.985944457168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.27629780287824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,23.1920904679647,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.095196682542958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,24.1410866774029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037193343869534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,91.6453284118872,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,87.7359728886996,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.310111,Mm²,,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.18618496677715,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.64,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.622747107558001,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.469729246843749,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.093708612375395,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.03966700896628,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.139969826079703,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006548131731164,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,68.1833884050591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.0441596253921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,71.6198311806741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.83125316564071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.5923108802848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.05261566677309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046304233636374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.35411531696801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018091064081732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,14.39,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,5.5469963444223,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.55475,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,5.69844,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.13681,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,13.6754620689655,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.714537931034482,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,223.925799734999,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,214.368068086315,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,4.527207,Mm²,,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.77452787728522,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,1.16,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.45662713557474,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.09871303940495,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.219187702305532,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,2.63675821717174,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.110981115091409,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026788545022064,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.96666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.83333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.4875,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.946,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,wood,,0,0.25,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,0,0.25,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,0.75,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,other,,0,0.25,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,209.244697603298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.7536745154933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,219.790630362504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0154606332033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,51.1125673783473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.139228250542263,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,53.3732786101065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.054396477486862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,333.503691084611,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,319.266983475298,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.602842,Mm²,,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.59719305669043,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.16,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.41352635476248,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.82048845044941,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.363178251478544,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,4.36891864284098,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.183887722267617,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.044386691581838,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,198.616276276593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.582716482536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,208.626536600933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.2324673297268,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,72.7307535072186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.361846756382445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,75.9266991247732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.141373527718621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,125.875449555177,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,120.504467859171,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.1147,Mm²,,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.91325132157805,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.44,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.00445694382847,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.757647523344906,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.151146854404666,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.81824849733417,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.076530052863122,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018472771380754,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.77937884963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.8746669005695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.076259543651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.6255323580525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,20.9639149674051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.073749458094634,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,21.84322169247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028813913277574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,99.6024985803521,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,95.353371890971,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.673316,Mm²,,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.34036398748425,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.35,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.70369109342923,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.530784139043762,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.105888755011255,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.27380798258848,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.05361455949937,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0129414453964,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,131.878803847075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.576053471336,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.525495560968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.03906409125097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,15.3582933325529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.034430239490442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.9920777993923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013451894568916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,81.6013628620102,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,78.1208846678024,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.537848,Mm²,,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.10860691650672,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.34,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.582018631166027,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.439008338936661,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.087579946404031,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,1.05355884892845,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.044344276660269,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010703790917996,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.5015829861652,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.8394193531829,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,88.760462768668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.92336114128858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.88153520364507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035123555373454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.214242659948,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013722773084408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,47.0660609502177,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,45.0602401476434,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.790707,Mm²,,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.614312713040114,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.32251417434606,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.243267834363885,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.048530704330169,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.583808909358122,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.024572508521605,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005931295160387,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.4783041282157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,16.2159877407599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.5848106562778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.33558641031489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.98660460352945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012822095018533,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.17164477385179,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005009592523741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,44.4065871663827,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,42.5143258943782,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.746028,Mm²,,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.574763897248578,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.301751046055503,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.227606503310437,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.045406347882638,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.546223896833476,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.022990555889943,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005549444525159,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,50.6446154030417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,2.84923749187659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.197104019355,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.11319708807618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.9431213519312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.3939803380557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00212561094759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.50249767093134,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000830476197223,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,7.36,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.864,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.91456,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.58144,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,6.99453793103448,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.365462068965517,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,15.4173764906303,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,14.7629545144804,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.259011,Mm²,,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.328757026515671,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.172597438920727,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.130187782500206,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.025971805094738,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.312432539681789,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.013150281060627,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003174205773255,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.975,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.825,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,155.201240751257,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,10.7547408820358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.02338328512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.20187726261137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.87786323697598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002785596190597,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.99334117140919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001088332431666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,123.357940564073,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,118.094456501988,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.837673,Mm²,,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.63045984260605,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.55,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.38099141736818,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.041662097672,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.207806327565878,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.49984390559389,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.105218393704242,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.02539754330792,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,141.305424882421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.9436236816185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.427218296495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0896737724083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.3811826243144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.087807885443489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,22.2222269468689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034306540842771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,104.476623130797,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,100.019371323112,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.520468,Mm²,,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.22783843812553,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.4,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.1696151800159,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.88222402149771,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.175999236611917,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,2.11721473637033,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.089113537525021,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.021510164230178,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.725628514187,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,18.0813515754327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,110.003800191302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.06438406052156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.4499487456061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.045573468042628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,14.9778681584866,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017805553964255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,36.0212000757146,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,34.4869948324815,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.370421,Mm²,,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.768108804738271,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.403257122487592,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.304171086676355,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.060680595574323,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.72996822960644,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.030724352189531,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007416222942301,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.988780733244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.4170074672166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.078615282199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.93042481744151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.85341370731374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.03483200079023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.02894680510176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013608862708743,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,38.4156729131176,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,36.7792236797274,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.410648,Mm²,,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.819168060544572,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.430063231785901,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.324390551975651,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.064714276783021,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.778492129262359,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.032766722421783,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00790920886043,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,76.9152186469628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.7728036737848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.7917456667698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.72523439534774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.29060636805029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027892465956817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.43318202241228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010897586449329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,18.3134582623509,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,17.5353735945486,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.307665,Mm²,,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.390512490060051,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.205019057281527,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.15464294606378,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.030850486714744,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.37112152503638,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.015620499602402,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003770465421269,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,59.3388893858405,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,18.9044646286415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.3295694108868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.38597433041023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.73736048645561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005816242109971,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.78980317799655,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002272405792366,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,9.15199697141776,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,8.76510670073822,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.153753,Mm²,,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.195155337409855,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.102456552140174,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.077281513614303,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.015417271655379,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.185464865483297,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.007806213496394,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001884258430164,1e6 dimensionless,Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,46.0251955331313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,16.5165322544973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,48.3448653880011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.4530091518321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0502077983744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.751651136302774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002539466383726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.771983290091194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000992169516122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.999,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,172.71,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,172.71,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.44311,Mm²,,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.28663474448852,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.072648344144759,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.995401388176861,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.55105091589157,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.13475172241817,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.151883022070353,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-4.16333634234434E-16,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.734945760351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4911018445601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.2761997386418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,150.963983285232,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5129534242488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.40172373341464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,22.2815149391311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.201171533991495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,27.1786312591905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.045229181640317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,495.68,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,495.68,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,12.45518,Mm²,,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.99272649445257,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.370367360874018,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.12231749153168,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.74313864275919,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,3.53584801385262,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.456878480599958,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-4.44089209850063E-16,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.156162376781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.9333754568627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.88928687642332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.942079723441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6146763550784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.98707261395179,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,64.4609282858283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.03122467378723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,79.2680022305987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.20184914464425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,252.91,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,252.91,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,4.92931,Mm²,,,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.71481110839495,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.146578012973711,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.33145942026157,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.735120609018079,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.51403398396342,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.200777124431533,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,114.130438588517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.1716759105376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.87408483482665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.380439463876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.1294854594236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99156653152318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,30.350344018998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.419408490179571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,37.0189440362965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.094295163969992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,230.12,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,230.12,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,4.22282,Mm²,,,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.41111818823282,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.125569819050871,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.09609861273209,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.602060428406459,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.24605289046935,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.165065297763475,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,91.888320973475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.3968440386435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.09546256550491,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.022634797374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.261274128888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.21737181681501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,22.5480282679901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.34298998830496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,27.4395103220572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.077114073616951,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,218.49,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,218.49,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.86229,Mm²,,,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.31970940263389,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.114849095254353,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.02405731701427,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.561709663740961,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,1.1648576192565,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.154851783377393,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.3596021644878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.8730634549532,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.21192780950353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.15231066232,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.5308045946392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.3361663656936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.2595435840174,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.283979290379214,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,22.1742173458507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.063846761277829,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,197.46,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,197.46,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.21036,Mm²,,,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.16988105480649,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.095463298053943,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.905888443920091,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.495810916285598,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.03176467488727,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.138116379919221,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,41.040103994879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.8422791604129,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.41481831661584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,50.4793279137012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.753724206895,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.54311468294816,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.37044895962777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.239228487929908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.2596515151344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.053785486044847,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,173.73,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,173.73,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,12.059712,Mm²,,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.99209392506248,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.073524069648344,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.767371409039251,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.419230036983002,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.874509373261871,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.11758455180061,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-2.35922392732846E-16,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,38.2690030116913,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,66.331916606077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.81025183437677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,47.0708737043804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2563408193977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.9464568710643,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.83161894440741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.808342518322884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.384430840872,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.18398707645578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.29,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,80.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,80.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.00601,Mm²,,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.974559488296732,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.044270571931906,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.779647590637386,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.454729457239255,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.87369258125802,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.100866907038712,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,127.405666205034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4911018445601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.11957735427074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.708969432192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5129534242488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.16196890135615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.4086485724257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.165179672181064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.7668686044839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037137169698577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,269.93,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,269.93,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,7.88268,Mm²,,,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,3.27355453802808,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.145508845394263,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.61884363042247,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.5274405474439,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.93474164334218,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.338812894685907,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.405666205034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.8567247154409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.11957735427074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.708969432192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.2170466845514,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.16196890135615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,34.9627489939632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.60364325373585,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,43.3740323843747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.10571646955938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,108.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,108.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.88765,Mm²,,,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.31946331914739,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.058718317986773,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.05557065531791,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.615661584714173,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.18289886561564,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.136564453531755,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.405666205034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.6052919625953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.11957735427074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.708969432192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3892171513969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.16196890135615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.0923464992524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.223343018626511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,17.28515809069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.050213972907231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,88.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,88.78,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.26703,Mm²,,,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.0766723664881,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.0477628457973,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.861337893190482,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.502375326203348,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.965236776556583,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.111435589931519,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,95.8099165512282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.6052919625953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.11957735427074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.846197358011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3892171513969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.16196890135615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.69418046893019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.175341652733836,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.6543250005066,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.039421876958731,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,82.29,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,82.29,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.06584,Mm²,,,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.997965409307343,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.044310279064035,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.798372327445875,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.465650659982806,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.894675989444033,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.10328941986331,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,95.8099165512282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.5084452485801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.11957735427074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.846197358011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6069424071734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.16196890135615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.0586180534835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.13421584712257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.87547200148329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030175605902435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,71.7,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,71.7,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.73755,Mm²,,,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.869536029254302,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.038724460369585,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.695628823403442,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.405725511250057,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.779539050226482,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.08999697902782,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,36.7358240104332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.7926851762079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.11957735427074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,45.1850635328329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.2923175905278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.16196890135615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.78593227784927,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.102727286770862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.39478222553135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023096066429422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,60.16,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,60.16,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,6.719328,Mm²,,,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.729585599999146,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.032658157045019,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.583668479999317,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.340424640959602,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.654073490399235,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.075512109599912,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,39.529778602202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,57.159001681669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.11957735427074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,48.6216276807084,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.1465703867839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.16196890135615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.5056252543414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.392903692302075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.05514117037701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.088336118503888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,22.44,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,22.44,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.21049,Mm²,,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.27213930957415,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.035508052590464,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.18233333741468,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.089805972159469,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.225875626946544,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.046263682627606,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,146.228097139055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4911018445601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.75313853302057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.860559481038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5129534242488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.86820130368098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.41045892848138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017332251183889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.1677533920091,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00389679156627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,49.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,49.63,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.05338,Mm²,,,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.60188386515887,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.073227065139687,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.403262189656443,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.198621675502427,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.499563608081862,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.102320257077008,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,137.779392344807,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,100.6138773057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.75313853302057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.468652584113,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.141191780311,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.86820130368098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.12351950746659,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.108422292936033,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.7019680584512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024376468597544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,27.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,27.09,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.35464,Mm²,,,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.328531813563445,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.041376453671077,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.220116315087508,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.108415498475937,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.27268140525766,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.055850408305786,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,129.330687550559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,101.620016078757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.75313853302057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.076745687188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.3726036981141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.86820130368098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.65942084860417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.03686740851972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.46835861398263,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008288860175499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,22.06,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,22.06,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.19871,Mm²,,,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.267530889893304,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.033536719437327,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.179245696228514,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.08828519366479,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.222050638611442,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.045480251281862,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.433277962063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,109.749617365058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.75313853302057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.292931893337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.2424119939633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.86820130368098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.60719234788154,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022309938435343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.18019459832622,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00501591968732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,21.26,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,21.26,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.17391,Mm²,,,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.257828953723103,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.032476543564091,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.172745398994479,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.085083554728624,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.213998031590175,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.043830922132928,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,79.3837361462719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,117.879218651358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.75313853302057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.6419954599144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.1122202898124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.86820130368098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.81000995568176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020971883538718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.20062678319404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004715086230601,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,19.97,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,19.97,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.13392,Mm²,,,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.242184581648653,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.030820105309485,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.162263669704597,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.079920911944056,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.201013202768382,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.041171378880271,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,46.3341943304809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,119.058010837872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.75313853302057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.9910590264915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.3833424927105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.86820130368098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.04018403728412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01631096653407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.25529942879354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003667177226624,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,17.81,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,17.81,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.06696,Mm²,,,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.215989353989109,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.027780360287869,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.144712867172703,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.071276486816406,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.179271163810961,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.036718190178149,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,20.7608204833344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,80.4911018445601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.75313853302057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,25.5358091945013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5129534242488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.86820130368098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.472213610081281,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005513646915641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.559305426972626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001239627361288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,17.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,17.47,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.05642,Mm²,,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008661991783539,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.008661991783539,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007795792605185,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000866199178354,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.008012342399773,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000649649383765,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,131.944171391185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4911018445601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.1793660314061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.291330811157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5129534242488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24295335203423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.36060819877266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00464575804929,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.89188394433096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001044500832196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,73.74,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,73.74,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.80079,Mm²,,,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.027191541723989,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.027191541723989,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.02447238755159,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002719154172399,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.025152176094689,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002039365629299,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,131.944171391185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.7353010105705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.1793660314061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.291330811157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.1791192324312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24295335203423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.96400964954186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.161626688319082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.2064981141938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03633835612257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,40.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,40.6,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.77345,Mm²,,,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.016421906346847,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.016421906346847,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014779715712162,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001642190634685,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.015190263370833,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001231642976014,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,109.92005564985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,88.6126540206763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.1793660314061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.201668449315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.3809104247555,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24295335203423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.59183652025899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.070113818769095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.62085164513479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015763615168027,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,44.62,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,44.62,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.89807,Mm²,,,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01894661382309,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01894661382309,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017051952440781,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001894661382309,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.017525617786359,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001420996036732,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.8959399085147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,76.649945727885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.1793660314061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.112006087473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.6294875174135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24295335203423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.06378015103927,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.070420268145318,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.96865829019082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015832513854764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,42.02,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,42.02,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.81747,Mm²,,,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017928713696836,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.017928713696836,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016135842327153,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001792871369684,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.016584060169574,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001344653527263,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,58.6864146309323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.6872374350937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.1793660314061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.1842899960467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.8780646100715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24295335203423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.59960010343146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.054096113133746,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.16945276548636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012162371476795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,37.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,37.05,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.6634,Mm²,,,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015954944305092,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.015954944305092,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014359449874583,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001595494430509,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.01475832348221,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001196620822882,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,29.4768893533498,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.7434506760068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.1793660314061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,36.2565739046203,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.9609936554816,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24295335203423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.20991426200521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.050046597497568,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.46345748485905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011251923191047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,26.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,26.86,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.694952,Mm²,,,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.011457591427471,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.011457591427471,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010311832284724,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001145759142747,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.01059827207041,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00085931935706,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,27.2310311169041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.869530763173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.1793660314061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.4941682737921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.3799920755298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24295335203423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.816823267403612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.115947479738942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.986759086869694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.026068348328403,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.122,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,17.76,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,17.76,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.06541,Mm²,,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.011963664639458,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.011963664639458,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010767298175513,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001196366463946,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.011066389791499,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000897274847959,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,136.288837622404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4911018445601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5265379565614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.635270275557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5129534242488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0170687156926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.85608107028243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005386016200001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.4215055404846,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00121093228348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,26.24,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,26.24,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.32829,Mm²,,,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013736967210627,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.013736967210627,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012363270489564,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001373696721063,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.01270669466983,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001030272540797,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,136.288837622404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.8567247154409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5265379565614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.635270275557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.2170466845514,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0170687156926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.21979545519206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025139932582439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.05519737513039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005652184256071,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,19.62,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,19.62,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.12307,Mm²,,,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013569185626464,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.013569185626464,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012212267063818,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001356918562646,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.012551496704479,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001017688921985,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.20572671451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.6052919625953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5265379565614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.163043858847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3892171513969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0170687156926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.78078703284642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009518752377319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.31931380871247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002140090954822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,19.01,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,19.01,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.10416,Mm²,,,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013563519553183,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.013563519553183,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012207167597864,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001356351955318,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.012546255586694,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001017263966489,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,98.1226158066157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.9106833868969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5265379565614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.690817442137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.3894571789863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0170687156926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.331560413038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007129713367556,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.76990691586035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001602965859763,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,18.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,18.86,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.09951,Mm²,,,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013702662050596,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.013702662050596,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012332395845537,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00137026620506,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.012674962396801,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001027699653795,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.2394497713598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.2160748111984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5265379565614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.4745232187725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3896972065756,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0170687156926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.71184652854859,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005926322481365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.00843142388401,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001332408769026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,18.4,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,18.4,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.08525,Mm²,,,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013788041154876,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.013788041154876,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012409237039388,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001378804115488,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.01275393806826,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001034103086616,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,34.3562837361039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.7841645366542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5265379565614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,42.2582289954077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.1303578434305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0170687156926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.08344391914504,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005737086327365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.23786547788425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001289863006152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,18.65,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,18.65,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.4536,Mm²,,,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014563256657935,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.014563256657935,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013106930992141,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001456325665793,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.013471012408589,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001092244249345,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,19.8651508295137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,60.6985462884234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5265379565614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,24.4341355203019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9606656463374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0170687156926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.827904995860301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.028166116390147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.922264959001298,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006332557937179,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.147,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,17.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,17.08,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.04433,Mm²,,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010120274660331,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.010120274660331,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.005667353809786,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.004452920850546,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.008440309066716,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001679965593615,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.263560130581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4911018445601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.68949647666623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.854178960614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5129534242488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.88328640619955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.06587820685178,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003650238467299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.50627590846518,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000820679225297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,55.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,55.53,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.23628,Mm²,,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.029508111180442,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.029508111180442,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.016524542261047,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.012983568919394,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.024609764724488,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.004898346455953,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.263560130581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.0763687892233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.68949647666623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.854178960614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.9575648215214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.88328640619955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.71652323340042,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.098744311030496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.14833145181917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022200578237551,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,31.41,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,31.41,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.48856,Mm²,,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018282765069631,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.018282765069631,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.010238348438994,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.008044416630638,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.015247826068073,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.003034939001559,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.2283996864342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.8571324771156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.68949647666623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.130931614314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.1371404697366,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.88328640619955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.29547111848298,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.039412548777809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.98951658802433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008861081347895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,30.99,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,30.99,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.47554,Mm²,,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018520216365211,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.018520216365211,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.010371321164518,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.008148895200693,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.015445860448586,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.003074355916625,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,79.1932392422877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,69.7885622422473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.68949647666623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.4076842680138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.0513693157169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.88328640619955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.75447597993038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.033950559705118,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.32494718119387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007633068164396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,29.51,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,29.51,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.42966,Mm²,,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017755253306335,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.017755253306335,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.009942941851547,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.007812311454787,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.014807881257483,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.002947372048852,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,53.5530243761992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.719992007379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.68949647666623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.8702199827251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9655981616972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.88328640619955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.86628679036806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026688997656506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.23548597353717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006000458906155,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,26.79,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,26.79,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.34534,Mm²,,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.016341351239746,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.016341351239746,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.009151156694258,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.007190194545488,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.013628686933948,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002712664305798,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,27.9128095101108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.6135909683383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.68949647666623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,34.3327556974363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.7811259227178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.88328640619955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.00736577738576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024240002907621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.18454776795641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005449854026151,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,18.65,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,18.65,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.4536,Mm²,,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.011197328178305,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.011197328178305,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.006270503779851,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.004926824398454,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.009338571700706,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001858756477599,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,19.8116780143603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.2680699242305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.68949647666623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,24.3683639576631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.551656082573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.88328640619955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.550196904257644,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029358459637537,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.638793279286039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006600631199055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,17.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,17.6,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.06045,Mm²,,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009190015534312,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.009190015534312,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.009190015534312,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.007664472955616,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001525542578696,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,59.76923913779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4911018445601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.26712235749967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.5161641394817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5129534242488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.41246480464966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.1798399623171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004977597909953,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.42434386941671,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001119108034496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,20.61,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,20.61,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.15376,Mm²,,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.046851471150563,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.046851471150563,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.046851471150563,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.03907412693957,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.007777344210994,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.2676397125756,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,104.225657516674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.26712235749967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.049196846468,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.971901228835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.41246480464966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.47433144626425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016394329053058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.78197484662953,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003685919532946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,25.39,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,25.39,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.30194,Mm²,,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018542118641175,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.018542118641175,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.018542118641175,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.01546412694674,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.003077991694435,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,68.7660402873612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,98.3952123189591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.26712235749967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.5822295534543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.6308988333606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.41246480464966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.93048199955302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030392767766961,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.33574528975226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006833173593745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,24.66,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,24.66,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.27931,Mm²,,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015884582109935,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.015884582109935,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.015884582109935,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.013247741479686,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.002636840630249,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.7628414369323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.5647671212441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.26712235749967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.6482949674268,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.2898964378861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.41246480464966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.09683890717069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026448913202041,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.54147833597941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005946480974066,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,24.55,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,24.55,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.2759,Mm²,,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014528410549676,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.014528410549676,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.014528410549676,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.01211669439843,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.002411716151246,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,82.882863487877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,96.2673578060939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.26712235749967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.945922090089,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.1414922954016,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.41246480464966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.213182152504,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027171047791132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.68474839826583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006108837724301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,23.55,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,23.55,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.2449,Mm²,,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012076107203824,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.012076107203824,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.012076107203824,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.010071473407989,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002004633795835,1e6 dimensionless,Own calculations,,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,88.0028855388217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,88.379229825327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.26712235749967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.243549212751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.3272228598252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.41246480464966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.24360868595837,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02214188707206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.72369913010978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Germany,de,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004978136878371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,351.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.86,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,2.53,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.0764,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.372,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.4116,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,3.09,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,28.64,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,25.351684,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,15.162928,Mm²,,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.559665004985045,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.206615753936662,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.414152103688933,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.111933000997009,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.033579900299103,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.3881706906121,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.075476480954256,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.171484572050147,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.37542066069064,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.17247868774791,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,2.97791458853614,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,2.48642881354574,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,0.780551675977654,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,cavity wall,,0,0.219448324022346,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.640275837988827,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.359724162011173,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.719448324022346,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.280551675977654,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,91.0944068292345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.7056823605382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.9735544764112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.274111206488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.6717502605353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.9628199250011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.91007921630661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.78400953882371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.16080326333978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.540888180834477,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,79.52,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,70.283812,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,37.774,Mm²,,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.55393020937188,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.572811762955181,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.14990835493519,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.310786041874377,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.093235812562313,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.07796369627193,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.279338000708085,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.623818875417746,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.7631242926516,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.30344095412707,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,2.45620803359061,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,2.44648462321944,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.79520875251509,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.204791247484909,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.79520875251509,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.204791247484909,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,0.647604376257545,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.352395623742455,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.704791247484909,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.29520875251509,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,95.2255402351485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.3508560166731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.8415392952963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.182045090286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.4269555659028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7742230372603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.35013317224758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.93972723517381,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.9390394708241,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.33821781954641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,66.96,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,59.192076,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,32.192336,Mm²,,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.30849052841476,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.482414320477339,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.968282991026919,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.261698105682951,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.078509431704885,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.917243681181674,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.231776941342884,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.494787472105823,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.41126817404032,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.69244896392031,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1.83321991703375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,2.39338552417563,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.786663679808841,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.213336320191159,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.786663679808841,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.213336320191159,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,0.643331839904421,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.356668160095579,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.713336320191159,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.286663679808841,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,96.196997529798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.146910360849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.9185041196305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.571326167364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.9761534579497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.8841749853041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.09480302460607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.67873085969833,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.1441767509354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.15815642010588,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,78.35,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,69.250585,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,37.254052,Mm²,,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.5310667996012,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.56439098208742,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.13298943170489,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.306213359920239,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.091864007976072,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.10263520670223,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.281849455569684,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.614447646732936,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,1.00292998970042,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,4.95745263306318,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,1.28890235592105,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,2.29710358034716,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.779387364390555,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.220612635609445,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.220612635609445,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.779387364390555,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.5896318454581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.0362045237953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.9840413429192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.97163250219,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.5896775009664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.9778014624944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.50198112945032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.97581352121211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.7261170637681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.36311374828423,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,56.98,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,50.378738,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,28.432712,Mm²,,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.11346759720838,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.4105857794002,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.823966021934197,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.222693519441675,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.066808055832503,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.791916819632762,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.203122085376735,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.445543260782949,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.829802409059688,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,4.40029049033477,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.903256712915374,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,1.774119128152,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.801948051948052,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,0.198051948051948,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.198051948051948,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.801948051948052,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.4833799745677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.2810202821129,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.7808389344189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.410981701629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.3090758926297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.6875065017109,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.09518186157638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.37276034474747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.71494344193666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.947067361841282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,22.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,19.558548,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,12.247664,Mm²,,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.431473579262213,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.159401803088363,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.319290448654038,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.086294715852443,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.025888414755733,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.288435757180581,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.062413605420398,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.091800321231631,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,4.07482360686594,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.527205854256341,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.977244994183152,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.569293478260869,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.43070652173913,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.43070652173913,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.569293478260869,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.569293478260869,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,86.0242705199247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.995969119437,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.5607916759247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,123.023309270544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4225190954996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.8017469882261,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.15857210433335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.57559083912924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.08625987298682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.397100119915262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,18.52,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,16.414712,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,10.6656,Mm²,,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.36190628115653,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.133779598054835,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.267810648055832,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.072381256231306,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.021714376869392,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.257269757067029,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.052416705508963,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.062063221884741,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.483212742980562,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.436787257019438,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.684616630669546,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.660637149028078,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,0.339362850971922,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,0.339362850971922,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,cavity wall,,0,0.660637149028078,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.9433712307778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.6624411832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.0536155617936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,87.1551151971353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.122718172353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.5057951915784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.40880084726672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.465686132684518,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.01411344223583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.321276862939049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.77,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.7898,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.754,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.2262,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.65,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,16.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,14.211317,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,8.359164,Mm²,,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.361396062792495,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.267433086466447,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.072279212558499,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02168376376755,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.1581706906121,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.050956844853742,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.152268527326653,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,2.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,0.75,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.25,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,105.784347727363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.7056823605382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.282195684902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.6717502605353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.1391142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.80861668919179,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.432216278583646,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.58604480452817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.298186010594857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,46.95,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,41.481445,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,22.082236,Mm²,,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.25201402117891,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.44,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.92649037567239,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.250402804235781,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.075120841270734,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.547963696271935,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.176533976986226,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.527516347920745,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.89,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,2.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,2.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,0.75,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.25,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,109.218920798872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.2568528313543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.193978634467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.7419027683513,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.1391142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.42246780607778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.17603039283923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.75333334574684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.811343368019787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,38.39,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,33.922109,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,18.278172,Mm²,,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.999035562457523,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.36,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.739286316218567,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.199807112491505,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.059942133747451,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.437243681181674,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.140864014306511,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.420927866969338,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,5.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.555,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,0.75,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.25,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.708603352857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.7056823605382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.75447365492,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.6717502605353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.1391142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.51868624917337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.945085355563282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.46107926269784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.652014386803109,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,43.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,38.682018,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,20.673488,Mm²,,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.21699074501055,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.43,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.900573151307804,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.243398149002109,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.073019444700633,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.532635206702228,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.171595695046487,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.512759843261831,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,91.6457599981221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.2909664785651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.062601373314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.455337773562,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.1391142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.37673159787104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.12238364400302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.25791632512537,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.774332475997681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,34.41,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,30.407371,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,17.184948,Mm²,,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.941167521221523,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.32,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.696463965703927,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.188233504244305,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.056470051273291,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.411916819632762,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.132704620492235,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.396546081096526,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.745,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.89,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.96794752121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.0521709480897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.824361750083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4612927370871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.1391142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.75426398038597,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.808589111030032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.36799238819497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.557845627699619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,9.51,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,8.418181,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.4439,Mm²,,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.190638063376236,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.141072166898415,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.038127612675247,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011438283802574,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.083435757180581,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.026879966936049,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.080322339259606,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,4.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,171.624540436697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.7056823605382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,245.440255278521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.6717502605353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.1391142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.62542791543794,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.281480564202534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.32425346966279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.194193441243328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,5.95,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,5.274345,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.861836,Mm²,,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.119428475237999,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.088377071676119,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0238856950476,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00716570851428,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.052269757067029,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.016839415008558,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.050319303162413,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,149.380953239057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.5664864824845,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,213.629701227175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.1959190242661,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.1391142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.900918833811653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.191417641891572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.28823447600905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.132059031140996,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.43602574626471,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.693932943907349,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.06265905223589,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.287205149252943,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.086161544775883,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.44,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,8.8163160285,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,7.80558868476835,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,3.9179708430654,Mm²,,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.198268942192549,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.146719017222487,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03965378843851,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011896136531553,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.17,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.013878825953479,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014390116239071,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,3.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,72.3141880358435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.7056823605382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.41652031006,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.6717502605353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.771642309697584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.202581355909389,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.10321488584579,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.139760877441888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,11.3217302649,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,10.0181199969332,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.03137692972156,Mm²,,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.301916188192979,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.223417979262804,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.060383237638596,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.018114971291579,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.23,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.04257018253521,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.029346005657769,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.0539339266794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.6033414189059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.334630908544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.5314452449031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.01796521076387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.244541730722463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.45539294907174,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.168709340025427,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,11.8914446988,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,10.5212348135103,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,5.28455802414672,Mm²,,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.309454965957233,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.228996674808352,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.061890993191447,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.018567297957434,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.23,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.04363315019997,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035821815757263,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,2.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.353786205079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.7397960077489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.763449651883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.385185265746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.07226932572973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.278706512184611,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.53303318105562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.192279622756163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,11.2985655202,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,9.99766321088862,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,5.02108251717688,Mm²,,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.31407605459065,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.232416280397081,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.06281521091813,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.018844563275439,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.22,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.044284723697282,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.049791330893369,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,2.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.6536384834786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.4471539487355,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.192268395223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.4933915092326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.0218811104728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.258320405250503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.46099389381879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.178215247582322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,6.2994583653,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.58295168239643,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.79947929753932,Mm²,,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.172300075986852,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.127502056230271,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.034460015197371,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.010338004559211,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.024294310714146,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018005765272706,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,1.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.6462524034569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.154511889722,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.633205562184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.6015977527192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.654113830728629,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.140406517713466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.935226129049958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.096866456570521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,12.0141052396,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,10.6295563370908,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.33906836847824,Mm²,,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.240835515885977,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.178218281755623,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.048167103177195,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014450130953159,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.033957807739923,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006877708146054,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,4.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,21.2622524683329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4327731828521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.4071472549629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.9642702188496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.508345336850555,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.231890545455855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.726561160690401,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.159981287309995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,12.0803932424,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,10.6880952723634,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,5.36852675692256,Mm²,,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.242477805918531,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.179433576379713,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.048495561183706,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014548668355112,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.034189370634513,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008288435284018,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,19.081508625427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.8677658030057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,27.2884654852231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.1946716274937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.487839807219914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.219399694209081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.697233866067562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.151363849034845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,82.2679866403,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.65397425373529,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,1.65,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.7536839715,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.33477831523165,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.8857931569346,Mm²,,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.075466738631458,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.015,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.055845386587279,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015093347726292,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004528004317888,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.010640810147036,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004825928484423,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,72.3141880358435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.7056823605382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.41652031006,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.6717502605353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.329365094533139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.149211904330675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.470892701729261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.102941292797733,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,21.2482697351,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,18.7842470030668,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,10.6603870702784,Mm²,,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.427190363025881,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.316120868639152,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.085438072605176,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.025631421781553,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.060233841186649,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.066956521839232,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,3.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.0539339266794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,48.6033414189059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.334630908544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.5314452449031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.90917579374807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.518130432434432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.72956328639864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.357458185336515,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,16.6785553012,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,14.7487321864897,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,8.62960597585328,Mm²,,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.335317566215625,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.248134998999563,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.067063513243125,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.020119053972938,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.047279776836403,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.038037789379222,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.07,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,3.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.353786205079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,52.7397960077489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.763449651883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.385185265746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.50332657084813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.455123658793753,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.1493193983316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.31398981220181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,23.2714344798,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,20.5709037891114,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,11.5594814828231,Mm²,,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.467865509403652,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.346220476958702,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.09357310188073,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.028071930564219,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.35,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.065969036825915,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.051896472577737,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.6536384834786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.4471539487355,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.192268395223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.4933915092326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.10315318552091,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.594702423414358,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.00689903641299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.410285201913565,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,16.2705416347,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,14.3884153176036,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,8.44828470246068,Mm²,,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.327114568584071,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.242064780752212,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.065422913716814,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019626874115044,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.046123154170354,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.030991414413717,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.6462524034569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.154511889722,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.633205562184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.6015977527192,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.68662117567863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.423719595557321,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.41146339546434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.292324148974995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,0.5558947604,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.51081066290924,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.46469563152176,Mm²,,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.011176104570396,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008270317382093,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002235220914079,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000670566274224,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001575830744426,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00460027382597,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,21.2622524683329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,43.4327731828521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.4071472549629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.9642702188496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.023924769097748,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.063615793145799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03419521661096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.043888535691287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.4896067576,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.45227172763656,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.43523724307744,Mm²,,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.009843403304202,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00728411844511,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001968680660841,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000590604198252,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001387919865893,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00345548343831,1e6 dimensionless,Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,19.081508625427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.8677658030057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.5004622278773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,27.2884654852231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.1946716274937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.5727603387456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.020136011985426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.058654939521841,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.028779251762688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.040466042776118,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.45088,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,65.1098376313276,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,65.1098376313276,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,45.15625,Mm²,,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.37966347658135,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.203171218468509,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.177907716182087,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.199808447660802,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.343729154298768,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.035934322282583,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,5.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.0965055627823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,135.503050675226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.37628289759869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.306156119061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.8757626688064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.06442434639804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.21621775486549,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.11880963205316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.92577122285607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.50970240801329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8.78701050620822,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8.78701050620822,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,7.875,Mm²,,,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.045097234516616,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.027419322427905,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021346558449175,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023445898221287,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.040879115068424,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.004218119448192,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,5.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,86.7925472606341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,145.549055380585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.20768459605037,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.4718019866975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.3872638451462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.81152689407555,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.790832982885861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.14619881112211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.831190664472886,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.286549702780526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.94651384909265,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.94651384909265,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,3.2125,Mm²,,,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.00596325779465,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.009194414096749,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002861193414415,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003002467334081,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.00522684142539,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.00073641636926,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,79.5611104849761,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,144.454180156143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.33389615110928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,87.5172215334737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.1135450390357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.00084422666393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.244251285073852,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.464059053751609,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.27260576205351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.116014763437902,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,15.85482330468,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,15.85482330468,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,12.5,Mm²,,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.179571744750021,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.049473994815568,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.083444630365185,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.09608956140022,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.162824095972433,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.016747648777588,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-4.5102810375397E-17,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,5.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,134.241801595265,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,140.111384129182,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.05952458399136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.665981754791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.0278460322956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.58928687598705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.20859791267971,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.75139230161478,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.46154485126163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.437848075403695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,17.4976122254059,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,17.4976122254059,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,13.575,Mm²,,,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.200235615220224,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.054600215965133,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.093053658137812,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.107151479297796,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.181539317989103,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.018696297231121,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,151.960322814022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,136.078808389028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.09299502611397,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.156355095424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.0197020972569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.63949253917096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.74805805428012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.84726982388105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.05850996052127,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.461817455970262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,30.6489207258835,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,30.6489207258835,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,23.58125,Mm²,,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.348193996792158,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.095638060163529,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.16259601679917,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.185462462700681,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.315183087766736,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.033010909025422,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,6.93889390390723E-17,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,164.624750255702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,135.694896320287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.84133829160363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.087225281272,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.9237240800718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.26200743740545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.19395271361191,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.19985527385277,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.77270070237572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.799963818463192,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,3.64781279847182,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.64781279847182,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.265625,Mm²,,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.033796775738985,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.011382774062609,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015289894062756,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018408917368536,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.031192587391348,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002604188347637,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.33680868994202E-18,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,140.562721929527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,121.536804217892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83135125308197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.61899412248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.3842010544731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.74702687962296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.526722548179,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.275356822056162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.584985223851473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.068839205514041,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,8.19484240687679,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,8.19484240687679,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,5.7875,Mm²,,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.160138495687722,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001228126677402,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.078211641293883,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.081926854393839,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.143564161384043,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.016574334303679,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,5.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,143.794024046216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,135.503050675226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,158.173426450838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.8757626688064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.21386874160476,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.784223905782868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.34945536596339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.176055976445717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.04106972301815,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.04106972301815,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.10625,Mm²,,,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.020343934766855,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000156020755055,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009935977740132,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010407957026723,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.018238337518486,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.00210559724837,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,5.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,142.542086025913,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,126.01783712796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.796294628505,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.50445928199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.152906077440498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.139407232322806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.120000616153776,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034851808080701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.128939828080229,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.128939828080229,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.51875,Mm²,,,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002519661645436,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.93236714975845E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001230602747631,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001289058897805,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.002258876665134,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000260784980303,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,141.29014800561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,127.278015499239,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.419162806172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.8195038748099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018776484000718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.066025470540231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.020877555043768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016506367635058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.98280802292264,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.98280802292264,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.03125,Mm²,,,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.077829548603473,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000596886741814,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.038011951537936,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.039817597065537,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.069774190323014,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.008055358280459,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,5.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,138.786271965005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,117.0957742593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.664899161505,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.2739435648251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.570012270439255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.354946565723504,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.633914774677385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.088736641430876,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.46991404011461,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.46991404011461,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.35,Mm²,,,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.087348270375121,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000669887278583,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.042660895251209,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044687375123912,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.078307724391296,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.009040545983825,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,156.313404249245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,106.913533019361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.944744674169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.7283832548403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.718070776036558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.35816033561486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.797623171930112,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.089540083903715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,8.7774594078319,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,8.7774594078319,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,6.16875,Mm²,,,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.171523633493026,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00131544104491,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.083772142597994,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.087751490895032,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.153770937426498,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.017752696066528,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,173.840536533485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,97.2913150476186,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,191.224590186834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.3228287619047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.56390147672813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.600165799699997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.73550091394885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.150041449924999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.095510983763133,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.095510983763133,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.4875,Mm²,,,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001866416033656,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.43138307389515E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000911557590838,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000954858442819,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.001673241974173,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000193174059483,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,162.895021270266,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,96.2269474466621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.184523397292,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.0567368616655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.015972009366784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046910636880248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.01773470855752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011727659220062,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.346,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,9.09264565425024,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,9.09264565425024,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,6.375,Mm²,,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.177682806404092,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.107842931827468,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.079068848849821,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.098613957554271,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.164356595923785,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.013326210480307,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,177.417502305779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,135.503050675226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.10778249547446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.159252536357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.8757626688064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.66167374321168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.65963773763891,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.863831948054563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.84417881392693,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.215957987013641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.02196752626552,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.02196752626552,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.09375,Mm²,,,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.019970651560124,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.012121001791533,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008886939944255,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011083711615869,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.018472852693115,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001497798867009,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,5.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,177.954047171623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,169.378813344032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.10778249547446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.749451888786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.344703336008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.66167374321168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.187083245218524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.185258077095035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.207879564877017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.046314519273759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.019102196752627,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.019102196752627,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.4375,Mm²,,,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000373283206731,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00022656078115,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000166111026995,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000207172179736,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000345286966226,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,2.79962405048464E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,178.490592037467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,171.072601477472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.10778249547446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.339651241214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.7681503693681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.66167374321168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003507132273791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.074844263146394,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003896873447649,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018711065786599,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,4.56542502387775,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,4.56542502387775,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.4125,Mm²,,,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.089214686408778,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.054148026694884,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039700535451906,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.049514150956872,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.082523584928119,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.006691101480658,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,5.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,179.563681769156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,184.75840959567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.10778249547446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,197.520049946071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.1896023989175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.66167374321168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.843103724149887,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.630488072745224,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.936741775773421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.157622018186306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.06208213944604,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.06208213944604,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.7375,Mm²,,,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.098920049783791,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.060038607004788,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044019422153787,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.054900627630004,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.091501046050007,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.007419003733784,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,201.383172980149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,198.444217713868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.10778249547446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.521490278163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.611054428467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.66167374321168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.0452741776703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.741685263705581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.16014400125433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.185421315926395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.83134670487106,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.83134670487106,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,6.95,Mm²,,,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.153035289546832,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.092883350008905,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.06810070384834,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.084934585698492,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.14155764283082,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.011477646716013,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,223.202664191141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,200.428659891007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.10778249547446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,245.522930610256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.1071649727516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.66167374321168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.78797826434687,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.3929791862425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.98277641702761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.348244796560624,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.58,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.58,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0625,Mm²,,,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.030875373878365,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.018739521891272,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013739541375872,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017135832502493,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.028559720837488,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002315653040877,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,212.829463451489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,135.503050675226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,5.10778249547446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,234.112409796638,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.8757626688064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.66167374321168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.344340848596202,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008468940667202,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.382003051992963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0021172351668,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.011,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,34.1738299904489,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,34.1738299904489,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,22.7875,Mm²,,,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008073435897436,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.008073435897436,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006126123158974,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.007467928205128,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000605507692308,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,49.3621276576563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,135.503050675226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.87500876416151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,54.2983404234219,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.8757626688064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.81251314624226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.75096918927664,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.0877757672617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.95169660049913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.771943941815426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.34861509073544,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.34861509073544,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.925,Mm²,,,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00126358974359,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00126358974359,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000958811897436,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001168820512821,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,9.47692307692307E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,5.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,50.4352173893445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,147.698325235996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.87500876416151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,55.4787391282789,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.924581308999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.81251314624226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.279787265004425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.579715926551284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.31177747157337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.144928981637821,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.74785100286533,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.74785100286533,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.56875,Mm²,,,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000412923076923,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000412923076923,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000313326030769,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000381953846154,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.09692307692308E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,51.5083071210327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,149.175308488356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.87500876416151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.6591378331359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.293827122089,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.81251314624226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.093306082206213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.234018765191108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.103947584806363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.058504691297777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.659025787965616,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.659025787965616,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.85625,Mm²,,,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000155692307692,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000155692307692,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000118139323077,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000144015384615,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.16769230769231E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,5.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.654486584409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,129.036641842428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.87500876416151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,59.0199352428499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.259160460607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.81251314624226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.036595369427425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.110487624577579,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040749178021465,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027621906144395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.534861509073544,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.534861509073544,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.775,Mm²,,,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000126358974359,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000126358974359,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.58811897435897E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000116882051282,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,9.47692307692308E-06,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,61.8815078606851,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,108.8979751965,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.87500876416151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,68.0696586467536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.2244937991249,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.81251314624226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.034100906695238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.084395930777287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.037912145371612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021098982694322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.37822349570201,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.37822349570201,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.98125,Mm²,,,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000561846153846,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000561846153846,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000426328861538,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000519707692308,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.21384615384615E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.1085291369611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,124.14369172401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.87500876416151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.1193820506572,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.0359229310024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.81251314624226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.171192941140206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.245959689228194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.190095911213257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.061489922307049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.71919770773639,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.71919770773639,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.55,Mm²,,,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000406153846154,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000406153846154,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000308189538462,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000375692307692,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.04615384615384E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.5331137809095,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,112.576330130322,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.87500876416151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,74.2864251590004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.1440825325806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.81251314624226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.119326285177772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.174493311702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.132548318003283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0436233279255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.00588,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.55396370582617,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.55396370582617,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.7875,Mm²,,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0019488,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.0019488,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00102156096,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00092723904,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00180264,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.00014616,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,161.678852907686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,135.503050675226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.7672963819791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.846738198454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.8757626688064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.6509445729687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.096082871621782,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.10670865240674,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.108298620828487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.026677163101685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.200573065902579,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.200573065902579,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.13125,Mm²,,,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0007056,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.0007056,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00036987552,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00033572448,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.00065268,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,5.292E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,5.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,165.792363545824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,126.01783712796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.7672963819791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.371599900406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.50445928199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.6509445729687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.035613685372339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016539841123045,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.04011913499466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004134960280761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.076408787010506,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.076408787010506,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.05,Mm²,,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0002688,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.0002688,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00014090496,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00012789504,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00024864,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,2.016E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.71050543121376E-20,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,169.905874183962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,127.278015499239,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.7672963819791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,186.896461602358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.8195038748099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.6509445729687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013881426595296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006363900774962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.015629219192002,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001590975193741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.200573065902579,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.200573065902579,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.13125,Mm²,,,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0007056,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.0007056,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00036987552,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00033572448,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.00065268,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,5.292E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,5.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,178.132895460238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,112.641043716827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.7672963819791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.946185006262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.1602609292067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.6509445729687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.038088863693281,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014784136987834,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.042841831147697,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003696034246958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.219675262655205,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.219675262655205,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.14375,Mm²,,,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0007728,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0007728,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00040510176,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00036769824,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.00071484,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,5.796E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,178.132895460238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,98.0040719344144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.7672963819791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.946185006262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.5010179836036,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.6509445729687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.041716374521213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014088085340572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.046922005542715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003522021335143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.286532951289398,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.286532951289398,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1875,Mm²,,,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001008,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001008,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0005283936,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0004796064,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.0009324,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,7.56E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,226.779629963435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,110.744601285888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.7672963819791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,249.457592959779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.6861503214721,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.6509445729687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.068351554826766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020764612741104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.076535397573853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005191153185276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.133715377268386,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.133715377268386,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0875,Mm²,,,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0004704,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0004704,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00024658368,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00022381632,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00043512,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.528E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,220.770327465982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,102.181169089471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,11.7672963819791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.84736021258,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.5452922723678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,17.6509445729687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.031093856101924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008940852295329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.034832629102175,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002235213073832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.039,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,6.80993314231137,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.80993314231137,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,4.88125,Mm²,,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00959855022437,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.00959855022437,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004590986572316,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005007563652054,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.008005190887125,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001593359337245,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.5703237707247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,135.503050675226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.88364819098956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.727356147797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.8757626688064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82547228648435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.663655033511961,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.661424266108445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.746047437188565,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.165356066527111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.630372492836676,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.630372492836676,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.8375,Mm²,,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000888505350362,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000888505350362,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000424972109078,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000463533241284,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000741013462202,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00014749188816,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,5.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,93.7165032341011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,131.437959154969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.88364819098956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.088153557511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.8594897887422,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82547228648435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.062785195740745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.110079290792286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.070547271305671,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027519822698072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.49665711556829,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.49665711556829,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.325,Mm²,,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000700034518467,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000700034518467,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000334826510183,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000365208008284,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000583828788402,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000116205730066,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.8626826974774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,132.752338746519,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.88364819098956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,105.448950967225,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.1880846866296,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82547228648435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.050533039218723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.043144510092619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.056755205436417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010786127523155,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.23400191021968,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.23400191021968,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.85,Mm²,,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007377286848464,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.007377286848464,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00352855629962,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003848730548844,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.006152657231619,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001224629616845,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,5.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.15504162423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,117.485819790669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.88364819098956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,110.170545786653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.3714549476672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82547228648435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.555006705050052,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.452320406194075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.622825385903337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.113080101548519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.84527220630373,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.84527220630373,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,4.25,Mm²,,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00823886779427,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00823886779427,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003940650465999,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004298217328271,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.006871215740421,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001367652053849,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,116.251387599553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,102.219300834819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.88364819098956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.876526359508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.5548252087048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82547228648435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.713912530122368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.434432028547982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.79906039323159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.108608007136995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,8.53868194842407,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,8.53868194842407,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,6.0125,Mm²,,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012035208836728,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.012035208836728,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005756440386607,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006278768450121,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.010037364169831,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001997844666897,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.347733574876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,115.507809943346,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.88364819098956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.582506932363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8769524858364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82547228648435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.18031380418991,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.694490707284366,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.31844062484861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.173622676821092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.114613180515759,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.114613180515759,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.075,Mm²,,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000161546427339,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000161546427339,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.72676561960649E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.42787711425613E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.0001347297204,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.68167069382119E-05,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,127.483060124556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,106.503419684002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,5.88364819098956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.231366137011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.6258549210005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82547228648435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.015285582614962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0079877564763,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.017083878329341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001996939119075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.045,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,6.28462273161414,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.28462273161414,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,4.5375,Mm²,,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.02222138836773,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02222138836773,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008888555347092,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013332833020638,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.018532637898687,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.003688750469043,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,5.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,128.055374648123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,135.503050675226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.860912112935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.8757626688064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.832004181211443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.614845092438836,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.926094384449582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.153711273109709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.544412607449857,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.544412607449857,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.78125,Mm²,,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001924953095685,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001924953095685,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000769981238274,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001154971857411,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001605410881801,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000319542213884,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,5.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,129.128464379811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,140.584415075547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.041310817792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.1461037688866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.072657514109331,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109831574277771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.080866605568392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027457893569443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.477554918815664,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.477554918815664,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.3125,Mm²,,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001688555347092,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001688555347092,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000675422138837,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001013133208255,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001408255159475,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000280300187617,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,130.201554111499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,145.665779475868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.221709522649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.4164448689669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.064247120779111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.045520556086209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.071499324127311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011380139021552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.21298949379179,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.21298949379179,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.21875,Mm²,,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004288930581614,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.004288930581614,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001715572232645,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002573358348968,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.003576968105066,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000711962476548,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,5.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.347733574876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,155.828508276509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.582506932363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.9571270691274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.165790979919809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.189915994461996,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.184471905738323,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.047478998615499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.3658070678128,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.3658070678128,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.31875,Mm²,,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004829268292683,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.004829268292683,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001931707317073,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00289756097561,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.004027609756098,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000801658536585,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,138.428575387775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,162.06164860757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.271432926553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.5154121518925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.194983289234442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.213718799101233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.216848243190911,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.053429699775308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.83667621776504,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.83667621776504,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.28125,Mm²,,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010030018761726,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.010030018761726,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00401200750469,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006018011257036,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00836503564728,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001664983114447,1e6 dimensionless,Own calculations,,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.79,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.509417200675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,148.782349641398,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33191679995935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,158.960358920742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.1955874103494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49787519993902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.422214672380023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.339409735119439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.469351437763538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Greece,gr,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.08485243377986,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,306.649181205735,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.42,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,2.6,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.89844,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.16796,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.3536,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,3.23717647058823,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,1.18282352941177,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,62.9987908101572,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,54.0887950423216,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.699702,Mm²,,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.908056086391686,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.534150639053933,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.800905468197467,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.034506131282884,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.072644486911335,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.842446793783576,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.118375971212848,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.042363431722629,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.966981080340006,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.13027145599123,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.99109679188374,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.831368247874966,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.168631752125034,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,216.394253099512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.3792547102893,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.066446220446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,251.796352906592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.75027039662627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.827640169297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.2018102586262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.082014934699877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.3782569146362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018223718490313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,61.5564000690966,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,53.2478812402833,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.650771,Mm²,,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.88726566050364,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.521920976766847,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.78256831256421,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.033716095099138,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.070981252840291,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.831644284011202,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.116837500524942,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.041666524997263,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.3537322856742,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.70334642907254,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.921338571629016,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.927748000561246,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,,insulation,0,0.186614283709836,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.813385716290164,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.186614283709836,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.813385716290164,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.186614283709836,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.813385716290164,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.186614283709836,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,0.186614283709836,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,other,,0,0.813385716290164,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.186614283709836,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,other,,0,0.813385716290164,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,188.41351212798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.61620018669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.1987247685683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,219.237962712117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.9131196814825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0355555912356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.6342470704857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.189838146585073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.3910888786809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.042182036171203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,37.588529970634,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,39.2746129728796,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.837696,Mm²,,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.541796008771129,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.318703534571253,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.477864079736136,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020588248333303,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.04334368070169,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.472764642850116,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.066438098681767,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.023831993059364,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.34435661764706,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.635041360294118,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.773754595588235,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.213694852941176,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.786305147058823,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.213694852941176,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.786305147058823,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.213694852941176,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.786305147058823,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.213694852941176,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,0.213694852941176,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,other,,0,0.786305147058823,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.213694852941176,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,other,,0,0.786305147058823,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,158.558129114873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.1342260911508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.3979279988451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.498239038066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.91782503745372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.3486632285847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.59380840101197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.073754506750804,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.06336680949928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016388251400029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,65.1235101053723,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,55.327506391432,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.77178,Mm²,,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.938681504166893,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.552165590686407,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.827917086675199,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.035669897158342,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.075094520333352,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.89273442783373,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.125315448102429,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.043945446965785,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.36408488063661,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.16225464190981,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.386618037135279,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.62606100795756,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.85212201591512,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.147877984084881,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.85212201591512,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.147877984084881,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.295755968169761,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.860813015511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.8202815130441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0015652080191,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.124442024849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.6256665521984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.2974601939644,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.82750309943536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.132547299892225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.9090345333485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.029452010036053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,26.5158058386595,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,32.8192148039385,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.282461,Mm²,,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.382195254349119,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.224820737852423,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.337096214335923,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014523419665267,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.03057562034793,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.37286277668097,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.052255440791626,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.017724501100507,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.285182410423453,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.248697068403909,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.751302931596091,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.248697068403909,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.497394136807818,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.751302931596091,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.3698444185466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.7437482974198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,26.523142059631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.481550965421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.94226087168669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.689074689328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.44696654403601,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.045839963185257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.00867951865021,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010185639819764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,35.3688029020556,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,37.9805120918984,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.469395,Mm²,,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.509801161745812,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.299883036321066,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.449644624659806,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019372444146341,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.040784092939665,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.508869770669739,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.071324715131705,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.024252252602836,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.244139194139194,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.348156288156288,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,83.4297708960273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.0228688892149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,26.292905393774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.0788814146174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.0040814671835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.327188697934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.78279096533057,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.066156378431468,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.52459882098914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014699947287472,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,17.4973415097599,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,27.56145010019,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.593911,Mm²,,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.25220432407172,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.14835548474807,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.222444213831257,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009583764314725,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.020176345925738,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.269445589507796,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.037726489802071,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.01254393596192,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.312524481916706,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.289717086552941,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.710282913447059,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.289717086552941,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.579434173105881,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.710282913447059,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.0207808298215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.5146317324993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.0882870305795,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,69.8401805735803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.55815117096134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,42.5773695546649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.96422036447071,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01752906444688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.04568742755222,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003894958120097,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.72,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,2.29297133041701,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.39904,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.10336,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.2176,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,2.28,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.44,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,52.3751943340819,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,36.3215382967697,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.058032,Mm²,,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.900335531046302,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.49,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.794095938382839,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03421275017976,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.072026842483704,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.754693018671165,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.106239592663464,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.039402919711674,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,243.05690287833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.5546317324993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,282.821012189225,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.78923917096135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.8779068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.25123838676443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.062882409853699,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.5274065663122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013972471469492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,50.069096562446,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,34.977083295906,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.979801,Mm²,,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.878776530657714,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.46,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.775080900040104,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.033393508164993,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.070302122452617,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.736621503639554,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.10369563061761,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.03845939640055,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,204.071074415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.8836529847483,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,237.457102189294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.3059476932111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.8779068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.64253637861826,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.136375925062858,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.47773122250704,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030302730548967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,29.5560545862843,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,23.0179798238038,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.283926,Mm²,,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.453417936418392,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.31,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.399914619921022,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017229881583899,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.036273434913471,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.380070917291887,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.05350331649737,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019843702629134,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,178.1338760213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.372518731154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,207.276578138385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.97077366206242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.8779068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.4069482844308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.051835326484416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.20729746535885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011517809544837,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,45.8628433235447,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,32.5248376576265,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.83711,Mm²,,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.828937100802628,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.49,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.731122522907918,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0314996098305,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.06631496806421,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.69484433449632,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.09781457789471,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.036278188411598,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,153.666776276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.4595721027618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,178.806660874754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.5455169212337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.8779068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.57900527314347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.087188454505705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.83692043539878,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019373274591168,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,13.1888063568837,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,13.4758741060632,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.728691,Mm²,,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.251665439150973,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.17,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.221968917331158,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009563286687737,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.020133235132078,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.210954853405962,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.029696521819815,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011014063925196,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,141.067731242373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.9862961929608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.146412073625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.55175501407589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.8779068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.03235688098976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024765508159145,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.06100314934167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005502895912962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,18.6992572119537,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,16.688466954569,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.915625,Mm²,,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.377598191987576,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.23,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.333041605333042,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014348731295528,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.030207855359006,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.316516131518997,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.044556586654534,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.016525473814045,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,131.094972820197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.7224591269899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.542110373581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.49293041801715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.8779068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.41310878351641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.03911775163815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.59238417562943,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008691964413997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,7.35878390050095,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,10.0769710139921,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.249636,Mm²,,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.180593766223038,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.15928370180872,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006862563116475,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014447501297843,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.151380068745782,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.021310064414319,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007903633062938,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,121.02221439802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.5146317324993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,22.826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.821448673536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.55815117096134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.8779068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.28058047794261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007367914607174,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.05887141937511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001637150625714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.13462996400518,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.307028669582993,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.00074362825257,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043115938632197,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.090770397120414,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.957176470588235,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.177453493416943,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.449127655899119,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.04864142338919,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.015236,Mm²,,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.007720555345384,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006809529814629,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000293381103125,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000617644427631,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.006513078405218,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000911025530755,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00029645140941,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,84.9452219948337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.5146317324993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.8422603131885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.55815117096134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.486717799312429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000449684929076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.619167999009088,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.99199912407669E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.483675937122127,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.0687830713422,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.016408,Mm²,,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.008489129845926,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007487412524107,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000322586934145,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000679130387674,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.007161449637383,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001001717321819,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000325962886724,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,120.167731242373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.526407802973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.827172073625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5595678138206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.686543769777581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001370501299231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.871526353606567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000304525388689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,5.76092589393678,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,9.14541979616514,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.195431,Mm²,,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.088378072352738,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.077949459815115,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003358366749404,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007070245788219,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.074555946921563,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.010428612537623,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003393512893552,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,86.5278001753107,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.2574116673973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.683748283991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.72299687249568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.89082511885371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007672115219571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.19409337806452,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001704744001789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,6.07186042494386,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,9.32669462774227,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.205979,Mm²,,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.109744403364265,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.096794563767282,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004170287327842,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008779552269141,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.092580633344299,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.012949839596983,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004213930422983,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,52.8878691082484,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.6791904675726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.5403244943578,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8165161218946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.624392776960142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01002689097332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.86201677644365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002227975174272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,6.84055968215581,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,9.77484629469684,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.333727,Mm²,,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.130529815198147,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.115127297004766,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00496013297753,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.010442385215852,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.110115255000728,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.015402518193381,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005012042004038,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,44.1769259610074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.4829766600309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,51.4042710482283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.32871741385887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.58909466579054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012509081351822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.826984891592693,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002779517876375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.54689929176024,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,9.60364228709622,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.222094,Mm²,,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.132202969758237,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.116603019326765,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005023712850813,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.010576237580659,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.11152673207024,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.015599950431472,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005076287256524,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,29.9607749551842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.6033803582393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,34.8623577378523,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.5774711156008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.447928686974157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010572425157283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.645390411925424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002349192869948,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,2.91796683365003,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,7.48797466401797,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.099327,Mm²,,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.071610557848682,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.063160512022537,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00272120119825,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005728844627895,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.060410832776265,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.008450045826144,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002749679246273,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,15.7446239493609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.5146317324993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,18.3204444274763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.55815117096134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.190092538406172,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002931599826094,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.275611324175914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000651401481358,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,40.81,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.565370035994821,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.482823529411765,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.082546506583057,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,10.1744688201762,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,11.7185153221627,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.626434,Mm²,,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.095130110327368,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.070396281642252,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019026022065474,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005707806619642,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.081240696707193,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.011225353018629,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002664060601545,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,84.9452219948337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.5146317324993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.8422603131885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.55815117096134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.20213859116651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018488968814717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.64096118197734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00410824887063,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,11.0036275695284,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,12.2019148730351,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.654562,Mm²,,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.102882649029768,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.076133160282028,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020576529805954,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006172958941786,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.087861330734265,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.012140152585513,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00288116570999,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,0.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,120.167731242373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,83.526407802973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.827172073625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5595678138206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.65979449055657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.05467321254433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.22817116856393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01214838782735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.27154949041285,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,7.11111335291069,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.358339,Mm²,,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021238725820117,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015716657106887,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004247745164023,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001274323549207,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.018137778636665,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.002506169646774,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000594777536678,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,86.5278001753107,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.2574116673973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.683748283991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.72299687249568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.631166388009215,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014067461639484,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.823735818766372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003125789976293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,13.1888063568837,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,13.4758741060632,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.728691,Mm²,,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.123313818735051,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.091252225863938,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02466276374701,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007398829124103,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.10530945999311,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.014551030610736,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003453328131205,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,52.8878691082484,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,48.6791904675726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.5403244943578,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8165161218946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.02517223761915,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035472087981006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.4549864304516,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00788189794938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,6.48643979961997,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,9.56839440317844,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.220043,Mm²,,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.060647464223984,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044879123525748,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012129492844797,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003638847853439,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.05179266827428,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00715640077843,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001698395171274,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,44.1769259610074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.4829766600309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,51.4042710482283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.32871741385887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.570812766916534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008247866633203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.799572940972083,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001832675965898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,10.1226463983417,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,11.6883028502332,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.331676,Mm²,,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.094645576658468,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.070037726727266,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018929115331694,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005678734599508,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.080826907080501,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.011168178045699,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002650491532267,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,29.9607749551842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.6033803582393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,34.8623577378523,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.5774711156008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.605179314956981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015788898783699,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.887699980460464,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003508293309738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,7.22059077560891,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,9.99640442218,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.244948,Mm²,,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.067511691200067,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04995865148805,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013502338240014,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004050701472004,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.05765468798575,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.007966379561608,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001890623652709,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,15.7446239493609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.5146317324993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,30.1819469365309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,18.3204444274763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.55815117096134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4399841948393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.346396969185773,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007229550013612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.525683283963416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001606406013025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.064,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,29.0394202898551,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,29.0394202898551,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,6.032718,Mm²,,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.042851766578723,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.018607525709379,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021627294300704,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019979877056114,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.038895524015176,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003956242563547,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.700624517809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.2466472078731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.46067944377473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.106861834577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.5161924110705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.89753379927671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.16998098512905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.472039957050586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.32700126984731,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.184095583249728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,26.0193236714976,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,26.0193236714976,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.8788,Mm²,,,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.109697454397414,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.016672345016722,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.050892029325424,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.05765902974599,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.101008327212147,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.008689127185267,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,2.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.387660269888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.3067380782136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.61958897642145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.614971172446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4896278505033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.06915609453516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.17454610840881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.489743651814202,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.33700825826067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.191000024207539,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,10.8407533333333,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,10.8407533333333,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.169,Mm²,,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.063984296890047,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.006946405759674,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029800474809241,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.033501928263339,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.058911028339799,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.005073268550248,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-8.67361737988404E-18,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.829601162391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.6262514047619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62447600335609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.884849604099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.7842380478572,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.07443408362457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.40337971854816,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.187892339296929,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.91837194450197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.073278012325802,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,11.487922705314,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,11.487922705314,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.7666,Mm²,,,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.06109763576135,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.007361091060112,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.028026958977084,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.032637296528621,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.056275783499713,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.004821852261637,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.871644173747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.717010932742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.32684439824597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.722868959771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.0396342637694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.75299195010564,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.26595171895749,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.234378082446524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.72865505914825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.091407452154144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.79710144927536,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.79710144927536,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.602,Mm²,,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.03943920775868,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003714595993328,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018030006536459,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021385081222221,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.036153506605002,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.003285701153678,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-9.54097911787244E-18,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.00463437876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.7358029196945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.8781299321536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.186395442689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.6569631386809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.34838032672589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.677581242382108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.134144756277351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.924839279822694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.052316454948167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,14.3285024154589,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,14.3285024154589,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.2958,Mm²,,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.077345391854634,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.009181243096843,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.035013838874012,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.042187149636346,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.071168903179827,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006176488674807,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.30104260698261E-17,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,96.0032374255293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,85.5149651878824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.40503131686187,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.48446764723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.3508364232741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.83743382221082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.45302862362286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.281840222266223,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.98194569931576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.109917686683827,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,2.36714975845411,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.36714975845411,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.6498,Mm²,,,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.012890244795796,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001516793363942,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006152895297491,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006662333562783,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.011711533135711,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001178711660085,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,86.6208479743557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.1741614607114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.85279264761019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.536770204611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.4179229696774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32101605941901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.218898956061658,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.04235017011717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.257924228354467,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016516566345697,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.28570048309179,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.28570048309179,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.3402,Mm²,,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018531913611904,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.00115175746065,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009050986608054,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00948092700385,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.016613860553072,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001918053058832,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.323576089934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.2110924461406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,161.906535004109,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.5023260539948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.156474759916798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026607413650177,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.214245634247208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010376891323569,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.657004830917875,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.657004830917875,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.2268,Mm²,,,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009469979150894,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000407316405537,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004625137817297,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004844841333597,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.008489836308776,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000980142842118,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.433893844728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.7363159749108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.438773505725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.3671632302152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.080689532782412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01649659646311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.110488187525125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006433672620613,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.473429951690821,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.473429951690821,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.0882,Mm²,,,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006823955564615,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.0004217149047,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003332819897758,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003491135666857,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.006117676163677,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000706279400938,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.589274931181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.4636791346599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.313199405029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.6508348625173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.061531499756474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006479496499677,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.084291337046058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002527003634874,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.376811594202899,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.376811594202899,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.1746,Mm²,,,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005431311571836,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000289292964472,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002652652571685,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002778659000151,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.004869170824151,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000562140747685,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,105.110080787196,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,67.5865848038871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.051911486331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.358768073516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.041257253033196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011800617706759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.056439842408317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004602240905636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.038647342995169,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.038647342995169,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1116,Mm²,,,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0003,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004884,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005116,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.008965,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001035,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.668809768019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.7094904731143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.922957479866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.0667012845146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004059869807197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0068867791368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.005551833997779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002685843863352,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.657004830917875,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.657004830917875,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.2268,Mm²,,,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009469979150894,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00059684128411,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004625137817297,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004844841333597,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.008489836308776,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000980142842118,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.385061897349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.155636330534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.531385418342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.9006981689083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.068831363000559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012736098319765,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.094123913226168,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004967078344708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.473429951690821,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.473429951690821,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0882,Mm²,,,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006823955564615,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000559084098312,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003332819897758,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003491135666857,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.006117676163677,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000706279400938,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,93.8588608719472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,55.5453629817987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.525228003287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.6626915629015,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.046509371361281,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004899101014995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.023560799860692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001910649395848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.026,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.888888888888889,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.888888888888889,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.27,Mm²,,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012812324733562,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000627475818338,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005701484506435,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007110840227127,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.011851400378545,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000960924355017,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,143.724464926155,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.3726433240536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.16485668602085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,198.339761598093,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.9553308963809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.57804522090252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.132346063655267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021430613697495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.181260272727996,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008357939342023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.21256038647343,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.21256038647343,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.6668,Mm²,,,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.089547008735659,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.007253975743678,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039848418887368,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.049698589848291,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.082830983080484,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.006716025655174,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,151.225278202987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,99.215804155067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.16485668602085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,208.690883920123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.6941636204761,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.57804522090252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.971583156846689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.165372902365666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.33115866123362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.06449543192261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.50742,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.50742,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.3852,Mm²,,,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.050555479519115,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.004157768031061,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022497188386006,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028058291133109,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.046763818555182,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.003791660963934,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,160.255862608648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,100.207962196618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.16485668602085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.153090399934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.0811052566809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.57804522090252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.580199939268507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038600107038137,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.795241319699235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015054041744874,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.59420289855072,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.59420289855072,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.774,Mm²,,,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.051806356531361,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.004254499106922,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.023053828656456,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028752527874905,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.047920879791509,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.003885476739852,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,136.569083839702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,108.224599172347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.16485668602085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.465335698789,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.2075936772154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.57804522090252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.50942053986057,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.083765839759397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.697431282146138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.032668677506165,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.96135265700483,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.96135265700483,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.4698,Mm²,,,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.028270673053404,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002329324878037,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012580449508765,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015690223544639,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.026150372574399,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.002120300479005,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,145.081519959792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,116.241236148076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.16485668602085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,200.212497544513,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.3340820977498,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.57804522090252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.294686130039614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.054610132742366,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.403627827839414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021297951769523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,4.52173913043478,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.52173913043478,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.9468,Mm²,,,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.065175738862035,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005354445314778,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029003203793606,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036172535068429,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.060287558447382,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.004888180414653,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,135.742513955578,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,117.403648509557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.16485668602085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.324669258697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.7874229187273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.57804522090252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.637146371596793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.111157774408849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.872255752429494,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.043351532019451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.357487922705314,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.357487922705314,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.171,Mm²,,,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005152782773281,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000403311107187,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00229298833411,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002859794439171,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004766324065284,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000386458707996,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,133.373836078683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,78.2110924461406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,5.16485668602085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.055893788583,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.5023260539948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.57804522090252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.049525909490764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01337409680829,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.067791842930927,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005215897755233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.017,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,5.76135265700483,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.76135265700483,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.17774,Mm²,,,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005160013357815,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.005160013357815,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00391541813591,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.004773012355979,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000387001001836,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.3201244703074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.2110924461406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.89596004929879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.0417717690242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.5023260539948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.0476368532427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.416062330425519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.092112332017518,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.570889027646935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035923809486832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.29468599033817,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.29468599033817,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.0908,Mm²,,,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004752882777781,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.004752882777781,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003606487451781,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.004396416569448,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000356466208334,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.8615184423922,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,85.2500907662932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.89596004929879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.548895450501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.2475353988544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.0476368532427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.395817374042963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.092990799007873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.54321642224591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03626641161307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.07246376811594,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.07246376811594,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.6768,Mm²,,,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00282708879547,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00282708879547,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002145194978003,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00261505713581,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00021203165966,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.7483446048575,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.1025916739562,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.89596004929879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.532715554703,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.5800107528429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.0476368532427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.238559312850451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.058274234044934,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.327464271166443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022726951277524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.02898550724638,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.02898550724638,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.4824,Mm²,,,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00179676722904,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00179676722904,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001363386973396,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001662009686862,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000134757542178,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.4506333165801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,74.4787417979721,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.89596004929879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.4218739768805,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.0467093012091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.0476368532427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.126500334365551,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035928545043342,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.173416398785757,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014012132566903,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.028985507246377,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.028985507246377,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1098,Mm²,,,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,-6.56506667331871E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.588E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,9.25E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,7.5E-06,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.4897859704619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.854891921988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.89596004929879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.3359046392374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.5134078495753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.0476368532427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001721325971587,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006901467133034,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002358943231666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002691572181883,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.85024154589372,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.85024154589372,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.2628,Mm²,,,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000598687165325,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000598687165325,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000454283821049,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000553785627926,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.4901537399378E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,5.42101086242752E-20,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,47.5586104970237,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.6545767910663,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.89596004929879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.6308824858927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.9452849485159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.0476368532427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.042048330512815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018830822780692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.057543088906705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00734402088447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.357487922705314,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.357487922705314,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0666,Mm²,,,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000311011341301,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000311011341301,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000235995405779,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000287685490704,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.33258505975851E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,44.4373839196574,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,64.977156110452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.89596004929879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.3235898091273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.3410908830763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.0476368532427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.016563610887453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004327478596956,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.022654448178818,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001687716652813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.011,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.04347826086957,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.04347826086957,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.6714,Mm²,,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002346302770284,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002346302770284,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001229931912183,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001116370858101,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.002170330062513,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000175972707771,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,122.505058945641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.2110924461406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.8987837576683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.056981344984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.5023260539948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.8506864582817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.409055173444854,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.052510927468339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.553632032444723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020479261712652,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.79710144927536,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.79710144927536,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.8118,Mm²,,,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003092823817418,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003092823817418,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001621258245091,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001471565572328,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.002860862031112,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000231961786306,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.426753637877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.7363159749108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.8987837576683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.228920020271,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.3671632302152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.8506864582817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.53283030141497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.059047341308433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.721751549237402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023028463110289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.24154589371981,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.24154589371981,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.522,Mm²,,,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001899052682248,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001899052682248,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000995483416034,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000903569266213,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001756623731079,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000142428951169,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,135.458766084908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.4636791346599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.8987837576683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,186.933097197173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.6508348625173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.8506864582817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.330308710758239,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038348040508293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.447824519884691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014955735798234,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.21739130434783,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.21739130434783,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.3312,Mm²,,,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000940593664472,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000940593664472,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000493059198916,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000447534465556,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000870049139636,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,7.05445248353885E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,117.940419287042,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,65.015356034174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.8987837576683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.757778616118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.3559888533278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.8506864582817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.158065116750082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021533085918519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.213784218351443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008397903508222,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.463768115942029,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.463768115942029,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0864,Mm²,,,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000335289014052,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000335289014052,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000175758501166,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000159530512886,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000310142337998,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.51466760538792E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.758936431335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.5670329336881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.8987837576683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.607332275242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.0611428441384,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.8506864582817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.057812276029683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004887391645471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.078125457963374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001906082741734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.657004830917875,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.657004830917875,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.2268,Mm²,,,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000375844630951,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000375844630951,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000197017755544,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000178826875406,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000347656283629,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.81883473213015E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99.4104496459188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.9207472150675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.8987837576683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.186420511368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.9290914138763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.8506864582817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.073130704071922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014497225468377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.098575104096002,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005653917932667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.463768115942029,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.463768115942029,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0864,Mm²,,,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000390893420575,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000390893420575,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000204906331066,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00018598708951,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000361576414032,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.93170065431389E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,97.1404666805615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,58.9525788903434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,11.8987837576683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.053844019175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.9915057672339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.8506864582817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.050568927739469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005093502816126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.068129637322879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001986466098289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,14.0889855072464,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,14.0889855072464,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.729178,Mm²,,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001647360102921,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001647360102921,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000787932337227,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000859427765694,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001523808095202,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000123552007719,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,98.4481742584304,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.2110924461406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.94939187883414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.858480476634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.5023260539948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.42534322914087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.47085579629972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.213451992859973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.00463473010626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.08324627721539,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,7.6328502415459,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,7.6328502415459,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.5264,Mm²,,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000725708271046,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000725708271046,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000347106266041,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000378602005005,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000671280150718,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,5.44281203284613E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,105.381491793924,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.8647596727564,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.94939187883414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.426458675615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.587256272375,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.42534322914087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.849771962333129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.115799969164495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.1590620628479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.045161987974153,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.966183574879227,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.966183574879227,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.2844,Mm²,,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0004783,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0005217,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000925,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,7.5E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,113.745885546708,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.6234072694839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.94939187883414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.969322054457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.8831288350987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.42534322914087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.115647611039171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021791697027441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.157869241819901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008498761840702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.51207729468599,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.51207729468599,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.5724,Mm²,,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000191428745536,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000191428745536,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.15603689899251E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.98683765461926E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000177071589621,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.43571559152088E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.1302718786747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,67.8117154334933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.94939187883414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.899775192571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.4465690190624,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.42534322914087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.251407850985046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038815425914132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.342459234682561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015138016106511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.3768115942029,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.3768115942029,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.5472,Mm²,,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000263349298068,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000263349298068,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000125959969266,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000137389328802,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000243598100713,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.97511973551051E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,88.4553144652815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.0000235975026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.94939187883414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,122.068333962088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.010009203026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.42534322914087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.224382200586014,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032284812912554,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.305405261729878,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012591077035896,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.29468599033817,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.29468599033817,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.0908,Mm²,,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000563714793679,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000563714793679,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000269624785817,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000294090007862,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000521436184153,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.22786095259359E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.7011392111442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,66.670026665178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.94939187883414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.327572111379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.0013103994194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.42534322914087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.416429865094764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.072723665086376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.565223165281206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028362229383687,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.386473429951691,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.386473429951691,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1764,Mm²,,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.97273354856358E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.97273354856358E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.43558456277962E-06,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.02917509228562E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.82477853242131E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.47955016142269E-06,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.5545248852084,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,61.4770161316743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,5.94939187883414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.3652443415876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.976036291353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.42534322914087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.029566731116538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010844545645627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040112304375161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004229372801795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.97101449275362,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.97101449275362,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.8442,Mm²,,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002353852002236,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.002353852002236,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000941540800895,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001412311201342,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001963112569865,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000390739432371,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,142.984253089625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.2110924461406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,197.318269263683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.5023260539948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.585186861386901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.066025804243032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.802339572674189,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.025750063654783,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.42512077294686,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.42512077294686,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.5562,Mm²,,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002109051644615,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.002109051644615,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000843620657846,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001265430986769,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001758949071609,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000350102573006,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,137.407990587769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,81.1459443310007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,189.623027011121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.6469182890903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.343853780988649,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.045133374236903,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.471331375170726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017602015952392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.579710144927536,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.579710144927536,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.2124,Mm²,,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000878720328599,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.000878720328599,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000351488131439,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000527232197159,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000732852754051,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000145867574547,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.67349091672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,85.5443503220312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.569417465074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.3622966255922,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.077132644875321,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0181696200084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.105681254885645,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007086151803276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.75845410628019,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.75845410628019,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.432,Mm²,,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000931178019104,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.000931178019104,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000372471207642,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000558706811463,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000776602467933,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000154575551171,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.5845937824792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.9427563130617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.666739419821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.0776749620941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.179300623963044,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038855270727243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.245124082774032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015153555583625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.927536231884058,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.927536231884058,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.2772,Mm²,,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000469896393156,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.000469896393156,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000187958557262,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000281937835894,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000391893591892,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,7.80028012638994E-05,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.954699700744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,93.5404665655841,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.177485587027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.4807819605778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.094919439948013,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02592941733198,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.129769955060583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010112472759472,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.34782608695652,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.34782608695652,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.5418,Mm²,,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001161427251751,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.001161427251751,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0004645709007,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00069685635105,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00096863032796,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000192796923791,1e6 dimensionless,Own calculations,,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.3820073023136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,85.8757795058624,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.38032149320755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.587170077193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.4915540072863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73074721266416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.215441989346006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046527497336276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.294224675376186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Hungary,hu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018145723961148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,164.29670543659,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.77826747318143,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.14,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.21989148660246,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.286301063182211,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.272074923396759,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,1.58,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,26.5691882114085,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,24.7567428236032,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.357676,Mm²,,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.2875719452781,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.184354728723977,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.197274354460777,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.046299083189774,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.043998507627549,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.283493311042776,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.009014752158036,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013172787453664,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.01419406701108,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.74567762680443,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.14982261591854,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.5400780555336,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,WALLS,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.102192377705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.66502395752685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.4823407053141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,197.982002107729,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.69460867935848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.9646814106282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.99885414116488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003456947109032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.7540959581884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000963796853998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,26.8254136220114,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,25.0083561768152,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.347512,Mm²,,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.290345204256525,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.186132591325123,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.199176810119976,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.046745577885301,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.044422816251248,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.281530050519691,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.009705385733042,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018031795417648,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,2.04842044871633,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,5.67043705810206,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.685912588379588,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.171272052459,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.541055339110367,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.458944660889633,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.270527669555184,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.729472330444816,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.229472330444816,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.770527669555184,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.229472330444816,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.458944660889633,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.770527669555184,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.541055339110367,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,142.141144343283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.72082355362559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.5530357215528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.287718213236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.71016560675081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.1060714431056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.97193298142549,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003378102834768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.71825804665127,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000941815070333,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,20.7077037068607,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,19.0007650401372,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.35453,Mm²,,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.224130093469226,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.14368384419572,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.153753244119889,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036084945048546,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.034291904300792,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.213130257568512,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.008511889729008,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.012846782128351,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.74372311958015,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.90990424606392,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.734415320629774,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.41233371300593,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.616293231583492,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.383706768416508,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.616293231583492,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.616293231583492,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.383706768416508,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.383706768416508,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,126.940845900863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,10.9955125227452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.1916389698233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.404028183196,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.06554889134136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.3832779396466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.72655714556727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003898239054689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.94297787877978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001086829048447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,27.0824158655146,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,25.2607323799353,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.31581,Mm²,,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.29312687129569,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.187915844110473,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.201085033708843,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.047193426278606,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.044848411308241,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.278410411807412,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.011250469481244,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.024530932790497,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.603826903588156,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,4.12189734501527,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.20392700492975,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.29830692289381,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.70169307710619,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.29830692289381,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.70169307710619,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.59661384578762,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.40338615421238,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.40338615421238,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.59661384578762,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.40338615421238,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.40338615421238,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.59661384578762,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.59661384578762,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.3102196844172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,13.7956566410603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.7644128693579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.216510824421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.84622907152761,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.5288257387159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.37985115488569,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004356806323813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.53698362467344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001214677603079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,16.5735446985447,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,14.9410208939709,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.434027,Mm²,,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.179383971056652,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.114998294738375,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.123057404144863,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028880819340121,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.027445747571668,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.171830788775137,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.005222882262699,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005386810489234,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.546368447978048,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.8072631040439,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.268890631125049,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.747362856491729,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.973846250160721,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.026153749839279,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.973846250160721,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.973846250160721,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.026153749839279,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.026153749839279,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.4722958719574,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,14.2056386626228,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.0718772149126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,111.934787298482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.96053205913923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.1437544298253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.45050016091648,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006165630731822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.13886176781639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001718977848032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,34.4594594594595,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,32.5049891891892,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.800173,Mm²,,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.372972396113086,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.239102687296095,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.255859063733577,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.060048555774207,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.057064776605302,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.369543885208088,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.010819351434461,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018164632239873,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.271675280752262,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2.35612647407617,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.175236646108597,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.480176347509427,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.876355512254902,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.123644487745098,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.123644487745098,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.123644487745098,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.876355512254902,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.876355512254902,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.123644487745098,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.876355512254902,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.123644487745098,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.876355512254902,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.876355512254902,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.123644487745098,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.123644487745098,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,69.1552517964262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,14.5963423768801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.326665794332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.0124004431099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.06946025467418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.653331588664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.7415798711475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011679599068735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.07575536750022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003256272220363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,12.0789798727911,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,10.5273582350808,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.288827,Mm²,,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.130736991712153,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.083812009610237,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.089685576314537,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021048655665657,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.020002759731959,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.133440188488942,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00324631544717,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005419780701396,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.210911017564135,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.30273305269241,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.15973970926739,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.312378704091848,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.765490102436457,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.234509897563543,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.765490102436457,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.765490102436457,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.234509897563543,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.234509897563543,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.427008717017,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.60107528000064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.5414687963781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.4033672763097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.67677978806418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.0829375927562,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.738091369105094,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002773049769897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.12403576080346,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000773126275847,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.49,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.02214,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.23989,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.22797,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.45,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,12.1361746361746,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,11.4730234927235,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.288706,Mm²,,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.275263278203218,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.188830608847407,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044317387790718,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.042115281565092,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.26787365999642,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.005505265564064,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001884352642733,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.328,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.70666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,131.117260095112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.74107528000064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.142003644674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.71581178806418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.6914993471607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002812306879788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.43114932341751,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000784071158085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,11.5904365904366,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,10.9371087318087,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.278542,Mm²,,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.273342840641898,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.187513188680342,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044008197343346,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.04182145461821,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.266004777805874,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.005466856812838,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001871206023186,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.440455665091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.12102151600061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.76,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.725342038269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.54294079866097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.52,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.45488054933848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00254058757511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.09871357426212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000708315815941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,11.3175675675676,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,10.6691513513514,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.27346,Mm²,,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.19876226072381,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.136350910856534,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.032000723976534,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.030410625890743,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.193426361107063,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.003975245214476,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00136065440227,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,5.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.492519330106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.39465216148063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.76,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.049072307633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.6192290226208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.52,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.39860604976285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002569061580079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.01904723555297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000716254368526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,9.88825363825364,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,9.26556507276507,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.24684,Mm²,,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.265318076575489,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.182008200530785,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.042716210328654,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.04059366571605,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.258195443647288,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.00530636153151,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001816271396691,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99.805705335486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,14.1859247638357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.76,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.123058560424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.95503582415741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.52,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.06081862748153,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003501653668705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.54264736219293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000976261042835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,14.9363305613306,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,14.2227766112266,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.340857,Mm²,,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.166005222148617,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.113879582393951,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026726840765927,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.025398798988738,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.161548706117781,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.003320104442972,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001136411587863,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,83.1797643513349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,14.1859247638357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.76,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,114.280678242299,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.95503582415741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.52,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.38857111546742,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004835371757227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.0364363746675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001348101645915,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,28.2744282744283,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,27.3207885654886,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.622303,Mm²,,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.349206033885435,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.239555339245408,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.056222171455555,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.053428523184472,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.339831375257638,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006984120677709,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002390537950088,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.5510151174549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,14.3277840114741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.76,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.799539669871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.99458618239898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.52,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.45316944298815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008916222973692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.61399754262786,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002485842965065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,9.08913721413722,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,8.48083274428275,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.231957,Mm²,,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.128514257071713,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.11,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.088160780351195,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020690795388546,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019662681331972,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.125064209902003,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002570285141434,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000879762028276,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.4549047251725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,9.60107528000064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.76,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.6762936019145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.67677978806418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.52,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.697140292822244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002227036618723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.03610520153093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0006208978093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.21,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.076863260532297,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.14406,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03381,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.03213,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.542680934901247,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.088212678073025,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0101070633895,Mm²,,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.012308667074882,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008443745613369,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001981695399056,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001883226062457,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.007619651046356,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001698596056334,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002990419972193,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,155.020730283806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.60107528000064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.982981336921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.67677978806418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.022855402039232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.70386764623279E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03714901569583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.7054382997697E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.72094376754158,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.263266779725832,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0134270874287,Mm²,,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.017002363614628,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011663621439635,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002737380541955,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002601361633038,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.010525272713817,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.002346326178819,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004130764721992,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,160.172108794685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,10.1771397968007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,220.060460273018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.83738657534803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.054364300487845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000136649345826,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.082327219128207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.80978376162176E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.44445006860707,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.973749967372141,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.02690190030176,Mm²,,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025367832745417,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017402333263356,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004084221072012,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003881278410049,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.015703896461448,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.003500760918867,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006163175365101,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.855741550894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,12.9249675419369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.147803316773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.603480950692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.16062048491238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000347706188217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.235975839491119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.69404852748074E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.03641794451663,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.573062421515333,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.01930257945242,Mm²,,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027808794720201,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019076833178058,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004477215949952,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004254745592191,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.017214968160124,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.003837613671388,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006756212888689,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,64.3732085702154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,13.5712159190337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,88.4423512546189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.7836549982266,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.054423092173907,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000261959473543,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.085749438754376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,7.3034301223815E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.2037537952183,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.737386226904366,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.02241909588336,Mm²,,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.013378748908035,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009177821750912,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002153978574194,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002046948582929,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.008282082657355,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001846267349309,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003250398901371,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.8950338319226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,14.3854888741757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.5331869816785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.01067429812019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.068954159437169,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000322509654399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.10748606329427,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.99156916464841E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.92430897219335,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.44497141069387,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.035838946077,Mm²,,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.023766362227651,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016303724488169,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003826384318652,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003636253420831,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.014712509950451,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003279757987416,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005774094289785,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,39.9174766145804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.8240377615933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,54.842621120772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.41174172793221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.090233412926556,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000567116836058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.144353620469923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000158112173893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.157202326013513,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.15437268414527,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00311402962442,Mm²,,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.00222273464044,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001524795963342,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000357860277111,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000340078399987,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.001375978586939,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000306737380381,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00054001867312,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,10.7821319791957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,9.60107528000064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,14.8135711262169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.67677978806418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004323880097056,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.98980328482086E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.007605637621769,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.33557155808055E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,96.4052857884,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.078267473181432,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,13.8903326403326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,13.1956066528067,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0588629366105,Mm²,,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.018108905376375,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013400589978518,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003621781075275,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001086534322583,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001810890537638,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008298014838737,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,155.020730283806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,9.60107528000064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.982981336921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.67677978806418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.28057725395657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000565147485599,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.28040899366535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000157563118985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,14.5140332640333,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,13.8080806652807,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0555429125713,Mm²,,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.018922027413855,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014002300286253,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003784405482771,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001135321644831,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.001892202741385,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.012029824672469,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,160.172108794685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,10.1771397968007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,220.060460273018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.83738657534803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.45720530218571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00056526798596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.5296843939298,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000157596714486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,7.94568607068607,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,7.35796372141372,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.05416809969824,Mm²,,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.010358835956645,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007665538607917,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002071767191329,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000621530157399,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001035883595664,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00532295236098,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,139.475285235467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,12.9249675419369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,191.625094385008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.603480950692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.16067235653497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000700120930408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.67880702807452,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000195193715398,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,16.1577442827443,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,14.5327048856549,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.04966742054758,Mm²,,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021064942783463,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015588057659763,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004212988556693,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001263896567008,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.002106494278346,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.015958448505117,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.3732085702154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,13.5712159190337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,88.4423512546189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.7836549982266,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.20885963244495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000674047288393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.83199216967941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000187924384004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,0.433460341995842,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.425658055839917,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.07075090411664,Mm²,,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000565104704175,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00041817748109,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000113020940835,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,3.39062822505272E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,5.65104704175454E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,65.8950338319226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,14.3854888741757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.5331869816785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.01067429812019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.035381660412169,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001017786344008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.053201997203148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000283758832709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,4.26072221283784,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.73932921300676,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.142031053923,Mm²,,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005554727693364,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00411049849309,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001110945538673,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000333283661602,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.015,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000555472769336,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.01,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,39.9174766145804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,15.8240377615933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,54.842621120772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.41174172793221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.221343812055844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002247504760596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.349233066557623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000626604327254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.83264033264033,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.33695280665281,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.05375597037558,Mm²,,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003692929253554,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0008,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00273276764763,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000738585850711,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000221575755213,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000369292925355,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,10.7821319791957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,9.60107528000064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.9171379969927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,14.8135711262169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.67677978806418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.8342759939853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.073117500993606,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000516115118325,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.130458951426211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000143892894989,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.068,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.42024387825915,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.42024387825915,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.69648,Mm²,,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021138803965174,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003760217983651,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010230686116169,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010908117849005,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.019207828856061,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001930975109112,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,217.14022560699,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.5461927465566,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.65310874082483,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,227.997236887339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.0641014303307,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.445380723095,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.765427781798314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031025532324122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.815531903198173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019546085364197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,5.36333895112521,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.36333895112521,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.020053,Mm²,,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.038076213433478,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005896457765668,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018124835091257,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019951378342221,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.034697563064862,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.003378650368616,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.04083408558608E-17,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,217.422403992399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.6050551893509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.56633205587313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,228.293524192019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.2811847692911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.3091413277208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.201327512661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031218778361063,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.27970696982432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01966783036747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.95558639833449,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.95558639833449,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.814011,Mm²,,,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027339370338189,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.004348773841962,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012967289961667,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014372080376522,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.024961701325174,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002377669013015,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,186.158207575056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.147321638437,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.50837035826844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.466117953809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.9928126322153,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.2181414624815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.762109295086709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024540251434226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.81360185889858,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015460358403562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,13.0167542381283,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,13.0167542381283,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.140225,Mm²,,,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.08521820491903,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.014310626702997,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.040476766123743,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044741438795287,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.077836016550115,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.007382188368915,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,0,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,146.876226892614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.4259678616012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.84686775315407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.220038237245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.7983597528088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.7495823724519,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.0009757437285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.067258642066596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.14736900823368,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.042372944501955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,16.9326856349757,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,16.9326856349757,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.729331,Mm²,,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.110903812260558,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.018615803814714,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.052637703799135,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.058266108461422,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.101298568060167,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.00960524420039,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,5.20417042793042E-17,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,154.95734027806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.1116030225172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.89002447826762,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.705207291963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.9703099041859,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8173384308802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.74051054826814,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.08218453158905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.9382027173056,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.051776254901102,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,12.0650342024388,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,12.0650342024388,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.000929,Mm²,,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.084845704995424,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.013264305177112,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.040486092048612,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044359612946812,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.077255980753498,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.007589724241926,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,8.67361737988404E-18,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,149.382873395698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.8997985639045,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.76286022982395,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.852017065482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.9468730952598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.6176905608236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.88390361675681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.053824587040675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.0205277503838,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.033909489835625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,7.0982452661842,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,7.0982452661842,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.286712,Mm²,,,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.058960483759154,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.007803814713896,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.028054764520708,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.030905719238446,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.053520101616118,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005440382143035,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,0,1.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,146.071783178438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.4043696847055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.623731844652,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.37537233736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.3747529013645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.3992589961036,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.08387021668021,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031401395325747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.20251250158382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019782879055221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,1.12025379200952,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.12025379200952,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.20314,Mm²,,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01212508111313,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000241711229947,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005921889615653,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006203191497477,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.010870135217921,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001254945895209,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,222.572937770399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.1876058257099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.701584658919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0181916701973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.256466025895595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016132310247435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.272995808337371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003863355455884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.69525131357192,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.69525131357192,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.287298,Mm²,,,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018348574073852,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00036577540107,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008961443577669,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009387130496182,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.016449496657208,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.001899077416644,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,231.837364391792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.0744734179102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,243.429232611382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.6869182532835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.40380898651575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008065740064019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.429608358639204,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005081416240332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.06077128977892,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.06077128977892,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.194434,Mm²,,,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.011481271496504,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000228877005348,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005607452998892,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005873818497611,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.010292959896616,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001188311599888,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,202.064247843433,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.2148457849998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.167460235605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.7753528445499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.221093331338289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005485925325361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.23565767474351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003456132954977,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.21205512045207,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.21205512045207,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.509301,Mm²,,,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.034765719297824,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000693048128342,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016979577305057,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017786141992767,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.031167467350499,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.003598251947325,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,172.291131295074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.3552181520893,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.905687859827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8637874358163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.573845981002632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014441340960077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.613165712722026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009098044804849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.17368890651333,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.17368890651333,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.650048,Mm²,,,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.045173974766617,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000900534759358,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022062969276016,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023111005490601,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.040498468378272,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.004675506388345,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,182.114748430319,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.8183832477551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,191.220485851835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.0055814460857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.786646271248431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015483092393437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.83978768713727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009754348207865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.97541389907802,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.97541389907802,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.621028,Mm²,,,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.043027942711196,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000857754010695,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021014847220148,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022013095491048,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.038574550640587,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004453392070609,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,171.391892495771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.6747287554571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.961487120559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.655079115938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.706648111547967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013460613449544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.755133605089482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008480186473213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,3.30127887379796,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.30127887379796,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.54432,Mm²,,,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.035731433722764,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000712299465241,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017451232230198,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018280201492566,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.032033230332458,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003698203390306,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,160.669036561222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.4405629669433,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.702488389283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.5075546691743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.55141837132745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011670527234167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.62991192902612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007352432157525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.014,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.515515019331813,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.515515019331813,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.114629,Mm²,,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005579683344095,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000449382716049,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002482959088122,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003096724255973,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.005161207093288,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000418476250807,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,307.388536790395,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.5398148243828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.50229811896067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,322.757963629915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4700833393612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.7786080467683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.162330954845707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005907957433504,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.172458627215104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003722013183108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.45732130464955,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.45732130464955,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.252474,Mm²,,,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015773335607346,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00127037037037,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007019134345269,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008754201262077,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.014590335436795,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001183000170551,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,267.119263164454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.1876058257099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50229811896067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,280.475226322677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0181916701973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.7786080467683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.400211851974443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00762158559324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.425907739192113,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004801598923741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.18965004461188,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.18965004461188,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.213297,Mm²,,,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012876192332528,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001037037037037,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005729905587975,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007146286744553,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.011910477907588,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00096571442494,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,226.849989538514,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.489481883967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50229811896067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,238.192489015439,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.2083735868992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.7786080467683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.27879720946661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006503315017405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.297378126771735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004097088460965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.56895013383563,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.56895013383563,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.561537,Mm²,,,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.038628576997582,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003111111111111,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017189716763924,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021438860233658,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.035731433722764,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.002897143274819,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,174.709252436057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.9286404346844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50229811896067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,183.44471505786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.7450434738512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.7786080467683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.650303937739729,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018490649963771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.6967423051221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011649109477176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.62972142361455,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.62972142361455,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.716794,Mm²,,,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.050109848494086,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.004035802469136,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022298882579868,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.027810965914218,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.046351609857029,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.003758238637056,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,183.777206714745,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.3677989854018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50229811896067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.966067050483,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.2817133608031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.7786080467683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.885570821426992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025351426105942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.947910808668743,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015971398446744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.97412511152969,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.97412511152969,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.474477,Mm²,,,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.032190480831319,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002592592592593,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014324763969937,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017865716861382,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.02977619476897,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002414286062349,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,174.94350792159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.7214769752558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.50229811896067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,183.69068331767,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.5045304944111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.7786080467683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.542616653238477,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016949019230789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.581350127979888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010677882115397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1.72499256468722,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.72499256468722,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.303912,Mm²,,,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018670478882165,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001503703703704,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008308363102563,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010362115779602,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.017270192966002,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001400285916162,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,166.109809128435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.1876058257099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.50229811896067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.415299584856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0181916701973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.7786080467683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.299479594141437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009174375661703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.321183106254612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005779856666873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.693962526023595,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.693962526023595,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.140747,Mm²,,,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000498664292075,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000498664292075,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000498664292075,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000461264470169,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,3.739982190561E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,211.918091492941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.5398148243828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.75400817025139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,222.513996067588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4700833393612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.32379282729467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.148974392549058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007254074317087,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.157416924979099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004570066819765,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.991375037176564,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.991375037176564,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.184277,Mm²,,,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000712377560107,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000712377560107,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000712377560107,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000658949243099,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,5.34283170080143E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,173.590871408352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.1876058257099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.75400817025139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.27041497877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0181916701973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.32379282729467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.174823911548135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005562881438744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.184984839700669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003504615306409,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.793100029741251,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.793100029741251,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.155257,Mm²,,,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000569902048085,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000569902048085,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000569902048085,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000527159394479,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,4.27426536064114E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,135.263651323764,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.9044903500238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.75400817025139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.026833889952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.729828920515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.32379282729467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.109461809849522,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005108652458274,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.116070686402099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003218451048712,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.52800634480024,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.52800634480024,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.409182,Mm²,,,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001816562778272,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001816562778272,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001816562778272,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001680320569902,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00013624220837,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,96.1203153540938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.2335352535241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.75400817025139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.926331121798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.9371272097202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.32379282729467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.249954917207376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013598564422108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.266072981134319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008567095585928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.19222761970854,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.19222761970854,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.52236,Mm²,,,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002293855743544,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002293855743544,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002293855743544,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002121816562778,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000172039180766,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.92128106311,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.7470079942983,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.75400817025139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.067345116265,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.1106150364079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.32379282729467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.337339577011424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015016287095902,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.358778094753904,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009460260870418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.10171507881432,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.10171507881432,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.346789,Mm²,,,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001510240427427,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001510240427427,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001510240427427,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00139697239537,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000113268032057,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,96.3847973538888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.2604807350726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.75400817025139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.204037221583,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2841028630957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.32379282729467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.208361522465725,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008413267853635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.221789431648281,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00530035874779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.832755031228314,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.832755031228314,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.167832,Mm²,,,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00059839715049,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00059839715049,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00059839715049,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000553517364203,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.4879786286732E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,89.8483136446678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.0958548982818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.75400817025139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.3407293269013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9203885859176,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.32379282729467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.077115049394798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003708391519288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.082163377227644,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002336286657152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.237930008922375,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.237930008922375,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.034824,Mm²,,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000781758957655,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000781758957655,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000409798045603,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000371960912052,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000723127035831,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,5.86319218241042E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,188.643675510975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.5398148243828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.378741212276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,198.075859286523,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4700833393612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2846237032733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.38,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001794822511444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.053620021728513,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00113073818221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.168533756320016,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.168533756320016,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.063844,Mm²,,,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000553745928339,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000553745928339,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000290273615635,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000263472312704,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000512214983713,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,4.15309446254072E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,152.190499310648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.1876058257099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.378741212276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.800024276181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0181916701973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2846237032733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.38,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001927297506337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.031530078473785,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001214197428992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.109051254089422,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.109051254089422,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.055138,Mm²,,,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000358306188925,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000358306188925,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000187824104235,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000170482084691,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000331433224756,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,2.68729641693811E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,143.575942745895,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.0744734179102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.378741212276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,150.75473988319,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.6869182532835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2846237032733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.38,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001547970315317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.019415415876386,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00097522129865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.733617527510657,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.733617527510657,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.146551,Mm²,,,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002410423452769,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002410423452769,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001263543973941,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001146879478827,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002229641693811,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000180781758958,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,134.961386181141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.3552181520893,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.378741212276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.709455490198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8637874358163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2846237032733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.38,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004155485575407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.123977018541855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002617955912506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.981461286804798,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.981461286804798,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.182826,Mm²,,,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003224755700326,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003224755700326,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001690416938111,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001534338762215,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002982899022801,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000241856677524,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,140.099893605731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,25.0943680645991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.378741212276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.104888286018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.8094518806974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2846237032733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.154559183572744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004587902935778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.17115655484227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00289037884954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.574997521562407,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.574997521562407,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.123335,Mm²,,,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001889250814332,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001889250814332,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000990345276873,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000898905537459,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001747557003257,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000141693811075,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,137.447516979215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.8335179771088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.378741212276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.319892828175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.7551163255785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2846237032733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.089024714732889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002692836939707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.098672171694498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001696487272015,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.237930008922375,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.237930008922375,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.036288,Mm²,,,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000781758957655,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000781758957655,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000409798045603,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000371960912052,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000723127035831,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,5.86319218241042E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,134.795140352698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,11.6921751344457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,17.378741212276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.534897370333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.36607033470079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2846237032733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.036206732998507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000424285651279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040167230155314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000267299960306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.426291265985922,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.426291265985922,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.10157,Mm²,,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000714285714286,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000714285714286,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000341642857143,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000372642857143,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000660714285714,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,5.35714285714286E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,167.63624809868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.5398148243828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,6.70170451573057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.018060503615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4700833393612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.521676089697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.074318746529391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005234898991713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.079520260469043,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003297986364779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.505601268960048,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.505601268960048,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.113178,Mm²,,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000847176079734,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000847176079734,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000405204318937,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000441971760797,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000783637873754,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,6.35382059800665E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,195.716679848351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.1876058257099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.6418877066509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,205.502513840769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0181916701973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5677636994419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.103323951078667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003416572852142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.11076221031576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00215244089685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.38663626449886,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.38663626449886,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.095766,Mm²,,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000647840531561,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000647840531561,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000309862126246,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000337978405316,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000599252491694,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,4.85880398671096E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,170.628673010648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.2819776509386,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.6418877066509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.16010666118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4476459200913,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5677636994419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.069312499930352,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00280421787172,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.074515583861051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001766657259183,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.43749380390602,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.43749380390602,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.249572,Mm²,,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002408637873754,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002408637873754,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001152051495017,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001256586378738,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002227990033223,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000180647840532,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,145.540666172944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.4283875391933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.6418877066509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.817699481591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5398841496918,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5677636994419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.221636465872323,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007344501534932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.239178072382768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004627035967007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.91335382175077,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.91335382175077,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.31922,Mm²,,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003205980066445,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003205980066445,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001533420265781,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001672559800664,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002965531561462,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000240448504983,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,156.119946164747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.574797427448,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.6418877066509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.925943472984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6321223792923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5677636994419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.315247684516504,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00944086683479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.339608262955073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005947746105918,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.17973629424011,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.17973629424011,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.211846,Mm²,,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001976744186047,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001976744186047,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000945476744186,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00103126744186,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001828488372093,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000148255813953,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,147.20312445737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.772594019135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.6418877066509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.563280680239,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.346734232055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5677636994419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.183856017126187,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004824282952578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.198350295243204,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003039298260124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.118965004461188,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.118965004461188,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.058968,Mm²,,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000199335548173,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000199335548173,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.53421926910299E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000103993355482,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00018438538206,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.49501661129568E-05,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.84,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,138.286302749993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.4847399510784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,8.6418877066509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.200617887493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.5353861691794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5677636994419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017479312833149,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001266912145435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.018887881223785,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000798154651624,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.024,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.426291265985922,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.426291265985922,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.10157,Mm²,,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001439330543933,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001439330543933,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000575732217573,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00086359832636,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001331380753138,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000107949790795,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,167.63624809868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.5398148243828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,6.70170451573057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.018060503615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.4700833393612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.521676089697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.074318746529391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005234898991713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.079520260469043,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003297986364779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.54525627044711,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.54525627044711,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.118982,Mm²,,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0018410041841,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.0018410041841,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00073640167364,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00110460251046,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001702928870293,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000138075313808,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,159.762241133353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,40.8637103250464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.750353190021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.7441375047792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.090580670482347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004862045981895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.096913743502789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003063088968594,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.416377515614157,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.416377515614157,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.100119,Mm²,,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001405857740586,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001405857740586,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000562343096234,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000843514644351,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001300418410042,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000105439330544,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,151.888234168026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.1876058257099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.482645876427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0181916701973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.065892134364731,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003022352907664,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.070564371243798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001904082331828,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.53663130762367,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.53663130762367,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.264082,Mm²,,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005188284518828,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.005188284518828,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002075313807531,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003112970711297,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.004799163179916,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000389121338912,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,119.545863907371,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.7157466995664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.52315710274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.8709204207269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.19347505430742,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009167803819915,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.208232918330617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005775716406546,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.04223257658372,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.04223257658372,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.338083,Mm²,,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00689539748954,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00689539748954,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002758158995816,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004137238493724,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.006378242677824,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000517154811715,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,121.51058733442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.1043765675491,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.586116701141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.7457572375559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.261147010492042,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012206275943087,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.280961308948336,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007689953844145,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.25904629721424,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.25904629721424,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.223454,Mm²,,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004251046025105,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004251046025105,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001700418410042,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002550627615063,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.003932217573222,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000318828451883,1e6 dimensionless,Own calculations,,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,115.472841110527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.1459911966295,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36270853127044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,121.246483166054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8819744538766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.98945239409459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.153396597645567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007406604316852,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.165232118728451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Ireland,ie,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004666160719617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,2546.96580526217,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,31.96,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,12.19,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,23.36276,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.57028,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.02696,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,17.3226344936709,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,405.605899631273,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,260.906054052872,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,34.57366,Mm²,,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.08965001627932,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,1.94126513449452,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.72053416190018,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.727819952327943,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.641295902051195,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,5.96734953659651,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,1.40465137454909,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.293876635164079,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.28688445992101,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.97150172313729,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.52658361709886,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.34585175883268,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.81703286544121,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.18296713455879,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.731868538235158,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.268131461764842,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.731868538235158,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.268131461764842,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.765179707306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.2117529952048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.6972008811844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.691407838661,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.821673552633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.6215011014805,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,41.8558218745257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.73600407606019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,46.6938661628667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.65337028203973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,386.500843697269,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,248.619592581714,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,27.891644,Mm²,,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.84991472560944,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.84982667412951,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.5452876644205,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.69353780576215,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.61108925542679,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,5.25593101873911,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,1.30144062133178,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.263574767806348,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.37118394670461,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.48752668003363,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.35968566069465,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.06512127288015,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.784716383157623,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.215283616842378,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.215283616842378,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.784716383157623,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.784716383157623,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.215283616842378,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.974709800943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.5151349381479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.8453681673238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,157.181580366183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.2058145150921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.8067102091547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,43.7138048255163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.35316687230678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,48.6662348971822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.28875612918498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,394.744078495094,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,253.920816880195,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,28.486513,Mm²,,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.95335301425634,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.88927951325985,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.62090105342139,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.708329481038657,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.624122479796299,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,5.33169052462429,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,1.29110692905624,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.265316943748242,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.1673778952868,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,4.05301014834634,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,1.20245911372164,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.29246077608727,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.74796953912892,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.25203046087108,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.206909108180422,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete + bricks,,0,0.793090891819578,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.793090891819578,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.206909108180422,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,137.534018965892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.0299593090623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.7796795194496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.11438336282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.6961332459509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.724599399312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,42.730661809469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.39669257324707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,47.6231352381157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.33021000676051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,369.051934254109,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,237.398198918818,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,26.632452,Mm²,,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.6309611987693,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.76631467499993,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.38523263630036,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.66222745142401,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.583501111044932,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,4.59986164551717,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,1.19317642150896,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.234699752007306,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.785610648242227,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.52003657793131,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.909967486283276,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.90085856533225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.920112781954887,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.079887218045113,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.079887218045113,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.159774436090226,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.920112781954887,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.199959357854095,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.800040642145905,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.159774436090226,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete + bricks,,0,0.840225563909774,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.840225563909774,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.840225563909774,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.159774436090226,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.159774436090226,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.26415806898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.5047174677118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.9940949143103,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.064000178388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,48.1006929162487,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.9926186428879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,37.8285395132008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.3450644637324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,42.2371174290285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.28103939525873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,344.484719705018,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,221.599023242297,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,24.859571,Mm²,,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.32268529833643,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.64873384814521,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.15988295308393,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.618143997662109,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.54465834759039,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,3.84588451089666,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,1.07102228301504,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.201652496002891,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.92958219190508,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.951234556702527,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,0.048765443297473,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.048765443297473,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.097530886594946,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.951234556702527,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.902469113405054,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.097530886594946,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.857096206527458,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.097530886594946,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete + bricks,,0,0.902469113405054,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.902469113405054,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.902469113405054,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.097530886594946,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.097530886594946,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,98.8151941413755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.6796866168359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.2290350376621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.135433488079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.3625335338745,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.2862937970776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,28.8659439680788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.21015612570898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,32.4518492466635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.15255269412523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,338.991313042935,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,218.066213417911,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,24.463142,Mm²,,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.25375257982193,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.62244192578314,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.10949313584983,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.608286618914536,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.535972825057563,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,3.74765238258442,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,1.06265081954837,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.197871598872609,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.56322517606283,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,0.462580288337451,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.953025330924376,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.046974669075624,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.046974669075624,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.093949338151248,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.953025330924376,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.906050661848752,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,0.093949338151248,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.870985583127466,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.093949338151248,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete + bricks,,0,0.906050661848752,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.906050661848752,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.906050661848752,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.093949338151248,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.093949338151248,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,83.8954759374657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.8404775995839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.2862279142387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.9594750114003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.8488708658437,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3577848927984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,25.1716237979127,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.02354954486644,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,28.4312570868872,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.974828586530798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,307.587016436473,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,197.870110270296,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,23.132692,Mm²,,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.85968316692723,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.47213822918783,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.82142839502381,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.551934692870594,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.486320079032832,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,3.38155993806858,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.966406458339412,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.179090051810788,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.303686531189016,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.908405659885984,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,0.091594340114016,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,0.045797170057008,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.091594340114016,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.954202829942992,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.091594340114016,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete + bricks,,0,0.908405659885984,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.908405659885984,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.908405659885984,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.091594340114016,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.091594340114016,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,79.3484819999288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.925918179743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.3114698566659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,86.0296241843228,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.0254444743873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3893373208324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.9482372957577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.923593968069196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,24.8221217396781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.879630895189103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.68,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of buildings [Mil.],,0,2.90639573878706,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.88308,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.95524,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.84168,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,6.4,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,110.349353165427,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,70.9859690206862,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,13.266616,Mm²,,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.89199668071842,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,1.1,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.38304957360516,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.270555525342733,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.23839158177052,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.81269143062842,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.018919966807184,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.060385283282809,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.655,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.73666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.845,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,0.75,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,0,0.25,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.3489721184,kWh/m²/year,H. Mahlknecht, S. Avesani, M. Benedikter, and G. Felderer, Refurbishment and monitoring of an historical building. A case Study. 2009 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,42.7058278348788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.699733545887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.755755570769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.6730304299386,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.8746669323587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.3125143648503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.566561818847448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.6439231093525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.53959347627031,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,91.244297231423,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,58.6995075495282,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,6.5846,Mm²,,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.45907181112503,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.54,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.0665814939324,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.20864726899088,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.183843048201754,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.39791311245512,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.01459071811125,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.046567980558661,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,1.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,205.998694135363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.0231696918156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.699733545887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.343784181561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.9276668144852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.8746669323587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.6157773529382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.289874963152729,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.0148644598888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.276076914906659,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,99.4875320292482,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,64.0007318480095,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,7.179469,Mm²,,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.57408924489853,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.58,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.15065923802082,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.225094762020489,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.198335244857214,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.5081094561902,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.015740892448985,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.050238896259336,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,2.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,185.828793853582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.8435321658697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.699733545887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.475578296054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.7565800347743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.8746669323587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.5545940810885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.314773280035364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,14.9713535554813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.299790071905681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,73.7953877882632,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,47.4781138866321,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,5.325408,Mm²,,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.10208980460463,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.41,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.805627647165984,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.157598842058462,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.138863315380183,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.0558944235733,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.011020898046046,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035174482985285,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,165.948760402198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.0590616525361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.699733545887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.921646028063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.8666503178754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.8746669323587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.11129745870037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.245283295396909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.0827945420149,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.233607810536016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,49.2281732391726,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,31.6789382101119,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.552527,Mm²,,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.684486724193307,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.500359795385307,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.097881601559643,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.086245327248357,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.655795663897779,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.006844867241933,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.021846193053595,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.353073064595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.8435677103383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.699733545887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.244601816634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.8518138873262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.8746669323587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.91986538494635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.148650404067305,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.47042179530708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.141574644833701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,43.7347665770889,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,28.1461283857259,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.156098,Mm²,,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.605700576925769,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.22,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.442767121732737,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.086615182500385,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.076318272692647,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.580311929988761,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006057005769258,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019331641167751,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,118.652155909112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.8196160402122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,16.699733545887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,128.642667436659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.8290023166981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.8746669323587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.06995776198997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.131986806545282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.53374171921562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.125704234553726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,37.797637647647,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,24.3279607712018,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.727648,Mm²,,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.522117779274327,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.19,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.381668096649533,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.074662842436229,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.065786840188565,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.500232602897559,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005221177792743,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.016663998584025,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.951238753628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.7956643700861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,16.699733545887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.040733056683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.80619074607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.8746669323587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.25744397898059,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.114003860327737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.6263754591603,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.108577276576136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,15.1835332902121,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,9.28360426121294,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,11.0991628351451,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.17124526050033,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.91312519456673,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,10.9226344936709,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,186.500843697269,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,119.958992581714,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,13.458742,Mm²,,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.19765333556091,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.8,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.33748458829502,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.45726442698521,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.402904320280674,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,2.3003077053425,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.767436800534618,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.129908829683789,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.43333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.16666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,0.75,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,0,0.25,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,123.193402918662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,53.0170218241751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.566287444414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.4934115853444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.6606333564291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.713542418339942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,20.8755733467029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.679577799226961,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,212.049246922067,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,136.389170695582,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,15.30243,Mm²,,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.39084291448441,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.9,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.4787061704881,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.484890536771271,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.427246207225036,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.43928320717302,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.813802299476258,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.137757407835133,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,126.11622679183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.903304707779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.735213087703,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.5279074036887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.6152177055938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.763641827059459,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,24.1671149706656,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.727292476091429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,213.580401224923,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,137.373856027748,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,15.412925,Mm²,,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.37926376935782,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.82,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.47024181540056,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.483234719018168,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.425787234939085,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,2.43095347472211,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.811023304645876,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.137286989989833,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,121.260957382683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.7775406673825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.471129994305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,48.3605297316151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.1042901915259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.782630425990817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.6184521964558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.745377217713654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,236.291481782389,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,151.979351934254,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,17.051859,Mm²,,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.52887139416467,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.9,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.57960498913438,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.504628609365548,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.444637795664749,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,2.53857726504797,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.846929134599521,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.143364994517181,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.845400462709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.6158491217969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,128.85218318167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.1589347035993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,22.9810392088335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.880146181390154,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,25.7316116279439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.838251223155983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,261.658646334604,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,168.292975457784,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,18.882468,Mm²,,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.63819857414312,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.88,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.65952315769862,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.520262396102466,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.458413020342033,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,2.61722436281527,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.873167657794349,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.147806553533502,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,93.7236084949822,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.8194738623376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.61513633026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.4480669064903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.2200975512836,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.940714620982426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.909954403346,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.895936605023663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,263.40853696644,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,169.418330123117,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,19.008748,Mm²,,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.64805200289616,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.91,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.66672601411709,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.521671436414151,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.459654552364916,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.62431266029661,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.875532480695078,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.14820686190447,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.7471555911449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.8435677103383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.3776660919193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.8518138873262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.8247125155626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.795393834026759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,21.318917760809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.757533087527085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,241.616148990688,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,155.403645415912,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,18.361112,Mm²,,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.33756538765291,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.92,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.43976029837427,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.477271850434365,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.420533238844266,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.40095675566898,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.801015693036697,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.135592938947228,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.3412203339818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.6639657288611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.6849510861031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.7759609601673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,16.738138688286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.72827451711178,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,18.9814371722781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.693608650097259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,-140.89,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,10.0964667097879,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,7.26736550632911,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,108.755702768577,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,69.9610924504719,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,7.848302,Mm²,,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.57622753003035,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.51,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.88322232445218,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.36840053679434,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.324604668783824,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.85435040062558,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.618294607207284,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.103582522197481,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.09666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.16666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.47333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,1.14666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,123.193402918662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,53.0170218241751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.566287444414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.4934115853444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.8827642900946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.416093598416717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.1744674331823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.396287543132081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,83.2072995437785,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,53.530914336604,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,6.004614,Mm²,,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.97103168226779,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.4,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.44082415973775,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.281857530564294,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.248349991965741,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.41873469911097,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.473047603744269,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.079249379412554,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,126.11622679183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.903304707779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.735213087703,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.5279074036887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.48328289945612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.299650082094596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.48476843685375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.285386738186893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,81.6761452409224,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,52.5462290044372,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,5.894119,Mm²,,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.93476138317243,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.33,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.41431057109905,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.276670877793657,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.243779934279726,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.39262759371197,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.464342731961383,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.077791057499073,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,121.260957382683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.7775406673825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.471129994305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,48.3605297316151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.07209723448462,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.299288867220892,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.03367610234895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.285042717141178,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,58.9650646834573,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,37.9407330979314,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,4.255185,Mm²,,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.39677662026413,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.34,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.02104370941308,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.19973905669777,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.17599385415328,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.0053899568959,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.33522638886339,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.05616027450484,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.76,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,118.845400462709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.6158491217969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,128.85218318167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.1589347035993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.73658544153551,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.219634986945333,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.42312606951034,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.209180361566735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,33.5979001312418,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,21.6271095744016,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.424576,Mm²,,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.795873991578161,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.581783887843635,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.113809980795677,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.100280122938848,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.572864484183608,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.191009757978759,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.031999749415795,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,93.7236084949822,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.8194738623376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.61513633026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.4480669064903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.7263942324138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.120791100659251,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.07192104006291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.115041444267871,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,31.8480094994063,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,20.5017549090682,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.298296,Mm²,,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.754422221183465,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.551482643685113,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.107882377629235,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.095057199869117,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.543027792299045,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.181061333084032,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.030333095800389,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,78.7471555911449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.8435677103383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.3776660919193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.8518138873262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.27745005915747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0961689042944,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.57913595422673,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.091591264449986,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,28.1732297981376,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,18.1385040831823,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.043932,Mm²,,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.667373281291548,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.487849868624121,1e6 dimensionless,P. Melograno, S. Pezzutto. Italian country report. IEA. 2010,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.095434379224691,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.084089033442735,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.480370579502042,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.160169587509971,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026833114279535,1e6 dimensionless,Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.3412203339818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.6639657288611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.8174760640509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.6849510861031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.7759609601673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0218450800636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.9530725696296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.081070448800123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.214762240022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.077211495437237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,2.251,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,123.93,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,123.93,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,79.976388,Mm²,,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.883896232176867,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.633784146673937,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.410473921868159,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.470704369809642,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.805709833811476,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.078186398365391,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,152.32377393695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.9625095145121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.939962633798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.30988518052795,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,19.4924891081397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.25969711515749,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.3936136396294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.38647581721457,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,69.7,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,69.7,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,45.464416,Mm²,,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.410675401204881,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.356449245728826,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.191134050732352,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.216420077626576,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.374535364278434,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.036140036926447,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-5.55111512312578E-17,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,0,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,0,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,159.018644764887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,113.353397363597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36292942008834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,166.969577003131,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.4748929190749,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.73833447949452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.4573957206928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,5.15354601275189,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,14.951941430339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.11295386522827,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,50.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,50.15,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,33.022796,Mm²,,,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.303099340695433,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.256469579243911,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.140540698245813,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.160632096809934,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.27439070251787,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.028708638177563,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,0,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,0,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,124.098104213796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.357438118218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.3045280639837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.303009424486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.8865496284694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.67584502846256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.48954200873067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.77640235006054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.73353955081538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.54832496352482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,55.87,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,55.87,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,36.663004,Mm²,,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.337993254861657,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.285721942021083,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.156633206116029,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.179254870259988,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.305701725304396,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.032291529557261,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-6.93889390390723E-17,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,0,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,0,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,114.91472654829,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,116.58335488814,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.30772812247058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.660462875705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.7991755041374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.67926909104352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.71682854245541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.2742960065973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.97280082498223,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.75246136270489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,42.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,42.18,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,27.950688,Mm²,,,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.295584050278112,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.21571060523446,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.13498326243987,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.159742197707694,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.268380754399162,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.02720329587895,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,0,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.083084314761,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,112.344981889003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.4523465475662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,121.887238530499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.0614425744911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.97401080589583,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.21072447377294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.14011953714517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.39174749700912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.28744901022952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,56.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,56.17,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,36.853924,Mm²,,,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.422353098664789,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.287256156852054,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.192518957746148,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.228710482694099,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.38471017695398,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.037642921710809,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,113.035559855579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,118.411982914817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.0488474990366,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.687337848358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,48.548912995075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.54226682396917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.74514116110878,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.36394621903197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.0045168944446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.78921794980311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,42.16,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,42.16,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,28.020692,Mm²,,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.336453042834219,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.215608324245729,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.154309992724349,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.180927194287416,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.307319601998157,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.029133440836062,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,8.32667268468867E-17,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.640435574521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,91.538360670455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.02990088420105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.822457353247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.5307278748866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.38199394609512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.58154138509974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.56496821053173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.72905966678028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.09163696631801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.4,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,16.72,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,16.72,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,10.825164,Mm²,,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.209806978521643,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.014278394534586,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.102469728309971,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.107337250211673,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.188091956244653,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.02171502227699,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,189.618903275897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.89552928808686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,199.099848439692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23821633825294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.25228131246982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.12798717218771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.33073244308725,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.458374740596959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.50486,Mm²,,,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.104903489260822,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.007139197267293,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.051234864154985,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.053668625105836,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.094045978122327,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.010857511138495,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,399.255262161538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,96.047327332368,kWh/m²/year,S. Pezzutto, F. Haas, D. Exner. Europe´s Building Stock and its energy demand: a Comparison between Austria and Italy. 2017,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.89552928808686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,419.218025269615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.3794042062709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23821633825294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.37870061651886,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.528727090338859,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.46265417984177,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.216778107038932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.86,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.64106,Mm²,,,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.048436300065403,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003296327924851,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.023656288951943,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02478001111346,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.043423143008634,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.005013157056769,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,366.439761161959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,96.5275639690298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.89552928808686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,384.761749220057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.5763012273022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23821633825294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.43335422113718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.254935088096046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.41959986705508,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.104523386119379,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.94,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.94,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.691972,Mm²,,,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.049440161206655,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00336464560205,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.02414657473333,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.025293586473325,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.044323104521766,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.005117056684889,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,317.216509662592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,97.0078006056917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.89552928808686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,333.077335145721,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.7731982483336,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23821633825294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.26912143346567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.261142283012105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.24716327284686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.107068336034963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.65,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.65,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.507416,Mm²,,,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.045801164569617,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003116994022203,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022369288775801,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023431875793816,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.041060744036662,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.004740420532955,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,292.604883912908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.486552508781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.89552928808686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,307.235128108553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.4094865286002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23821633825294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.08587650818363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.204320685545358,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.05472770723084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.083771481073597,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.29,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.29,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.551112,Mm²,,,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.066380317965281,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004517506404782,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.032420147294243,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.033960170671038,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.059509955055874,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006870362909407,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,276.197133413119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.1527627829907,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.89552928808686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,290.006990083774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.4026327410262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23821633825294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.48698018568938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.263324765751832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.47604714197253,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.107963153958251,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,5.02,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,5.02,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.379284,Mm²,,,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.062992286613556,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004286934244236,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.030765432782061,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.032226853831495,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.056472584949053,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006519701664503,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,243.354286162707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,24.3920778503902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.89552928808686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,255.522000470842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.00075191866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.23821633825294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.24621407356299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.082427758406578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.22321628838166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.073795380946697,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,1.54,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,48.54,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,48.54,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,31.075412,Mm²,,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.609092747454579,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.448527541101644,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.271046272617288,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.338046474837291,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.563410791395486,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.045681956059094,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,162.518768700412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.74149640132864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.644707135433,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.93340114942165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.0217332680385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.2093658799486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.42548137614684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.31584001077893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,22.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,22.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,14.38264,Mm²,,,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.279951775766618,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.206152646105844,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.124578540216145,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.155373235550473,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.258955392584122,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.020996383182496,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,153.139004664699,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,129.095870070387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.74149640132864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.795954897934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,52.9293067288587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.93340114942165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.47769397878309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.85673942470915,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.65280193341651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.761263164130752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,16.27,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,16.27,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,10.538784,Mm²,,,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.204160259602101,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.150340813632545,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.090851315522935,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.113308944079166,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.188848240131944,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.015312019470158,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.682728615142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,130.386828771091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.74149640132864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.616865045899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,53.4585997961473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.93340114942165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.97557214101798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.37411862486351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.07524283099787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.56338863619404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,18.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,18.15,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,11.735216,Mm²,,,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.227750996421521,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.16771270850834,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.101349193407577,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.126401803013944,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.210669671689906,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.017081324731614,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.682728615142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,140.817775072778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.74149640132864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.616865045899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.7352877798391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.93340114942165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.20384968404894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.65252700711847,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.31503733144507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.677536072918572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,16.64,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,16.64,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,10.774252,Mm²,,,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.208803117380391,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.153759750390016,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.092917387234274,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.115885730146117,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.193142883576862,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.015660233803529,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,115.674641023514,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,151.248721374466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.74149640132864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,121.45837307469,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.0119757635309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.93340114942165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.97044452674938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.62959183876628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.06987912308921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.668132653894174,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,24.8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,24.8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,15.967276,Mm²,,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.311196953788083,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.229161166446658,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.138482644435697,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.172714309352386,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.287857182253977,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.023339771534106,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.77555756156289E-17,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,110.834354626076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,152.76120858821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.74149640132864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,116.37607235738,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.6320955211662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.93340114942165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.81668110547964,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.43918037962152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.95887494296868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.00006395564482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,19.95,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,19.95,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,12.963468,Mm²,,,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.250337872099688,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.184345373814953,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.111400353084361,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.138937519015327,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.231562531692211,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.018775340407477,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,100.524818062042,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.74149640132864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,105.551058965144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.93340114942165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.06016297354424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.3388241444717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.16426497928559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.548917899233396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.061,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,22.71,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,22.71,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,14.6372,Mm²,,,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01808498694517,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01808498694517,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013722888093995,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.015082879112272,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.003002107832898,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,134.734977854103,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.09135045961034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.471726746808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.44774499178306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.17545591600442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.51168165551542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.33654120318339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.61978947876132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,16.25,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,16.25,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,10.526056,Mm²,,,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012940600522193,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.012940600522193,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00981932767624,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.010792460835509,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002148139686684,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,126.066216340047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,112.571598701378,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.09135045961034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.36952715705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.1543554675648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.44774499178306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.13131046049443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.18493495194023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.23953067241853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.485823330295493,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,10.03,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,10.03,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,6.567648,Mm²,,,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007987336814621,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.007987336814621,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006060791174935,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.006661438903394,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001325897911227,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,96.2588029320968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,113.134456694884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.09135045961034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.071743078702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.3851272449026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.44774499178306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.01654203851882,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.743027288243245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.06839046534696,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.30464118817973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,10.96,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,10.96,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,7.1595,Mm²,,,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008727937336815,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.008727937336815,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006622758851175,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.007279099738903,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001448837597911,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,88.0549276822022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,113.697314688391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.09135045961034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.4576740663123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.6158990222404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.44774499178306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.02088320843427,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.814015924511538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.07304339287672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.33374652904973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.47,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.029264,Mm²,,,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003559660574413,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003559660574413,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002701070443864,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.00296875691906,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000590903655352,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,79.8510524323075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,82.9990397225257,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.09135045961034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.8436050539229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.0296062862355,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.44774499178306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.379692540926873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.251426003066017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.399132334704306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.103084661257067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.85,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.85,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.907496,Mm²,,,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00465861618799,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00465861618799,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003534957963446,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.003885285900783,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000773330287206,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.2842285431995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,94.6189052836793,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.09135045961034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.0484399703595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.7937511663085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.44774499178306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.470197137166438,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.369722993920355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.494302682028534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.151586427507346,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,6.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,6.33,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,4.212968,Mm²,,,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005040861618799,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005040861618799,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003825005796345,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004204078590078,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000836783028721,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.7167644408481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.09135045961034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.9026026628906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.44774499178306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.435555367319902,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.435101415630959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.457977700654084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.178391580408693,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.045,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,5.16,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.16,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,3.46838,Mm²,,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007473447055037,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.007473447055037,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002914644351464,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004558802703573,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.006232854843901,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001240592211136,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,163.995466245393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0651099550047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.195239557663,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.8196676518551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.975552573194054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.358202827067783,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.02691692120111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.146863159097791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.02,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.02,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.742884,Mm²,,,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005822336659157,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005822336659157,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002270711297071,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003551625362086,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.004855828773737,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00096650788542,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.253916406686,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,96.047327332368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0651099550047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.66661222702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.3794042062709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.8196676518551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.616342485973996,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.263446677382715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.649174845113078,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.108013137726913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.23,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.23,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.603728,Mm²,,,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003229803669134,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003229803669134,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001259623430962,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001970180238172,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002693656260058,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000536147409076,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,113.213478448546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,97.0078006056917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0651099550047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.874152370973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.7731982483336,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.8196676518551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.308361252139917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.155574126049765,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.324897218650906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.063785391680404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.42,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.42,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.724644,Mm²,,,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003504988735114,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003504988735114,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001366945606695,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00213804312842,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002923160605085,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000581828130029,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,98.1730404904055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,85.8519035360371,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0651099550047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.081692514926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.1992804497752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.8196676518551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.298236324077893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.148063970322005,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.31436129160361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.060706227832022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,6.75,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,6.75,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,4.480256,Mm²,,,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009776311554554,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.009776311554554,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003812761506276,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005963550048278,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.008153443836498,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001622867718056,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.0711028654582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.6960064663826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0651099550047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.7746580087311,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.6253626512169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.8196676518551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.804169436538125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.334657231147049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.847761698208957,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.13720946477029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,8.27,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,8.27,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.447584,Mm²,,,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.011977792082395,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.011977792082395,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004671338912134,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007306453170261,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.009989478596717,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001988313485678,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.4222402238513,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.4064873070123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0651099550047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,93.8933522350438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.606659795875,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.8196676518551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.946810385979139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.459811429749883,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.998296674464654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.188522686197452,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.22,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.22,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.597364,Mm²,,,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003215320244609,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003215320244609,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001253974895397,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001961345349211,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002681577084004,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000533743160605,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,80.5620549539651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,77.8800176170081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0651099550047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.5901577016633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.9308072229733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.8196676518551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.234492306097913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.124402736460774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.247329812284811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.051005121948918,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.197,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,8.04,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,8.04,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,5.301212,Mm²,,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.037049824561404,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.037049824561404,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017720931087719,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019328893473684,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.030899553684211,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.006150270877193,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,193.447378392515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.26627748875119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.119747312141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.70491691296377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.60569779328538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.547491660454061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.68699030036984,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.224471580786165,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.13,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.13,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.903688,Mm²,,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005207251461988,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005207251461988,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002490628374269,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002716623087719,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.004342847719298,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00086440374269,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,149.857454564742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,100.17839517462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.26627748875119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,157.350327292979,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.0731420215943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.70491691296377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.176419817220447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.090530013578562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.185382425952715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037117305567211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,8.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,8.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,5.47304,Mm²,,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.038294035087719,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.038294035087719,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018316036982456,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019977998105263,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.031937225263158,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.006356809824561,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.393090923556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,101.180179126367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.26627748875119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.012745469734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.4838734418103,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.70491691296377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.986059351506274,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.553763167565769,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.03640377440022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.227042898701965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,10.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,10.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,6.74584,Mm²,,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.047510409356725,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.047510409356725,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022724228795322,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024786180561404,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.039623681403509,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.007886727953216,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,110.615584619412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,89.5444585268344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.26627748875119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,116.146363850383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.7132279960021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.70491691296377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.20505199833517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.604052590108661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.26659670467011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.247661561944551,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.89,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.89,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.932952,Mm²,,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.027142222222222,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.027142222222222,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012982124888889,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014160097333333,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.022636613333333,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.004505608888889,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.838078315269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,77.9087379273023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.26627748875119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,114.279982231032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.9425825501939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.70491691296377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.677964655685676,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.306411326648659,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.712601055958135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.12562864392595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.97,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.97,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.983864,Mm²,,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.027510877192983,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.027510877192983,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013158452561404,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014352424631579,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.022944071578947,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.004566805614035,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.591321844528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,88.0368738578516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.26627748875119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.670887936755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.0951182817191,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.70491691296377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.643909868019678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.350726932434836,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.676853554952819,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.143798042298283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,3.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.1,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.157396,Mm²,,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014285380116959,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.014285380116959,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006832697309942,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007452682807018,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.011914007017544,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002371373099415,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.2270927788281,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,81.1754831002594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.26627748875119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.7884474177695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.2819480711063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.70491691296377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.302229447829496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.175127662538567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.317729429425273,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.071802341640813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,22.76,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,22.76,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,14.66902,Mm²,,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002388247639035,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002388247639035,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000955299055614,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001432948583421,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001991798530955,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.00039644910808,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,103.560251904503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.27669605631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.60179753080165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.738264499728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,42.343445383087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.92392335795777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.46176824514753,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.51496791998393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.58695139564093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.62113684719341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,17.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,17.63,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,11.404288,Mm²,,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001849947534103,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001849947534103,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000739979013641,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001109968520462,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001542856243442,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000307091290661,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.5160902571705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,107.149572158421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.60179753080165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.0418947700291,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.9313245849527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.92392335795777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.67692836170195,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.22196457997142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.76239737359641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.501005477788281,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,9.45,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,9.45,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,6.198536,Mm²,,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000991605456453,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000991605456453,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000396642182581,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000594963273872,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000826998950682,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000164606505771,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,0.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,76.8429648406795,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,111.022448260533,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.60179753080165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.6851130827135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.5192037868185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.92392335795777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.769653004410497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.688176642351051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.809005394364343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.282152423363931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,10.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,10.09,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,6.605832,Mm²,,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001058761804827,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001058761804827,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000423504721931,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000635257082896,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000883007345226,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000175754459601,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.7248520324762,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,118.768200464756,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.60179753080165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.0610946341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,48.69496219055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.92392335795777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.719685894093473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.784562779212501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.756598831539863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.321670739477125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.78,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.226548,Mm²,,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000501573976915,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000501573976915,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000200629590766,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000300944386149,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000418312696747,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,8.32612801678909E-05,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,56.6067392242728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,123.518928483346,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.60179753080165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,59.4370761854865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.642760678172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.92392335795777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.292576805689256,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.398539751660084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.307645577817663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.163401298180635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.99,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.99,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.996592,Mm²,,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000628541448059,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000628541448059,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000251416579224,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000377124868835,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000524203567681,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000104337880378,1e6 dimensionless,Own calculations,,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,58.9311705450763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,115.745009907471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.60179753080165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.8777290723301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.4554540620633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.92392335795777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.380562478774509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.462585580636121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.400141898057424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Italy,it,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.18966008806081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,60.7002602968685,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.04,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.39,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.84136,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.09048,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.10816,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,0.651643835616438,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,0.388356164383562,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,14.6972860125261,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,13.1506536534447,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.30429,Mm²,,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.251814034705477,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.094430263014554,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.203717554076731,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021907821019377,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02618865960937,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.171691986038583,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.030798801081522,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.058516001706354,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.03948863636364,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,Before 1945,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,259.87500628359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,16.1382049821709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.687328632004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,320.243970243268,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.6779892216223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,53.443848470738,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.90111393269972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004910694394025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.9968970638578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002032045340247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8.13361169102296,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8.20164321503131,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.165963,Mm²,,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.139356176024508,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.052258566009191,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.112739146403827,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012123987314132,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014493042306549,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.099045992831155,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.020263463112161,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.052414807719063,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.993634496919918,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.15636550308008,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,181.111324540439,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.2417686618983,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.6835671834282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.183485231183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.9968438722935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,58.49730441157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.78538313361194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006014792652435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.30626567640865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002488921199577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,8.01670146137787,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,8.11349290187891,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.147147,Mm²,,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.137353109839351,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.051507416189757,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.111118665860035,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011949720556024,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014284723423293,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.091207081195356,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.018328505478631,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.045790730941529,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.947135416666666,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,179.576186604943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.0209662401843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.7635358715199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.291734753271,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.7330758301883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,58.6321796009054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.75354900418956,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005594671119344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.26548559905549,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002315074909185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.50104384133612,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.47868705636743,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.172431,Mm²,,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.145651526892145,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.054619322584555,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.117832085255746,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012671682839617,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.015147758796783,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.09546439949417,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.02713164574078,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.049602077326314,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.923349705304519,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,163.986363178739,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.2372203797927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.4465564210796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.08039534516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.4431617931582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,58.0975620597929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.701090741223,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004351679147308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.20726635450367,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001800724831156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,8.45093945720251,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,8.44090835073069,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.171549,Mm²,,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.144793069955649,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.054297401233369,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.11713759359412,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012596997086142,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.015058479275388,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.094442479684502,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.019982087297627,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.054915155879113,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.914199604743083,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,133.417488820294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.7261017120441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.4776624868173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.410371473248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.3006608884439,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,58.150025550266,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.43540343381869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005099483022599,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.87919522287535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002110166074752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,9.25260960334029,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,9.04536764091858,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.185661,Mm²,,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.158528380939585,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.059448142852344,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.128249460180124,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013791969141744,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016486951617717,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.114369636406141,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.021761284040219,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.04828674091143,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,113.406755293551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.7546720205556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,34.6271943893425,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.751144548242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.7952832821059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,58.402226057065,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.36406770593742,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006638248162008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.80447347835006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002746907089439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,3.64806823006263,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.81954344546722,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.11684385707085,Mm²,,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.062503701643284,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.023438888116232,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.050565494629417,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005437822042966,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006500384970902,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.042048651996605,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.008432183752136,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.020978348591395,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.821922829655679,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,98.1749737309834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.6787380734415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,35.181469263904,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.981020128691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.6948618147901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.3370660605005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.619372951462651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003584622086567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.94953894814761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001483316619422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.31,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.25079,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02697,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.03224,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.31,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,8.89352818371608,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,7.39532025052192,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.17934,Mm²,,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.155816386178316,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.126055456418257,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013556025597514,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016204904162545,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.11,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.018386333569041,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.027430052609274,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,308.691539763023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,11.5918140204033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.21,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,380.400584449973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.79669264164289,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,49.265586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.54855275342062,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002078875926419,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.25132902307155,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000860238858352,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.03549060542797,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.47035991649269,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.041013,Mm²,,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.020641038070632,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016698599799141,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001795770312145,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002146667959346,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002435642492335,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008205395578297,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,289.81994072969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.9743312563069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.2,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,357.145112961197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.3343782738598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,49.24872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.462275949527721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001024272247815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.576128445358752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000423843856146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.918580375782881,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.38220960334029,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.022197,Mm²,,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.017090975658128,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013826599307426,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001486914882257,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001777461468445,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.002016735127659,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005074240530469,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,296.090213652462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.5285974303414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.2,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,364.871970283929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.2189336166753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,49.24872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.441981283738372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000655446277161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.549568449040566,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000271223669489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.40292275574113,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.74740375782881,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.047481,Mm²,,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027014684080079,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021854879420784,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002350277514967,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002809527144328,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.01,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007014684080079,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.915,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,273.021802158807,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.4748000666403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.2,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,336.444766800298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.5414722675758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,49.24872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.523944667529134,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001209568981964,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.656996999787801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000500519644737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.35281837160752,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.70962505219207,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.046599,Mm²,,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025826366412747,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020893530427912,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002246893877909,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002685942106926,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.003047511236704,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.012778855176043,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.91,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,198.810559977182,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.7648649646677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.2,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,244.994253059881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.83390112237949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,49.24872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.385293810428263,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001107418942489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.485472885868411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000458249958402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.26096033402923,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.64036409185804,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.044982,Mm²,,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.023972254678394,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019393554034821,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00208558615702,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002493114486553,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002828726052051,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001143528626344,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,151.428824461966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.4572775914591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.2,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,186.605740384481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8446214673458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,49.24872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.291118447873336,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001504975260619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.368202038282997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000622758762844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.175365344467641,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.821825469728601,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.003087,Mm²,,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003289668507541,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002661341822601,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000286201160156,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000342125524784,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00038818088389,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000901487623651,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,101.982690765415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.6787380734415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.2,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.673269830221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.6948618147901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,49.24872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.094832640800929,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.47052644327138E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.261918012757941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.9189038422257E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.584527938775216,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.284439730780856,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.47288310246915,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.050853930673444,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.060790905632623,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.341643835616438,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.242884103158777,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,5.47925551148226,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.82095865565762,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0964527045825,Mm²,,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.095997648527162,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.077662097658474,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008351795421863,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009983755446825,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.05610853250522,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.011327722526205,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.028561393495737,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,185.069814692804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.1049767437283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,228.061532645943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.56083937655479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.09253721327817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002228537496248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.42738953776737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000922168815948,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.95553429302714,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.18007285694246,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.10483675904373,Mm²,,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.118715137953877,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.096040546604686,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010328217001987,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012346374347203,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.069386409760465,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.014008386278558,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035320341914854,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,165.252655825772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.8854889422434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.640847774099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.6770153243003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.07324413425053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003971791875492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.41129236875859,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001643527478079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.46367057202505,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,5.56320761130689,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.113781608997,Mm²,,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.120262134181223,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.09729206655261,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010462805673767,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012507261954847,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.070290595325833,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.014190931833384,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035780607022006,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,164.497900751735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.1199786743992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.710763096363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.1878471754664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.15038977605105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004451134117501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.5145501835239,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001841879297822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,6.1610317543215,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.33501794275841,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.10845418222926,Mm²,,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.118636842812066,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.095977205834962,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01032140532465,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012338231652455,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.069340647957164,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.013999147451824,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035297047403079,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,142.435829356796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.1902634534511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,175.52367251638,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.4237310170381,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.984412816446854,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002731989422984,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.30513818869685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001130497223231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,6.23162931983299,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.38824850715407,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.10969692882435,Mm²,,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.118966703542903,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.096244063166208,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010350103208233,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012372537168462,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.069533444362308,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.014038071018063,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035395188162532,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.915,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,120.95433878804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.8622433038971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.052031688502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.7707962791526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.878752196875293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003385493307067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.1760706515638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001400917130464,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.07776303031315,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.02623332485612,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.12459163206336,Mm²,,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.13455612626119,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.108855906145303,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011706382984724,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.013993837131164,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.078645122041362,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.015877622898821,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.040033381321008,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.40745284378,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.1171658123985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.35820413939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.9452832131705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.904306337995998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00449989663407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.2212008342166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001862057227178,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,3.15657620041754,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.06965845511482,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.108192,Mm²,,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.059214033135743,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.047904152806816,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00515162088281,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006158259446117,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.034609311310599,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.006987255910018,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.017617465915126,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.82,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,97.9826907654156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.6787380734415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.744069830222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.6948618147901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.418679838950822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003319194029642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.559553122951924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001373482489466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,-3.1506774605,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.145472061224784,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.088356164383562,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.057115896841223,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.324502317327766,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.934274747265136,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0284972954175,Mm²,,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.009192754120981,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007436938083874,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000799769608525,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000956046428582,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.005583453533363,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001084744986276,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002524555601343,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,185.069814692804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.1049767437283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,228.061532645943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.56083937655479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.190320539745709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00065842934788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.232492461844577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000272458064153,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,1.14258679256785,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.55111044159616,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.02011324095627,Mm²,,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.03236808763787,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.026185782899037,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002816023624495,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003366281114338,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.01965958307069,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.003819434341269,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008889070225911,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,165.252655825772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.8854889422434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.640847774099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.6770153243003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.302768124534074,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000761999967841,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.384249276844588,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000315315586693,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,0.634450513569937,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.16797568723173,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.011168391003,Mm²,,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.017973207776165,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014540325090917,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001563669076526,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001869213608721,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.010916485869523,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.002120838517587,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004935883389054,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,164.497900751735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.1199786743992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.710763096363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.1878471754664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.220542087984706,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000436907217865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.274730891630279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000180792206752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,0.937089331273486,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.39616535578021,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.01649581777074,Mm²,,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.026546595669118,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021476195896317,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002309553823213,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002760845949588,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.016123751537006,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.003132498288956,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007290345843156,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,142.435829356796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,25.1902634534511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,175.52367251638,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.4237310170381,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.238015201084124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000415533995525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.301141596409492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000171947967348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,0.866491765762004,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.34293479138455,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.01525307117565,Mm²,,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.024546652905593,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019858242200624,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002135558802787,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002552851902182,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.014909035322195,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00289650504286,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006741112540538,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.915,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,120.95433878804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.8622433038971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.052031688502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.7707962791526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.19907997011156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000470743993755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.252023666917011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000194793864616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,0.913886238997912,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.37867022420443,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.01608736793664,Mm²,,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025889280418206,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020944427858329,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002252367396384,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002692485163493,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.015724514364779,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003054935089348,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007109830964079,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.40745284378,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.1171658123985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.35820413939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.9452832131705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.186407360352366,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000581030135253,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.237171216612787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000240430269968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.316126685177453,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.9279595206238,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00556485707085,Mm²,,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.008955482696852,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007244985501753,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000779126994626,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000931370200473,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005439340686007,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001056746958229,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002459395052617,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.82,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,97.9826907654156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.6787380734415,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,35.4835228666577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.744069830222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.6948618147901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.8465096669049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.10804125921436,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000170722792493,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.130964687878258,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,7.06450915334982E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.028,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.03079333986288,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.03079333986288,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.494333876,Mm²,,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.026791179498876,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.004907792034185,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012992494370992,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013687152969597,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.024048636137186,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.002742543361689,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,162.864928063829,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.86960832335985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,213.353055763616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.86372322541989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.86960832335985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.505337922407417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.036721962522603,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.658357003582078,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011751028007233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.85994123408423,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.85994123408423,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.4116,Mm²,,,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021973265957841,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.004631129619518,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010663811202597,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011150210275036,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.019708623491726,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.002264642466115,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,153.570145477353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.2886364726715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.71592863829993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.176890575332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.09236367125487,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.71592863829993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.449828928910583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035697439244823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.585981422236832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011423180558343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.90989226248776,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.90989226248776,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.069287,Mm²,,,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.014956163558527,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003092706423993,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007279430747728,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007557533533967,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.013425256988485,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001530906570042,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,149.404470902509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.561479719507,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.63143018326019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.719856882287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.17967351024224,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.63143018326019,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.292282083366553,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027332557964833,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.410739480683465,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008746418548746,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.19392752203722,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.19392752203722,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.171628,Mm²,,,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.016586387602439,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003552647379356,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008090968541225,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00837561732239,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.014833444747332,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.001752942855107,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.055523142872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.4069732045651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.02155151150169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.162735317163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.49023142546084,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02155151150169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.313900731856805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027424265201718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.408474831044279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00877576486455,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.11655239960823,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.11655239960823,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.719916,Mm²,,,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.011409152431519,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001808043755565,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005384469949457,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005994805568604,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.010330872142408,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001078280289111,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.614794770326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.0737289489383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.73946110757276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.385381149127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.70359326366027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.73946110757276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.137731490402355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017331062650004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.178787776858607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005545940048001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.43780607247796,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.43780607247796,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.619811,Mm²,,,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025975785973735,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005566871563188,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011980858213602,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013866962418726,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.023622899767094,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002352886206641,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.493409279941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.3180775652922,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.24659106537639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.606366156723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.74178482089351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.24659106537639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.415080706378124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.044250122539114,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.53923004882426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014160039212516,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,2.74240940254652,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.74240940254652,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.30573,Mm²,,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.017816690882823,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004440809224195,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00823521079055,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009455166081288,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.016182719152562,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001633971730261,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,3.03576608295941E-18,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.747198177715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.3351260919128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.06960466100048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.458829612807,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.46724034941209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.06960466100048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.30938986087013,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030469374191993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.401840955892909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009750199741438,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.27612144955926,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.27612144955926,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.544496468,Mm²,,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021864260565784,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001901283013881,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010678504860329,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011185755705455,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.019601309597225,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.002262950968559,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,143.907966548023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.51943617791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.86372322541989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.188933211812046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013380529754909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.245862865103107,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004281769521571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.920666013712047,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.920666013712047,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.395248,Mm²,,,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015774111174774,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001344106438375,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00770407589776,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008070035277014,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.014141490668185,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.001632620506589,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,138.572628021865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.8539456238766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.530142708643,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.3132625996405,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.13139501394212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009032976299946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.170944537747772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002890552415983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.646425073457395,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.646425073457395,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.296436,Mm²,,,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.011075439761012,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000947755433552,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005409244779278,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005666194981734,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.009929131745747,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001146308015265,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,134.187418274338,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.0824850801153,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,175.785517939382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.3863952256369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.089421364085764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006842479547209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.146311418717428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002189593455107,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.734573947110676,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.734573947110676,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.328197,Mm²,,,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01258572700115,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001076028141846,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006146869067361,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006438857933788,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.011283104256531,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.001302622744619,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,126.58638804529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.2358862737061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,165.82816833933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.79548360758595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.096031667683636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006969554167372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.124857657125879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002230257333559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.362389813907933,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.362389813907933,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.194095,Mm²,,,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0062089586539,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000529438819119,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003032455406565,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003176503247335,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.005566331433222,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000642627220679,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99.5442612688713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.3892874672969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.402982262221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.204571989535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.037575831433746,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003763363750965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.048758717591963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001204276400309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.303623898139079,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.303623898139079,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.172921,Mm²,,,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005202100493808,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000341067665943,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002540705881176,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002661394612632,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.004663683092699,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000538417401109,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.197741837325,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,17.6442515952402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.739041806896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.64616051047685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.034109856866074,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003051061630101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.044293797111487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000976339721632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.166503428011753,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.166503428011753,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.059993,Mm²,,,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002852764786927,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000151920487285,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001393290321935,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001459474464992,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.00255750363148,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000295261155447,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,96.284588689876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,17.4514165425665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.132811183738,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.58445329362126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01672182454069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001046962832638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021691655905976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000335028106444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.011,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.216963761018609,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.216963761018609,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.141696408,Mm²,,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00371732032706,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000718545344935,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001654207545541,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002063112781518,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00343852130253,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000278799024529,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,185.699015441959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,243.265710228966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.86372322541989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.041350271842289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003482066670463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.053840158452688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001114261334548,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.254652301665034,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.254652301665034,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.155276,Mm²,,,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004363052027065,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000871931579546,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001941558152044,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002421493875021,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.004035823125035,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00032722890203,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,179.632808624546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.7176688492964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,235.318979298156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.82965403177486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.046988409385054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004769716748243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.061169020918001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001526309359438,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.166503428011753,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.166503428011753,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.123515,Mm²,,,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002852764786927,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000568473208305,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001269480330183,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001583284456745,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002638807427908,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00021395735902,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,177.016300141855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.8712571935429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,231.89135318583,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.87880230193374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.030287533119976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00381306333226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.039424417564125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001220180266323,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.137120470127326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.137120470127326,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.112928,Mm²,,,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002349335706881,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000442709876105,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001045454389562,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001303881317319,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002173135528865,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000176200178016,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,168.392054305051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.0248455377894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,220.593591139617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.92795057209261,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.023760113690462,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003503573756891,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.030918012962587,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001121143602205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.274240940254652,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.274240940254652,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.162334,Mm²,,,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004698671413763,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00101944020259,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002090908779124,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002607762634638,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.00434627105773,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000352400356032,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,145.150442643156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.9888208238357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,190.147079862534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.5164226636274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.041146425945732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005842209239617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.053486346045072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001869506956677,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.04799216454456,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.04799216454456,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.441125,Mm²,,,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017955637188307,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00392968161116,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007990258548796,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00996537863951,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.016608964399184,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001346672789123,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,133.061881105806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.3487090320741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.311064248605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.6315868902637,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.144569409949433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016034324271774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.18779823067695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005130983766968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.734573947110676,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.734573947110676,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.328197,Mm²,,,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01258572700115,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002740818177358,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005600648515512,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006985078485638,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.011641797476063,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000943929525086,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,127.404960531495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,166.900498296259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.86372322541989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.88706053753151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.097178272087924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008065157410666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.126190665157045,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002580850371413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.812928501469148,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.812928501469148,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.356429,Mm²,,,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000462405299698,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000462405299698,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000350873141411,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000385646019948,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,7.67592797498115E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,160.016303687274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.621357830329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.86372322541989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.131540194893477,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008758934392229,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.171865557223286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002802859005513,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.07737512242899,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.07737512242899,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.451712,Mm²,,,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000660217579637,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000660217579637,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000500973099428,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000550621461417,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00010959611822,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,156.93203949818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.7858072365865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,205.580971742615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.57145831570768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.171007469266158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012099470558453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.223420618599047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003871830578705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.79333986287953,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.79333986287953,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.349371,Mm²,,,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000494192690017,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000494192690017,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000374993413185,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000412156703474,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,8.20359865428461E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,155.528772378971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.0536653089524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.742691816452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.65717289886476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.124810414170235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009451766102654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.163060438405651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003024565152849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.812928501469148,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.812928501469148,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.356429,Mm²,,,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000496690459465,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000496690459465,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000376888720642,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000414239843194,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,8.24506162711625E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,149.827999707185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.4014204922438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.274679616413,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.48845455751802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.123257832206431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00834094490463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.161015662103257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002669102369482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.235063663075416,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.235063663075416,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.148218,Mm²,,,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000123867800405,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000123867800405,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.39908869470832E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000103305745538,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.05620548671795E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.901950969548,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.7491756755352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.551555770108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.31973621617128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.030486801618218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002927183320276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03980698296213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000936698662488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.930460333006856,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.930460333006856,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.398777,Mm²,,,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000530536241324,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000530536241324,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000402570899917,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000442467225264,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.80690160598085E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.895074503255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.5140602701102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.132547599264,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.20449928643525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.11043546112992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008978089412334,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.14415299241416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002872988611947,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.881488736532811,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.881488736532811,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.381132,Mm²,,,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000523689929455,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000523689929455,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00039737591847,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000436757401165,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.69325282894831E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,112.714507877279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.656005319235,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.86372322541989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.79398424795461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.100937946045749,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009365989251096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.131738482478424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002997116560351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.117531831537708,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.117531831537708,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.10587,Mm²,,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,3E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,3E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.5726E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.4274E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,2.502E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,4.98E-07,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,129.290600722932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.370686947041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.86372322541989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.0165262989159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00260166368086,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021236984858009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000832532377875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.127326150832517,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.127326150832517,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.109399,Mm²,,,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.41455519393307E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.41455519393307E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.41509832659715E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.73045361273354E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,1.17973903174018E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,2.34816162192889E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.72396346161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.8539456238766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.698392134709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.3132625996405,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017449364298325,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002500198797306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.022411828282167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000800063615138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.09794319294809,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.09794319294809,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.098812,Mm²,,,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.27646284830766E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,2.27646284830766E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.19332182508288E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.08314102322479E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,1.89857001548859E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.77892832819072E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.955262196774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.0824850801153,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.381393477774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.3863952256369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013249355672539,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002280826515736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.017012933662843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000729864485036,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.186092066601371,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.186092066601371,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.130573,Mm²,,,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000102037213221,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000102037213221,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.34879071707008E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.85493060507811E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,8.50990358267159E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.6938177394766E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,119.131531474494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.0824850801153,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,156.062306231587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.3863952256369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.024276117758987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003013949324366,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.031148641954724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000964463783797,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.137120470127326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.137120470127326,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.049406,Mm²,,,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.56706343983425E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,9.56706343983425E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.01505465516112E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.55200878467314E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,7.97893090882177E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.58813253101249E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.590692484384,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,17.7735135116888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.083807154543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.68752432374042,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.015482457628397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000878118208558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.019800808317743,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000280997826739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.176297747306562,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.176297747306562,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.127044,Mm²,,,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000181818181818,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000181818181818,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.53090909090909E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.65090909090909E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000151636363636,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.01818181818182E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.4840735753523,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.0840702682083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,121.154136383712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.42690248582667,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018300540551554,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002551560623154,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.023355008039806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000816499399409,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.127326150832517,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.127326150832517,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.109399,Mm²,,,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.89606579409937E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.89606579409937E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.93917689266892E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.02148104832482E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.58131887227888E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.14746921820496E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,88.91743631403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,18.5288978498956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,116.481841571379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.9292473119666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.3206592198515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.012762930871111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002027042895881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016272600492517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000648653726682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.048971596474045,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.048971596474045,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.081167,Mm²,,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00012335761401,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.00012335761401,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.90019467811565E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.43556672292063E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000102880250085,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,2.04773639257202E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,131.629379254947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.43448682398,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.86372322541989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006721781493731,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001994608821993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.008720072755681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000638274823038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.137120470127326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.137120470127326,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.112928,Mm²,,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000575901727557,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000575901727557,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00027545379629,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000300447931266,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000480302040782,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,9.55996867744442E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.96901867478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.836911027054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.949414463962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.6278115286573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018456198288985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002691854688463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.023938328955474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000861393500308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.039177277179236,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.039177277179236,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.077638,Mm²,,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000119774329453,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000119774329453,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.7288061777453E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.24862676757207E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,9.98917907639468E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.98825386892268E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.755777311297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.0752801373246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.3600682778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.70408964394387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.005225668017956,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001869156599302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006777256302638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000598130111777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.137120470127326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.137120470127326,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.112928,Mm²,,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000603187328233,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000603187328233,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000288504499094,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000314682829139,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000503058231746,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000100129096487,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.493525614265,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.3066229215323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.466518554687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.81811933489032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017568275636221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002406114313283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.022775150280353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00076995658025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.019588638589618,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.019588638589618,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.07058,Mm²,,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,5.32663939743002E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,5.32663939743002E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.54773162379078E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.77890777363924E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,4.44241725745663E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,8.84222139973383E-06,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.029213459137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,18.5379657057399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.658269631469,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.93214902583678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002108885647525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001308409619511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002728455797816,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000418691078244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.333006856023506,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.333006856023506,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.183508,Mm²,,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001401484615734,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001401484615734,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000670330091706,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000731154524029,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001168838169522,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000232646446212,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.5838160180904,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.9479012474861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.664798983698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.70332839919556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.032039660190148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003844107462124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.041390820041575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00123011438788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.274240940254652,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.274240940254652,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.162334,Mm²,,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001273786140489,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001273786140489,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000609251910996,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000664534229493,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001062337641168,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000211448499321,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,87.0317961225932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.3152701724376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,114.011652920597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.18088645518004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.62939884702997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.025411493233589,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003135525068172,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03281047452981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001003368021815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.558276199804114,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.558276199804114,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.264675,Mm²,,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000620835692324,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.000620835692324,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00024833427693,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000372501415395,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000517776967399,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000103058724926,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,211.279405635869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.54,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,65,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.7,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.120266163449975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00650415920215,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.084433692458374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017203875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.342801175318315,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.342801175318315,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.187037,Mm²,,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000585837896869,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.000585837896869,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000234335158748,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000351502738121,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000488588805989,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,9.72490908802545E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,184.105722567024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.95,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,65,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.7,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.064532473729941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004596272502853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.045472575905975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012157405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.166503428011753,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.166503428011753,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.123515,Mm²,,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000391227362635,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.000391227362635,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000156490945054,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000234736417581,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000326283620438,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,6.49437421974302E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,171.754048444822,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.5741350794372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.5,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,65,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.7,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.029287748300084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003035274294337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.02067972575906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008028475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.186092066601371,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.186092066601371,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.130573,Mm²,,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000449409893489,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.000449409893489,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000179763957395,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000269645936093,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000374807851169,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,7.46020423190993E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,151.728257264447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.2602553413527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.8,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,74.75,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.7,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.029006724881069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003690026320686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.020563173359452,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00976033175,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.088148873653281,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.088148873653281,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.095283,Mm²,,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000228717535079,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.000228717535079,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.14870140315977E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000137230521047,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000190750424256,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,3.79671108231131E-05,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,119.862399765748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.8254604481798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,77.74,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.7,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.010931088128737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002746576347884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.007818805093046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00740730042,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.646425073457395,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.646425073457395,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.296436,Mm²,,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000704209252743,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.000704209252743,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000281683701097,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000422525551646,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000587310516788,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000116898735955,1e6 dimensionless,Own calculations,,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.846064169704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.3906655550068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.14472222803306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.2,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,77.74,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.7,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.075625777690996,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008712451334464,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.054235063663076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Latvia,lv,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02304493464,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,91.0007163909,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.28,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.48,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.15072,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01664,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.11264,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,0.947,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,0.046,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,15.91,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,13.811471,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.119092,Mm²,,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.223787249240122,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.083920218465046,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.20118473706687,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002909234240122,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019693277933131,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.22,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.031248437056583,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013568826134796,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,Before 1945,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,283.233362294706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.3259443448464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.1810570864359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,294.675990131412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.9560234102426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.4227603111184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.10566998781102,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003611577363916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.39483500864618,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000232946739973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,18.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,16.424452,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.141968,Mm²,,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.26612537747474,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.099797016553028,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.239246714349791,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003459629907172,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.023419033217777,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.28,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.040284955264503,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.021112970705864,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,234.33363731029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.3072448729417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.5093038719685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,243.800716257626,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.21281729430474,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.9730988717424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.08547760724591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004870530940122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.40110419239236,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000314149245638,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,13.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,11.571773,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.099484,Mm²,,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.187497425039021,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.070311534389633,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.16856018511008,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002437466525507,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016499773403434,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.19,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.029235862316329,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.028525682737304,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.366038456307,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.2279486791212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7177342733985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.319626409941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.78820268980331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.32255328278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.87481374279005,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004300489246394,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.0584095485201,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000277381556392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,13.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,11.571773,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.099484,Mm²,,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.187497425039021,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.070311534389633,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.16856018511008,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002437466525507,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016499773403434,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.194,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.029445390043613,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.024321748802986,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,124.792923970462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.8008583034553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.5129801393748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.834558098869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.18015536057286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.9792625016758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.61087341345031,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003362644587461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.78206960302276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000216890575891,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,10.37,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,9.002197,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.072276,Mm²,,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.145862587971091,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.054698470489159,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.131130466586011,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001896213643624,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012835907741456,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.11,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.020685523541981,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.04461552342396,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.5030104169016,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.6331496513239,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6952527828489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.3209320377444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.52433815251039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.2848608157245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.982384488224143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001708109524199,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.10582840608645,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000110173064311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,10.75,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,9.332075,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.079876,Mm²,,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.15120760083792,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.05670285031422,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.13593563315329,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001965698810893,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.013306268873737,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.11,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.021211889131043,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.048549883165929,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,76.9290797905671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.3720088934442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6436951785356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.037014614106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.44299457362715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.1984193363327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.853827665455813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001786986582373,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.97479443102051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000115260634563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,8.3907163909,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,7.28398089894029,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.06103344457084,Mm²,,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.118022334398084,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.044258375399282,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.106102078623877,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001534290347175,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.010385965427031,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.015925845943026,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019038950184309,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,58.9722055043538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.1036218815452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6172076725517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.3546826067297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.36118361135967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.1540103838002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.535419829687564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001288026736351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.624403637828584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.3077724494656E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.7,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.6293,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0091,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0616,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.677,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.023,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,12.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,10.486648,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.090896,Mm²,,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.211059805392689,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.189742765048028,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002743777470105,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.018573262874557,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.18,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.024905057036337,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006154748356352,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,299.049359943859,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,25.985375281446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.5240176720404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,311.130954085591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.67605670565327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.3211680289429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.2752355058348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002361966671582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.49612050718938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000152346850317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,12.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,10.495329,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.090972,Mm²,,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.243194133700097,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.218631526196387,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003161523738101,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.021401083765609,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.028696907776612,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014497225923486,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,264.863274125444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.0045553480334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.5240176720404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,275.563750400112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.99979381994815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.3211680289429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.91915257561869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002820546409121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.12572514239297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000181925243388,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,7.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,6.51075,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.056088,Mm²,,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.160263192348625,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.144076609921414,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002083421500532,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014103160926679,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.018911056697138,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011352135651487,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,181.133660859418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.50683302205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.5240176720404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.451460758138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.99969072992223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.3211680289429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.26574611498076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002608475250541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.37186910834812,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00016824665366,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,7.37885,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.063688,Mm²,,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.181640371307784,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.163294693805698,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002361324827001,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.015984352675085,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.021433563814319,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010206807493465,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,144.002312262801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.6425318652597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.5240176720404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.820005678218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.29894330530925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.3211680289429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.16052561205271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002270001569435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.26972927714473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000146415101229,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.139152,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.04408,Mm²,,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.106020863655332,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.095312756426144,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001378271227519,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009329836001669,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.012510461911329,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013510401744003,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,106.870963666184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.7782307084693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.5240176720404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,111.188550598298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.59819588069627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.3211680289429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.617448311285475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001092224409629,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.685796176915684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,7.04484744210915E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.503754,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.047272,Mm²,,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.11158154480341,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.100311808778266,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001450560082444,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0098191759427,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.013166622286802,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.028414922516608,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,86.2541242187704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.831575227556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,11.5240176720404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.7387908372087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.53713660217736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.3211680289429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.54778375322629,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001126566224157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.616396434328949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,7.26635214581282E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,5.03,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.366543,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.037316,Mm²,,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.0834954067542,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.075062370672026,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001085440287805,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00734759579437,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.009852457996996,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003642948757204,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,65.637284771357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.8849197466427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,11.5240176720404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,68.2890310761198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.47607732365845,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.3211680289429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.344573835247739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000853973665266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.395372465807796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.50813014096388E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.268228511547776,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.070991106192917,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.241137431881451,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003486970650121,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.023604109016204,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.27,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,-0.001771488452223,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.7284547685,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.63237158453485,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0055362562406,Mm²,,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.012727443847433,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011441972018842,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000165456770017,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001120015058574,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001501838373997,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001225605473436,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,233.348962398683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,44.0163031662244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.77626047959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.83905155422147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.157946203217339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000243685533092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.170932862690941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.57177168844438E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.139989411,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.9896248076891,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0086639195236,Mm²,,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.022931243774643,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020615188153404,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00029810616907,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002017949452169,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002705886765408,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000225357009235,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,180.292157208503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.1534405326989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.575960359727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.58989691435908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.194670305393745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000347886177371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.21287241757109,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.2438658440427E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.2745081524,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.10640052709844,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.00968626195824,Mm²,,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027234232690396,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.024483575188666,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000354045024975,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002396612476755,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.003213639457467,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004020593232929,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.925700887982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.0098298846157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.124299203856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.51613402755772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.133149512350922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000377859431209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.15008600136389,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.43719333129655E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.2740853058,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.23793345396498,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.00208304832408,Mm²,,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005857053731238,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005265491304383,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.61416985060885E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000515420728349,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.0009,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000957053731238,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.9875822551663,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.5598178737788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.6634805782751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.97110825285873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.025555634547085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.36575774061649E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.029073489625663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.10591374269764E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.2246848386,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.93124890838866,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.01219560477336,Mm²,,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.039841724315759,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.035817710159868,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000517942416105,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003506071739787,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00470132346926,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0151404008465,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.0494636223508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.1098058629418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.2026619526938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.42608247815975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.182442242672383,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00026964245392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.209986366732486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.73919382778501E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.2515299972,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.95455319056932,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.01711162797872,Mm²,,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.03962605603451,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.035623824375025,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000515138728449,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003487092931037,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.004675874612072,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004950181422438,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.5230068484335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,20.2736754335193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.0893363251102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.307652065462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.156251031484176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00034691559178,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.182980462695564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.23760556697905E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.805648,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.014896,Mm²,,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.034526927643884,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.031039707951852,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00044885005937,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003038369632662,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.004074177461978,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010452750181906,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,48.9965500745162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,18.4375450040969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,50.9760106975266,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.18922165276425,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.118117574428389,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000274645670381,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.141750978777374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.77146457395763E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,23.5674639174,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.311771488452223,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.31,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.001771488452223,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.1015452315,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.69245141546515,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0226597437594,Mm²,,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.041030013951256,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.036885982542179,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000533390181366,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003610641227711,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.004841541646248,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006188472305008,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,233.348962398683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,44.0163031662244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.77626047959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.83905155422147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.672488278758885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000997398150983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.727781638765855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.43321807383849E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,5.690010589,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.9394981923109,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0423320804764,Mm²,,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.075272548495628,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.017,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.067670021097569,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000978543130443,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006623984267615,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.008882160722484,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006390387773143,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,180.292157208503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,40.1534405326989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.575960359727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.58989691435908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.971654726233482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001699778676035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.0625066324283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000109635724604,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,4.5554918476,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.95462247290156,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.03370973804176,Mm²,,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.060264120014612,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.054177443893136,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00078343356019,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005303242561286,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.007111166161724,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013152953852887,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,103.925700887982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.0098298846157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.124299203856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.51613402755772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.475918115458374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001315011146464,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.536454438808094,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.48182189469292E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,4.5559146942,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.95498954603502,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.03371295167592,Mm²,,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.060269713807577,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.054182472713012,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000783506279498,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005303734815067,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.007111826229294,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013157887578283,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.9875822551663,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.5598178737788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.6634805782751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.97110825285873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.424792166850517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001030261663204,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.483266836252365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.64518772766335E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,2.2253151614,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.93179609161134,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.01600039522664,Mm²,,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.02943845899485,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.02646517463637,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000382699966933,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002590584391547,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.003473738161392,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.015964720833457,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,78.0494636223508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,22.1098058629418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.2026619526938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.42608247815975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.182493934266286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000353765632191,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.210045862438279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.28178832763422E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,2.1584700028,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.87376780943068,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.01549237202128,Mm²,,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.028554171459051,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025670200141687,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000371204228968,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002512767088396,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003369392232168,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.015184779226883,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.5230068484335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,20.2736754335193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.0893363251102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.307652065462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.149792880745347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000314087322055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.175417533995997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.02586322725325E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.2807163909,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.11178989894029,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00882144457084,Mm²,,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.016942461729251,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015231273094597,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00022025200248,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001490936632174,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001999210484052,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004943251245199,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,48.9965500745162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,18.4375450040969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.2533902785763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,50.9760106975266,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,1.18922165276425,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.8972341410609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.072728420011437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000162645781276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.087280193243414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.04906528923026E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.089,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.72,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.72,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.621135,Mm²,,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.024009381853858,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.010628571428572,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011707265328324,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012122850461018,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.021504252371996,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.002505129481862,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,136.809661954149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.21595015796954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,283.196000245088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.32392523695431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.517175277057081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020399892244167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.0658541227932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005507970905925,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.63,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.213245,Mm²,,,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.041562730189462,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.018942857142857,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020190143838502,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021008452157412,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.037302276422775,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.004260453766687,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.325053299226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.8273492120041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.13846434083798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,255.282860329398,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.1333842872411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.20769651125698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.831823121953625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.041040862294718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.71379239185354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011081032819574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,6.15,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.120365,Mm²,,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.038912669430833,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.017571428571429,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018884377167988,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019680964262844,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.034933885237573,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.00397878419326,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.56125112837913E-17,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.2987807174362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.4746984427682,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.01945986674089,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,186.918476085093,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.30816857954742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.02918980011134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.567757179592689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038624245520832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.28817814519401,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010428546290625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.98,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.98,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.08747,Mm²,,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.035867625066869,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.017085714285714,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017446380474391,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018092590140865,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.032165607950621,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.003702017116249,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-5.20417042793042E-18,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.4424129474495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.4795496521397,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.16488891621161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.37579480122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.76947840607772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.24733337431741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.482031665144693,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035320535860212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.990426306489715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009536544682257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.36,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.5805,Mm²,,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027460312785886,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0096,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012888894184416,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014478050859535,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.024897067574206,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.00256324521168,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-5.20417042793042E-18,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,64.2417623349625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.5027290166204,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.36404637258957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.980448033372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.31573683448751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54606955888435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.223795517257375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020028834194148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.458729099109983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00540778523242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.47,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.601785,Mm²,,,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.026308832587836,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.009914285714286,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012344855448175,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013887415591274,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.023811969236062,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002496863351774,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,63.3925071442193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.630741176499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.36255131128871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.222489788534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.08030011765474,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.54382696693307,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.228170052840613,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0202384755789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.467639119141471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005464388406303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1.84,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.84,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.28638,Mm²,,,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.010159493738418,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005257142857143,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004856827783271,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005244777955147,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.00911104352426,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001048450214158,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,46.9845120015216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.5826292824654,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.33162177778411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.2579398431498,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.71730990626567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.49743266667617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.090741686153923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008185493373912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.18538988541808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002210083210956,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.32,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.32,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.214785,Mm²,,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.018566886800563,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.005671321160043,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009068067513395,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009498819287168,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.016645214016705,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001921672783858,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls ,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,0,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,138.624369692013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.14812184921438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,286.952445262466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.22218277382157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.18581968883442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007054168346114,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.3830305090079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001904625453451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.388935,Mm²,,,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.029116254300883,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.008893662728249,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014220378600551,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014895875700332,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.026102721980742,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.003013532320141,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,130.557479977471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.5439232808901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.14812184921438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,270.253983553365,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.24685928584032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.22218277382157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.274700595781239,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011879600801253,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.566095664297276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003207492216338,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.89,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.89,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.354105,Mm²,,,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.026584406100807,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00812030075188,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012983823939634,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013600582161173,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.023832920069373,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002751486031433,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.5170608929884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.849362513699,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.14812184921438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,185.300316048486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.32932787869872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.22218277382157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.173247195382763,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010923913512913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.476307522774161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002949456648487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.79,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.79,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.334755,Mm²,,,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.025177823767431,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.007690655209452,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012296849128013,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012880974639418,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.022571919007501,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.002605904759929,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,76.4801387755553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.381413512603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.14812184921438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,158.313887265399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.66298164840282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.22218277382157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.140744586518338,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009500820080411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.289149565370206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002565221421711,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.93,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.93,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.168345,Mm²,,,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013081215700397,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003995703544576,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006388865748074,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006692349952323,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.011727309875406,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001353905824991,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,63.4432166581222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.9134645115071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.14812184921438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.327458482313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.99663541810693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.22218277382157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.060999944811823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00436240218319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.125131166368205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001177848589461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.89,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.89,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.160605,Mm²,,,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012518582767047,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003823845327605,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006114075823425,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006404506943621,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.011222909450657,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001295673316389,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,54.3126647058405,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.5812527054715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.14812184921438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,112.42721594109,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.3669382304773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.22218277382157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.050250100033999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003787267090762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.102927964856271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001022562114506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.42,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.42,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.06966,Mm²,,,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005907645800179,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001804511278195,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002885294208808,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003022351591372,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005296204459861,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000611441340319,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,45.1821127535588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.3231709107995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.14812184921438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,93.5269733998667,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.29725614591586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.22218277382157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.019878698533165,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001624692085646,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040634645592949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000438666863124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.032,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.25,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.25,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.036765,Mm²,,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00351645583344,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001980198019802,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001564822845881,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001951632987559,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003252721645932,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000263734187508,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,191.449789853048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.53286009086472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,396.30106499581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.79929013629707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048495662485978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001207470257443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.100025088783027,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00032601696951,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.64,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.64,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.11223,Mm²,,,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009002126933606,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005069306930693,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004005946485455,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004996180448152,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.008326967413586,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00067515952002,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,167.107926607069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.053660323777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.53286009086472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,345.913408076632,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.0844882874198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.79929013629707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.108570103486677,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004607452298137,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.223816126856275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001244012120497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.64,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.64,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.11223,Mm²,,,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009002126933606,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.005069306930693,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004005946485455,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004996180448152,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.008326967413586,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00067515952002,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.662751095835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.4641969270147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.53286009086472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,260.121894768379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.195333170294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.79929013629707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.082045191159488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004653526821119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.168909558338993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001256452241702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.53,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.090945,Mm²,,,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007454886366893,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00419801980198,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003317424433267,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004137461933626,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.006895769889376,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000559116477517,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,97.7533835303559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,44.7813326811759,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.53286009086472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.349503907837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0909598239175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.79929013629707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.053151709119247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00407263830069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.109258860843391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001099612341186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.92,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.16641,Mm²,,,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012940557467059,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.007287128712871,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005758548072841,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007182009394218,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.01197001565703,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000970541810029,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,69.8440159648763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.0984684353371,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.53286009086472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.577113047294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.986586477541,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.79929013629707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.066586725971282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008004066132324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.136506290928904,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002161097855728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.85,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.85,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.152865,Mm²,,,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.011955949833696,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.006732673267327,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005320397675995,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006635552157701,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.011059253596169,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000896696237527,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,71.5665840136058,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.5794531196905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.53286009086472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.142828908164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.1164523423164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.79929013629707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.0629845274888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007426098101141,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.129150801187792,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002005046487308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.21,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.21,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.029025,Mm²,,,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00295382290009,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001663366336634,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00131445119054,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00163937170955,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002732286182583,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000221536717507,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,47.0176360841722,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.53286009086472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.3265066942363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.79929013629707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.010405604196758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000953265992718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021236417334412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000257381818034,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.006,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.96,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.96,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.17415,Mm²,,,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000743225806452,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000743225806452,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000563959741935,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000619850322581,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000123375483871,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,131.988246881334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.929784083988313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,273.215671044361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.39467612598247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.127601309726709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005719595956309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.263625933283529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001544290908203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.95,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.95,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.365715,Mm²,,,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001509677419355,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001509677419355,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001145543225806,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001259070967742,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000250606451613,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.051140062105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.7987918023335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.929784083988313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.665859928556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.66567378663005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.39467612598247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.212512802084881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01309215514399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.438868045306351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003534881888877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.86,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.3483,Mm²,,,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00144,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00144,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001092672,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00120096,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00023904,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.9280027830944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.1567797203569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.929784083988313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.660965761005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.76233052449635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.39467612598247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.155975483572774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0125934063766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.321883493909797,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003400219721682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.76,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.76,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.32895,Mm²,,,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001362580645161,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001362580645161,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001033926193548,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001136392258065,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000226188387097,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,72.432574508049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.2756144581087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.929784083988313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.935429231661,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.44441590368935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.39467612598247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.129117751121986,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000288113375995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.266340985429453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002777790611519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.5,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.08514,Mm²,,,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000387096774194,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000387096774194,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000293729032258,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000322838709677,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,6.4258064516129E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,61.9371462330035,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.3944491958605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.929784083988313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,128.209892702317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.12650128288234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.39467612598247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.031433465158496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002247223404536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.06480228441415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000606750319225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.41,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.41,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.067725,Mm²,,,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000317419354839,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000317419354839,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000240857806452,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000264727741935,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,5.26916129032258E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,64.2715553919374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.089672083281,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.929784083988313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.04211966131,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.12421146248586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.39467612598247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.02673254918513,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00203782304184,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.05511908627279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000550212221297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.048375,Mm²,,,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00024,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00024,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000182112,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00020016,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.984E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,51.2911109154462,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,0.929784083988313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.172599594974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.39467612598247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.016188477449825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00158877665453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.033345855473497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000428969696723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.33,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.052245,Mm²,,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000152073732719,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000152073732719,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.97170506912443E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.23566820276498E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000126829493088,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,2.52442396313364E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.492319039567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.86725818516763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,243.209100411903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.80088727775145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.040708660484162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001715878786893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.083163295937586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000463287272461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.53,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.090945,Mm²,,,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000244239631336,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000244239631336,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000128030414747,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00011620921659,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000203695852535,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,4.05437788018433E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,98.4781799224442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.5439232808901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.86725818516763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.84983243946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.24685928584032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.80088727775145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.055303082197034,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002777817102781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.112704881450122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000750010617751,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.3,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.3,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.04644,Mm²,,,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000138248847926,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000138248847926,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.24700460829493E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.5778801843318E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000115299539171,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,2.29493087557604E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,67.3966515240586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.849362513699,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.86725818516763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.511068654801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.32932787869872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.80088727775145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.021979172912768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001432644395136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.044493586779766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000386813986687,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.52,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.52,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.08901,Mm²,,,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000239631336406,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000239631336406,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000125614746544,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000114016589862,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000199852534562,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,3.9778801843318E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.7483878631424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.3016858246236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.86725818516763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.539162876705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.37145517264837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.80088727775145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.033080135945121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00243012305525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.066736826080317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000656133224917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.21,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.21,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.029025,Mm²,,,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.67741935483871E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,9.67741935483871E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.07290322580645E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.60451612903226E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,8.07096774193548E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.60645161290323E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,48.1001242022262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.7540091355482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.86725818516763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.5672570986081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.41358246659801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.80088727775145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.011333150301353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000689460115159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.022757310319036,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000186154231093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.17,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.021285,Mm²,,,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,7.83410138248848E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,7.83410138248848E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.10663594470046E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.72746543778802E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,6.53364055299539E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.30046082949309E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.2816979752892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.8420303231695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.86725818516763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.153114808849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.24734818725575,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.80088727775145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.009715322547278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000571332615429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.019542180354722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000154259806166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.11,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.009675,Mm²,,,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,5.06912442396313E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,5.06912442396313E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.65723502304147E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.41188940092166E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,4.22764976958525E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.4147465437788E-06,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,36.8704865949354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,24.7635679073023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,5.86725818516763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,76.3219072515163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.68616333497161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.80088727775145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004701151925811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000239587519503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.009363507398219,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.46886302658504E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.17,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.021285,Mm²,,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000235023041475,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000235023041475,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000112411520737,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000122611520737,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00019600921659,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,3.90138248847926E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,130.225241310871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.26257070027142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,269.566249513502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.39385605040713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.022522928041894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000699061727993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.046403217945865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000188746666558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,0.13,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.13,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.013545,Mm²,,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000179723502304,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000179723502304,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.59617511520738E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.37617511520737E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000149889400922,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,2.98341013824885E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,123.301676746366,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.8576404112509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.21364589709208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,255.234470864977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.60156291103775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.32046884563812,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01631699194365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00043151173937,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03361214216238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00011650816963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,0.28,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.28,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.04257,Mm²,,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000387096774194,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000387096774194,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000185148387097,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000201948387097,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000322838709677,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,6.42580645161291E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,89.8877865863924,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.1762168153634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.22542573665709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,186.067718233832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.68757854014813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.33813860498563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.025791699450454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00136974154983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.053033639914869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000369830218454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,0.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.18,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.02322,Mm²,,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000248847926267,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000248847926267,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000119023963134,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000129823963134,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000207539170507,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,4.13087557603687E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,89.0391940406124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.4759518815966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.22542573665709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.311131664068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.68850700803109,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.33813860498563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.016427631559909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000661211602691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03377686864843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000178527132726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,0.14,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.14,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.01548,Mm²,,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000193548387097,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000193548387097,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.25741935483871E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000100974193548,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000161419354839,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,3.21290322580645E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.3942328962977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,24.7756869478298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.39774368457085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.296062095336,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.68943547591406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.59661552685627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.009350876721322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000383527633952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.019164974867107,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000103552461167,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,0.49,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.49,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.083205,Mm²,,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000677419354839,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000677419354839,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000324009677419,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000353409677419,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000564967741935,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000112451612903,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,65.8258252693288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.9965262510477,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.39534622714985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.259458307511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.55906208778289,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.59301934072477,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.033428374033275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002329450966718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.068527714047635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000628951761014,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.42,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.42,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.06966,Mm²,,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00058064516129,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00058064516129,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000277722580645,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000302922580645,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000484258064516,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.63870967741936E-05,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls ,,1,0.78,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,47.7788251811987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,25.814541611591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.43346937843838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.9021681250812,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.96992623512956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.65020406765757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.021089163715048,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001798240968663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.04307199632095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000485525061539,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.69,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.69,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.121905,Mm²,,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000795716639209,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000795716639209,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000318286655684,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000477429983526,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.0006636276771,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000132088962109,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,131.109932899608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.8429282590216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.26257070027142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,271.397561102189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86759062993582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.39385605040713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.092027027483917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004003717169416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.189606077835291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001081003635742,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,1.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.241875,Mm²,,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001510708401977,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001510708401977,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000604283360791,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000906425041186,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001259930807249,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000250777594728,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls ,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor ,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,123.297458270957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,34.0745380687349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.21364589709208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,255.225738620881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.20012527855842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.32046884563812,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.164419546460144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008241778895375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.33869553178114,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002225280301751,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,1.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.18,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.21672,Mm²,,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0013607907743,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.0013607907743,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00054431630972,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00081647446458,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001134899505766,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000225891268534,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls ,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor ,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,89.9088430043959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.3061478784482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.22542573665709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,186.111305019099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.53265992718101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.33813860498563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.108718437114442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007651548368217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.22355034347642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002065918059419,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,1.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.22059,Mm²,,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001383855024712,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001383855024712,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000553542009885,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000830313014827,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.00115413509061,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000229719934102,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls ,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,89.0327833300872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.7693674978748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.22542573665709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.297861493281,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.1977292244262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.33813860498563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.109509850880093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008331544776356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.225163200117919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002249517089616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,0.66,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.66,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1161,Mm²,,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000761120263591,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000761120263591,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000304448105437,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000456672158155,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000634774299835,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000126345963756,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls ,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.4073385777018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.2801421977898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.39774368457085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.323190855843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.6056383934032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.59661552685627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.0440913542931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004560424509163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.090367072212581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001231314617474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,0.66,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.66,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1161,Mm²,,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000761120263591,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000761120263591,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000304448105437,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000456672158155,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000634774299835,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000126345963756,1e6 dimensionless,Own calculations,,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor ,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,65.8761379427476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.0615352284057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.39534622714985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.363605541488,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.73661451166954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.59301934072477,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.045059179552132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004186744240018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.09237137242226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Lithuania,lt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001130420944805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,22.0011935548041,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.22,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.1595,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0484,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0121,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,0.164,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,5.61965386910682,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.38080654465884,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.013713,Mm²,,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.05619349005425,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.035759493670886,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.040740280289331,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012362567811935,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003090641952984,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.058195302707415,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.004306745043184,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005858984680887,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.703185486725664,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.296725486725664,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,0.727379115044248,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.272539115044248,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.890265486725664,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.109734513274336,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.890265486725664,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ROOF,construction material,,insulation,0,0.072566371681416,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.109734513274336,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,317.124654566278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.7073468309418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,26.2125337578563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,362.695467427453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.86878061723888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.2125337578563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.53656712894806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000407376847093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.73620404417571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000135330588604,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.01830117366222,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.1434413168888,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.011235,Mm²,,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.040180831826402,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.025569620253165,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029131103074141,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008839783001808,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002209945750452,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.042472588424785,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.003248492402586,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00584229064225,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.745049504950495,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.254950495049505,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,0.111386138613861,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.888613861386139,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.111386138613861,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.888613861386139,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.856435643564356,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.143564356435644,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.856435643564356,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.856435643564356,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.143564356435644,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,303.101069012028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.0741075424421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,26.7861933628333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,346.656692629057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.6380185255993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.7861933628333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.06041541575339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000528877598239,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.19732996261401,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000175693138135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.05351104038194,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.39794798090312,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.008295,Mm²,,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.030533453887884,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.019430379746836,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022136754068716,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006717359855335,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001679339963834,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.030360424256056,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002121428283909,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00119161228398,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.335504885993485,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.335504885993485,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.664495114006515,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,0.283387622149837,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.716612377850163,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.947882736156352,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.052117263843648,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.947882736156352,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.947882736156352,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.052117263843648,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.283387622149837,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.841645433221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.5419405778078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.2681371314368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.110089881975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.1426326599478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2681371314368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.504922676406766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000278230397093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.565515091753218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.24281379142667E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.54625024865725,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.00598756713746,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.007224,Mm²,,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025461121157324,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01620253164557,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01845931283906,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005601446654611,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001400361663653,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.02465484304634,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.001665869598215,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000121661930287,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.40234375,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.40234375,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.59765625,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.59765625,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.3828125,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.6171875,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.59765625,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.40234375,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.59765625,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.59765625,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.40234375,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.40234375,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,151.063689675278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.8049343661325,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.6680231417584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.771541881615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.57239919642923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.6680231417584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.373481594139075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000186414845861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.417027275774245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.19270117950048E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.93952655659439,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.53717217028049,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.005691,Mm²,,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.019394213381555,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.012341772151899,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014060804701628,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004266726943942,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001066681735986,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.019001930537956,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001271290615281,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.694871794871795,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.305128205128205,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.694871794871795,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.979487179487179,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.305128205128205,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.58974358974359,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.2330145009328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.2135062267467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,28.7892057854771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,105.486898684717,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.04372676852525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7892057854771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.197615452236104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000137799063936,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.217988954151538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.57768490396772E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.66560572906306,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.09821354684703,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0084,Mm²,,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.026654611211573,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.016962025316456,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019324593128391,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005864014466546,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001466003616637,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.026105918144087,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002013062918969,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00383439860312,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.869402985074627,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.130597014925373,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.869402985074627,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.738805970149254,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.261194029850746,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.738805970149254,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.738805970149254,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.261194029850746,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.261194029850746,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.1697416858158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.9201021969051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,26.823547412144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.2649335660675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.94965794981187,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.823547412144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.248107093895399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000175728858454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.273485389350257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.83771267784197E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,2.15834493733837,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.70625313308136,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.007329,Mm²,,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021582278481013,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01373417721519,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015647151898734,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004748101265823,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001187025316456,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.02154335438558,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001520412854093,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001069770126889,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.788018433179723,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.211981566820276,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.788018433179723,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.788018433179723,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.211981566820276,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.211981566820276,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,35.8508755061872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.751841176351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,26.5291172809342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.0026463164263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.23276163878379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.5291172809342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.108429654631502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000115445243981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.127219879717389,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.83509100506464E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.087,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0264,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0066,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.11,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.59518599562363,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.56350021881838,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.010626,Mm²,,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.051613106173088,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.037419501975489,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011354883358079,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00283872083952,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.047312013991997,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003251625688905,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001049466492186,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,1,0.6666,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,0.6666,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,344.36073782171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.743807007933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0908661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,393.84537584669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.88089268803534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.0908661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.3424267614578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000316057693266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.51876527988796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000104994365703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.99383330017903,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.32613499104834,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.008148,Mm²,,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.034955001097534,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025342375795712,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007690100241458,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001922525060364,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.032042084339406,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.002202165069145,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000710751688983,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,337.40630314748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.9522059512648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,385.891588909773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9365228170102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.860479430305677,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000341826574091,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.973262750068325,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000113554787913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.02904316689875,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.58064165506266,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.005208,Mm²,,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021404895509032,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015518549244048,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004709077011987,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001177269252997,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.019621154216613,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001348508417069,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00043523287535,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,202.53934318314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.5617647610119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,231.644246798557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.1492182536081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.371397510532039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000174789670875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.417401933553151,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.80651286647912E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.52178237517406,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.188681241297,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.004137,Mm²,,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.015520125645699,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011252091093132,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003414427642054,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000853606910513,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.014226781841891,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000977767915679,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000315575888129,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,183.495157876819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.8699706373005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.863412063718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.92280424571124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.256558792967807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000123572068527,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.287902242085525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.10506411645074E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.795703202705391,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.627639864730456,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.002604,Mm²,,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.00812323073573,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005889342283404,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001787110761861,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000446777690465,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.007446294841086,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000511763536351,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000165172358293,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.208013948133,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.4803729863165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.76930555248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.12897990605434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.096802773464065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,7.15588912563682E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.107824940151109,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.37718636753655E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.96936542669584,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.53452866520788,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.005082,Mm²,,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021898809211168,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015876636678097,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004817738026457,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001204434506614,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.020073908443571,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001379624980304,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000445275787294,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.239891912478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.8087095786427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,115.788064380301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.5770533220251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.205103392700929,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000115913862079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.227427980379192,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.85065849825316E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.70081559578277,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.32702021086135,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.004515,Mm²,,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.018091027550261,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013115994973939,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003980026061057,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000995006515264,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.016583441921072,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001139734735666,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000367850893522,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,44.1073359935161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.252714233503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,50.4455601757844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.39575166836969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.2608661776655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.091495401468603,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.6926004764266E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.109906353059443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.88768187826892E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.063693623551799,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.031632955106068,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.046177877075054,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014012597181396,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003503149295349,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.054,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.407797891386513,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.327905430674358,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.000861,Mm²,,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.004580383881162,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003320778313842,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001007684453856,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000251921113464,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.003883288715417,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000288564184513,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000408530981231,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,1,0.6666,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,194.958921905992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.543807007933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,222.974518983884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.81445268803533,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.076669205414733,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.54372178338303E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.085855671840158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.45024376439842E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.447583051521782,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.358647423910881,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.000945,Mm²,,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005225830728867,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003788727278429,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001149682760351,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000287420690088,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.004430504085379,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000329227335919,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00046609930757,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,202.849850810368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.0419947166592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,231.999374371818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6103506448742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.086735728320437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,5.8629685007243E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.097190129853981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.94767813594061E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.865327232942112,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.68143835289437,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.001827,Mm²,,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.009128558378852,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006618204824668,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002008282843347,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000502070710837,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.007739270039443,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000575099177868,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000814189161541,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.96465183144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.502677146996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.634672299618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.1295893482321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.110828856788991,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.12093911475617E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.122869886432436,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.033375973922E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.974736423314103,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.765978834294808,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.002058,Mm²,,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.009940995511624,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007207221745928,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002187019012557,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000546754753139,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.008428061204449,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000626282717232,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000886651589943,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.888790307939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.7665795167276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.67390947519,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.56645771545692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.109265010881768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.06796206454255E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.120590099226408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.35137699784103E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.10403819375373,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.865890312313507,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.002331,Mm²,,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.011270982645825,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008171462418223,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002479616182082,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00061990404552,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.00955563569687,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000710071906687,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001005275042268,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,71.3808409724457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.9409032635677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.6382678201862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.28876806415718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.096302220003092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,5.11442455073763E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.105184026539815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.69901183575504E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.427690471454148,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.34327642729262,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.001827,Mm²,,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.004755802000405,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003447956450294,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001046276440089,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000261569110022,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.004032009700516,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000299615526026,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000424176773863,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,35.8856024732569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.5780413171331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.0423635486639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.1750253255516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.025681315433229,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.84610814864021E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.027451509951596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.45477126978277E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.328227571115974,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.266421444201313,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.001617,Mm²,,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003491250930752,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002531156924795,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000768075204765,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000192018801191,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002959912464507,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000219948808637,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000311389657607,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,5.1583810858994,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,2.73772611606845,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,5.89964044794314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,0.909472615757941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01162934805548,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.42690312968269E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.011826835445244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.47061721968059E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,1.73,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.036306376448201,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.036,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.616669982096678,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.489300895166103,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.002226,Mm²,,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.012167542377235,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008821468223495,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002676859322992,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000669214830748,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000766555169766,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004400987207469,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,194.958921905992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.543807007933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,222.974518983884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.81445268803533,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.114660628719636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.57645143996588E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.128368685448461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.18469716835666E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.576884821961408,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.45855890192958,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.002142,Mm²,,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.01138253964322,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008252341241334,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002504158721508,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000626039680377,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.006,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000717099997523,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004665439645697,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,202.849850810368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,62.0419947166592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,231.999374371818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.6103506448742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.111042622831345,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000132893952683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.124409396347454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.41473710813205E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.159140640541078,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.135767972946091,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.00126,Mm²,,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003140010936061,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.0007,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002276507928644,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000690802405933,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000172700601483,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000197820688972,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,-5.78097529111621E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,122.96465183144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.502677146996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.634672299618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.1295893482321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.021666804416187,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.22133732052149E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.024065827277067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.40232825787724E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.049731450169087,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.051227491545654,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.001029,Mm²,,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000981253417519,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.0002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000711408727701,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000215875751854,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,5.39689379635426E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,6.18189653036942E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.888790307939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.7665795167276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.67390947519,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.56645771545692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006824529289708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.03398103227127E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00758193385685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.75688498920517E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.03978516013527,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.043541993236523,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.000756,Mm²,,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000785002734015,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000569126982161,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000172700601483,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.31751503708341E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,4.94551722429554E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,71.3808409724457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,21.9409032635677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.6382678201862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.28876806415718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004351099818092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.65873228672572E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004797728628521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.51030865650283E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.268549830913069,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.220308454346529,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.001491,Mm²,,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005298768454602,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003841607129587,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001165729060013,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000291432265003,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00033382241264,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002964946041962,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,35.8856024732569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,15.5780413171331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.0423635486639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.1750253255516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.016296392746132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.32268596038454E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.01743247080809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,7.71596276039743E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.129301770439626,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.112711478018699,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.001197,Mm²,,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.002551258885549,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0005,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001849662692023,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000561276954821,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000140319238705,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00016072930979,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00039052957576,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,5.1583810858994,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,2.73772611606845,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,5.89964044794314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,0.909472615757941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.2437029039547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004621274856946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.27705816093394E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004704823295238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.08863872106225E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.012,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.62,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.62,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.35725,Mm²,,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.013602639447945,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.004397202797203,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006466612028441,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007029236579809,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.012280350532859,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001322288915086,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,326.605653988823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0426942560689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.80739585975527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,327.912076604778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4340891045027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.80739585975527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.870922190603275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026451752522981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.705945017857077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008729078332584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.57,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.57,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.064305,Mm²,,,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.002851358852233,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000956643356643,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001356271073789,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001472993121955,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.002571322796325,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000280036055908,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,316.608915089357,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.2712126161759,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.02537753551961,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,317.875350749715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.829500163338,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.02537753551961,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.18390154679618,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005033230327283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.100423415122584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001660966008003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.44,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.44,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.045728,Mm²,,,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.002268770022201,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000738461538462,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001072743886387,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001181296364822,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.002048495716599,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000220274305602,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,313.660988323486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.7519837498751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.1557118602959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,314.91563227678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.3181546374588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.1557118602959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.140719348080864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003646898712914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.057071391420313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001203476575262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.94,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.94,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.117178,Mm²,,,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005229351886298,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001577622377622,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002453511633931,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002748221931757,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.004734809208254,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000494542678044,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,216.299985104954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.8220281097844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.15787925544816,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,217.165185045374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.3412692762288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.15787925544816,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.209110392498778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009353385609848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.125723680442773,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00308661725125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.16,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.16,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.134326,Mm²,,,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.0068083718419,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001946853146853,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00322900814242,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003548062936122,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.006145456765331,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000662915076569,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,183.29645496322,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.6864080642309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.10088904129066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.029640783073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.6465146611962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.10088904129066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.219700919045232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010032326449636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.136351414596261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00331066772838,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.93,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.93,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.115749,Mm²,,,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.00539923553849,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001560839160839,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002558104027162,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002815354412091,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.004874742269119,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000524493269371,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,141.219018898026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.2223490115545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.14749673350911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.783894973618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.823375173813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.14749673350911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.137050859537328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008706911675738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.053376194287628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002873280852994,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.49,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.49,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.052873,Mm²,,,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003038362826847,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000822377622378,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00146067753409,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001564796743138,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.00273178386703,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000306578959817,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.9912423568583,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.3437809173128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.03884629282225,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,91.3552073262857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.9134477027132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.03884629282225,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.047544743438344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003190556728441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.047723086273363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001052883720386,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.006,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.58,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.58,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.080024,Mm²,,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005799685352622,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001955056179775,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002832566326221,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002967119026401,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.005199417918626,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000600267433996,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,331.701651320551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0426942560689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,333.028457925834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4340891045027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.195497265794055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005925192565148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.027866813625119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001955313546499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.12,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.12,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.01429,Mm²,,,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001199934900543,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000404494382022,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000586048205425,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000613886695118,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.001075741638336,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000124193262206,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,331.701651320551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.8597056581441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,333.028457925834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.7237028671875,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.040447710164287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000984005193855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040606926956921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000324721713972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.09,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.010003,Mm²,,,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000899951175407,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000303370786517,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000439536154069,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000460415021338,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.000806806228752,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,9.31449466546112E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,331.701651320551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.5483027147255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,333.028457925834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.9509398958594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.030335782623215,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000695691672055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.030455195217691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000229578251778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.19,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.19,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.024293,Mm²,,,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001899896925859,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000640449438202,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00092790965859,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000971987267269,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.001703257594033,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000196639331826,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,207.574303813804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.9844384975475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,208.404601029059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.1148647041907,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.040458011733839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001554373964421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040615768204738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000512943408259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.34,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.031438,Mm²,,,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003399815551537,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00114606741573,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001660469915371,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001739345636166,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.003047934641953,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000351880909584,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,180.454043014011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.4205742803694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.175859186067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.2787895125219,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.063177658641257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001836626014226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.063423076139756,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000606086584695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.26,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.26,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.034296,Mm²,,,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002599858951175,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000876404494382,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001269771111754,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001330087839421,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002330773549729,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000269085401447,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.529447521149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.1627225951362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.003565311233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5436984563949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.032211932368111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001823268734123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.032335202993533,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000601678682261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.2,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.025722,Mm²,,,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001999891500904,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000674157303371,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000976747009042,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001023144491863,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.001792902730561,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000206988770344,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,80.491543271182,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,52.5813640702054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.8135094442668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3518501431678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017170828663938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001352497846614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.017235221898555,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000446324289383,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.63,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.087169,Mm²,,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006299658227848,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000724137931034,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002803347911392,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003496310316456,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00582718386076,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000472474367089,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,489.207781350121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0426942560689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,491.164612475522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4340891045027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.312184433659745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006454227615607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.229217237268747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00212989511315,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.13,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.13,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.015719,Mm²,,,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001299929475588,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000149425287356,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000578468616637,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000721460858951,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001202434764919,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,9.74947106690778E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,489.207781350121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.5533678200861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,491.164612475522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.5426113806284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.064419010120265,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001454846388764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.064673398166567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000480099308292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.11,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.012861,Mm²,,,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001099940325497,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000126436781609,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000489473444846,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000610466880651,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001017444801085,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,8.24955244122966E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,489.207781350121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,93.478901498287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,491.164612475522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.8480374944347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.054508393178686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001202232152169,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.05472364460248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000396736610216,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.28,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.28,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.037154,Mm²,,,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002799848101266,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00032183908046,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001245932405063,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001553915696203,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002589859493671,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000209988607595,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,307.015260079714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,93.478901498287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,308.243321120033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.8480374944347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.087734731226395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003473115106267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.088078588317684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001146127985068,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.28,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.28,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.037154,Mm²,,,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002799848101266,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00032183908046,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001245932405063,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001553915696203,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002589859493671,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000209988607595,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,264.944086274906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,108.435525738013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,266.003862620005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.7837234935443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.075954802561048,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00402881352327,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.076251539937676,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001329508462679,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.23,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.23,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.030009,Mm²,,,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00229987522604,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000264367816092,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001023444475588,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001276430750452,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002127384584087,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000172490641953,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,213.832825536833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,109.519880995393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,214.688156838981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.1415607284797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.050635854991105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003286582108791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.050832581190598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001084572095901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.08,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.008574,Mm²,,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000799956600362,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,9.19540229885057E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000355980687161,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000443975913201,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000739959855335,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,5.99967450271248E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-5.42101086242752E-20,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,147.353417012211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0426942560689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.94283068026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4340891045027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32306572883823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.012294118619284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000634842060552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.012341271712728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000209497879982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.58,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.58,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.080024,Mm²,,,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000442748091603,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000442748091603,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000335957251908,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000369251908397,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,7.34961832061069E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,167.936999567952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0426942560689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.608747566224,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4340891045027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.098749712478008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005925192565148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.014939326317006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001955313546499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.12,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.12,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.01429,Mm²,,,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.16030534351145E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,9.16030534351145E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.95083969465649E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,7.63969465648855E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.5206106870229E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,167.936999567952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.7065367391151,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.608747566224,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.633157123908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.02043097499545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001153296410002,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.020511584755243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000380587815301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.08,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.008574,Mm²,,,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,6.10687022900763E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,6.10687022900763E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.63389312977099E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,5.09312977099237E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.01374045801527E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,167.936999567952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.5136021065063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.608747566224,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.8994886951471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013620649996967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000698897624461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013674389836828,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000230636216072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.15,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.018577,Mm²,,,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000114503816794,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000114503816794,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.68854961832061E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,9.54961832061069E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.90076335877863E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.5732171479979,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.5136021065063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.9515100165899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.8994886951471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014534151381319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001514278186333,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.014590895311608,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00049971180149,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.17,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.021435,Mm²,,,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000129770992366,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000129770992366,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.84702290076336E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000108229007634,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.15419847328244E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.4401389286336,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.5049295377496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,78.7538994843481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.6366267474574,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01372941493487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001275488164642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013782754229341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000420911094332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.14,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.14,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.017148,Mm²,,,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000106870229008,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000106870229008,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.10931297709924E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,8.91297709923664E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.77404580152672E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.9510476692795,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,67.8356196730345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.1948518599567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.3857544921014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.008858104228877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001163245206153,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.008892236815572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000383870918031,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.007145,Mm²,,,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,5.34351145038168E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,5.34351145038168E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.05465648854962E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,4.45648854961832E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.87022900763359E-06,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,33.5526303484625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,61.5106919745193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.6868408698563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.2985283515914,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.32112539413049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002511162901982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000439493894158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002520557638479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000145032985072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.18,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.022864,Mm²,,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000321428571429,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000321428571429,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000168492857143,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000152935714286,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000268071428571,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,5.33571428571429E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,369.252781658727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0426942560689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,370.729792785362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4340891045027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.069101978991076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001692912161471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.069367840993871,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000558661013285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.05,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.004287,Mm²,,,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,8.92857142857143E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,8.92857142857143E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.68035714285714E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.24821428571429E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,7.44642857142857E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.48214285714286E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,339.264031735879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.8597056581441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,340.621087862822,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.7237028671875,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017695556668046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000295201558156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.017763409474393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.7416514191633E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.04,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.04,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.002858,Mm²,,,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,7.14285714285714E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,7.14285714285714E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.74428571428571E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.39857142857143E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,5.95714285714286E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.18571428571429E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,309.27528181303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.5483027147255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,310.512382940282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.9509398958594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.012956895337522,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000198769049159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013006379382613,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.55937862223662E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.08,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.008574,Mm²,,,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000142857142857,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000142857142857,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.48857142857143E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.79714285714286E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000119142857143,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,2.37142857142857E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,249.297781967333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,61.5502479025321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,250.294973095202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.3115818078356,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.021115590687389,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000527731825516,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021195365977619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00017415150242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.09,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.010003,Mm²,,,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000160714285714,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000160714285714,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.42464285714286E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.64678571428572E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000134035714286,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.66785714285714E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,231.94776896849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.5521930903387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,232.875560044364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.6722237198118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.022193538353417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000535682587483,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.022277039550246,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000176775253869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.08,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.008574,Mm²,,,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000142857142857,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000142857142857,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.48857142857143E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.79714285714286E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000119142857143,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.37142857142857E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,194.709564716466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.5139781920827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.488402975332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.9696128033873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01674853330732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000518846849019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016810840368029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000171219460176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.04,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,1,0.04,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,1,0.002858,Mm²,,,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,7.14285714285714E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,7.14285714285714E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.74428571428571E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.39857142857143E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,5.95714285714286E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.18571428571429E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,153.924864821392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,55.2778442789338,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.540564280678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.2416886120482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.6471016250303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006742878657857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000157984078949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006767506636228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.21347460532337E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.34,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.34,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.045728,Mm²,,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000390804597701,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000390804597701,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00018692183908,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000203882758621,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000325931034483,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,6.48735632183908E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,306.667564428434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0426942560689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,307.894234686148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4340891045027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.106743372584785,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003385824322942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.107160440472408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001117322026571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.08,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.008574,Mm²,,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.19540229885057E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,9.19540229885057E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.39816091954023E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.79724137931034E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,7.66896551724138E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.5264367816092E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,274.853412336369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.8214134283869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,275.952825985714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.7010664313677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.022570955499643,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000615796798735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.022658908591591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000203212943583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.06,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.06,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.005716,Mm²,,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,6.89655172413793E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,6.89655172413793E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.29862068965517E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.59793103448276E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,5.75172413793103E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.1448275862069E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,243.039260244303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.5396275626707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,244.011417285281,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.9380770956813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.015019367499208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000414636511148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.015077696921667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000136830048679,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.1,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.011432,Mm²,,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000114942528736,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000114942528736,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.49770114942529E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,5.99655172413793E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,9.58620689655172E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.90804597701149E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,179.410956060173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,64.1975703929636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.128599884413,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.185198229678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018669448746934,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000733906624732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.018741213129358,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000242189186162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.14,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.14,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.017148,Mm²,,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00016091954023,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00016091954023,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.6967816091954E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.3951724137931E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000134206896552,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.67126436781609E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,158.549216983408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.8555132232565,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.183413851342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4323193636746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.023216584774961,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000957810340752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.023305372336471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000316077412448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.1,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.011432,Mm²,,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000114942528736,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000114942528736,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.49770114942529E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,5.99655172413793E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,9.58620689655172E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.90804597701149E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,124.127347506747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.1167299422798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.623856896774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.8285208809523,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013141087891592,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0007215504567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013190738830594,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000238111650711,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.05,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.004287,Mm²,,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,5.74712643678161E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,5.74712643678161E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.74885057471264E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.99827586206897E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,4.79310344827586E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.54022988505747E-06,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,79.0659911009365,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,58.1953474555909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.3822550653402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.204464660345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.28353140916808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004317476125505,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000249483454542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004333289323725,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.2329539998899E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.31,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.31,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.041441,Mm²,,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000348314606742,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000348314606742,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000139325842697,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000208988764045,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000290494382022,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,5.78202247191011E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,280.590390582479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.0426942560689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,281.712752144809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.4340891045027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.088645427095606,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003068403292666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004793359179928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00101257308658,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.07,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.007145,Mm²,,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,7.86516853932585E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,7.86516853932585E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.14606741573034E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.71910112359551E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,6.55955056179775E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.30561797752809E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,256.5993906442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,77.8000847108545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,257.625788206777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.674027954582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01833733934849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000555881605259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.01840918717787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000183440929735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.06,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.06,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.005716,Mm²,,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,6.74157303370787E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,6.74157303370787E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.69662921348315E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.04494382022472E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,5.62247191011236E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.11910112359551E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,232.608390705921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,81.5574751656401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.538824268745,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.9139668046612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014278259445266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000466182528047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.014334085459035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000153840234255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.14,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.14,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.017148,Mm²,,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000157303370787,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000157303370787,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.29213483146067E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.43820224719101E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000131191011236,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,2.61123595505618E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,184.626390829364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,93.7910964404861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,185.364896392681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.9510618253604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.026598458722902,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001608329721761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.026701849501767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000530748808181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.14,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.14,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.017148,Mm²,,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000157303370787,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000157303370787,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.29213483146067E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.43820224719101E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000131191011236,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.61123595505618E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.701112663491,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,97.5427402981056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.291917114145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.1891042983748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.02142891977968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001672662910632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021511632402772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000551978760509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.12,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.12,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.01429,Mm²,,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000134831460674,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000134831460674,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.39325842696629E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.08988764044944E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000112449438202,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.23820224719101E-05,1e6 dimensionless,Own calculations,,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.431956204188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,85.7927172770872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,123.925684029005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.3115967014388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.36260004850837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.015455346750324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00122597792989,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.015514594089302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Luxembourg,lu,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000404572716864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,13.7481370627,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.24,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.192,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0048,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0432,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,0.132,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.477427,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.235446,Mm²,,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.054290992051938,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.020359122019477,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04343279364155,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001085819841039,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009772378569349,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.042320556444497,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.010987654249945,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006407301533522,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.794276819413183,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.205723180586817,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.822892722347267,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.177107277652733,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.822892722347267,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.177107277652733,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,30.7309135804332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.7132766599182,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.04906260094902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,36.5851526175057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.226971671611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.9950195128964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.066267067595588,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.124544021456308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.068246402961331,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.046393532915416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.383146,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.99976,Mm²,,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.048530211544819,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.018198829329307,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.038824169235855,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000970604230896,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008735438078067,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.03237334503665,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.009902317450252,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011541280177513,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.80690194705036,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.19309805294964,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.19309805294964,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.80690194705036,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.80690194705036,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.19309805294964,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,30.36376231946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.9925487852229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.11079668515898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,36.1480590413171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.1646260899489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.0793482719272,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.060725873724578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.119970699358737,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.080798631466719,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.044322732669636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.097446,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.28556,Mm²,,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.031073300917186,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.011652487843945,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.024858640733749,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000621466018344,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005593194165094,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.021544669237293,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.006360927932116,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006664663331223,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.82,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.213483146067416,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.786516853932584,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.199483086067416,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete + bricks,,0,0.800516913932584,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.800516913932584,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.199483086067416,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.3106200683834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.6840514736014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.1243216051613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.1322931914104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.0249385072467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.0978233126503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.039738763015104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.076727429212403,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.052822690130258,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034742179947376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.29,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.243153,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.649802,Mm²,,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.039976325337279,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01499112200148,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.031981060269823,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000799526506746,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00719573856071,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.031685162502715,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.0081150860898,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0043034801564,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.908494561091703,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.091505438908297,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.091505438908297,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.183010877816594,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.908494561091703,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.812227074235808,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.187772925764192,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.183010877816594,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete + bricks,,0,0.816989122183406,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.816989122183406,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.816989122183406,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.183010877816594,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.183010877816594,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,24.5985143553347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.5451415207046,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.05262574829892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,29.284531340026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.414840080575,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.9998867721763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.046119324376688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.099887495571142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.061594893697231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.045229057994613,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.137444,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.385548,Mm²,,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.033517268405055,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.012568975651896,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.026813814724044,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000670345368101,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00603310831291,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.02161157562689,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.006890069382665,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008944384244059,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.896113327369792,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,0.103886672630208,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.103886672630208,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.207773345260417,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.896113327369792,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.792226654739583,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.207773345260417,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.213541666666667,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.207773345260417,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete + bricks,,0,0.792226654739583,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.792226654739583,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.792226654739583,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.207773345260417,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.207773345260417,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,22.3548550981465,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.5156377419995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.12448479647036,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,26.6134549943434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.9486807695774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.0980462319785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.038598557353918,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.082461772842152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.051579563467985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037338690742926,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.1167006996,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.90794138987572,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.81897363965432,Mm²,,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.019494144310732,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.007310304116525,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.015595315448586,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000389882886215,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003508945975932,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.007312277107753,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003961485059088,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.010256047936897,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.907450268601945,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.092549731398055,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.092549731398055,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.18509946279611,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.907450268601945,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.81490053720389,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,0.18509946279611,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.373153432920085,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.18509946279611,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete + bricks,,0,0.81490053720389,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.81490053720389,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.81490053720389,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.18509946279611,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.18509946279611,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,15.2065845478899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.0582879576695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.56958025702628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,18.1034389042629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.7607927872327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.7060466310979,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.021992985020203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.039358471004248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.029509011942764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017821515670724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.7514363631,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.80358536893767,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.66523185052602,Mm²,,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.01311775743299,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004919159037371,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010494205946392,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00026235514866,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002361196337938,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005849983694202,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002669964316314,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005990727621623,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.811778654793183,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,0.188221345206817,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,0.094110672603409,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.188221345206817,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.905889327396592,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.188221345206817,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete + bricks,,0,0.811778654793183,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.811778654793183,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.811778654793183,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.188221345206817,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.188221345206817,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,13.7516594822354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.0648331605392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.72186406056727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,16.3713506136012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.4053564550921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.9140663067349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.016562760530306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029978562357032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.022108440478104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013574293035264,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.072,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0018,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0162,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.919121,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.814068,Mm²,,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.053671618047526,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.042937294438021,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001073432360951,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009660891248555,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.009875577720745,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003796040326781,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,1,0.75,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,1,0.25,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,aluminium,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,34.55,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,59.724771868287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.52899970972573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.131775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.0433767019604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.2846136034853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.047797534872148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.10834479745356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.043825150586593,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.039058524286972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.82484,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.578382,Mm²,,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.047595873973514,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.038076699178811,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00095191747947,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008567257315233,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.008757640811127,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008838233162388,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,34.3328365114255,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.1292825263982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.52899970972573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,40.8732418668521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.5849391279531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.2846136034853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.042226828703999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.099642123212582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.056340034749122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035117953390657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.4,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.59628,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.007022,Mm²,,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.03052986695637,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.024423893565096,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000610597339127,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005495376052147,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.005617495519972,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004912371436398,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.82,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,29.0069120908617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.5465891920403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.52899970972573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,34.5327288441708,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.3210955861558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.2846136034853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.026189520307795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.062985791341347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.034989634600082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028519966319362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.727702,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.335554,Mm²,,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.039743312225041,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.031794649780033,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000794866244501,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007153796200507,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.007312769449407,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002430542775633,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,27.722742497071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.1099531906571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.52899970972573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.003924942763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.5761868047295,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.2846136034853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.032155268247901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.084286750423595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.043146403491181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.038165040591804,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.51,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.627707,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.085584,Mm²,,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.033273224133554,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.026618579306843,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000665464482671,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00598918034404,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.006122273240574,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00715095089298,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.5802069116411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.3900991924245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.52899970972573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.4532363283087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.2502369143298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.2846136034853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.02580267617045,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.067729693441709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.034645476157197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030668005190406,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.7,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.39629,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.507082,Mm²,,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.01499549562364,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011996396498912,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000299909912473,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002699189212255,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00275917119475,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00723632442889,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,18.3685808244057,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.8681465442263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.52899970972573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,21.867795471455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.8442967552257,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.2846136034853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.011806928866038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027822649485939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.015865218189823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012598095687233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.43,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.319151,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.421378,Mm²,,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.009246943764239,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007397555011391,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000184938875285,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001664449877563,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00170143765262,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003545506111619,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,17.5845614934597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.0006992154781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.52899970972573,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,20.9344204579638,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.9987166047685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.2846136034853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.008325901082304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02233332863402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.011103625073078,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010112531205484,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.124307040868583,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.004114768340626,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.099445632694866,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002486140817372,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.022375267356345,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.042,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.0291963665,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.20464140190905,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0208520449543,Mm²,,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000619374004412,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.0002,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00049549920353,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.23874800882496E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000111487320794,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.000209269788771,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000113964816812,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00029613939883,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,1,0.75,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,1,0.25,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,aluminium,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,14.0717952330124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.2148579061718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,16.7524722249012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3036876599146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002992669779416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000796857934982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00383973887674,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00036081727296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.0431874128,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.20863864383696,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.03084445022176,Mm²,,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000934337571305,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.0003,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000747470057044,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.86867514260994E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000168180762835,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.000315687492202,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.00017191811312,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000446731965983,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,15.3086533154529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.0945932152476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,18.2249517720467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.7772318078641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003424186348445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001483451286364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004411106531888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000671706742465,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.0249201068,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.20341967451276,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.01779794027656,Mm²,,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000543433960816,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000434747168653,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.0868679216322E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,9.78181129468978E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.000183611694034,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,9.99918487901622E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000259830417992,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.82,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,11.6927020908316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.1378598793527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,13.920161839135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.2496229533709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002479670398307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000874552695451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003182855264061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0003959974605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.0109050898,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.19941558415586,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.00778841513516,Mm²,,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000233013112238,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000186410489791,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.66026224476889E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.194236020292E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,7.87288527313669E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,4.28744126518738E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000111409846855,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,11.0844112306149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.4508398785843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,13.1959915700471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.391340297023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002185453791203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000385143669757,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002785181166388,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000174393053666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.0110751771,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.19946417809747,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.00790989148482,Mm²,,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.000244044271501,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000195235417201,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.88088543002783E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.39279688702505E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,8.24559842422327E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,4.4904145956256E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000116684141303,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,10.4761203703983,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.9292065465317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,12.4718213009591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.1551447242696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002073459524253,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000387024714221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002643773570544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000175244790599,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.21,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.256297,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.157124,Mm²,,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.004498648687092,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0012,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003598918949674,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.9972973741841E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000809756763677,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.001519972187719,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000827751358425,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002150925140948,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,9.89486465952454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.6186599100909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,11.779836377164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.5809292072892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00442442639515,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005753670319713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.005978847131442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002605261920766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.247726,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.135698,Mm²,,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003870813668751,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003096650935001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.74162733750237E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000696746460375,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.0013078436503,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00071222971505,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001850740303401,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,8.62421264040527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.4486652487522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,10.2671251484025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.598355624635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003757279146066,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004674614976925,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.0050803284795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002116665661552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,2.6088529097,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.025692959131417,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.5508036335,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.35366459809095,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.4005259550457,Mm²,,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005424520176026,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004339616140821,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000108490403521,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000976413631685,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.002111286655725,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000998111712389,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002315121807912,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,aluminium,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,14.0717952330124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.2148579061718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,16.7524722249012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3036876599146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.010028859181641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015306042459805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013687705149545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0069305760258,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,0.5368125872,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.34966735616304,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.39053354977824,Mm²,,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005286731119596,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004229384895677,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000105734622392,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000951611601527,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.002057657544448,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000972758526006,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002256315049142,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,15.3086533154529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,48.0945932152476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,18.2249517720467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.7772318078641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.010247023004536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018782552213491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013938431660447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008504739642269,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,0.3550798932,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.29774632548724,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.26074005972344,Mm²,,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003496959583446,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002797567666757,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.99391916689136E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00062945272502,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.001361057543259,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000643440563354,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001492461476833,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.82,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,11.6927020908316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.1378598793527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,13.920161839135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.2496229533709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006722208987924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012812208519625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.009149123015849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005801368017686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,0.4190949102,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.31603541584414,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.30645958486484,Mm²,,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.004127403411636,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003301922729309,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.25480682327296E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000742932614095,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.001606433649984,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000759442227741,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001761527533912,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,11.0844112306149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.4508398785843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,13.1959915700471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.391340297023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.007363934069128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015154683860409,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.010077065290185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006862040851993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,0.3989248229,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.31027282190253,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.29205410851518,Mm²,,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003928760848559,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003143008678847,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.85752169711718E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000707176952741,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.001529119642647,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000722891996135,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001676749209776,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.06,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,10.4761203703983,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,48.9292065465317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,12.4718213009591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.1551447242696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006930480090747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014289975798303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.009492057428079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006470501041471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,0.2067006996,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.25535438987572,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.15476763965432,Mm²,,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.002035665793005,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0005,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001628532634404,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.07133158601021E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000366419842741,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.000792304920034,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000374562505913,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000868798367058,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,9.89486465952454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.6186599100909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,11.779836377164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.5809292072892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004383624905226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005667383561589,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.0059212434635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002566191276688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.1414363631,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.23670836893767,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.10815585052602,Mm²,,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.001392918199149,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0003,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001114334559319,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.78583639829848E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000250725275847,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.000542140043903,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000256296948643,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000594481206603,1e6 dimensionless,Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,8.62421264040527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.4486652487522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.3176127988713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,10.2671251484025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.598355624635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,14.0938590832582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003293544959665,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003725824689465,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004423698618337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00168705341939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.0199,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.03283461538462,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.03283461538462,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.750625961538461,Mm²,,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.009359102048409,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.005138564671424,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004356320919625,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004986029944435,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.008441254336521,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000917847711888,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,38.4775147052256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,104.49692123334,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.33260413952826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,63.4878992636222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,64.788091164671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.49890620929239,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.044215772631591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.088438101978585,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.072284795312616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.058631623226723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.084,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.084,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.795,Mm²,,,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.010132293599207,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.005393122984893,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004646132364575,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005482793429503,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.009176697456043,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000955596143163,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,40.9262908789411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,112.61656713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.42273734806212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.5283799502527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,69.8222716205998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.63410602209318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.049158346598072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.08953017086835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.080392134794023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.055508705938377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.614,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.614,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.4425,Mm²,,,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005492789905657,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003054776303251,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002528574635368,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002960379666783,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.004965894203747,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.00052689570191,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,40.787685844644,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,113.312706394383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.45614765161287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.2996816436627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,70.2538779645172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.6842214774193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.027779713766702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.050140872579514,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.045426116516344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031087340999299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.404,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.404,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.285,Mm²,,,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003535112542262,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002009983105071,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001647280216553,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001881564342232,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.003184283835022,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000350828707241,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,37.8015427750115,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,106.982264307814,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.21857176517588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.3725455787689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,66.3290038708446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.32785764776383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.016976126274236,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030489945327727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.027754962903519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018903766103191,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.334,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.334,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.2325,Mm²,,,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.00380238488974,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001661718705677,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00179421441403,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001997523500234,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.003424034891574,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000378349998166,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,40.6426251821037,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.836710134772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.22366640223945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.060331550471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,64.3787602835589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.33549960335917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014985341389171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024142035106335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.024514207605379,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014968061765928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.364,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.364,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.255,Mm²,,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.004655736121215,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001810974876846,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002205123841936,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002443908628053,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.004190282664335,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00046545345688,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,5.42101086242752E-19,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,5.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,38.7411424864143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.887720276607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.29033241471971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,63.9228851025837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,64.4103865714963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.43549862207957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.015663456864013,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026491368670535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.025610451675778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016424648575732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.167,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.167,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.10725,Mm²,,,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.002378127893103,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000830859352839,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001143866092813,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001232290138165,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002129979255209,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000248148637894,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,1.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,1.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,2.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,35.3088851964024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.3795637049675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.29584750319143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.259660574064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,55.4153294970799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.44377125478714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006613990360832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009585958207358,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.010805473115418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005943294088562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.009,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.242,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.242,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.1725,Mm²,,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004224572371887,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001672482941439,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00206328114643,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002161291225457,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.003787329131397,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.00043724324049,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,38.3261825520076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,116.795201332733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,63.2382012108126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,72.4130248262944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01024249810793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020147172229897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016754987588533,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022491246782536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.194,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.194,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.1425,Mm²,,,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003386640661761,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001244071056356,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001654035299204,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001732605362557,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.003036123353269,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.000350517308492,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.6265750738859,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,108.619537239442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.0338488719117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,67.3441130884538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.008657204384527,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015478284056621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.014168039911441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009596536115105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.114,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.114,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.0825,Mm²,,,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00199008781155,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000739733387674,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000971958887161,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001018128924389,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.001784113723055,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000205974088495,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.5444181981045,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,109.705732611836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.8982900268725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,68.0175542193383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.005077857311192,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009050722940476,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.008310095517976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005611448223095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.094,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.094,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0675,Mm²,,,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001640949598997,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000648578645961,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00080143978415,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000839509814847,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.001471111315501,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000169838283496,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.4622613223232,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,100.929274002889,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.7627311818332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.5761498817912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004179282405011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006812725995195,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006839441492161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004223890117021,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.124,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.124,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.09,Mm²,,,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002164656917826,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000930693732057,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001057218438666,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00110743847916,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.001940614926831,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000224041990995,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,37.9975550488822,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.1528153939422,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.6959658306556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.1347455442442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.005207472360618,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008293753385455,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.008517963064836,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005142127098982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.174,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.174,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1275,Mm²,,,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003037502449208,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001345501552302,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001483516196193,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001553986253015,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002723120945715,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000314381503493,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,5.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,34.7523584555182,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.8590620084874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.341391451605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,51.9926184452622,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006742595395557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010692030406082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.011020929649025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006629058851771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.114,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.114,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0825,Mm²,,,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00199008781155,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00090852868421,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000971958887161,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001018128924389,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.001784113723055,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000205974088495,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,1.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,1.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,2.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,34.5469662660647,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,82.9443887430764,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.0024943390068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,51.4255210207073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00439414779094,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006842912071304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.007181974809559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004242605484208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.009,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.234,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.234,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.1725,Mm²,,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004084917086866,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002045614148524,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001817788103655,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002267128983211,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003778548305351,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000306368781515,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,50.0129981319071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,99.7177256533612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.71428348940313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.5214469176466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,61.8249899050839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.0714252341047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.012806183899387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017201307675205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.02096473208351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010664810758627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.324,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.324,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.24,Mm²,,,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005656039043353,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002875950682697,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002516937374292,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003139101669061,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.005231836115102,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000424202928251,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,48.955228356222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,124.647157066701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.71428348940313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.7761267877662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,77.2812373813549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.0714252341047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.017388921837983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.029915317696008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.028462606855086,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018547496971525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.164,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.164,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.12,Mm²,,,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002862933342932,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001447507547958,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001274005337605,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001588928005327,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002648213342212,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00021472000072,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,47.8974585805369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,125.893628637368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.71428348940313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.0308066578858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,78.0540497551685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.0714252341047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00862832569947,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015107235436484,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.014120766030287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00936648597062,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.084,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.084,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.06,Mm²,,,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001466380492721,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000730139162979,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000652539319261,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00081384117346,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001356401955767,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000109978536954,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.5444181981045,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,135.965118928358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.71428348940313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.8982900268725,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,84.2983737355819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.0714252341047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003801730941751,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008157907135701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006213456081922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005057902424135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.074,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.074,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0525,Mm²,,,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001291811386445,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000603933562418,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000574856066968,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000716955319477,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001194925532461,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,9.68858539833621E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,53.1760378494897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,146.036609219347,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.71428348940313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,87.740462451658,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,90.5426977159954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.0714252341047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004283883779078,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007666921984016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.007016079688746,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00475349163009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.074,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.074,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0525,Mm²,,,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001291811386445,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000596381200157,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000574856066968,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000716955319477,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001194925532461,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.68858539833621E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,5.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.1015767360102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,147.496975311541,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.71428348940313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.3176016144168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,91.4481246931553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.0714252341047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004130373656681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007743591203856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006762787986791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004801026546391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.014,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.014,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0075,Mm²,,,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000244396748787,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,8.81238060025638E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00010875655321,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000135640195577,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000226066992628,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.83297561590144E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,1.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,1.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,2.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.2068208986971,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,116.795201332733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.71428348940313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,74.5912544828502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,72.4130248262944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.0714252341047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000698895461433,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000875964009995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001143277516037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000543097686197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.0006,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.244,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.244,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.18,Mm²,,,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,6.94493546849095E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,6.94493546849095E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.26981703349094E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,5.79207618072146E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,1.1528592877695E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,20.4159836316697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.1150370402109,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.7305597619328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.6863729922549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,50.2913229649308,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.59583964289919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.005403756588039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014600706667238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.008852859882978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009052438133688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.184,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.184,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.135,Mm²,,,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.39627078282651E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.39627078282651E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.05949027000876E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,1.16448983287731E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,2.317809499492E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,20.5392189453417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,88.4153903738299,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.7305597619328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.8897112598138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,54.8175420317745,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.59583964289919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004097639282139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011936077700467,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006713341366099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00740036817429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.114,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.114,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.0825,Mm²,,,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.59021704269322E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.59021704269322E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.20665669199562E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,1.32624101360615E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,2.63976029087075E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,20.1284345664349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.2995442775682,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.7305597619328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.2119170346175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,55.3657174520923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.59583964289919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002491925353434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007367212402899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004082084261237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004567671689798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.094,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.094,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0675,Mm²,,,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.59866644989322E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,2.59866644989322E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.97186810217898E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,2.16728781921095E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,4.31378630682275E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,20.9500033242485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,77.2441058000965,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.7305597619328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,34.5675054850101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.8913455960598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.59583964289919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002131972930101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005213977141507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003493354442023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003232665827734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.054,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.054,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0375,Mm²,,,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,4.4141689373297E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,4.4141689373297E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.34947138964578E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,3.68141689373297E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,7.3275204359673E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,21.7715720820622,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.1886673226248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.7305597619328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,35.9230939354026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.4169737400274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.59583964289919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001269115119576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002444575024598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002080022413228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001515636515251,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.034,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.034,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0225,Mm²,,,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.77929155313351E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.77929155313351E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.10892643051771E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,2.31792915531335E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.61362397820163E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,5.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,19.1630912760038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.3150807477923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.7305597619328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,31.6191006054063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.0753500636312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.59583964289919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00071038413529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001672089316825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001163307968442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001036695376432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.01,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.01,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0045,Mm²,,,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,8.17438692098093E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,8.17438692098093E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.20272479564033E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,6.81743869209809E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.35694822888283E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,1.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,1.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,2.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,16.4519143752187,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,67.384892429936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.7305597619328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,27.1456587191109,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.7786333065603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.59583964289919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000181824741372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000303232015935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00029741498362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00018800384988,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.0003,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.084834615384615,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.084834615384615,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.060625961538462,Mm²,,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000101059914168,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000101059914168,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.29756070070406E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.80843071612933E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,8.42839684163905E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,1.67759457519434E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,52.4982436242934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,116.795201332733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.860754367992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,86.6221019800841,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,72.4130248262944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.291131551988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00537503622583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007080821383875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00873060458468,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004390109258003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.064,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.064,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.045,Mm²,,,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,7.62405119354888E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,7.62405119354888E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.99652763565832E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.62752355789056E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,6.35845869541977E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,1.26559249812911E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.5534395528077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,108.619537239442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.860754367992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.0631752621327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,67.3441130884538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.291131551988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003994508410931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004887879175775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006486675636104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00303048508898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.044,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,5.24153519556485E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,5.24153519556485E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.7476127495151E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.49392244604976E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,4.37144035310109E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,8.70094842463766E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.1478028682425,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,109.705732611836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.860754367992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.9938747326001,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,68.0175542193383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.291131551988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002904376518394,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003291171978355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004720540276522,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00204052662658,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.024,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.024,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.015,Mm²,,,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.85901919758083E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,2.85901919758083E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.49869786337187E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.36032133420896E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,2.38442201078241E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,4.74597186798418E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,58.7421661836773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,97.0895733614748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.860754367992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.9245742030675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,60.1955354841144,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.291131551988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00167047009324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001456343600422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002717176938121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000902933032262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.014,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.014,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0075,Mm²,,,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.66776119858882E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.66776119858882E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.74240420300258E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.93520778288559E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,1.39091283962307E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.76848358965744E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.2338334043854,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.4734141111137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.860754367992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.685825117236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,52.3735167488905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.291131551988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001023324228813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000633550605833,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001665677393369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000392801375617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.014,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.014,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0075,Mm²,,,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.66776119858882E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.66776119858882E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.74240420300258E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.93520778288559E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.39091283962307E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.76848358965744E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,5.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.0579502301593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,95.4549579455585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.860754367992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.1456178797628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,59.1820739262463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.291131551988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000950861864374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000715912184592,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001546114492045,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000443865554447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.007,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.007,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00225,Mm²,,,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,8.33880599294409E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,8.33880599294409E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.37120210150129E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.9676038914428E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,6.95456419811537E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.38424179482872E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,1.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,1.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,2.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.3685865822996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,88.071500123615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.860754367992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.7581678607944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,54.6043300766413,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.291131551988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.000435605386652,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000198160875278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.000707345095889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000122859742672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.104,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.104,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.075,Mm²,,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000229074889868,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000229074889868,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000109566519824,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000119508370044,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00019104845815,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,3.80264317180617E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,33.5610837566883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,116.795201332733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.43037718399602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,55.3757881985358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,72.4130248262944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.14556577599402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004055111937831,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008759640099955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006606220813351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005430976861972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.144,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.144,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.105,Mm²,,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00031718061674,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00031718061674,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000151707488987,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000165473127753,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000264528634361,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,5.26519823788546E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,36.8524935926794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,113.291345292751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.43037718399602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,60.8066144279209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,70.2406340815055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.14556577599402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006088733391841,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011895591255739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.009929113949364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007375266578558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.084,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.084,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.06,Mm²,,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000185022026432,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000185022026432,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.84960352422907E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.65259911894273E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000154308370044,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.07136563876652E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.1439034286704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.424258745678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.43037718399602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.2374406573061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,70.9430404223206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.14556577599402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003828239571464,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006865455524741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.006248172540397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004256582425339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.054,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.054,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0375,Mm²,,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000118942731278,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000118942731278,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.68903083700441E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.2052422907489E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,9.91982378854625E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.97444933920705E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,39.6201533455641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,101.265468989925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.43037718399602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.3732530201808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.7845907737537,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.14556577599402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002432728648596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003797455087122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003970016214993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002354422154016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.034,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.034,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0225,Mm²,,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,7.48898678414097E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,7.48898678414097E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.58198237885462E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.90700440528634E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,6.24581497797357E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.2431718061674E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,38.5726531793517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,88.1066792341723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.43037718399602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,63.6448777459303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,54.6261411251868,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.14556577599402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001496103032354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001982400282769,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002440875079745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001229088175317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.024,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.024,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.015,Mm²,,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,5.2863436123348E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,5.2863436123348E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.52845814977974E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.75788546255507E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,4.40881057268722E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.77533039647577E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,5.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,36.4776528469269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,99.5605475346147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.43037718399602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,60.1881271974293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,61.7275394714611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.14556577599402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001005792720742,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001493408213019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.001640008631362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000925913092072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.01,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.01,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0045,Mm²,,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.20264317180617E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.20264317180617E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.05352422907489E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.14911894273128E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.83700440528634E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.65638766519824E-06,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,1.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,5.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,1.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,2.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,30.8293676369579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,91.8030078272116,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,5.43037718399602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,50.8684566009805,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,56.9178648528712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.14556577599402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00036259744821,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000413113535222,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00059014022377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000256130391838,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.124,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.124,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.09,Mm²,,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000650028430935,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.000650028430935,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000260011372374,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000390017058561,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.0005421237114,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000107904719535,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,47.0758898227232,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,116.795201332733,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.6752182074933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,72.4130248262944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006333185872574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010511568119946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.010375390359564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006517172234367,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.174,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.174,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.1275,Mm²,,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000682230057589,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.000682230057589,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000272892023036,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000409338034553,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000568979868029,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00011325018956,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,47.3313463583559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,121.17502138271,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,78.0967214912872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,75.1285132572804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.008931339290651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015449815226296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.01463235707593,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009578885440303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.094,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.094,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.0675,Mm²,,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000386429202361,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.000386429202361,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000154571680945,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000231857521417,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000322281954769,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,6.41472475919678E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,5.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,47.5868028939886,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,125.554841432688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,78.5182247750811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,77.8440016882664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004848989312747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008474951796706,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.007944457889926,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005254470113958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.054,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.054,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0375,Mm²,,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000254262862791,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.000254262862791,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000101705145117,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000152557717675,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000212055227568,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,4.22076352233794E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,47.1118334558775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,134.314481532643,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.7345252021979,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,83.2749785502385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002759941255537,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005036793057474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004521517734298,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003122811695634,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.034,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.034,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0225,Mm²,,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000210207416268,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.000210207416268,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.40829665072691E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000126124449761,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000175312985168,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,3.48944311005167E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,46.1618945796555,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,139.687060793948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,76.1671260564316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,86.605977692248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.001705442868732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003142958867864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.002793589965454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001948634498076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.044,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.03,Mm²,,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000229088321921,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.000229088321921,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.1635328768401E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000137452993153,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000191059660482,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.80286614388864E-05,1e6 dimensionless,Own calculations,,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,5.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,44.2620168272114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,137.644134560467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.99818979481025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.0323277648988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,85.3393634274898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.99728469221538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.002123449091369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004129324036814,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003477302948113,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Malta,mt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002560180902825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,674.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,7.42,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.69,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.9714,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.41892,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02968,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,6.57862068965517,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,0.841379310344828,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,153.2,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,139.27148,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,3.774936,Mm²,,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.68613851105804,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.156797246985182,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.12971280240889,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.549681154604922,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006744554044232,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.45096984113964,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.212561029600923,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.137833786894383,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.88682930809399,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.99272519582245,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.78506201044386,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.01786292428198,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.907637075718016,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.092362924281984,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,157.806746232439,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.0506939198991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9095659688913,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,166.028477711149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.21828294513339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.6764828939923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,25.6409246082103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.079465022303208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,27.0566689923383,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02724855614777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,144.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,130.968658,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.558555,Mm²,,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.58565258020974,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.147452867970987,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.06238722874053,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.516922741148375,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006342610320839,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.34951496764652,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.199777048036845,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.143733815137349,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.66526757826057,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.90095439716804,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.33674082043451,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.14481189699452,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.951134864996182,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.048865135003818,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.901783855070452,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.098216144929548,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,161.543711945723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.0166520464162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9419949032229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.960139338095,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.86370998671611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.7113083265711,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,24.6064863675773,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.071230357223035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,25.9636795532125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024424889491779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,90.61,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,82.352134,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.291553,Mm²,,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.997265081507632,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.092737588442084,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.668167604610113,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.325108416571488,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003989060326031,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.836399246883484,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.122969829464472,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.082748122503502,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.4444663944377,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.89,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.29853327447302,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.843836221167642,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.12338593974175,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,wood,,0,0.032777839090608,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.12338593974175,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.843836221167642,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,other,,0,0.032777839090608,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.421918110583821,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.578081889416179,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.421918110583821,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.084383622116764,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.578081889416179,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.983611080454696,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.998587365978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.0656567367848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.2630455055598,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.709313767746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.88051369504351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0560845684207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.3864740518325,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.04598151589215,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.1839360951941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015767061799418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,94.48,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,85.871512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.383272,Mm²,,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.03985878932613,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.096698458845692,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.69670538884851,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.33899396532032,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004159435157305,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.937058749140629,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.128352287650124,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.022320214481486,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.16176121930567,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.983096951735817,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.116215071972904,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,wood,,0,0.883784928027096,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.116215071972904,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,other,,0,0.883784928027096,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.425116426756986,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.574883573243014,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.425116426756986,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.850232853513971,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.574883573243014,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99.1704510342157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.7606061107583,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.2276058762013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.337231533098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.204911835379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0180259504526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.8049407792136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.070927619246799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.41777892144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024321080639727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,85.93,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,78.096142,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.180637,Mm²,,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.945756411587582,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.087947698651675,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.63365679576368,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.308316590177552,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00378302564635,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.834846159124501,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.116143365021462,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.033276281120662,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.98462003956709,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.358812987315257,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.029675317118585,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,wood,,0,0.970324682881415,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.029675317118585,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.029675317118585,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,other,,0,0.970324682881415,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.417665541720005,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.582334458279995,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.417665541720005,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.835331083440009,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.582334458279995,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,61.6552926829542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.6143635944221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.3101670083117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,64.8675334317361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.1547652765273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.1066883502259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.90401314344377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.06457817698545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.30925183200952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022143856888311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,66.04,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,60.008176,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.709244,Mm²,,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.72684456442737,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.067590667042437,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.486985858166338,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.236951328003322,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002907378257709,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.628946825701381,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.087692222183001,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026515377395288,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.90107056329497,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.310580708661417,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.392867958812841,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.607132041187159,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.392867958812841,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.785735917625681,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.607132041187159,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,39.7121855171581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.8522708203124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.5849419522618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.7811903826021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.89344366428514,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.4017691625339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.00664538438564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.049315570785994,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.25078586146243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016910309222517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,39.84,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,36.181896,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.126698,Mm²,,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.438484061883501,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.040775472061943,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.293784321461946,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.142945804174021,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001753936247534,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.377171416029509,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.053077621788761,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.019561316323773,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.269623493975904,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.323920682730924,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.676079317269076,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.323920682730924,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.647841365461847,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.676079317269076,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,12.6859826914332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,13.4467113513464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.348927054836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,13.3469223896569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.61087732237668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.2222127641884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.4589041602639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015150382786139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.5574499143479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005195066257367,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.81,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.2227,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.56806,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01924,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,4.81,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,139.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,126.43587,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,3.367533,Mm²,,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.61061729726331,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,1.5,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.07911358916642,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.525061238907841,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006442469189053,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.3,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.190052841077071,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.120564456186243,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.915,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.81,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,152.215245280241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,22.4939202888052,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.3978423578106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.145659559342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.7131652670313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.1269429080528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,22.4989369441242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.075749018871921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.7420572044739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.025974338571182,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,129.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,118.133048,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.151152,Mm²,,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.50414707375036,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.4,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.00777853941274,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.490351946042618,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006016588295001,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.2,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.177489354702542,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.126657719047818,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.68,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,155.704592935194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.4035878108529,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.3978423578106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.816802227117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.33929026034146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.1269429080528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.4337058301605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.067445958537345,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,22.6166705833168,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023127219182456,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,76.46,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,69.516524,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.88415,Mm²,,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.870046646874413,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.8,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.582931253405856,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.283635206881058,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003480186587498,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.7,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.102665504331181,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.067381142543232,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.89,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,0.1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.368650453702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.0699104251303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.3978423578106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.62975714234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.56777228477719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.1269429080528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.4774231607906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.041583021727509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.1143970862494,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014258818150363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,80.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,73.035902,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.975869,Mm²,,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.914816083085844,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.9,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.612926775667515,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.298230043085985,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003659264332343,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.8,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.10794829780413,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.006867785281714,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.07,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.96,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,96.7961942898146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.3012549320028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.3978423578106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.839276012314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.4190003161838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.1269429080528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.94914603672678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.065798917281242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.45637070639019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022562448735738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,71.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,65.260532,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.773234,Mm²,,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.814180801436275,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.8,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.545501136962304,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.265422941268226,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003256723205745,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.7,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.096073334569481,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018107466866795,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,59.8380864288788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.4286425823643,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.3978423578106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.9556507318234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.4626815414927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.1269429080528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.58456247865425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.059276805600896,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.91213122110501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020326016640547,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,51.89,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,47.172566,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.301841,Mm²,,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.580602900987319,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.58,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.389003943661503,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.189276545721866,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002322411603949,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.5,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.068511142316504,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.012091758670815,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,34.8693288148914,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.6515709704969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.3978423578106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,36.6860208461473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.5391236857834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.1269429080528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.85898975484296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.043808994803803,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.03441080714112,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015022104318224,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,25.81,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,23.455414,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.719295,Mm²,,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.289518384170201,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.28,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.193977317394035,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.094382993239486,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001158073536681,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.034163169332084,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005355214838117,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,12.0014241142666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.2673821171773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,23.3978423578106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,12.6266983106199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.60678532798008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.1269429080528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.875396682444799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013858931619975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.934690832785534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004752227652489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.2285304767323,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.078334900063183,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.49311541941064,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.726500935414731,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008914121906929,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.76862068965517,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.459909787077131,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,6.52,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.913088,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.154524,Mm²,,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.075521213794727,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.050599213242467,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024619915697081,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000302084855179,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.059935631403649,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.008911503227778,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0066740791633,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.72,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,212.753616013574,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,6.86831748199101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.838079407881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.35514606457472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.44670791623088,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001061319890587,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.52619455862736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000363926590482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,7.04,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.385976,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.166848,Mm²,,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.081505506459379,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.022,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.054608689327784,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026570795105758,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000326022025838,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.064684924235926,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.009617649762207,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007202932461246,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.215,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.025,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,215.156315609891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,7.2823273456659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.365959653166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.49711004682884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.57770799403194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00121504175297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.66434778391431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000416637817093,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,11.18,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,10.150892,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.264966,Mm²,,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.127218434633219,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.085236351204257,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.04147320969043,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000508873738533,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.100963912294246,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.01501177528672,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011242747052253,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.89,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,194.630741168992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.23560465120894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.771002783897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.16688883489954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.29920470678469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002447121222012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.42604620580607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000839117867028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,10.98,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,9.969012,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.260226,Mm²,,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.125042706240291,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.083778613180995,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.040763922234335,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000500170824961,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.099237196733935,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.014755039336354,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011050470170002,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.649182078579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,9.66023015241395,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.518204464873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.31249291926274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.44074248127817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002513843051642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.52273192779972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000861996782408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,11.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,10.53284,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.27492,Mm²,,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.131575610151307,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.088155658801376,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.042893648909326,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000526302440605,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.104421881951923,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.015525921997854,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011627806201529,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.8736011576914,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,10.2653214916311,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,74.5661157780071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.5199787394803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.08218341841458,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002822142184479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.14588306646887,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000967712555058,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,13.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,11.869658,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.309759,Mm²,,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.146241663440051,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.097981914504834,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.047674782281457,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00058496665376,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.116061249487113,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.017256516285926,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.012923897667012,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.07,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.315,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.4716084345163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,11.2525757819327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,60.4658792339546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.85850823562473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.06039060766919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003485586621636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.1238822038331,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001195207652559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,13.28,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,12.060632,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.35313,Mm²,,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.1489656777133,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.099807004067911,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.048562810934536,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000595862710853,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.118223099214045,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.017577949970169,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.013164628529085,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,13.9453167524929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,2.73883448277231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,14.6718677552978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,0.939146344142623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.55248862626607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000967164620901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.589651008277372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000331640748507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,23.76,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.381469523267697,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.301379310344828,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.080090212922869,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,7.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.922522,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.252879,Mm²,,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.115226146576901,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.077201518206524,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03756372378407,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000460904586308,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.091034209735987,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.013596685296074,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.01059525154484,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,212.753616013574,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,6.86831748199101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.838079407881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.35514606457472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.69359005158969,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001736853256528,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.78663949979612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000595566981664,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,7.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.449634,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.240555,Mm²,,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.107373250610979,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.071940077909356,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.035003679699179,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000429493002444,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.084830043410599,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.012670043572096,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.009873163628285,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.215,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.255,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,215.156315609891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,7.2823273456659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.365959653166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,2.49711004682884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.59343008875411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001751800254637,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.68093315946435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000600692307315,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.97,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.684718,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.142437,Mm²,,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.044852117343827,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.030050918620364,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014621790254088,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000179408469375,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.035435334589238,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.005292549846572,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004124232908018,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.07,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.89,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,194.630741168992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,9.23560465120894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.771002783897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.16688883489954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.608475107452018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001315491819704,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.642050293231822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000451082144977,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.17,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.866598,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.147177,Mm²,,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.047872461946105,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.03207454950389,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01560642259443,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000191489847784,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.037821552406695,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00564895050964,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00440195902977,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,112.649182078579,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,9.66023015241395,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.518204464873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.31249291926274,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.414654013282044,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001421763693142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.438257290606538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000487522770378,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.55,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.30277,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.132483,Mm²,,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.038509393679043,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.008,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025801293764959,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012554062339368,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000154037574716,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.030424277172578,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.004544108454127,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003541008052338,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.8736011576914,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,10.2653214916311,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,74.5661157780071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.5199787394803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.236998011921676,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001359980587176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.250954282867362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000466337343343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.965952,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.097644,Mm²,,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.016309860852301,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010927606771041,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00531701463785,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,6.52394434092023E-05,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.012885576214268,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001924563580571,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001499721057461,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.285,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.4716084345163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,11.2525757819327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,60.4658792339546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.85850823562473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.08676807084955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001098746509651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.091970008315922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000376760178159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.75,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.66585,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.054273,Mm²,,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.011326292258542,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007588615813223,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003692371276285,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.53051690341683E-05,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.008948316815464,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001336502486508,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00104147295657,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,13.9453167524929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,2.73883448277231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,28.9381997583447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,14.6718677552978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,0.939146344142623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.0767327204863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.030989138978406,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000148644763884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03307681268523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.09702895356526E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.194,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,91.1194394655369,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,91.1194394655369,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,18.82368,Mm²,,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.471242286515447,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.073991025288472,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.09424845730309,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.376993829212358,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.431264551903164,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.039977734612284,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,193.717388737507,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.2141765071048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.07156704182952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,222.774997048133,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3192453076288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.07156704182952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.2046576620181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.982862950033259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,20.7323706434914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.363659291512306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,13.3760192276357,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,13.3760192276357,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.308076,Mm²,,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.07053243050412,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01086162714275,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014106486100824,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.056425944403296,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.064201014644623,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.006331415859497,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.21430643318377E-17,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,192.698385994234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.6644747099456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.07279531113288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.603143893369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.9658556426799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.07279531113288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.65876714304044,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.187450388840578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.04539774046942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.069356643871014,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,20.5474987779045,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,20.5474987779045,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,5.051124,Mm²,,,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.133101811885011,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.016685029128892,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.026620362377002,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.106481449508009,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.119885745071345,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.013216066813666,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,164.407022615252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.3686779400782,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.87285351931388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,189.06807600754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.1164108378289,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87285351931388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.49882554677673,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.2746229339914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.0055485112166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.101610485576818,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,35.6281570800065,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,35.6281570800065,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,7.916472,Mm²,,,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.223486395248651,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.028930861372182,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04469727904973,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.178789116198921,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.201468530193473,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.022017865055178,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,152.374346566746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.7761840309438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.87865324064414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,175.230498551758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.2671880914492,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87865324064414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.63826273551993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.433634127147813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.45258530868644,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.090444627044691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,40.549128238553,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,40.549128238553,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,8.851464,Mm²,,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.246434394276196,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.032926800148491,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.049286878855239,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.197147515420957,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.222750414778364,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.023683979497833,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-3.12250225675825E-17,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,137.327557295999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.0770379160277,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.96998508551803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,157.926690890398,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.7485040289302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.96998508551803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.81059042229761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.496363882340354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.64586733202001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.183654636465931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,33.2654391396448,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,33.2654391396448,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,7.467552,Mm²,,,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.147759587065511,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02701228149614,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029551917413102,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.118207669652408,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.133507481682075,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.014252105383435,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,156.375638257275,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.7743986484912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.02694453781178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.831983995867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.2665274999417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.02694453781178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.40239323409109,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.409030670176338,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.18267887569667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.151341347965245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,4.42398566074629,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.42398566074629,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.605276,Mm²,,,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.007141359884309,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003592375423072,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001428271976862,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005713087907448,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.006393305605777,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000748054278532,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,88.2026185662652,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.9021039600452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.9461571664771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.433011351205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.4637784652167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.9461571664771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.416512833818471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.080106649836566,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.475043901785085,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.029639460439529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,6.59931562652762,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.59931562652762,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.61766,Mm²,,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.072632899637829,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01067688122123,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014526579927566,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.058106319710263,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.065115394525313,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.007517505112515,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,156.471071184769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.2141765071048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.941731862485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3192453076288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.06980357737782,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.074464784768483,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.10469387515319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031251970364339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.7905540166205,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.7905540166205,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.342108,Mm²,,,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.019707063208574,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003130008618461,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003941412641715,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015765650566859,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.017667382166486,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.002039681042087,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,157.303331141447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.5591841516075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.898830812665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.9668981360948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.291753803555987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016612485371738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.334002820266453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006146619587543,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,8.53022649503015,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,8.53022649503015,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.003112,Mm²,,,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.093884748050379,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.015798424697109,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.018776949610076,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.075107798440303,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.084167676627164,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.009717071423214,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,158.135591098126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.0447759931236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.855929762844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.1465671174557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.39701891151404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.098242179329138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.59935877286291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.036349606351781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,13.8096789962522,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,13.8096789962522,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.006216,Mm²,,,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.151991067760641,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.025527688470176,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.030398213552128,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.121592854208513,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.136259992247415,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.015731075513226,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,159.800111011482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,45.1211939136737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,183.770127663204,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6948417480593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.28463601292252,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.135644055082388,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.61565424841762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015188300380484,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,14.2088968551409,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,14.2088968551409,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.082068,Mm²,,,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.156384909837498,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.026185719433815,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0312769819675,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.125107927869998,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.140199071669317,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.016185838168181,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,163.129150838194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.1976118342238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.598523463923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2431163786628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.39798352130428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.126973841110682,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.74566631305327,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.046980321210953,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.40589864754766,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.40589864754766,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.789488,Mm²,,,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.081510254038008,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.013399192281079,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016302050807602,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.065208203230406,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.073073942745074,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.008436311292934,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,169.787230491619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.4898267691437,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,195.255315065362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8712359045832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.29917547414735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.067087595125461,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.48778952724766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024822410196421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.244419097278801,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.244419097278801,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.428796,Mm²,,,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002690107393994,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000373885278131,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000538021478799,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002152085915195,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002411681278715,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000278426115278,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,166.377599384185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.0819170514609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,191.334239291813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.7203093090405,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.042043699397365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015900577703998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.0481435787947,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005883213750479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.035,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,33.6565096952909,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,33.6565096952909,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,6.777144,Mm²,,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.370427788152926,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.018007719071751,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.074085557630585,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.296342230522341,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.342645704041457,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.02778208411147,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,232.226875062657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.2141765071048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,267.060906322055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3192453076288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.03965534818576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.353862993030067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.21204725899377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.130929307421125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.13883004725436,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.13883004725436,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.16874,Mm²,,,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.045552485204959,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002169859158601,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.009110497040992,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.036441988163967,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.042136048814587,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.003416436390372,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,232.226875062657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.2677206338811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,267.060906322055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.149056634536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.988657689876147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.076280995813642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.13282982511954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028223968451048,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.00635489652925,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.00635489652925,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.953568,Mm²,,,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.033088320946122,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001353614672567,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.006617664189224,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.026470656756898,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.030606696875163,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.002481624070959,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,237.248331784513,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.9203978402199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,272.83558155219,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.3905472008813,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.733235429752082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.062859581927703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.840223332345147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02325804531325,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.57275541795666,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.57275541795666,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.441188,Mm²,,,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.061334448583055,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002559675771288,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.012266889716611,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.049067558866444,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.056734364939326,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.004600083643729,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,242.26978850637,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,71.1940296674374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,278.610256782326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.3417909769518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.38715146383955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.102603981228355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.58966800531546,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002963473054491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,7.43848786051817,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,7.43848786051817,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.79568,Mm²,,,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.081868935023874,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003560599694453,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.016373787004775,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.065495148019099,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.075728764897083,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.006140170126791,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,232.226875062657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.467661494655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,267.060906322055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.2930347530224,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.77685919460024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.137311450392722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.03597171325619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.050805236645307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.17353755906795,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.17353755906795,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.365336,Mm²,,,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.056940606506199,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002372412184789,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.01138812130124,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.045552485204959,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.052670061018234,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.004270545487965,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,346.083756733793,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,77.2323381096016,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,397.996320243862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.5759651005526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.82486496602916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.105448091585211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.093436563136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.039015793886528,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.268861007006681,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.268861007006681,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.051084,Mm²,,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002959118133393,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000158806544755,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000591823626679,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002367294506714,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002737184273389,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000221933860004,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.16840434497101E-19,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,318.471944092867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.2141765071048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,366.242735706797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3192453076288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.64683528261545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.087411762419675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002667308992689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.100255465558503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000986904327295,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.028,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,5.36092553364836,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.36092553364836,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.018584,Mm²,,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01113932649523,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01113932649523,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002227865299046,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.008911461196184,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.009290198297022,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001849128198208,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,104.14873200888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.2141765071048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.771041810212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3192453076288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.571414134452001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.053184524763313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.655164173960527,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019678274162426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.928792569659442,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.928792569659442,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.176472,Mm²,,,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001979438121424,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001979438121424,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000395887624285,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001583550497139,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001650851393268,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000328586728156,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.14873200888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.9134523927443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.771041810212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.0579773853154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.098998801409617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010043630770652,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.113508686674012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003716143385141,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.10803324099723,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.10803324099723,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.210528,Mm²,,,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002267134299762,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002267134299762,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000453426859952,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00181370743981,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001890790006002,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000376344293761,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.2402893378,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.4825869166717,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.47633273847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.2685571591685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.122637414788486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012101694058393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.140627490578702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004477626801605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.84943783607626,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.84943783607626,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.351396,Mm²,,,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003756749772256,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003756749772256,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000751349954451,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.003005399817804,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.003133129310061,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000623620462194,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.33184666672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.722437682921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.181623666728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.3973019426808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.212263354145714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017472265712028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.243425969258976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00646473831345,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.969529085872576,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.969529085872576,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.184212,Mm²,,,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001520059300876,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001520059300876,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000304011860175,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001216047440701,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001267729456931,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000252329843945,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.14873200888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.9622884491704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.771041810212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.526046726193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.103340854103022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007729957079799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.118487137843925,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002860084119525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.0998859377546,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.0998859377546,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.20898,Mm²,,,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001986080803571,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001986080803571,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000397216160714,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001588864642857,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001656391390179,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000329689413393,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,119.771041810212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.8370088320542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.736698081743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.6996932678601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.134418181587646,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009996978105723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.154178354283237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003698881899117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.219977187550921,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.219977187550921,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.041796,Mm²,,,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000352124108677,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000352124108677,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,7.04248217354578E-05,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000281699286942,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000293671506637,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,5.845260204043E-05,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.055735582837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,43.3771734265628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.614095920263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.0495541678282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.4399775088082,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.026286330890292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001812992340537,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.030148769615325,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000670807165999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.017,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.50725109988594,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.50725109988594,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.28638,Mm²,,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003774346629322,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003774346629322,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000754869325864,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.003019477303458,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003147805088855,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000626541540467,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,157.462963870568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.2141765071048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.082408451153,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3192453076288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.260543520569496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014953095868105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.296143954392278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005532645471199,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.260713703764054,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.260713703764054,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.049536,Mm²,,,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000701861515515,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000701861515515,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000140372303103,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000561489212412,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000585352503939,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000116509011575,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,157.462963870568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.5591841516075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.082408451153,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.9668981360948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.045066987341751,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002405427746134,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.051224900219205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00089000826607,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.382923252403454,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.382923252403454,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.072756,Mm²,,,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001012339140059,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001012339140059,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000202467828012,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000809871312047,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000844290842809,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00016804829725,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,160.56262851369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.0447759931236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.647022790743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.1465671174557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.067379071324701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003568301722156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.076601545913437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001320271637198,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.668078865895389,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.668078865895389,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.126936,Mm²,,,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001770742205488,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001770742205488,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000354148441098,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001416593764391,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001476798999377,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000293943206111,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,163.662293156811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.0447759931236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.211637130333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.1465671174557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.119625795942101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006225547685463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.136026693822408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002303452643621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.725109988593775,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.725109988593775,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.137772,Mm²,,,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001883289478685,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001883289478685,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000376657895737,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001506631582948,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001570663425223,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000312626053462,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,157.462963870568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.7644775147052,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.082408451153,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9728566804409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.125342558544244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005202887596156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.142469253734664,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001925068410578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.863614143718429,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.863614143718429,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.164088,Mm²,,,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002551777788022,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002551777788022,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000510355557604,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002041422230418,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00212818267521,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000423595112812,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,158.182086067772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.6738595916168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.909398977938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.7893280488982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.149905439670117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007002268272669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.170396682691769,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002590839260888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.130356851882027,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.130356851882027,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.024768,Mm²,,,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000397443242909,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000397443242909,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,7.94886485818755E-05,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000317954594328,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000331467664586,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,6.59755783229567E-05,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,72.9661056990782,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.3773704714902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,83.91102155394,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5696270744514,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.3970994521345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.011518749245718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000975298711838,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.012945494020671,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00036086052338,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.014,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.97588398240183,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.97588398240183,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.13778,Mm²,,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003908060901149,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003908060901149,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00078161218023,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.003126448720919,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003259322791558,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000648738109591,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,296.699899639582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.2141765071048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,341.20488458552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3192453076288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.21008565931645,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.059408245746254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.38703231610003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021981050926114,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.02656020857096,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.02656020857096,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.195048,Mm²,,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00121758662009,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00121758662009,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000243517324018,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000974069296072,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001015467241155,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000202119378935,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,296.699899639582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.6477512118917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,341.20488458552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.7396679483999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.312440149741542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009878742578377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.358127196370091,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003655134754,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.798435717777416,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.798435717777416,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.151704,Mm²,,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000738613263885,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000738613263885,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000147722652777,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000590890611108,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00061600346208,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000122609801805,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,304.139094783074,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.1542287240106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,349.759959000535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.9270646278839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.248948724468612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007760301114347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.285374051935707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002871311412309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.17321166693824,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.17321166693824,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.222912,Mm²,,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000973632963629,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000973632963629,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000194726592726,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000778906370903,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000812009891667,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000161623071962,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,311.578289926565,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,45.2714924207494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,358.31503341555,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.7504521956773,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.374529957917425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010091558918494,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.429362050653402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003733876799843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.993970995600456,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.993970995600456,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.188856,Mm²,,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00061196041648,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00061196041648,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000122392083296,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000489568333184,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000510374987344,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000101585429136,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,296.699899639582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.3887561174882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,341.20488458552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5738397634706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.302521414829112,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007438802925324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.346758079025009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00275235708237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.40133615773179,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.40133615773179,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.266256,Mm²,,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001353814320449,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001353814320449,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00027076286409,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001083051456359,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001129081143254,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000224733177195,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,325.254010332017,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.5092944127616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,374.042111881819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.4684389327218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.46651950899967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011850866693164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.534888039768499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004384820676471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.260713703764054,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.260713703764054,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.049536,Mm²,,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000288131514317,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000288131514317,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,5.76263028634844E-05,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000230505211454,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000240301682941,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.78298313766921E-05,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,320.28214824445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.0423130808677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,368.324470481118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.185655839921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.65648114832919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.085498094676299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002033072020774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.098023386444047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000752236647686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,40.0195535277823,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,40.0195535277823,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,7.986132,Mm²,,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009359864698992,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.009359864698992,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001871972939798,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.007487891759193,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.007806127158959,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001553737540033,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,170.605541957403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.2141765071048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.196373251013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3192453076288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.05315542211654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.416989305857038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.07728906489163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.154286043167104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.23056868176634,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.23056868176634,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.376172,Mm²,,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001373995833558,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.001373995833558,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000274799166712,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001099196666846,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001145912525187,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000228083308371,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,170.605541957403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,54.1722081261213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.196373251013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.0437170066649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.921849711115395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.074550276001341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.05570431182012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027583602120496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.72152517516702,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,6.72152517516702,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.659456,Mm²,,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002110656184805,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.002110656184805,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000422131236961,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001688524947844,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001760287258127,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000350368926678,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.665646725597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,56.1302397451377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.565493734436,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.7681887057009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.929605994928803,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.093145663126507,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.06336331758069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034463895356808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,12.5549942968877,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,12.5549942968877,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.767824,Mm²,,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003659753963581,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.003659753963581,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000731950792716,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002927803170865,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.003052234805627,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000607519157954,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.7257514937906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.0463029831706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.934614217859,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.2171321037731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.26005615075262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.166197598508091,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.43844834121856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.061493111447994,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,16.2131334528271,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,16.2131334528271,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.462876,Mm²,,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004165240218784,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.004165240218784,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000833048043757,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.003332192175027,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.003473810342466,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000691429876318,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.4892392053278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.4481551024974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,71.862625086127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.105817387924,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.10454287891671,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.216250217548716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.25651483510695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.080012580493025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,17.3211666938243,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,17.3211666938243,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.673404,Mm²,,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003417053609262,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.003417053609262,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000683410721852,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002733642887409,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002849822710124,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000567230899137,1e6 dimensionless,Own calculations,,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.5502687756097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,57.3311658048011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.9328090919511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.2125313477764,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.63718941690171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.52750966365716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.21060053379202,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.74198970856951,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Netherlands,nl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.077922197503047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,961.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,13.98,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,5.22,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,11.6733,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.60114,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.70556,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,11.78,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,151.11,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,101.545042,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.360296,Mm²,,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.19813516466365,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.820762915561105,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.83544286249415,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.094519812080537,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.268172490088965,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,2.17780693056799,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.160731129319025,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.309421236966768,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-value),Walls,,0,1.71609754483489,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-value),Windows,,0,4.85552246707696,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-value),Roof,,0,0.807921381774866,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-value),Floor,,0,2.0100516180266,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.55959234994375,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.44040765005625,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.55959234994375,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ROOF,construction material,,insulation,0,0.55959234994375,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.44040765005625,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,250.161867586689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.7708232972739,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.1497945244864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,291.563656672286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.5171051028784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9754786826118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,30.2608528014839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.041857427847989,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,35.1942083461904,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004784304003025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,175.9,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,118.20888,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.538784,Mm²,,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.55874512252224,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.955411268924614,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.13655217730607,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.110026040268456,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.312166904947713,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.56065020812522,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.186832363636776,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.33048058535128,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-value),Walls,,0,1.4937535531552,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-value),Windows,,0,3.72836839113133,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-value),Roof,,0,0.695963615690733,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-value),Floor,,0,1.64119670267197,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.62166003411029,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.37833996588971,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.62166003411029,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.62166003411029,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.37833996588971,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,195.374847796596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.9024532763825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.7218250421929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,227.709385106932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.56085040949052,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.4832709810261,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,28.6749109631278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.061401256662445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,33.3346787445416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007018163636517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,121.72,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,81.789084,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.28484,Mm²,,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.77061089433432,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.661129389729983,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.47846009676916,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.076136268456376,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.216014529108787,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.78722022302234,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.129184970544703,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.211848027927241,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-value),Walls,,0,1.14173102201775,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-value),Windows,,0,3.16434850476503,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-value),Roof,,0,0.503740962865593,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-value),Floor,,0,1.32687972395662,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.586181399934275,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.413818600065725,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.586181399934275,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,other,,0,0.413818600065725,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.413818600065725,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.586181399934275,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.586181399934275,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.413818600065725,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.586181399934275,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.586181399934275,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.413818600065725,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.05730364771607,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.081644074654,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.577141820491,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.9664575414505,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.92715616901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.18076731008213,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.7646228184222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,15.6752629020254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.04699577489664,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,18.2095981712466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005371617070686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,115.565,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,77.651693,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.240524,Mm²,,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.68107663493054,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.627698142656469,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.403698990167,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.072286295302013,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.205091349461526,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.69628025452465,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.12259713603885,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.200844784705861,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-value),Walls,,0,0.852430234067408,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-value),Windows,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-value),Roof,,0,0.642222991390127,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-value),Floor,,0,1.17077185999221,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.953402846882707,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,wood,,0,0.046597153117293,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.59784536840739,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.40215463159261,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.59784536840739,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.59784536840739,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.40215463159261,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.046597153117293,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,133.605966560635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.9524971072669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.8860320734157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.71775402642,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.10937041936061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.6721254876354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.059638794899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.044599935521495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,16.3297614122877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005097772630107,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,115.295,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,77.470199,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.23858,Mm²,,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.67714905572031,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.626231621663805,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.40041946152646,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.072117409395973,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.204612184797877,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,1.68219709993985,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.122011049574181,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.205858565052382,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-value),Walls,,0,0.253491478381543,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-value),Windows,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-value),Roof,,0,0.437065787761828,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-value),Floor,,0,0.796171126241381,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.350362114575654,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,wood,,0,0.04059152608526,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,other,,0,0.609046359339087,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.350362114575654,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,other,,0,0.649637885424346,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.609046359339087,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.390953640660913,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.609046359339087,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.609046359339087,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.390953640660913,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.04059152608526,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.731968587698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.3298508614051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.808798931007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.044109388962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.0382019534586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.5832996505512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.1754655029012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.043758846679919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.299527153351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005001636175515,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,168.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,113.476592,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.574856,Mm²,,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.45633713126268,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.917173091930701,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.05104150460434,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.105622496644295,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.299673130014047,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.51406621261059,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.183412665693847,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.324146586174097,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-value),Walls,,0,0.214975127324411,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-value),Windows,,0,1.35012436337795,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-value),Roof,,0,0.431280350586284,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-value),Floor,,0,0.554962690986616,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.406194480634845,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.406194480634845,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.593805519365155,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.499585455406846,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.500414544593154,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.499585455406846,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.499585455406846,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.500414544593154,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.500414544593154,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.499585455406846,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.1016523825202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.3215292464417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5635544372953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.344475851827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.80865079286829,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.4513439583333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,15.9500634322188,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.052476610262934,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,18.5051192304958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005998076553053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,112.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,75.65862,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.083024,Mm²,,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.63794599656626,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.611593569533323,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.36768490713282,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.070431677852349,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.199829411581083,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.35130976880919,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.113970954198978,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.412329725080422,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-value),Walls,,0,0.186672291296625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-value),Windows,,0,1.27730905861457,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-value),Roof,,0,0.331203374777975,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-value),Floor,,0,0.446358792184725,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,cavity wall,,0,0.667229129662522,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.667229129662522,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.332770870337478,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.408969804618117,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.591030195381883,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.408969804618117,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.408969804618117,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.591030195381883,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.591030195381883,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,0.408969804618117,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,83.8954472331639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.5140385969978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,33.1883680367793,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.7801437502526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.71635461163684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.1699420790999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.0844240028854,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035213484137475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.6958462176524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004024901236913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,9.16,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.6486,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.39388,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.11752,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,7.69,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,84.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,56.830832,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.744984,Mm²,,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.92556002821877,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.61,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.60784262356268,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.082799081213407,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.23491832344269,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.6165454822055,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.11688149371288,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.192133052300395,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-value),Walls,,0,1.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-value),Windows,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-value),Roof,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-value),Floor,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,312.35,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.3718557648262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.1130929538766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,364.043925,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.70010311391964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.4829682062534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,20.2129135153798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024116514595103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.5202389338164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00275651761822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,109.35,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,73.49467,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.923472,Mm²,,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.47828856641105,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.76,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.06937095295322,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.106566408355675,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.302351205102148,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.08057195149574,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.150432115981151,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.247284498934159,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-value),Walls,,0,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-value),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-value),Floor,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,253.765477796864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.3257686336899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.1130929538766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,295.763664372245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.83783535483075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.4829682062534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.8339267625793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.039086662211691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,25.3984154843827,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004467605490796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,71.35,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,47.95107,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.649872,Mm²,,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.61293440549957,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.56,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.34680022859214,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.069356179436482,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.196777997470948,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.35409012863446,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.097905118413824,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.160939158451282,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-value),Walls,,0,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-value),Roof,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-value),Floor,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,194.034914312613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.6904265424527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.1130929538766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.14769263135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.42231575380235,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.4829682062534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.3814009409072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025143824877997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.2330336212205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002873939183555,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,69.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,46.431898,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.6336,Mm²,,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.5595244673696,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.54,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.30220293025362,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.067059552096893,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.190261985019092,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.30925143603409,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.094663135169335,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.15560989616618,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-value),Walls,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-value),Windows,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-value),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-value),Floor,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,176.003974003332,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.0845361939132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.1130929538766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,205.132631700884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.35306248696428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.4829682062534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.1836221607007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024130362132463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.8380357049771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002758100391741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,70.22,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,47.191484,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.641736,Mm²,,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.57235522954179,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.55,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.31291661666739,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.067611274870297,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.191827338004098,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,1.32002311301052,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.095441962433187,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.156890154098083,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-value),Walls,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-value),Windows,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-value),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-value),Floor,,0,0.89,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,157.973033694052,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.4786458453737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.1130929538766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.117570770418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.28380922012621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.4829682062534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.49930327922553,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024051396270227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.0399554225742,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002749074593687,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,84.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,56.696392,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.743544,Mm²,,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.06658622113613,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.69,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.72559949464867,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.088863207508854,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.252123518978608,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.73493974241669,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.125441783622963,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.206204695096481,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.245,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-value),Windows,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-value),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-value),Floor,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,121.911153075491,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.2668651482946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.1130929538766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.087448909485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.14530268645007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.4829682062534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.3679030455291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026966009979824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.8804688995317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003082214940694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,46.05,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,30.94441,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.467712,Mm²,,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.903106000261926,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.38,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.754093510218708,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.038833558011263,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.110178932031955,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.758175233844346,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.054818534215899,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.090112232201681,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-value),Walls,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-value),Windows,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-value),Roof,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-value),Floor,,0,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,121.893269673251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.6090413413088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.1130929538766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.066605804174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.0701134253116,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,33.4829682062534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.11257324353565,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016654775943826,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.9380579832107,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001903640890379,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.01679952213574,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.722487276943889,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.68402760098334,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.086722379451837,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.246049541700561,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,4.09,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,11.97,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,8.035834,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.086184,Mm²,,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.272575136444876,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.227600238931471,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01172073086713,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.033254166646275,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.18,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.016545310782204,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.076029825662672,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-value),Walls,,0,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-value),Windows,,0,5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-value),Roof,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-value),Floor,,0,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,171.144159444397,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.736513673589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,199.468517832444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.28458351289123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.80630539654685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002476627694445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.09861124182115,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000283078545475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.54999999999999,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.37591,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.02556,Mm²,,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.080456556111195,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.067181224352848,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003459631912781,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009815699845566,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.00488371295595,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035572843155246,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-value),Walls,,1,1.425,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-value),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-value),Floor,,0,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99.4317164588136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.9206420919863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,115.887665532747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.10572939111404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.36407027153993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000918131611871,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.422355327763629,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000104942443237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.975,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.678195,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.186372,Mm²,,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.157676488834751,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.131659868177017,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006780089019894,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01923653163784,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.13,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.009570962872269,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018105525962482,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-value),Walls,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-value),Roof,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-value),Floor,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,73.3219491872546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.5836364619053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.4567317777453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.83860964759577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.594172262857137,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006259049494678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.688639940903595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000715409357242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.385,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.609397,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.174924,Mm²,,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.12155216756094,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.101496059913385,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00522674320512,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014829364442435,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.007378216570949,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014173950989991,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-value),Walls,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-value),Windows,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-value),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-value),Floor,,0,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.5768469432928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.7829956441923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.2573151124077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.74709640213118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.448644550709775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005734532730065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.519909091609561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000655457091046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.68,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.135496,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.169848,Mm²,,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.104793826178518,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.087502844859063,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004506134525676,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.012784846793779,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.006360985249036,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018432840929482,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-value),Walls,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-value),Windows,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-value),Roof,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-value),Floor,,0,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.8317446993309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.9823548264794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.0578984470702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.65558315666659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.381205004339212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005432139002568,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.441699242418866,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000620893487994,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,15.91,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,10.684302,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.201312,Mm²,,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.389750910126551,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.32544200995567,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.016759289135442,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.047549611035439,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.023657880244682,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.066093029881869,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.185,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-value),Windows,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-value),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-value),Floor,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.3415402114072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.3810731910535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.6590651163951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.47255666573741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.23896788271435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006116074606237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.43519452988834,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000699067327493,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,37.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,25.176934,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.269784,Mm²,,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.734839996304329,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.28,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.613591396914115,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.031598119841086,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.089650479549128,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.39,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.044604787775673,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.300235208528656,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-value),Walls,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-value),Windows,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-value),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-value),Floor,,0,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.6024386175969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.3724176146458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.1356422088091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.47156733335401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.79948376558119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00819399231375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.24202017184277,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000936573321462,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,340.13,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.80320047786426,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,2.37593360995851,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,54.58,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,36.678276,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.529128,Mm²,,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.449824132190137,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.375603150378764,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019342437684176,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.054878544127197,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.381261448362494,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.027304324823941,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.041258359003701,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-value),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-value),Windows,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-value),Roof,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-value),Floor,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,171.144159444397,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.736513673589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,199.468517832444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.28458351289123,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.24260568512278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015205294007079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.57649079828441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001737965105009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,42.3382,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.589752,Mm²,,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.519218034591034,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.433547058883513,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022326375487415,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.063344600220106,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.440078256629483,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.031516534699676,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.047623243261875,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-value),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-value),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-value),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,99.4317164588136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.9206420919863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,115.887665532747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.10572939111404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.47828274610361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021184270515033,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.51550328871952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002421362119868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,43.395,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,29.159719,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.448596,Mm²,,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.357642327159967,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.298631343178572,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015378620067879,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.043632363913516,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.303130094387879,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.02170888925861,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.032803343513478,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-value),Walls,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-value),Roof,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-value),Floor,,0,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,73.3219491872546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.5836364619053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.4567317777453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.83860964759577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.70062757773981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015065484982265,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.28901770765498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001721984933473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,41.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,27.610298,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.432,Mm²,,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.338645540338819,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.282769026182914,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014561758234569,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.041314755921336,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.287028818490562,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.020555784298566,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.03106093754969,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-value),Walls,,1,0.74,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-value),Windows,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-value),Roof,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-value),Floor,,0,0.83,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.5768469432928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.7829956441923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.2573151124077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.74709640213118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.42822878930247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014162254118291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.97281510632724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001618745645721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,40.395,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,27.143119,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.426996,Mm²,,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.332917658846108,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.2779862451365,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014315459330383,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.040615954379225,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.282173986929332,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.020208101891959,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.030535570024817,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-value),Walls,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-value),Windows,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-value),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-value),Floor,,0,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.8317446993309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.9823548264794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.0578984470702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.65558315666659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.29572036371936,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013656337581487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.81876193313626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001560919385564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,68.59,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,46.095798,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.63,Mm²,,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.565288333215857,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.472015758235241,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024307398328282,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.068965176652335,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.479126470193908,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.034313001826203,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.051848861195747,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.185,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-value),Windows,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-value),Roof,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-value),Floor,,0,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,62.3415402114072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.3810731910535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.6590651163951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.47255666573741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.34349228533602,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019140076110364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.18980519625171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002187710699415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,29.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,19.537176,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.345528,Mm²,,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.239664451522337,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.200119817021152,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010305571415461,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.029239063085725,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.203134534964847,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.014547632207406,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.021982284350085,1e6 dimensionless,Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-value),Walls,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-value),Windows,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-value),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-value),Floor,,0,0.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.6024386175969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,30.3724176146458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,36.0082991797947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,67.1356422088091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.47156733335401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.4131448866819,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.17251032144962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010494520713553,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.51593511101124,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001199523717559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.881,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,110.315448594532,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,110.315448594532,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,21.2454292,Mm²,,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.811830316762837,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.253298944636081,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.381245229992899,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.427127050253876,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.73884207871939,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.072988238043447,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-value),Walls,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-value),Windows,,0,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-value),Roof,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-value),Floor,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,93.0593262002602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.8901790203787,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.52538450766293,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,239.162468334669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.1782680277439,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.7880767614944,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.5444702405231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.51360142095278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,28.5911983685693,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.566168539962057,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,109.790142472083,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,109.790142472083,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,21.14452,Mm²,,,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.745675990152739,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.252092771900327,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.348281625980214,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.393791350272974,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.680017889953284,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.065658100199456,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-value),Walls,,0,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-value),Windows,,0,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-value),Roof,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-value),Floor,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.4613558994114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,77.5505372340919,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.42678586937734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.525684661487,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.4692041489549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.64017880406602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.12407832954405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.639768885557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,18.0237935389357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.623112176511661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,42.8475163650366,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,42.8475163650366,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,9.33324,Mm²,,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.284185734525296,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.098383597345757,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.133132611170558,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.149537948635391,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.258893031599729,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.025292702925567,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-9.36750677027476E-17,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-value),Walls,,0,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-value),Windows,,0,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-value),Roof,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-value),Floor,,0,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.4345713103424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.2968595653622,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.51357704579398,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.32684826758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.7528066348376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.77036556869097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.39723920228305,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.730763381569821,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.04566517891068,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.277690084996532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,48.6234116288025,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,48.6234116288025,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,10.31724,Mm²,,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.31930300725225,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.111645821207238,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.14973415764386,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.167908339590265,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.290748265319889,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.028554741932361,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.5102810375397E-17,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-value),Walls,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-value),Windows,,0,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-value),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-value),Floor,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.8433431071351,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.3853616956428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.52396693158977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.377391785337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.6464374443443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.78595039738466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.74077091842125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.777768869100753,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.91246670547678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.295552170258286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,38.1882941855988,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,38.1882941855988,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,8.53948,Mm²,,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.255091505939374,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.087685403430829,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.119448886597132,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.13422071951614,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.232466971289321,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.022624534650053,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.77555756156289E-17,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-value),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-value),Windows,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-value),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-value),Floor,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.1880653940494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.6824052794135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.49596740581149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.833328062707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.6193140061771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.74395110871723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.20285481437281,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.620669946235446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.55934796373738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.23585457956947,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,17.0581440123219,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,17.0581440123219,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,4.93968,Mm²,,,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.112292569327702,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.039167767804242,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.051987947000819,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.059483586347967,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.102812307366836,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.009480261960866,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-value),Walls,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-value),Windows,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-value),Roof,,0,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-value),Floor,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,58.8735955343531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.6326613263563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.51293875237915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.305140523287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.6404113040154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.76940812856873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.04714034228041,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.398299544500576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.64528398354918,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.151353826910219,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,16.8656141701964,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,16.8656141701964,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,4.50016,Mm²,,,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.117780316892512,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.038725693675526,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.055072058147612,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.061921929703005,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.107456584563841,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.010323732328671,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-value),Walls,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-value),Windows,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-value),Roof,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-value),Floor,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.0657621073906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.6743758293258,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.47552362407245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.519008615994,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.9562628151438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.71328543610867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.970469124003882,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.295545199132099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.44943183653527,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.112307175670198,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.478,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,23.9510858683096,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,23.9510858683096,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,4.49852,Mm²,,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.348406618218582,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.171761392556032,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.170161792337955,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.178244825880626,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.312346533232959,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.036060084985623,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-value),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-value),Windows,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-value),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-value),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,105.388303684426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.7573533628805,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67100700493709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,270.847940468974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.4877942778946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.00651050740563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.58813782919127,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.173347769249985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.37306255662236,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.079672152314995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,18.1266846361186,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,18.1266846361186,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.49484,Mm²,,,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.26368144343472,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.129992628002027,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.128782016973517,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.134899426461203,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.236390414039227,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.027291029395494,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-value),Walls,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-value),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-value),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.6756361198088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.9043386274789,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.19261769062,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,186.776384827909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.403648678442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.28892653592999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.35711322607853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.132469598808858,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.44525395935799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.050338447547366,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.94070080862534,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,6.94070080862534,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.58916,Mm²,,,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.100963526668313,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.049774128937579,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.049310586424804,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.051652940243509,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.090513801658143,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.01044972501017,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-value),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-value),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-value),Floor,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,59.987609386303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.5625250400662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.19261769062,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.168156122799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8937595152251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.28892653592999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.431574352353306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.058103702292672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.09286250093322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022079406871215,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.12475933769734,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.12475933769734,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.79088,Mm²,,,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.118187540233088,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.058265415843713,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.05772279464984,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.060464745583248,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.105955129818963,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.012232410414125,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-value),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-value),Windows,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-value),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-value),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,60.1386573236066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.2207114526534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.19261769062,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.556349321669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3838703520083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.28892653592999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.506426608702419,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.063076067726328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.28245487893544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023968905736005,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,6.00693107431652,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,6.00693107431652,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.43008,Mm²,,,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.087380361499344,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.043077748206726,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04267656855628,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044703792943065,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.078336494084162,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.009043867415182,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-value),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-value),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-value),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-value),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,60.2897052609102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.1580408915531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.19261769062,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.944542520539,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.2200555387902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.28892653592999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.375327007333027,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.045988571118192,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.950497542272207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017475657024913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.20331151328456,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.20331151328456,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.61172,Mm²,,,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017504078825991,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.008629356611924,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008548992098614,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008955086727377,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.015692406667501,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00181167215849,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-value),Windows,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-value),Roof,,1,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-value),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.5918011355175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.2638172113133,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.19261769062,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.72092891828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.1202505402991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.28892653592999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.075549214028371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017901262264505,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.191338389793765,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006802479660512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.30073161340008,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.30073161340008,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.847016,Mm²,,,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.033467798715294,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.016499329841999,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01634567289255,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017122125822744,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.030003881548261,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003463917167033,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-value),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-value),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-value),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-value),Floor,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,56.7336052512474,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.9428800462987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.19261769062,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.805365495706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.9982944175935,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.28892653592999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.135573423980615,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024515082485296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.343025951054688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009315731344412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.306,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,30.2175587216019,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,30.2175587216019,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,5.55468,Mm²,,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.439562427478273,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.085153723404255,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.195605280227831,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.243957147250441,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.406595245417402,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.032967182060871,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-value),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-value),Windows,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-value),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-value),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,120.924662949943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.648641822644,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.14939631925418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,310.776383781354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.4664838926047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.72409447888126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.74921517179448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.376875917759404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.53365422852212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.147012848748574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,31.4593762033115,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,31.4593762033115,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.76624,Mm²,,,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.457626636826695,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.088653191489362,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.203643853387879,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.253982783438816,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.423304639064693,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.034321997762002,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-value),Walls,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-value),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-value),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.0060900096364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.060802278305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.14939631925418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.765651324765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.0831048657559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.72409447888126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.45872284677334,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.502013480529253,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.21290420953328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.190765122601116,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,11.7635733538699,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,11.7635733538699,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.4108,Mm²,,,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.171119874602883,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.03315,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.076148344198283,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0949715304046,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.158285884007667,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.012833990595216,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-value),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-value),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-value),Floor,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.7705875573567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.931410301088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.14939631925418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.030410022407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.4139359144134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.72409447888126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.810745285880039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.211985043953863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.04397385926621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.080554316702468,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,12.8898729303042,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,12.8898729303042,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.60268,Mm²,,,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.18750369238401,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.036323936170213,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.083439143110884,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.104064549273125,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.173440915455209,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.014062776928801,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-value),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-value),Windows,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-value),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-value),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.2594886536354,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,94.965923125175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.14939631925418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.856885839843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.0870507875665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.72409447888126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.907561580464951,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.247165908799431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.28899627114721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.093923045343784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,10.7720446669234,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,10.7720446669234,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.24188,Mm²,,,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.156696513650267,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.03035585106383,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.069729948574369,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.086966565075898,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.144944275126497,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.01175223852377,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-value),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-value),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-value),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-value),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,68.7483897499141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,102.000435949262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.14939631925418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.683361657279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.7601656607196,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.72409447888126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.774486162989982,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.228672737345932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.95412922041166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.086895640191454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.09356950327301,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.09356950327301,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.44484,Mm²,,,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.088640655174816,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.017171808510638,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039445091552793,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.049195563622023,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.081992606036705,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006648049138111,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-value),Windows,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-value),Roof,,1,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-value),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,71.7261919424716,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.020440308755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.14939631925418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.336313292152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.1477673173268,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.72409447888126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.456259601171279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.148848052975701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.15205273506993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.056562260130767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,5.39083557951482,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,5.39083557951482,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.863552,Mm²,,,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.078418273140437,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.015191489361702,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.034896131547495,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043522141592943,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.072536902654905,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005881370485533,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-value),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-value),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-value),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-value),Floor,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.7557890190616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4828749950552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.14939631925418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.132377778988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.583492498121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.72409447888126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.382238195893886,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.23046689765784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.96418583427423,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.087577421109979,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.055,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,30.6924335772045,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,30.6924335772045,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,5.6355812,Mm²,,,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014336801476209,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.014336801476209,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010878764960148,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.011956892431158,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.002379909045051,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-value),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-value),Windows,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-value),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-value),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,61.4549322058241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4828749950552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.15610750959963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,157.939175768968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.583492498121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.73416126439945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.92168517766535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.453567777244083,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.90076329094721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.172355755352752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,31.9792067770504,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,31.9792067770504,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.8548,Mm²,,,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014937868571938,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.014937868571938,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011334854672386,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.012458182388996,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002479686182942,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-value),Walls,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-value),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-value),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,47.7311481879504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.7263337446102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.15610750959963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,122.669050843033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.3360068229519,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.73416126439945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.56337565871449,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.513620138807944,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.97831604371283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.195175652747019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,13.4482094724682,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,13.4482094724682,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.6978,Mm²,,,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006281818902769,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.006281818902769,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004766644183421,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.005239036964909,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00104278193786,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-value),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-value),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-value),Floor,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,41.5166044817435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,88.6035970820563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.15610750959963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.697673518081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.6693668911814,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.73416126439945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.573871569617889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.239034784207972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.45821402763886,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.090833217999029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,14.7381594147093,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,14.7381594147093,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.91756,Mm²,,,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006884369892726,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.006884369892726,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005223859874601,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.005741564490534,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001142805402193,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-value),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-value),Windows,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-value),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-value),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,43.5233842202061,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,76.6421114759787,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.15610750959963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,111.85509744593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.1240023608719,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.73416126439945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.658493471682063,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.223607958757856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.67409660267149,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.084971024327986,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,12.6203311513285,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,12.6203311513285,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.55676,Mm²,,,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005895107073393,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005895107073393,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00447320724729,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.004916519299209,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000978587774183,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-value),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-value),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-value),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-value),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,45.5301639586688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.6806258699011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.15610750959963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.012521373779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.5786378305624,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.73416126439945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.589196206150365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.165372836999128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.49862245801552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.062841678059669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.28725452445129,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.28725452445129,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.6482,Mm²,,,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003403963428343,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003403963428343,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002582927449427,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002838905499238,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000565057929105,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-value),Windows,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-value),Roof,,1,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-value),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,49.5437234355941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.7359134916873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.15610750959963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.327369229477,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.0196471268412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.73416126439945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.369462572444279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.121531532616999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.940504222024108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.04618198239446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,6.97920677705044,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,6.97920677705044,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.448312,Mm²,,,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003260070654622,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003260070654622,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002473741612727,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002718898925955,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000541171728667,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-value),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-value),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-value),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-value),Floor,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,45.6510023085117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.8626961497382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.15610750959963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.323075932875,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.4078245369005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.73416126439945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.326676498056707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.230563437485496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.830925076704121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.087614106244489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.017,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.00115517905275,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.00115517905275,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.57728,Mm²,,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001955752212389,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001955752212389,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001025205309735,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000930546902655,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001631097345133,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000324654867257,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-value),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-value),Windows,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-value),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-value),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,94.9444177337169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4828749950552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.25557126714253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,244.007153575652,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.583492498121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8833569007138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.102318048287345,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046461154077146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.255184954654814,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017655238549315,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.731613400077012,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.731613400077012,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.53136,Mm²,,,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001429203539823,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001429203539823,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000749188495575,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000680015044248,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001191955752212,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000237247787611,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-value),Walls,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-value),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-value),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,66.7200317346938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.8490737454014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.25557126714253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.470481558163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.4426480232525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8833569007138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.054121542434921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.039771803825357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.133412511771993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015113285453636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.56911821332307,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.56911821332307,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.26732,Mm²,,,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003065265486726,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003065265486726,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001606812168142,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001458453318584,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002556431415929,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000508834070796,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-value),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-value),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-value),Floor,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.758267141801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.5975644828554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.25557126714253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.298746554429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.727074503485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8833569007138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.09887616153887,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020208740937557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.241929946699925,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007679321556272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.69426261070466,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.69426261070466,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.28864,Mm²,,,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003309734513274,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003309734513274,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001734962831858,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001574771681416,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002760318584071,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000549415929204,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-value),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-value),Windows,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-value),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-value),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.518748269791,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.903844567327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.25557126714253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.683183053363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.4234609355843,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8833569007138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.106356182503853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019311125695913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.260182046899475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007338227764447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.50173276857913,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.50173276857913,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.25584,Mm²,,,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002933628318584,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002933628318584,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001537807964602,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001395820353982,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002446646017699,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000486982300885,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-value),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-value),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-value),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-value),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.2792293977809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.2101246517987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.25557126714253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.067619552297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.1198473676835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8833569007138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.09391055933508,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014892478290916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.229691493325661,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005659141750548,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.11667308432807,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.11667308432807,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.19024,Mm²,,,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002181415929204,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002181415929204,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001143498230089,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001037917699115,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001819300884956,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000362115044248,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-value),Windows,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-value),Roof,,1,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-value),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,54.8001916537608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.7774408565325,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.25557126714253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.836492550165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.9954275254823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8833569007138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.069296000181217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012513500348547,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.169421472240104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004755130132448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.08779360800924,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.08779360800924,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.400472,Mm²,,,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002125,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002125,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001113925,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001011075,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00177225,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00035275,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-value),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-value),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-value),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-value),Floor,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,53.8421161657206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,60.6923424001173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.25557126714253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.374238545902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.0630901120446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.8833569007138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.066461673853615,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02430558374566,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.162361458273658,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009236121823351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.023,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,11.900269541779,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,11.900269541779,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.434088,Mm²,,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006982122685526,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.006982122685526,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003339549280487,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003642573405039,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.005823090319729,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001159032365797,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-value),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-value),Windows,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-value),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-value),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.718757574253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4828749950552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.62778563357127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,276.837206965831,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.583492498121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.4416784503569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.32505387671845,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.195902400230964,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.35919482240558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.074442912087766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,12.4374278013092,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,12.4374278013092,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.5256,Mm²,,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007297284023378,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.007297284023378,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003490290948382,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003806993074996,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.006085934875497,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001211349147881,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-value),Walls,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-value),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-value),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.7767477651345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.0683887452036,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.62778563357127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.896241756396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.6659877231774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.4416784503569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.925401012236502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.197169522614886,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.33000185701891,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.074924418593657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.31266846361186,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.31266846361186,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.14144,Mm²,,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002530327587054,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002530327587054,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001210255684888,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001320071902166,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002110293207603,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000420034379451,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-value),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-value),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-value),Floor,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.5708423894447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.8490726326556,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.62778563357127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.957064940873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.9626476004091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.4416784503569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.263929393091174,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.090001485465819,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.661557922981045,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034200564477011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.361956103196,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.361956103196,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.3202,Mm²,,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003145965325868,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003145965325868,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001504715215363,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001641250110505,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002623735081774,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000522230244094,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-value),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-value),Windows,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-value),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-value),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.9592513710827,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,69.7814292799002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.62778563357127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.955276023682,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.5169431263621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.4416784503569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.330226988944862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.092125442935324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.827869692356949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035007668315423,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.41740469772815,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.41740469772815,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.98892,Mm²,,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002005058690634,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002005058690634,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00095901957173,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001046039118904,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001672218947989,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000332839742645,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-value),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-value),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-value),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-value),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,58.3476603527206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.7137859271448,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.62778563357127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.953487106492,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.071238652315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.4416784503569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.211795180257351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.060041077179072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.531048168778218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022815609328047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.924143242202541,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.924143242202541,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.56416,Mm²,,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000542213054369,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000542213054369,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000259340503905,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000282872550464,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000452205687343,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.00073670251953E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-value),Windows,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-value),Roof,,1,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-value),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,59.1244783159964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.6065780976737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.62778563357127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.949909272111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.070499677116,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.4416784503569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.057992080661903,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038705087099584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.145452372173247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.014707933097842,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.84713130535233,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.84713130535233,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.190784,Mm²,,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000497028633171,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000497028633171,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000237728795246,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000259299837925,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000414521880065,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.2506753106429E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-value),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-value),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-value),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-value),Floor,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,54.9123986929006,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.2616034095748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.62778563357127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.124864640755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.0394092956384,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.4416784503569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.04959122276405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.075330905154467,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.124161106969752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028625743958698,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,12.5529457065845,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,12.5529457065845,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.54528,Mm²,,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000586594691858,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000586594691858,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000234637876743,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000351956815115,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000489219973009,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,9.73747188484031E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-value),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-value),Windows,,1,4.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-value),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-value),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,65.684274450326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.4828749950552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67100700493709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.808585337338,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.583492498121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.00651050740563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.858060136866221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.204851452067414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.16933851541726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.077843551785617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,15.0558336542164,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,15.0558336542164,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.97168,Mm²,,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000703553756185,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000703553756185,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000281421502474,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000422132253711,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000586763832659,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000116789923527,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-value),Walls,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-value),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-value),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-value),Floor,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,48.1627137231037,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,83.5009828073698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67100700493709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,123.778174268376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.7303734668005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.00651050740563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.765344043306274,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.248138200589005,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.92390495754065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.094292516223822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.81324605313824,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.81324605313824,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.22672,Mm²,,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000224921277553,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000224921277553,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.99685110211426E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000134952766532,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000187584345479,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.73369320737742E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-value),Walls,,1,0.925,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-value),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-value),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-value),Floor,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,42.6710422882785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,86.5190906196844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67100700493709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.664578680876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.8772544354801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.00651050740563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.218242439801769,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.106134698844979,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.547126921391419,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.040331185561092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.81440123219099,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.81440123219099,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.39728,Mm²,,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000271704903284,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000271704903284,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000108681961314,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00016302294197,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000226601889339,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,4.51030139451192E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-value),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-value),Windows,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-value),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-value),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,37.1793708534532,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.5553062443135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67100700493709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.5509830933748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.1710163728391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.00651050740563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.231706086123101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.129325678309054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.578867213466225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.049143757757441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.86984982672314,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.86984982672314,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.066,Mm²,,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000180836707152,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000180836707152,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.23346828609987E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000108502024291,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000150817813765,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,3.00188933873144E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-value),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-value),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-value),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-value),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,38.1935498610634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,96.2575184940861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67100700493709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.1574231429329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,36.5778570277527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.00651050740563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.15813969830701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.102610514714696,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.395359080934117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.038991995591584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.433192144782441,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.433192144782441,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.48052,Mm²,,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.02429149797571E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.02429149797571E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.09716599190284E-06,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.21457489878543E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,1.68825910931174E-05,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.36032388663968E-06,1e6 dimensionless,Own calculations,,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-value),Walls,,1,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-value),Windows,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-value),Roof,,1,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-value),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,40.2219078762837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,88.3701967445707,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.67100700493709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.370303242049,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.5806747629369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.00651050740563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018580873793367,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.042463646939701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.046514792248031,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Poland,pl,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016136185837087,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,436.26,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.93,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,2.19,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.44157,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.73532,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.75311,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,4,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,63.55,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,35.00402,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.41505,Mm²,,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.863823178838307,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.319017329115665,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.647003560949892,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.10711407417595,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.109705543712465,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.672502345270031,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.125251925012319,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.204261129816199,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.568605035405193,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.340146372934697,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete + bricks,,0,0.091152698662471,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,FLOOR,construction material,wood,,0,0.342722265932337,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete + bricks,,0,0.157277734067663,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.657277734067663,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.342722265932337,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.238920754786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.7516736161463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.0879576210626,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.731430871039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2761165601883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.8429104166432,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.69025208307686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.093587229366674,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.91361543781615,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034477535298683,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,56.55,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,31.15122,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.18735,Mm²,,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.768673497455645,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.283877733461697,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.575736449594278,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0953155136845,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.097621534176867,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.606025155126681,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.113875044205534,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.191100154312057,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.323253757736516,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.518479221927498,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.158267020335986,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.323253757736516,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.676746242263484,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.346726381715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.6813655398772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.2775281106585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.362578836714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2502150648908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.0647078894705,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.40386473744404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.084609684913651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.93987846425939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031170207922189,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,69.86,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,38.477044,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.9194,Mm²,,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.949593820198964,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.350693164626599,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.711245771329024,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.117749633704672,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.120598415165268,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.760320533579347,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.141986366075845,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.233584028951566,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.025,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.627970226166619,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.036644718007444,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete + bricks,,0,0.335385055825938,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.627970226166619,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.372029773833381,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,0.627970226166619,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,0.372029773833381,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.974144931582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.0400091435679,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.3677795817588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.458533849091,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.3823393684904,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.1703021106578,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.39403868152251,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.113973402693732,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.27116353653752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.041987801552371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,71.96,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,39.632884,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.0349,Mm²,,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.978138724613762,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.361235043322789,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.732625904735708,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.121289201852107,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.124223618025948,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.790063939649086,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.145196674181969,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.226312779624696,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.679405225125069,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,0.624930516953863,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,0.375069483046137,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.4339729302995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.2532201912422,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.3825788452127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.998807248911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.8292863184536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.1876172488989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.26333798889707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.122164497958401,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.07632146906523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.045005401047875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,74.72,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,41.151988,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.1867,Mm²,,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.01565488470178,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.375090083894925,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.760725508641636,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.125941205703021,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.128988170357126,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.794625936715386,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.152569731285914,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.273362182286008,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.655112419700214,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,0.625401498929336,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,0.374598501070664,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,88.2652319429926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.1350021217284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.3802858014216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,122.441529751319,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3121347816447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.1849343876633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.21536203010271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.115151411261312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.99525066047414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.042421779908667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,67.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,37.23314,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.7951,Mm²,,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.91887406592399,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.339348095172603,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.688236675377069,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.113940384174575,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.116697006372347,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.712197567608097,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.134379505835084,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.228458973237491,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.88,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.709467455621302,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,0.689497041420118,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,0.310502958579882,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,66.2549319149003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.8264721269086,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.0682273928193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,91.9088415523497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.5668723315531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.8198260495986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.89213580516423,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.102933672241922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.16747500570932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037920764853924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,32.02,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,17.649908,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.78925,Mm²,,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.435241828267547,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.160738550405721,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.325996129372393,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.053969986705176,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.055275712189979,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.328050874887271,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.065934499006824,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.133490618160495,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.637726420986883,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,0.430668332292318,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,59.3133602584376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.7108839794215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.6532698752228,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.2794933505046,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.7874896580189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.5043257540107,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.74243737404081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027395565180759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.30089399856644,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010092526212592,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.5,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.6215,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.434,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.4445,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,2.36,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,43.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,18.5822607887193,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.80455,Mm²,,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.814991069313335,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.29,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.610428310915688,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.101058892594854,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.103503865802794,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.54953683530842,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.101873883664167,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.163580350340748,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,aluminium,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,0.6666,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,concrete,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,0.6666,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,flat roof,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,136.158568188536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.7516736161463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.5564988801122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.879165791137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2761165601883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0511036897313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.36798261126309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.069929332624017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.74746799301135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.025761966138688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,36.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,15.5972139149299,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.57685,Mm²,,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.727107453220657,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.28,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.544603482462272,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.090161324199362,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.092342646559024,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.490278168457358,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.090888431652582,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.145940853110718,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.794114867617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.9142238246307,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.5564988801122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.016796144358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.704400056994,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0511036897313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.52994631073838,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.062938743837869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.40631897817171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.023186633229871,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,43.87,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,18.7144557217014,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.9789,Mm²,,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.897236288867727,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.35,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.672029980361927,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.111257299819598,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.113949008686201,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.604993611922238,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.112154536108466,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.180088140837022,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.025,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.126719925516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.7516736161463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.5564988801122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,161.090985880676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2761165601883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0511036897313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.02336246585686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.076685686918992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.06985204129764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028251007060957,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,44.97,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,19.183534516154,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.0394,Mm²,,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.899711565675617,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.33,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.673883962691037,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.111564234143776,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.114263368840803,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.606662655712701,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.112463945709452,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.180584964253463,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.450585678207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.6892572969536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.5564988801122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.055452452809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.9899223881977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0511036897313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.93551054348393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.082981671331407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.94098854987663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030570447718491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,46.73,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,19.9340605872782,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.1362,Mm²,,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.969592497693858,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.45,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.726224780772699,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.120229469714038,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.12313824720712,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.653782369873573,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.121199062211732,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.194611065608553,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,90.3652751604302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.2640229906931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.5564988801122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.354709702549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.9912660697714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0511036897313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.71551672667558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.075331005912719,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.62273645353242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027751942578246,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,46.61,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,19.8828883551561,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.1296,Mm²,,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.893009178747231,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.32,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.668863874881676,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.110733138164657,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.113412165700898,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.602143331955275,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.111626147343404,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.179239699448551,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.88,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,73.2799646426531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.7516736161463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.5564988801122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,101.653966952288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2761165601883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0511036897313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.37455094726349,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.082525564132945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.14219641874946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030402417826577,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,18.23,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,7.78065545827845,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.5687,Mm²,,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.388563101337776,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.291033762901994,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.048181824565884,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.049347513869898,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.262002548330614,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.048570387667222,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.077990165339939,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,78.6858636736685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.7516736161463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.5564988801122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.153030088113,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2761165601883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.0511036897313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.97037908688067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022038076785502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.28773373960651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008118827487779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.3264500351721,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.124713752647326,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.993511076343903,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.16447980436134,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.168459154466857,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.64,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.61,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.11973657705121,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.08855,Mm²,,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.048832109524973,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.036575250034205,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006055181581097,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006201677909672,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.006104013690622,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.012728095834351,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,aluminium,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,0.6666,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete + bricks,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,101.444031199301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.7516736161463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.723160079671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2761165601883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.17692480228627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00343146069871,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.235213629832581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001264150121405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,7.54528550399008,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.97,Mm²,,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.041566044234988,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.031132967132006,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005154189485139,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005278887617844,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.005195755529374,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.016370288705615,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.7526031678786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.4265731991775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.245611114481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.419549566577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.63646585850867,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035333776003202,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.886461428954588,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01301696307958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,12.7905012783761,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.65,Mm²,,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.052357531331237,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039215790967097,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006492333885073,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006649406479067,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.006544691416405,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.015812839914833,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.025,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.0852082257779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.5267070884692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.319800850799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5616388913921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.04595155109082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.065219066695974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.46161794062265,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024026704170797,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,11.163477182924,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.44,Mm²,,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.078427158938146,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.058741942044671,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00972496770833,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009960249185145,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.009803394867268,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008623764070878,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.7460486889726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.5267070884692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.913318741343,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5616388913921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.896436354956206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.056918458207396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.24315340869044,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020968760003605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.22,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,15.3395056945843,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.98,Mm²,,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.046062387007926,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.034500727868936,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005711735988983,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005849923150007,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.005757798375991,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.037304588631935,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.7591576467846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.5891234076619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.57790348762,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8478330633826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.33379942938928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.074426464347171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.86962618744738,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027418709465498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.35,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.25916169520415,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.81,Mm²,,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.02586488717676,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019372800495393,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003207246009918,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003284840671448,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003233110897095,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.017631776279665,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.88,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,50.6552761054406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.5514058375629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.2689990134671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9919379105582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.345475870006865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026366638728426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.47998404090947,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009713469707552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,2.19,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.940633764623848,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0165,Mm²,,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.046678726929771,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.006,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.034962366470399,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005788162139292,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005928198320081,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005834840866221,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.03684388606355,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,33.7034445760836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.3690714284794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,46.7534183159432,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8195659142518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.085914523540119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00048458967857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.109124688689666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000178522837585,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,138.79,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.1035499648279,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.74238683127572,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,17.38,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,7.41818548074688,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.52195,Mm²,,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.138192221260241,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.103505973723921,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01713583543627,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.017550412100051,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.092965509961611,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.01727402765753,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.0279526836411,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,other,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,aluminium,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete + bricks,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,1,0.6666,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,1,0.3333,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete + bricks,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,101.444031199301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.7516736161463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.723160079671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2761165601883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.17433844342144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020226436043948,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.56092062290767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00745141903859,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,17.9,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,7.54528550399008,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.97,Mm²,,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.142326856188626,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.106602815285281,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01764853016739,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.018075510735956,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.095746986669323,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.017790857023578,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.028789012495725,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,2.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete + bricks,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,78.7526031678786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.4265731991775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.245611114481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.419549566577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.03167922630993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035333776003202,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.35676810313166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01301696307958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,23.43,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,12.7905012783761,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.65,Mm²,,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.186297108407794,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.139536534197438,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023100841442567,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.02365973276779,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.125326921657109,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.023287138550974,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.037683048199711,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,2.025,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,78.0852082257779,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.5267070884692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.319800850799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5616388913921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.56765319473486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.065219066695974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.08244654847056,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024026704170797,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,23.07,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,11.163477182924,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.44,Mm²,,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.183434668841989,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.13739256696265,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022745898936407,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.023296202942933,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.123401283936385,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.022929333605249,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.037104051300356,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,2.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,72.7460486889726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.5267070884692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.913318741343,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5616388913921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.37514198388689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.056918458207396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.81281645805735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020968760003605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,25.77,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,15.3395056945843,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.98,Mm²,,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.204902965585525,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.153472321223558,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.025407967732605,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.026022676629362,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.137843566841814,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.025612870698191,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.041446528045521,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,84.7591576467846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.5891234076619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,117.57790348762,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8478330633826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.92249486340064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.074426464347171,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.57017787478893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027418709465498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,19.64,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.25916169520415,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.81,Mm²,,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.156161980756682,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.116965323586755,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019364085613829,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019832571556099,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.105054235652822,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.019520247594585,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.031587497509275,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.88,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,aluminium,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,50.6552761054406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.5514058375629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.2689990134671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9919379105582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.802683491580867,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026366638728426,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.02406431103588,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009713469707552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,11.6,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.95338963353219,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.20405,Mm²,,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.092234163787043,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.015,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.069083388676495,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011437036309593,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011713738800955,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.062048326556657,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.01152927047338,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018656566757006,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete + bricks,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,33.7034445760836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.3690714284794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.4251433517177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,46.7534183159432,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8195659142518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7474177215098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.454112629886369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005992759024981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.576657943187901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002207732424803,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.609,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,33.094,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,33.094,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,11.734184,Mm²,,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.233372564093512,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.157775528417097,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.110793002778071,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.12136461521108,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.205351751438906,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.028020812654606,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.6827132776786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.5313776083442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.92609760724931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.761575368714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3503341934185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.81268061135566,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.8000439874258,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.931501634629791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.89619842740444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.196655277887064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,14.526,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,14.526,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.15652,Mm²,,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.077184626576433,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.069252653828088,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.035924886394189,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.040585295864875,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.067046581737165,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.010138044839268,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.38777878078145E-17,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.575,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.8673400034502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.8165368859246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.98489748548515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.806518406072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.4188112706072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.96967628624535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.18898560176427,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.437358168783008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.13207100410061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.074350888693111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,7.346,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,7.346,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.611928,Mm²,,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.051762953365336,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.035022029121653,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.024576691998183,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026915828486524,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.045548379093487,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.006214574271849,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.21430643318377E-17,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.7375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.6438656366038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.4595283665727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.92327637732607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.453203520423,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.1881198223174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.8051479274606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.628576225234329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.217990279007445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.12583584973615,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037058347431266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,19.386,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,19.386,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,6.878904,Mm²,,,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.152524578075778,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.092422686707374,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.071541687023849,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.08029206789253,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.133874213055831,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.018650365019947,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.818,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.7554162747713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.4049141525219,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.96792757717926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.3695326435975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.1788354059287,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.92436663106863,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.11902474391391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.573734397583439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.02184153133868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.097534847589185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,18.386,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,18.386,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,6.524504,Mm²,,,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.146992607311868,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.087655190230155,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.068899202860663,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.077435338975866,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.129022131522808,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.01797047578906,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,50.2203341933178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.4583484232544,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.93862333008918,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,88.3877881802393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8479192319533,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.8461242913381,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.97738059302536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.531475320120917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.76935671470242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.090350804420556,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,24.826,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,24.826,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,8.80684,Mm²,,,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.199312779104205,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.118357867543448,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.093629390554258,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.104927050022428,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.175156668963482,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.024156110140724,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,46.7021219668531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.3486892528161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.99518466256923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.1957346616615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8292771729787,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.99714304905983,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.23378533438204,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.716424890459271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.23912838204637,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.121792231378076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,10.176,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,10.176,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.61488,Mm²,,,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.07455415040103,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.048514044152184,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.034499236295707,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.039737164569941,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.065070793305362,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.009483357095668,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,35.5573137383788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.2679304228106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.24996950201811,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.5808721795466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7755481718778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.67741857038834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.394902914254279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.25039525632681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.725124366671338,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.042567193575558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,8.674,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,8.674,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,3.072648,Mm²,,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.117904048044744,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.025006126126126,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.057584337065053,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.060319710979691,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.105700979072113,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.012203068972631,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,94.6655075118908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.5313776083442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,166.611293220928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3503341934185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.844618189679239,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.241299280345524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.38790352937966,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.041020877658739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.956,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.956,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.340224,Mm²,,,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012994727914546,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002756036036036,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006346625113464,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006648102801082,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.011649773575391,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.001344954339156,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.575,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.6655075118908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.0341811757601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,166.611293220928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.4158107998792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.093089115671357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024847981256342,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.166192733927479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004224156813578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.926,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.926,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.683992,Mm²,,,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.026179755191858,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.005552432432432,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012786192435704,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013393562756155,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.023470150529501,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002709604662357,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.7375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.6655075118908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.7645229875177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,166.611293220928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.539968907878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.187541461070119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.050454343607278,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.334819252661428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008577238413237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,4.396,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,4.396,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.55936,Mm²,,,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.059753999908312,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.012673153153153,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029183853555219,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.030570146353092,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.053569460917801,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.00618453899051,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.818,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,58.5760178446011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,67.8633611485163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.093791406498,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.5367713952478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.269404737827706,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.10582341084055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.484985491255146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017989979842894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.196,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.196,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.48848,Mm²,,,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.057035437583093,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.012096576576577,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.027856107715583,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.02917932986751,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.051132269793243,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.00590316778985,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,56.4522901834105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.9621993095149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.3560307228026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.5335738826175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.248236764103311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.092229494428227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.447236993411113,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015679014052799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.326,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.243352,Mm²,,,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.085988126346674,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.018237117117117,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.041996600907716,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043991525438959,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.077088355269793,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.008899771076881,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.32856252222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.3856013716586,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.6182700391072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.58555223318195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.360813575678403,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.126492751608313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.650621184332174,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021503767773413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.276,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.276,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.453632,Mm²,,,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017344427634897,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003678558558559,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008471018456884,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008873409178013,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.015549279374685,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001795148260212,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,41.3085850960978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,55.7669733337279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.7031097691321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.48038546673374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.056165219295201,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025297683647326,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.101995258848002,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004300606220045,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.446,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,6.846,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.846,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.42764,Mm²,,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.093056388392243,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.087282488136756,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.041410092834548,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.051646295557695,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.080959057901252,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.012097330490992,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.993851281265,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.5313776083442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.19306733137426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.269178255027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3503341934185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.52548977476928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.726955644822131,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.190645913537121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.29933429733199,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.032409805301311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.806,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.806,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.350264,Mm²,,,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.051734241048916,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.048524269624378,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.023021737266768,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028712503782148,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.045008789712557,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.006725451336359,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.575,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,92.0281986515889,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,98.1642220104303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.19306733137426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,161.969629626796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6879177417731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.52548977476928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.362412138331158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.132547615068692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.648904424442359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022533094561678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.516,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.516,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.538688,Mm²,,,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.020606702425159,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.019328111600252,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009169982579196,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011436719845964,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.017927831109889,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002678871315271,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.7375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,81.0625460219124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,99.1458642305346,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.19306733137426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.670080998566,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.8547969191909,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.52548977476928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.127731509843583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.053408687310618,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.229212485292376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009079476842805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.996,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.996,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.1264,Mm²,,,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.081502498510063,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.076445486250072,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.036268611836978,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.045233886673085,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.070907173703755,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.010595324806308,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.818,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,59.1312407625594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,107.077533368977,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.19306733137426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.070983742104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.2031806727261,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.52548977476928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.373696551331226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.227689666955793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.675128455207175,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.038707243382485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.856,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.856,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.076784,Mm²,,,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.07959950488241,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.074660568292265,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.035421779672672,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044177725209737,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.069251569247696,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.010347935634713,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.9525895572481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,115.00920250742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.19306733137426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.4765576207566,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.5515644262614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.52548977476928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.346356966739772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.23884927162017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.6266039895482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.040604376175429,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.266,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.266,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.576488,Mm²,,,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.098765369275203,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.092637242010177,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.043950589327465,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.054814779947738,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.085925871269427,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.012839498005776,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,52.7739383519368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,116.159294532494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.19306733137426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.8821314994087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.747080070524,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.52548977476928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.406656263294938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.299283028451437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.736827776178177,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.050878114836744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,3.696,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.696,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.31128,Mm²,,,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.050239031770045,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.047121834086102,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.02235636913767,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.027882662632375,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.04370795763994,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006531074130106,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,37.2554577950022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,78.5313776083442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.19306733137426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.5696057192038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3503341934185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.52548977476928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.149497748867087,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.10297662483027,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.273855472945725,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017506026221146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.019,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,6.676,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.676,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.367392,Mm²,,,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00503708998491,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.00503708998491,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00382214388055,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.004200933047415,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000836156937495,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,54.6894574188929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.5313776083442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.17213864063106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.2534450572515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3503341934185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.12961017048493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.372932015293382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.185914555098973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.663481276700369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031605474366826,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.706,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.706,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.314824,Mm²,,,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002796203637519,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002796203637519,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002121759320149,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.002332033833691,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000464169803828,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.575,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.6894574188929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,85.5992015930952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.17213864063106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.2534450572515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5518642708262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.12961017048493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.207023074996596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.11254788463544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.368313602673991,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019133140388025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.486,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.486,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.528056,Mm²,,,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001121197680883,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001121197680883,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000850764800254,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000935078865857,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000186118815027,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.7375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,54.6894574188929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.4551936090261,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.17213864063106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.2534450572515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6973829135344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.12961017048493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.083010331744453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.045653183716408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.147683220068416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007761041231789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.796,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.796,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.34672,Mm²,,,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00286410928441,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00286410928441,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00217328612501,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002388667143198,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000475442141212,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.818,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,31.092483405665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,74.7837424718076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.17213864063106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,54.7227707939704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.7132362202073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.12961017048493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.12247650528774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.100712761661633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.219607638141072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017121169482478,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.616,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.616,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.282928,Mm²,,,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002728297990628,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002728297990628,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002070232515289,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002275400524184,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000452897466444,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,31.092483405665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.1122913345891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.17213864063106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,54.7227707939704,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.7290895268801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.12961017048493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.116668873319407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.080968525697302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.20919420956747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013764649368541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,4.156,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.156,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.474304,Mm²,,,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003135731871972,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003135731871972,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002379393344452,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.002615200381225,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000520531490747,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,25.6790599555715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.9480121214316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.17213864063106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,45.1951455218059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.2311620606434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.12961017048493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.111593581365818,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.106073242062675,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.200837684657161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018032451150655,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.746,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.746,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.6202,Mm²,,,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001317369549678,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001317369549678,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000999620014296,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001098686204432,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000218683345247,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,17.8504168123595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,65.2392148057467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.17213864063106,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,31.4167335897527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.0906665169769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.12961017048493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.033213381820922,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.040461361022524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.060317916205375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006878431373829,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.016,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.206,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.206,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.783224,Mm²,,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003934016941596,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003934016941596,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002062211680785,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001871805260811,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003280970129291,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000653046812305,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,109.656526296765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.5313776083442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.35618043430526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.995486282306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3503341934185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.6410017595951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.258130031048741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.061507659695918,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.469076092620434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010456302148306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.226,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.226,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.435912,Mm²,,,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002186357556844,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002186357556844,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001146088631297,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001040268925546,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001823422202407,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000362935354436,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.575,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,105.353548682588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.0341811757601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.35618043430526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,185.422245681355,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.4158107998792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.6410017595951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.138182127897311,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031836475984688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.251407541362605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005412200917397,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.486,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.486,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.173656,Mm²,,,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000866696388765,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000866696388765,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000454322246991,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000412374141774,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00072282478823,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000143871600535,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.7375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,101.050571068411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.7645229875177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.35618043430526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.849005080404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.539968907878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.6410017595951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.05268568123032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01280965200392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.09598014332424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002177640840666,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.296,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.296,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.46072,Mm²,,,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00231119037004,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00231119037004,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001211525991975,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001099664378065,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001927532768613,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000383657601427,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.818,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.4446158400576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,65.2816028439532,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.35618043430526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.702523878501,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.097872483472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.6410017595951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.129341831971574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030076540062266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.236317209226973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005113011810585,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.096,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.096,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.38984,Mm²,,,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001954525189478,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001954525189478,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001024562104325,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000929963085154,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001630074008025,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000324451181453,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,86.9340283793214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,56.7986827003886,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.35618043430526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.003889947606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.65577605906607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.6410017595951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.103342068859735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02214239846392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.189218801311092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003764207738866,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.536,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.536,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.545776,Mm²,,,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002739188586714,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002739188586714,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001435882657156,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001303305929559,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00228448328132,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000454705305395,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.4234409185852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.1825114514392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.35618043430526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.30525601671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.9110269467447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.6410017595951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.13636549839804,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035029274369921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.250285451944405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005954976642887,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.126,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.126,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.400472,Mm²,,,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002008024966563,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002008024966563,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001052606687472,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000955418279091,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001674692822113,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000333332144449,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,77.5091193469792,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,59.2184758557736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.35618043430526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.416050050683,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.0671408954815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.6410017595951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.095558327553726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023715341462913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.175720240338374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004031608048695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.026,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.016,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.016,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.424688,Mm²,,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00686856992501,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.00686856992501,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003285236995132,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003583332929878,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.005728387317458,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001140182607552,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,82.4506033168081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.5313776083442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67809021715263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,145.113061837582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3503341934185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.82050087979753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.345892833232386,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.111882711302077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.622213187872997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019020060921353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.236,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.236,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.793856,Mm²,,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003824233653467,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003824233653467,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001829130956453,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001995102697014,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.003189410866991,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000634822786475,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.575,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,77.8700142436521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.1754362800939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67809021715263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.051225068828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.949824167616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.82050087979753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.182341561574359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.06047232714357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.328405179221126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010280295614407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.896,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.896,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.31896,Mm²,,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001532429943429,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001532429943429,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000732961241942,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000799468701487,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001278046572819,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000254383370609,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.7375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,73.2894251704961,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.9371906428948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67809021715263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,128.989388300073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.0793224092921,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.82050087979753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.068962893787333,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.024539886327458,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.124373660705164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004171780675668,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.996,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.996,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.7088,Mm²,,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003413761347191,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003413761347191,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001632802052362,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00178095929483,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002847076963557,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000566684383634,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.818,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.1282470241841,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,68.0894137189619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67809021715263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,112.865714762564,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.5752003322235,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.82050087979753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.135341449133708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.048261776444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.244881686422154,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00820450199548,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.916,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.916,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.680448,Mm²,,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003276937245099,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.003276937245099,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001567359084331,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001709578160768,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.002732965662413,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000543971582686,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.8058907315601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.241636795029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67809021715263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.6183676875457,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.0710782551549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.82050087979753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.094811307497734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.040310853273904,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.17328087217503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006852845056564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.936,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.936,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.041936,Mm²,,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00502144454677,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00502144454677,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00240175692672,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00261968762005,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004187884752006,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000833559794764,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,41.3085850960978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,66.9430495783828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.67809021715263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.7031097691321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.3803184283251,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.82050087979753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.132080878719703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.069750373305502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.242289320865257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011857563461935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.206,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.206,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.428824,Mm²,,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002062623339034,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002062623339034,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00098655274306,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001076070595974,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001720227864755,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00034239547428,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,28.1220407945881,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,61.72954089288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.67809021715263,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,49.494791798475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.4940219517896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.82050087979753,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.038350958000159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026471108643848,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.071534242969997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004500088469454,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.022,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.676,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.676,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.658592,Mm²,,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006572450805009,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.006572450805009,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002628980322004,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003943470483005,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.005481423971377,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001091026833631,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,51.0805084521639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.5313776083442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.9016948758085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3503341934185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.251515273349925,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.130251514650179,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.45419004349899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.06214275749053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.596,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.596,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.92144,Mm²,,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003648862765142,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003648862765142,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001459545106057,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002189317659085,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.003043151546128,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000605711219014,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,2.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.575,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,76.6207626782459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,81.4763042686571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.852542313713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8509717256717,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.205937583293493,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.075075525805312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.368847522473046,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012762839386903,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.036,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.036,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.368576,Mm²,,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001456171735242,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001456171735242,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000582468694097,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000873703041145,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001214447227191,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00024172450805,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.7375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.161016904328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,84.42123092897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.803389751617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.3516092579249,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.108644347558521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031115639610876,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.193767087684527,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005289658733849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.906,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.906,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.676904,Mm²,,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002679018655763,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002679018655763,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001071607462305,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001607411193458,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002234301558906,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000444717096857,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.818,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,43.862610518706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,90.3110842495958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.1981945129226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.3528843224313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.088763668361959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.061131934172889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.160921051086157,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010392428809391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.706,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.706,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.606024,Mm²,,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00239790442116,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00239790442116,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000959161768464,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001438742652696,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001999852287248,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000398052133913,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,37.1305326384616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,93.9235276195797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.3497374436923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.9669996953285,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.067964612505402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.056919911902128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.123821848689517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009676385023362,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.606,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.606,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.924984,Mm²,,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003662918476872,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003662918476872,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001465167390749,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002197751086123,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.003054874009711,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000608044467161,1e6 dimensionless,Own calculations,,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,30.3984547582171,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,86.2274526139619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.70804444559589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.5012803744621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6586669443735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.23047866974104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.086275536925137,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.079759014028673,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.158266964069193,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Portugal,pt,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013559032384874,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,493.1971328901,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,8.83,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,5.1,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.48563,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.06181,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.28256,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,5.78376044568245,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,61.47,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,39.767941,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.13872,Mm²,,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.10053376997418,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.624154976377844,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.05761295294519,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007703736389819,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.035217080639174,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.05386156469351,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.080322387198782,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.140774575072501,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.70733691231495,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.29266308768505,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,FLOOR,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,161.058914663695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.2962317108706,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.1562148153025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,229.364000372568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.09258548819577,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.6227713339039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.44532394056651,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006422213262932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.4340057882353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000706443458923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,145.66,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,102.093798,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.73344,Mm²,,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.60783713900178,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.60235482342459,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.50613149058071,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018254859973013,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.083450788448057,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.55082103045803,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.193089315640607,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.320999425974492,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,,insulation,0,0.363792393244542,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.636207606755458,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.363792393244542,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.636207606755458,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.363792393244542,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.636207606755458,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.363792393244542,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,0.363792393244542,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,other,,0,0.636207606755458,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.363792393244542,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,other,,0,0.636207606755458,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,138.787966890835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,66.0552832616473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.2274437765799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,197.647943649238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.2660811587812,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.7061092185984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.9273401170802,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.048447586955423,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,26.3009011028218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005329234565096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,65.28,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,42.588484,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.25416,Mm²,,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.16874645361826,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.668423196086219,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.12316534192715,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008181225175328,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.037399886515785,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.27560311521853,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.095275592289547,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.141432281214888,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.574295343137255,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.425704656862745,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.574295343137255,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.425704656862745,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.574295343137255,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.425704656862745,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.574295343137255,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,0.574295343137255,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,other,,0,0.425704656862745,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.574295343137255,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,other,,0,0.425704656862745,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,119.432346378469,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.3095777930778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.0195773460125,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,170.083604477578,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.65405355723856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.4629054948346,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.24038058196958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010753402291889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.68918133865844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001182874252108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,56.85,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,36.347755,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.20358,Mm²,,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.01781917720892,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.5704754028732,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.978124229297772,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007124734240462,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.032570213670686,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.1092127163529,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.082861784046397,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.123191913035577,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.714248021108179,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.285751978891821,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.714248021108179,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.285751978891821,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.571503957783641,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,98.1734714367179,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.2415997716165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.022333769664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.80884067303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.63657597487781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.4661305105069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.45255496208672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010431764881506,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.21168700713965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001147494136966,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,50.57,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,31.698671,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1659,Mm²,,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.905384622540987,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.497508363563858,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.870074622261888,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006337692357787,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.028972307921312,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.895795402414771,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.068112448357892,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.117242123162133,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.32707138619735,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.67292861380265,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.32707138619735,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.6541427723947,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.67292861380265,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.868521861489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.0106419923087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.2451543068359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.003661982946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.17117061915396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.726830538998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.41327175004033,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007799065506524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.62808015234975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000857897205718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,55.02,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,34.993006,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1926,Mm²,,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.985055604749952,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.549212714666816,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.946638436164704,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00689538923325,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.031521779351999,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.00517338404305,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.076128159024448,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.12708193351104,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.4592619924088,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.6683007540008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.1830389375647,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.341035003389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.03351308294008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.6541555569507,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.29999218000074,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007062314725221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.58296607866324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000776854619774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,58.3471328901,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,37.456082478541,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1726627973406,Mm²,,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.04462323290591,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.587870523007474,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.00388292682258,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007312362630341,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.033427943452989,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.05489711938256,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.079057704707242,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.120929377612442,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.233063147604247,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.766936852395753,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.233063147604247,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.466126295208494,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.766936852395753,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.8630796759739,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.8946728764546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.1263915920945,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.8582117665545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.72841401641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.5878781627505,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.88077062943775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005852349033793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.95958419386451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000643758393717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.24,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.03564,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03668,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.16768,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,4.25,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,43.48,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,29.800744,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.10404,Mm²,,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.04341929476505,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.35,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.00272594226921,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007303935063355,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.033389417432482,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.846284733349517,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.065735415570198,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.131399145845336,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,181.380915767302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.0006419923087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.3866797221561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,258.304562144215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.06007061915396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.8924152749226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.83465907158628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00478590679288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.34523034664547,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000526449747217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,92.67,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,66.216101,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.48876,Mm²,,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.30699300942886,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.77,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.21702028206113,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.016148951066002,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.073823776301724,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,1.87112982634974,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.145340559594018,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.290522623485098,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,172.509965337613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.6551116290783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5866797221561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,245.671441637295,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.22206227919861,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.1264152749227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.4639448981541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032089592359828,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,20.4305798957978,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003529855159581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,27.79,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,18.185437,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.09948,Mm²,,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.940534809443717,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.51,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.903853951875412,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006583743666106,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.030097113902199,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.762838347354159,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.059253692994954,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.118442769094603,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.044517153798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.3095777930778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5866797221561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,249.280896878724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.65405355723856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.1264152749227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.11004486837453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004208956798855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.59281512598163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000462985247874,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,24.36,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,15.646208,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0789,Mm²,,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.820175591677666,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.788188743602237,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005741229141744,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.026245618933685,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.665218752792,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.051671062275693,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.103285776609973,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,140.576325739708,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.2415997716165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5866797221561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,200.194745485918,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.63657597487781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.1264152749227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.01449795043095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004042962221981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.06104810447685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000444725844418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,33.08,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,22.101624,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.13122,Mm²,,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.859647032362506,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.43,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.826120798100368,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006017529226538,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0275087050356,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.697232802965773,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.054157763038838,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.108256466357895,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,172.246154147659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.0106419923087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5866797221561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,245.295748121681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.17117061915396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.1264152749227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.90608709962653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006168736442231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.68265621107855,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000678561008645,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,32.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,21.694459,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.12792,Mm²,,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.91466452589022,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.45,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.878992609380501,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006402651681232,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.029269264828487,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.741855770044548,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.057623865131084,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.115184890714587,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,91.502574860618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.6683007540008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,32.5866797221561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.308816859006,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.03351308294009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.1264152749227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.06634355006985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004690609032452,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.06723157357945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00051596699357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,31.15,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,20.672845,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.12,Mm²,,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.823172620921305,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.45,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.791068888705374,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005762208346449,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.026341523869482,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.667649549411363,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.051859875118042,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.103663196391899,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.4673554879763,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.8946728764546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,32.5866797221561,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,91.8079609504271,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.72841401641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.1264152749227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.368998720908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004067360745175,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.08556958230807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000447409681969,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.70813664658867,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.623738811313554,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.64151931737171,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011956956526121,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.054660372690837,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.53376044568245,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.379999483,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.6753,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.008279996898,Mm²,,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.057114475209132,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.054887010675976,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000399801326464,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001827663206692,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.051283908185346,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003598211938175,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002232355085611,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.942705214844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.0106419923087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.41760649646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.17117061915396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.283943704607804,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000389247969869,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.355063442120328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.28172766856235E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,12.0846597166,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.55877358819898,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0665079582996,Mm²,,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.300844129572923,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.289111208519579,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00210590890701,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009627012146334,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.270132267916754,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.018953180163094,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011758681493075,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,79.8142436211069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.7551116290783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.663464340818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.34306227919862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.926549187677369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004439746180512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.19227572040597,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000488372079856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.7429738144,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.60432351480032,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.0374578428864,Mm²,,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.228211644174548,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.21931139005174,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001597481509222,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007302772613586,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.204914515345192,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.014377333582997,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008919795246359,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,78.2090274708563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,42.3095777930778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,111.377476021246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.65405355723856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.437954218344489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001584825517563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.539357932389235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000174330806932,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.8702036398,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.95821175454394,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0322212218388,Mm²,,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.197643585531254,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.189935485695535,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001383505098719,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006324594737,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.177467016140713,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.012451545888469,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007725023502072,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,66.3811189953256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.2415997716165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.5333515612431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.63657597487781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.336682053231212,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001651066953616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.40214402613336,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000181617364898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.7600240868,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.0253,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0075601445208,Mm²,,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.045737590178481,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04395382416152,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000320163131249,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001463602885711,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.041068439598604,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.002881468181244,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001787682398633,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.652851419721,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.0106419923087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.036125706825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.17117061915396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.288768781163229,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000355407247477,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.366912837977988,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.90947972225187E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.503455344,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.0253,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.012020732064,Mm²,,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.070391078859733,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.067645826784203,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000492737552018,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002252514523511,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.063205161425221,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004434637968163,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002751279466349,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,40.0217801069999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.6683007540008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.9950170503786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.03351308294009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.261406869034305,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000440779818606,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.321977463289319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.84857800466614E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,8.38,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.816214,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00702,Mm²,,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.221450611984608,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.029,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.212814038117208,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001550154283892,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007086419583507,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.198843687366866,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.01395138855503,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008655536062712,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,37.4268818190008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.8946728764546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.2996223984391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.72841401641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.428830324746543,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000237940603593,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.513220326407493,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.61734663951982E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,168.4158168055,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.88186335341133,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,1.68623955431755,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,15.610000517,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,9.1685833827351,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.026400003102,Mm²,,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.174424756990609,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.167622191467975,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001220973298934,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005581592223699,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.156292923158647,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.010988759690408,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007143074141554,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.942705214844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.0106419923087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.41760649646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.17117061915396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.54081962666716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001241081094424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.03875202962348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000136518920387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,40.9053402834,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,27.894723411801,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.1781720417004,Mm²,,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.457072633071343,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.439246800381561,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003199508431499,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.014626324258283,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.409558936191529,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.028795575883495,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.018718120996319,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,79.8142436211069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,66.7551116290783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.663464340818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.34306227919862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.54017246612412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011893894532891,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.68292507252399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001308328398618,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,30.7470261856,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,20.3745234851997,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.1172221571136,Mm²,,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.343564535104696,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.330165518235613,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002404951745733,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01099406512335,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.307850252519174,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.021644565711596,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014069716873926,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,78.2090274708563,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,42.3095777930778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,111.377476021246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.65405355723856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.58625323759609,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00495961997547,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.40601343856186,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000545558197302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,26.6197963602,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,17.3191352454561,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0924587781612,Mm²,,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.297447236225955,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.285846794013143,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002082130653582,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.009518311559231,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.266526947420188,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.018739175882235,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.012181112923532,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.43,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.3811189953256,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.2415997716165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.5333515612431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.63657597487781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.01202796866364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004737735705909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.62139823841092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00052115092765,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,15.7299759132,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,9.25740116854196,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0271198554792,Mm²,,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.175765351393809,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.16891050268945,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001230357459757,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005624491244602,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.157494159850394,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.01107321713781,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007197974405605,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,104.652851419721,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.0106419923087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.036125706825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.17117061915396,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.48706815592908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001274921816816,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.96124123475206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00014024139985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,19.986544656,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,12.4085390088368,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.052659267936,Mm²,,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.223327871828587,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.214618084827272,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0015632951028,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007146491898515,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.200112452573282,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.014069655925201,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.009145763330104,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.0217801069999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.6683007540008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.9950170503786,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.03351308294009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.14937073307427,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001930925874163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.4461488210727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000212401846158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,18.8171328901,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,11.542823478541,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0456427973406,Mm²,,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.210260968796334,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.202060791013277,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001471826781574,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006728351001483,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.188403882604333,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.013246441034169,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008610645157831,1e6 dimensionless,Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,37.4268818190008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.8946728764546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,31.5992045790605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.2996223984391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.72841401641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9710693575008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.04781832197458,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001547047685026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.31091765800727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000170175245353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.378,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,16.5930018416206,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,16.5930018416206,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.827169,Mm²,,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.182648842468205,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.074802987041511,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.093344859479436,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.089303982988768,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.164584604608185,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.01806423786002,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.661413273078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1998506087718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.02117528416329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.325978582309,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2459507008947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.03176292624493,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.7204053828743,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038215084228207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.41192127254525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012610977795308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,30.0276243093923,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,30.0276243093923,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.384803,Mm²,,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.303134697983159,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.135367669668351,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.154212906368939,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.14892179161422,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.272067046026165,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.031067651956994,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,6.59194920871187E-17,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.641767175438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.4422697469431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.76659271186681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.498474045613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.3159490164912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.64988906780022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.94588086180939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.068467803472376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.31953786475912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022594375145884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,9.66850828729282,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,9.66850828729282,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.595476,Mm²,,,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.098458810431031,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.043586646167362,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.049763130601379,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.048695679829652,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.088686799163269,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.009772011267762,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.222066912011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.6092039507449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.75711501399765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.510893676815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.7010373037458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63567252099647,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.25670479762715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030136566331774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.76108558478547,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009945066889485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.79373848987109,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.79373848987109,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.561561,Mm²,,,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.090318944366933,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.039643092466506,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.04564302018422,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044675924182712,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.081527055244415,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.008791889122518,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,126.054127182161,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.2882084973237,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.76304521511917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.475778055026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.9251088041168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.64456782267876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.12399078857645,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.028801457651966,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.57513747986379,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009504481025149,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,8.31491712707182,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,8.31491712707182,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.539427,Mm²,,,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.08990612990042,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.037484515703932,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.045289649957854,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044616479942566,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.081223817650479,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.008682312249941,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.107462096641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.7040933147081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.75796314372016,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.350446935298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.4023507938537,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.63694471558023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.03824566291019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026811729944473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.45500565985951,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008847870881676,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,8.58195211786372,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,8.58195211786372,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.55335,Mm²,,,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.091172220334493,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.038688337359983,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.045739841032169,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.045432379302324,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.08166300285675,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.009509217477743,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,115.487908736533,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.153203834367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.81258438236262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,161.683072231147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.2205572653411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.71887657354393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.00666721534817,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027198925341747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.41088965272534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008975645362777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1.86924493554328,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.86924493554328,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.072471,Mm²,,,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.023799088513132,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.008426751592357,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011725672610759,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012073415902373,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.021357221306857,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002441867206275,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.643840347389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.996857429429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.79534480917473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.101376486344,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.5389629517116,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.69301721376209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.206437887539432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002753670254768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.289348636474416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000908711184073,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.94290976058932,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.94290976058932,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.112098,Mm²,,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.034785062689784,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.012303206997085,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01698902461769,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017796038072093,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.031184808701391,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003600253988393,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,97.6404842574771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1998506087718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.06963846288345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.696677960468,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2459507008947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60445769432517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.212984860902358,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005178910853542,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.268706626364285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001709040581669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.72375690607735,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.72375690607735,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.219912,Mm²,,,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.084572214027768,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.029912536443149,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.041305069331162,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.043267144696606,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.075818989875894,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.008753224151874,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,152.057652025252,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.9658610661578,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.06963846288345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.880712835353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.1787341518321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60445769432517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.744536095952243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009448708438781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.80317580554075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003118073784798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.40883977900552,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.40883977900552,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.091392,Mm²,,,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.025223291903019,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.008921282798834,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012319055765434,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012904236137584,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.022612681191056,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002610610711962,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,151.883629967568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.3955196768194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.06963846288345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.637081954595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.3205214933504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60445769432517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.23668664889373,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003966003334304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.301832003372788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00130878110032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.22467771639042,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.22467771639042,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.084252,Mm²,,,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021926129562755,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.007755102040816,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010708721678449,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011217407884305,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.01965677515301,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.002269354409745,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,151.709607909883,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,39.9238781026738,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.06963846288345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.393451073837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.1748797738824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60445769432517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.20830533855965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003363666577906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.262078470222519,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001110009970709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.40883977900552,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.40883977900552,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.087822,Mm²,,,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.025223291903019,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.008921282798834,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012319055765434,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012904236137584,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.022612681191056,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.002610610711962,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,151.361563794515,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.4522365285283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.06963846288345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,211.906189312321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0292380544143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60445769432517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.235951141301859,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003201308316408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.30080229274417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001056431744415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.20626151012891,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.20626151012891,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.083538,Mm²,,,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.021596413328728,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.007638483965015,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010547688269751,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011048725058977,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.019361184549205,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002235228779523,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,150.665475563778,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.1715352409607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.06963846288345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,210.931665789289,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.946606629517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60445769432517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.204232227785383,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002771083710959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.256374145270289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000914457624617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.718232044198895,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.718232044198895,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.027846,Mm²,,,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012858933127029,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004548104956268,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006280302939241,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006578630187788,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.011528033548382,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001330899578648,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,150.402090827823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.810143905551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.06963846288345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,210.562927158952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8273474888318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.60445769432517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.129991849766806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000913631267194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.152385414535503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000301498318174,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.123,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,6.1878453038674,Mm²,RePublic¬_ZEB. D2.1 Report on the preliminary assement of public building stock. 2014 http://www.republiczeb.org/filelibrary/WP2/D2-1Public-Building-Stock-final.pdf,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.1878453038674,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.276675,Mm²,,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.110784654632865,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.028492244053775,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.049299171311625,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.06148548332124,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.102475805535401,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.008308849097465,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,98.5811440287437,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1998506087718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92534923319021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.013601640241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2459507008947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.88802384978531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.621918632339039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012782343667182,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.871877461595744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00421817341017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8.57274401473297,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8.57274401473297,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.369138,Mm²,,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.153482906939282,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.039473629782834,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.068299893587981,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.085183013351302,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.141971688918836,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.011511218020446,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.38777878078145E-17,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.30599280077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.7498132609647,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92534923319021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,179.628389921077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0574383761184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.88802384978531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.11643995795227,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021317650567526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.56466649374469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007034824687284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.06629834254144,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.06629834254144,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.155652,Mm²,,,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.054897752965393,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01411892450879,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0244295000696,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.030468252895793,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.050780421492989,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.004117331472404,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,126.33648640468,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.3273113935744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92534923319021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,176.871080966552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.2480127598796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.88802384978531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.393289054027724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009078762673033,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.551195045155067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002995991682101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.96500920810313,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.96500920810313,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.151725,Mm²,,,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.053084313678248,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.0136525336091,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.02362251958682,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.029461794091428,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.04910299015238,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.003981323525869,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,124.36698000859,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,62.9934963050603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92534923319021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.113772012027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.7878537806699,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.88802384978531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.374457919114672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009557688226885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.524811954581063,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003154037114872,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.86372007366482,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.86372007366482,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.147798,Mm²,,,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.051270874391103,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.013186142709411,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.022815539104041,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.028455335287062,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.04742555881177,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.003845315579333,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,120.427967216411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,67.6596812165463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92534923319021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.599154102976,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.3276948014603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.88802384978531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.350385648396189,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009999965564443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.491091273879455,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003299988636266,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.62430939226519,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.62430939226519,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.138516,Mm²,,,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.04698456334876,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.012083764219235,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020908130690198,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026076432658562,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.043460721097603,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003523842251157,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.549941632053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.3362780287118,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.92534923319021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,157.569918284875,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.5509717494749,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.88802384978531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.300418580999948,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009465667887425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.421091284607533,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00312367040285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.432780847145488,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.432780847145488,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.016779,Mm²,,,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00774833149962,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001992761116856,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003448007517331,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004300323982289,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.007167206637149,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000581124862472,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.9472966691972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,46.1998506087718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.92534923319021,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.326215336876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2459507008947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.88802384978531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.042357406606006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000775187293365,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.059383694675627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00025581180681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.6279926335175,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.6279926335175,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.177429,Mm²,,,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.016614457831325,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.016614457831325,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016614457831325,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.013856457831325,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.002758,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,99.333671845757,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1998506087718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.719574965939775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.06714058406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2459507008947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.07936244890966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.362992442392344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008197193293664,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.508450480616851,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002705073786909,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.34990791896869,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.34990791896869,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.244188,Mm²,,,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0245,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.0245,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.0245,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.020433,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.004067,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.5639860572847,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.3578371635613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.719574965939775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,91.7895804801986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6180862639752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.07936244890966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.354610948015593,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012296779541296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.496840293202688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004057937248628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.68508287292818,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.68508287292818,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.102102,Mm²,,,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00771686746988,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00771686746988,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00771686746988,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00643586746988,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001281,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.4563591766183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.8614155351969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.719574965939775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.2389028472656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.784267126615,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.07936244890966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.109826850350719,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005193052248975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.153878844836096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001713707242162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.58379373848987,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.58379373848987,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.098175,Mm²,,,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007253012048193,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.007253012048193,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007253012048193,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.006049012048193,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001204,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.3487322959518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,43.9951244379453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.719574965939775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,88.6882252143325,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5183910645219,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.07936244890966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.101470983877029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004319221341695,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.142173343260384,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001425343042759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.48250460405157,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.48250460405157,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.094248,Mm²,,,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006789156626506,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.006789156626506,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006789156626506,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.005662156626506,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001127,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,61.1334785346189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.1288333406937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.719574965939775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.5868699484664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.2525150024289,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.07936244890966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.091697436589226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003499318284694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.128483088544913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001154775033949,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.38121546961326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.38121546961326,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.090321,Mm²,,,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006325301204819,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.006325301204819,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006325301204819,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.005275301204819,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00105,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,56.702971011953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.3268700083908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.719574965939775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.3841594167342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.967867102769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.07936244890966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.079312908809244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003823005226028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.111137461140392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001261591724589,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.174953959484346,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.174953959484346,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.006783,Mm²,,,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000801204819277,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000801204819277,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000801204819277,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000668204819277,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000133,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.5083331024444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.3830008852341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,0.719574965939775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.7116663434221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.6663902921272,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.07936244890966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.009837295150086,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000260351895005,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013784802459064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.59161253514991E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3.44383057090239,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.44383057090239,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.170289,Mm²,,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015172413793104,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.015172413793104,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007953379310345,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007219034482759,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.012653793103448,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.002518620689655,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,124.543353715703,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1998506087718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.43413762795321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.360695201984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2459507008947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.65120644192981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.444176627647582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007867326360317,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.623374320578488,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002596217698905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.61325966850829,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.61325966850829,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.215628,Mm²,,,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.020324543610548,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.020324543610548,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010654125760649,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009670417849899,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.016950669371197,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.003373874239351,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,154.268202487729,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.9658610661578,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.43413762795321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,215.97548348282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.1787341518321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.65120644192981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.73213510495356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009264642689973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.02703472976335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003057332087691,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.47329650092081,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.47329650092081,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.093891,Mm²,,,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006490872210953,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.006490872210953,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003402515212982,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003088356997972,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.005413387423935,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001077484787018,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,152.17523449666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.3955196768194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.43413762795321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,213.045328295325,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.3205214933504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.65120644192981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.230732039962598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004074448737976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.323678135892824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001344568083532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.3720073664825,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.3720073664825,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.089964,Mm²,,,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00604462474645,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00604462474645,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003168592292089,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002876032454361,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.00504121703854,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001003407707911,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,150.082266505592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.3955196768194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.43413762795321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,210.115173107829,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.3205214933504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.65120644192981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.211997644713612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003904034532205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.297405069548012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001288331395628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.2707182320442,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.2707182320442,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.086037,Mm²,,,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005598377281947,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005598377281947,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002934669371197,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002663707910751,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.004669046653144,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000929330628803,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,145.896330523456,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.4145501511509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.43413762795321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.254862732838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.0268015498798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.65120644192981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.191027666711735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002874887651355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.268002187349152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000948712924947,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.15101289134438,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.15101289134438,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.081396,Mm²,,,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005070993914807,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005070993914807,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002658215010142,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002412778904665,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004229208924949,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000841784989858,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,137.524458559183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.7584416708005,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.43413762795321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.534241982856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.4602857513642,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.65120644192981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.163396174248545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003073386118236,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.22926501890514,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001014217419018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.294659300184162,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.294659300184162,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.011424,Mm²,,,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001298174442191,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001298174442191,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000680503042596,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000617671399594,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001082677484787,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000215496957404,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.974025160559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,34.8396373430077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.43413762795321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.163635224783,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.4970803231926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.65120644192981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.03164881408133,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000398008017007,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.044438995702899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000131342645612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.038,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.478821362799263,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.478821362799263,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.018564,Mm²,,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00475,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.00475,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002271925,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002478075,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.0039615,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.0007885,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,79.3916846949043,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1998506087718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2170688139766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,111.148358572866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2459507008947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.3256032209649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.039076014571472,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000857654026701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.054812578391153,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000283025828811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.74033149171271,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.74033149171271,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.104244,Mm²,,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017264423076923,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.017264423076923,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008257573557692,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009006849519231,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.014398528846154,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002865894230769,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.87038866353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.8138550905087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2170688139766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.418544128941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.7885721798679,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.3256032209649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.228135630416654,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004671575510055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.319775726050942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001541619918318,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.313075506445672,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.313075506445672,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.048909,Mm²,,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003105769230769,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003105769230769,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001485489423077,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001620279807692,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002590211538462,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000515557692308,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,126.542255729645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.2619936414137,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2170688139766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.159158021502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.9364579016665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.3256032209649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.040311390741097,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002213718847008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.056505358031712,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000730527219513,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.110497237569061,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.110497237569061,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.041055,Mm²,,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001096153846154,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001096153846154,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000524290384615,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000571863461538,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000914192307692,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000181961538462,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,124.21412279576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,40.0568643726512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2170688139766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.899771914064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.2187652429749,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.3256032209649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013970297415441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001644534566819,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.019582914379561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00054269640705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.027624309392265,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.027624309392265,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.037842,Mm²,,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000274038461538,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000274038461538,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000131072596154,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000142965865385,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000228548076923,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,4.54903846153846E-05,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,119.55785692799,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.8517351038886,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2170688139766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.380999699186,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.5010725842832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.3256032209649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003363948224916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001318859359801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.004715652014369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000435223588734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.05893186003683,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.05893186003683,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.077826,Mm²,,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010504807692308,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.010504807692308,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005024449519231,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005480358173077,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.008761009615385,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001743798076923,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,110.24532519245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.3824606673941,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.2170688139766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.34345526943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.9962120202401,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.3256032209649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.119090012069421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003064979383901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.16696078937749,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001011443196687,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.101289134438306,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.101289134438306,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.003927,Mm²,,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001004807692308,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001004807692308,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000480599519231,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000524208173077,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000838009615385,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000166798076923,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows ,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof ,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.1718095958101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.3122575811623,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.2170688139766,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.8405334341341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9830450017836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.3256032209649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006724472030457,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000142598235521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.009436717340756,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.70574177220041E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.911602209944751,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.911602209944751,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.072114,Mm²,,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000542253521127,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000542253521127,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000216901408451,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000325352112676,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00045223943662,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,9.00140845070422E-05,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows ,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,65.6580520344114,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1998506087718,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.661231049782496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,91.9212728481759,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.2459507008947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.991846574673743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.060456805021503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003331656026801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.08469980499873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001099446488844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.02762430939227,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.02762430939227,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.231693,Mm²,,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002990610328639,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002990610328639,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001196244131455,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001794366197183,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.002494169014085,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000496441314554,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows ,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof ,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,156.713917893022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.9323450066007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.661231049782496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,219.399485050231,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.8176738521782,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.991846574673743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.791223124519072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011105588811614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.1080448164567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003664844307833,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.7219152854512,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.7219152854512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.10353,Mm²,,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001024256651017,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001024256651017,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000409702660407,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00061455399061,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000854230046948,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000170026604069,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows ,,1,2.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof ,,1,1.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,154.4328179477,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,49.6648394044297,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.661231049782496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,216.205945126781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.3893970034618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.991846574673743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.267058813651283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005141800823541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.373996197496979,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001696794271768,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.5377532228361,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.5377532228361,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.09639,Mm²,,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000914710485133,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000914710485133,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000365884194053,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00054882629108,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000762868544601,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000151841940532,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows ,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof ,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,152.151718002379,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.1298282000876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.661231049782496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,213.01240520333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5328433060289,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.991846574673743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.234988604896049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005121184140206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.329085727872253,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001689990766268,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.26151012891344,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.26151012891344,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.08568,Mm²,,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000750391236307,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000750391236307,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000300156494523,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000450234741784,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.00062582629108,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000124564945227,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows ,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof ,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,147.589518111736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.2550213280911,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.661231049782496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,206.62532535643,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.2341570382701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.991846574673743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.187019821686261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004734250227391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.261911165327451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001562302575039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.16022099447514,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.16022099447514,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.081753,Mm²,,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00069014084507,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00069014084507,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000276056338028,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000414084507042,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000575577464789,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000114563380282,1e6 dimensionless,Own calculations,,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows ,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof ,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,138.465118330449,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.7274359684314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.661231049782496,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.851165662629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.7400538695824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.991846574673743,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.161417311435628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004147120072727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.226060953424495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Romania,ro,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001368549624,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,152.85,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.99,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.03,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.79697,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.15721,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.03582,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,1.39891089108911,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,35.42,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,22.74791,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.19256,Mm²,,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.461143604841348,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.238282250447408,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.416412675171737,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036430344782467,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008300584887144,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.476215911894476,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.055330878400448,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.016283688917434,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.8085827216262,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.1914172783738,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.8085827216262,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.1914172783738,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,0.694805194805195,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,FLOOR,construction material,other,,0,0.305194805194805,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.497685342363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.7725274369479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.336888469499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.627361290294,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.52136746673511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.2506734404593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.70155428096605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005347877883259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.60679278143016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000870634519395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,30.72,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,19.73756,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.1653,Mm²,,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.399952894995093,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.206749113001623,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.361157464180569,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.031596278704612,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007199152109912,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.435208146232729,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.050538821335008,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014637402085806,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,143.873329546259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.8881446927569,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.0771056211865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.015595682735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.7033899559808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.4735861967621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.51791715900191,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011883110317713,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.35773622868826,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001934570359724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,18.83,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,12.122015,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.096338,Mm²,,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.245153418384037,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.126976984441966,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.221373536800785,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019367120052339,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004412761530913,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.251655134921335,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.029247947429703,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008680555566813,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.479553903345725,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.520446096654275,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.479553903345725,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,other,,0,0.520446096654275,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.476047534751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.9677899729975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.9547609376063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.022694189616,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.018356207604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.2714605450194,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.01928478381209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003561402950419,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.51369096636965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000579796400328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,24.27,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,15.606335,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.119364,Mm²,,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.315978410206084,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.163474913740917,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.285328504416094,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.024962294406281,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00568761138371,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.325808750876588,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.037860500655642,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011187190602837,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.535640708693861,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.464359291306139,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.535640708693861,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,other,,0,0.464359291306139,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.892098267413,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.6576898282307,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.6951238893499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.09699202485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.27027190403596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.8425141775949,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.44443591120868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005330520488657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.05629840912237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000867808735553,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,19.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,12.29495,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.097904,Mm²,,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.248668629375204,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.128788462550553,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.22454777232581,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019644821720641,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004476035328754,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.244502095215995,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.028434309145138,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008591408957065,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.486910994764398,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.513089005235602,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,0.486910994764398,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,0.513089005235602,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.243979057591623,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.756020942408377,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.243979057591623,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.243979057591623,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.756020942408377,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.756020942408377,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,121.906697023355,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.1883942181174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.9207034888385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.973634606625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.40307057870952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.21519423391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.91752218120411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003249276547531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.4003840986744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000528982221938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,19.89,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,12.800945,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.102486,Mm²,,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.258953876349362,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.134088713312717,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.233835350343474,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0204573562316,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004661169774289,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.262104338260609,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.030467461009857,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.009086230530102,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.415,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.50729009552539,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.49270990447461,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.50729009552539,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.156862745098039,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.843137254901961,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.156862745098039,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.156862745098039,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.843137254901961,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.843137254901961,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,109.029076737557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.1971769519543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.8263645523478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.293147480815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.86970040777816,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.0593368769337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.82980160566444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004324619877098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.30828995526101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000704048115992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,4.62,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.02051,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.007482,Mm²,,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.060149165848872,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.031639562504815,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.054314696761531,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004751784102061,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00108268498528,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.061311624458014,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.007127518562513,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002130347697426,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,0.385281385281385,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.614718614718615,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,0.385281385281385,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.8779766291955,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.7542157486361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.3911672932545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.160893357283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.51838632387797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,36.9924474851857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.390027070083087,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000207657042231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.497606167376164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.38065664752549E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.98,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.88494,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.07742,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01764,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.85,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,21.62,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,13.86811,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.118958,Mm²,,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.456080729033391,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.23,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.411840898317152,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036030377593638,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008209453122601,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.395580224161615,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.046064153632373,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.014436351239404,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,other,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,140.944626894417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.7842157486362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.5255117840282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.676874659635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.52327032387797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.258098018393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.37677715445142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003305154737026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.92570465139369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000538079191188,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,13.92,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8.93626,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.074298,Mm²,,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.370909013879527,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.334930839533213,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.029301812096483,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006676362249831,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.321706797752651,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.037461810401832,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.011740405725044,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,182.69891928558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.8546962218631,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.5455117840282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,208.276767985562,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.3955445449193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.291140018393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.90471856848863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004744276219892,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.31070801973468,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000772368168598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,9.03,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,5.804215,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.045936,Mm²,,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.186341360943422,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.16826624893191,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01472096751453,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003354144496982,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.161622608981539,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.018820477455286,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005898274506597,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,168.069413110433,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.0241238086806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.5455117840282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,191.599130945894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.02752735605321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.291140018393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.15200698002655,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001700740151276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.40367154418921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000276880496628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,13,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.347,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.068962,Mm²,,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.272756927800737,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.246299505804065,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021547797296258,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004909624700413,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.236574886357782,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.027548449707875,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00863359173508,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,153.439906935286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.6884660942431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.5455117840282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,174.921493906226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.11248228014278,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.291140018393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.5348545563812,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003012843998791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.87985452987437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000490491003003,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,9.3,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.97715,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.047502,Mm²,,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.165660333323023,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.14959128099069,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013087166332519,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002981885999814,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.143684982984255,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.016731693665625,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005243656673143,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,152.307187576876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.0188109269126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.5455117840282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.630193837639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.04986241890138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.291140018393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.09213616581659,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00147345555665,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.3381213152677,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000239878564623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,10.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.483145,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.052084,Mm²,,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.197792930534827,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.178607016272949,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015625641512251,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003560272749627,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.171555092810819,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.019977085984018,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00626075173999,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.415,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,142.923043353747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.7040779864482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.5455117840282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,162.932269423272,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.46382389619376,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.291140018393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.12380502780448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002067947197846,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.38213113063572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000336661803809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.78,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.16059,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.003886,Mm²,,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.035807864619061,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.032334501751012,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002828821304906,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000644541563143,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.03105784176143,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003616594326525,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001133428531105,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,133.538899130618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.7542157486361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,19.5455117840282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.234345008905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.51838632387797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.291140018393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.189774921917575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000107852882399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.234159887706624,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.75584492545898E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.633589737244462,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.16693519208258,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.572131532731749,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.050053589242313,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0114046152704,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.548910891089109,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.240000000000001,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.174220000000001,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.001392,Mm²,,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005062875807956,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004571776854585,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000399967188829,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,9.11317645432126E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.004386225830149,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000511350456604,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000165299521204,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,other,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.564143577479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.7542157486361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.183123678326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.51838632387797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.025238635960485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.86338683221015E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.031743213791645,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,6.28959376283813E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.09,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.718645,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.006322,Mm²,,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.029043881115566,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.026226624647357,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00229446660813,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00052278986008,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.025162185759459,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.002933431992672,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000948263363436,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.703555190821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.5444305686403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.342052917536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.7870332965746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.106625637438417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000496557890055,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.135047284964772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.08396245009449E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.85,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.845925,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.01653,Mm²,,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.058812057440615,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.053107287868875,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004646152537809,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001058617033931,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.050951865156326,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.005940017801502,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001920174482787,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,99.6793035400152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.9158823672609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.634406035617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.00990564939008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.252898447425802,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000610219535531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.323586859526132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.9343740384418E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.06,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.33993,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.003422,Mm²,,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.043221482405348,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039028998612029,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003414497110022,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000777986683296,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.037444960084885,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.00436536972294,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001411152597523,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.6550518892092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.7756941354036,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.9267591536985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.4522830052437,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.167251540281319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000156644425331,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.21616928809231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.55017124439439E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.66,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.00523,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.027028,Mm²,,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.083008296052182,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.07495649133512,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006557655388122,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001494149328939,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.071914292601951,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.00838383790127,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00271016554896,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,93.057251906238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.2472844842607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.085267173111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.73825791403765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.392312602802443,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000952663605041,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.504926561330555,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000155093634901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.12,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.01886,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.018096,Mm²,,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.061160945814535,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.055228334070525,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004831714719348,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001100897024662,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.052986826164383,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.006177255527268,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001996864122884,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.415,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,74.1321253949694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.7640512950112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.5106229502651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.28758755082782,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.225087483938306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000810050272235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.295224926046665,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00013187618432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.21,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.795505,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.00058,Mm²,,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.024341301229811,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021980195010519,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001922962797155,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000438143422137,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.021088102541612,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002458471424211,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000794727263988,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.6468350614024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.7542157486361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.5373919699987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.51838632387797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.085451311977039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.6097445134209E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.112394138337147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.62066406784922E-06,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,58.88,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.376410262755538,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.331089108910891,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,13.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,8.70568,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.07221,Mm²,,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.086686874371011,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.078278247557023,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00684826307531,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001560363738678,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.076249461902712,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.008755374311472,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001682038156826,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,other,,1,0.5,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.564143577479,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.7542157486361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.183123678326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.51838632387797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.29905082741213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002004131919209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.64878898026293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000326272676447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,15.71,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,10.082755,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.08468,Mm²,,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.100431474658449,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.09068962161658,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007934086498018,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001807766543852,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.08833916272062,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.010143578940503,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001948732997326,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.703555190821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,78.5444305686403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.342052917536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.7870332965746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.50606430424889,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006651142380552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.91140106432721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001082805979554,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,6.95,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.471975,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.033872,Mm²,,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.044430219533814,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.040120488239034,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003509987343171,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000799743951609,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.03908066078347,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.004487452172915,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000862106577429,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,99.6793035400152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.9158823672609,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.634406035617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.00990564939008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.613777601455012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001250414767544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.785746562062921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000203567524156,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,9.21,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.919505,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.04698,Mm²,,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.058878031928983,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.053166862831872,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00465136452239,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001059804574722,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.051788904433922,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.005946681224827,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001142446270234,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,other,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,87.6550518892092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,45.7756941354036,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.9267591536985,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.4522830052437,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.741523614932178,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002150542110481,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.959355523595739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000350108255586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.14,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.31267,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.023374,Mm²,,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.032859183942994,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029671843100523,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002595875531497,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000591465310974,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.028902819629789,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.003318777578242,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000637586734962,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,93.057251906238,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.2472844842607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.085267173111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.73825791403765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.43252598606133,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000823870027535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.556712155839071,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000134126040483,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.68,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.29904,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.032306,Mm²,,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.042704153451206,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.038561850566439,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003373628122645,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000768674762122,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.037562419285407,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004313119498572,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000828614667227,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.415,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,74.1321253949694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,44.7640512950112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.5106229502651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.28758755082782,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.480184048139923,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001446147441137,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.630107346387441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000235432803417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1.63,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.064515,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.003016,Mm²,,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.010420324869082,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.009409553356781,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000823205664657,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000187565847643,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.009165680154972,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001052452811777,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000202191902332,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,1,1,dimensionless,Source residential part: Own calculations,,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.6468350614024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.7542157486361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,24.1747119434033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.5373919699987,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.51838632387797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.9390416016966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.114609396093136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.37067146978866E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.150833899623709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.36274531528159E-05,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.015015,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,11.3524781341108,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,11.3524781341108,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,5.842899,Mm²,,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.01429823647526,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.004750650787714,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007531537647856,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006134899091709,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.012573290266357,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001724946208904,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.95156391047391E-18,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.731286683128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.5697462108215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.75484560688824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.168292552429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2451086358957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.71787862364595,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.54945583243176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.553346980565463,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.79239930595486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.188404913003566,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,10.9909718172983,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,10.9909718172983,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.6729,Mm²,,,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027775514880131,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.004599371899665,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014061437863409,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013172200456593,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.024699473677006,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.003076041203124,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.18836367085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,90.5363109191318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.67246343053126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.858501858186,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.5930719308874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.7364344078897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.25144114176556,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.513603438213143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.44635623579961,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.204897237756731,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.40136054421769,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.40136054421769,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.9975,Mm²,,,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.011198828013621,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001423361133825,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005628315184526,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005387526191143,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.009978957585564,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001219870428057,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,104.769303401892,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.2753923302898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.5926736915044,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,121.532391946195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.2191412389043,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.53786779756988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.385584956099989,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.184320096179754,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.445817210012806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.066355234624711,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.2555879494655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.2555879494655,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.927,Mm²,,,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.010771793808312,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001362359942375,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005421337405352,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005172192000826,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.009595481915547,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.001176311892765,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.4125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.12749136653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.8586520903626,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.48973257870363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.627889985175,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.3491147525306,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.42360316236103,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.363379689228894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.173157622578129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.420138485951647,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.062336744128126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.21574344023324,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.21574344023324,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.4241,Mm²,,,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.013805495161193,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000927218110034,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006716173435071,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007066891105986,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.012343399581398,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001462095579795,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.117963988113,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.6331108802319,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.64345650744459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.456838226211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.3079199168835,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.5942367232635,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.300812476899778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.111981413204538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.347984889100877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.040313308753634,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.2555879494655,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.2555879494655,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.927,Mm²,,,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.013068477949773,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001362359942375,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006364440083209,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006635565447201,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.01166407356057,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001404404389203,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.365,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,59.9427135288834,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.0974882084619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.02310779306798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,69.5335476935048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.8350957550463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.0156496503055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.224524296820736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.154347859777706,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.258979408262162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.055565229519974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1.40913508260447,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.40913508260447,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.034,Mm²,,,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.004065412886673,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000589678184013,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002012081028848,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001990762233235,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.003630000656408,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000435412230266,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,53.3278714915159,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.9429784550535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.3993101285696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.8603309301584,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.6194722438193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.32323424271226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.08698193717116,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.076457039722525,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.100307258989954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027524534300109,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.641399416909621,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.641399416909621,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.3807,Mm²,,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00835057140759,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000217115619002,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004078419075467,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004272152332123,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.007486287266905,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000864284140686,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,335.4800267889,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.5697462108215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,389.156831075124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2451086358957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.22027535329374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.03409920238246,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.255264476834413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012275712857686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.7587074829932,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.7587074829932,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.9259,Mm²,,,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.022897140275803,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000595327737672,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011182963310702,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011714176965101,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.020527286257257,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.002369854018546,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,213.875688035206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.299863976064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,248.095798120839,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.987951031383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.390125220695522,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.077127344055438,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.451846233620921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.047765843859958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.728862973760933,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.728862973760933,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.423,Mm²,,,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009489285690443,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00024672229432,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004634567131213,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004854718559231,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.008507144621482,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.000982141068961,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,201.843576553307,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.1328626158246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,234.138548801836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.2878305416969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.152910240948591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035588200886494,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.177086182924995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012811752319138,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.709426627793975,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.709426627793975,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.4136,Mm²,,,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009236238072031,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000240143033138,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00451097867438,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004725259397651,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.008280287431576,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000955950640455,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.4125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,198.597774836107,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,77.4022336065587,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,230.373418809884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.8648040983611,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.146529976356574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032013563819673,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.169692801240265,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011524882975082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.991253644314869,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.991253644314869,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.5499,Mm²,,,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012905428539003,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000335542320275,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006303011298449,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006602417240554,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.011569716685216,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.001335711853787,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,195.351973118907,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,70.6716045972927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,226.608288817933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.4417776550254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.201523102128288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.038862315368051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.23337281112631,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013990433532499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.855199222546161,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.855199222546161,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.4841,Mm²,,,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01113409521012,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000289487492002,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005437892100623,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005696203109497,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.009981716355873,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001152378854247,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.365,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,107.111456667593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.3111601835363,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,124.249289734407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.1520176660731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.0983998474366,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.03113303264485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.113803912378022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011207891752146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.223517978620019,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.223517978620019,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1786,Mm²,,,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002910047611736,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,7.56615035914542E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001421267253572,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001488780358164,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.002608857683921,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000301189927815,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.793785546108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.6038499915802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.240791233486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.8973859969689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.024753064822237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011359647608496,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.028624714910681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004089473139059,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,1.5E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.10689990281827,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.10689990281827,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.0517,Mm²,,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001391761901265,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,4.125E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000619334046063,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000772427855202,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00128737975867,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000104382142595,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,197.858033979629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.5697462108215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.37302460036676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,229.51531941637,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2451086358957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.4040573064071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.022152980023129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004630755879099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.025647358055885,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001667072116476,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.087463556851312,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.087463556851312,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0423,Mm²,,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001138714282853,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,3.375E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00050672785587,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000631986426984,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001053310711639,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,8.54035712139896E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.0842021724855E-19,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,176.541419911322,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,111.962182763527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.37302460036676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,204.788047097133,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.3063857948697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.4040573064071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.016260738587028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004736000330897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.018821466857453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001704960119123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.038872691933917,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.038872691933917,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.0188,Mm²,,,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000506095236824,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.5E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000225212380387,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000280882856437,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000468138094062,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.79571427617732E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,161.233313207877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,113.081804591162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.37302460036676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.030643321138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.7094496528184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.4040573064071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.006631927611594,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002125937926314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.00767481829456,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000765337653473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.029154518950437,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.029154518950437,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0141,Mm²,,,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000379571427618,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.125E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00016890928529,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000210662142328,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000351103570546,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,2.84678570713299E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.4125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,158.742349099329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,122.128348958455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.37302460036676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.141124955221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.9662056250438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.4040573064071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.004901322848388,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001722009720314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.005671871202963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000619923499313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.019436345966958,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.019436345966958,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0094,Mm²,,,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000253047618412,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,7.5E-07,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000112606190193,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000140441428219,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000234069047031,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.89785713808866E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,156.25138499078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,131.174893325748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.37302460036676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.251606589305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.2229615972693,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.4040573064071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.003219133325387,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001233043997262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.003725085790004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000443895839014,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.058309037900875,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.058309037900875,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0282,Mm²,,,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000759142855235,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.25E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00033781857058,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000421324284656,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000702207141093,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,5.69357141426597E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.365,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,146.181851291374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,132.486642259006,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,9.37302460036676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.570947497994,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.695191213242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.4040573064071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.009070255154037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003736123311704,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.01049416937635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001345004392213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.048590864917396,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.048590864917396,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0235,Mm²,,,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00063261904603,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.875E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000281515475483,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000351103570546,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000585172617577,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.74464284522164E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,143.102113848078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,89.5697462108215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,9.37302460036676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,165.99845206377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2451086358957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.4040573064071,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00740889885561,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002104889035954,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.008571550503896,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000757760052944,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.007,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,5.20087463556851,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,5.20087463556851,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.585799,Mm²,,,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002619401889286,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002619401889286,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00198760215359,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.002184581175664,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000434820713621,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.55223751134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.5697462108215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.44073054950172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.960595513154,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2451086358957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.81921090994691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.551256139136255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.231609360182196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.638562380985919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.083379369665591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,4.46064139941691,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.46064139941691,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.2278,Mm²,,,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002246586070187,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002246586070187,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001704709510058,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001873652782536,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000372933287651,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,80.163754038748,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,97.6310233697954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.44073054950172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.9899546849476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.1471684131264,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.81921090994691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.37292962513126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.21750239386323,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.431830971895594,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.078300861790763,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.50631681243926,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.50631681243926,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.799,Mm²,,,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000758651069453,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000758651069453,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000575664431501,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000632714991924,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000125936077529,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,74.72892325646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,98.6073336034934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.44073054950172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,86.6855509774936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.4986400972576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.81921090994691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.117748263750477,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.078787259549191,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.136328844436864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028363413437709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.46744412050535,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.46744412050535,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.7802,Mm²,,,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000739072977338,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000739072977338,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000560808575204,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.0006163868631,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000122686114238,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.4125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,73.5966668434833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,98.6073336034934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.44073054950172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.3721335384406,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.4986400972576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.81921090994691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.11304807586337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.076933441677446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.130883314010753,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02769603900388,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.184645286686103,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.184645286686103,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1598,Mm²,,,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.29959375458862E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,9.29959375458862E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.05653174098184E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,7.75586119132691E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.54373256326171E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.4644104305066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.9833535305502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.44073054950172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,84.0587160993877,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.9140072709981,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.81921090994691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014015526517203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011502939894182,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016226245026019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004141058361905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.563654033041788,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.563654033041788,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.3431,Mm²,,,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000283882335666,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000283882335666,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000215409916304,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000236757867946,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.71244677206206E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.365,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,47.7208336189232,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,82.0610230248272,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.44073054950172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,55.3561669979509,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.5419682889378,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.81921090994691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.028837421980259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.028155136999818,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.033354440414559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010135849319935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.515063168124393,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.515063168124393,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.3196,Mm²,,,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000259409720523,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000259409720523,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000196840095933,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000216347706916,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.3062013606774E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,42.2860028366352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,74.4082006282606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.44073054950172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,49.0517632904969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.7869522261738,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.81921090994691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.023552156165843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023780860920792,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.027231891473504,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008561109931485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.9047619047619,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.9047619047619,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.9917,Mm²,,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000307692307692,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000307692307692,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000161292307692,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0001464,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000256615384615,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,5.10769230769231E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,109.421259750065,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.5697462108215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.712196226166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.928661310075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2451086358957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.1005378110443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.249778011383297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.088826317317272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.287674664992609,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031977474234218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.58503401360544,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.58503401360544,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.3207,Mm²,,,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000417582417582,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000417582417582,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000218896703297,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000198685714286,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000348263736264,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,6.93186813186813E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.1492966124259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.299863976064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.712196226166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.613184070414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.987951031383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.1005378110443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.273655559718809,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.110014130353188,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.314634110986083,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.039605086927148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.612244897959184,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.612244897959184,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.3666,Mm²,,,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.89010989010989E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,9.89010989010989E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.1843956043956E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.70571428571428E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,8.24835164835165E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.64175824175824E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.446338647604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,84.1328626158246,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.712196226166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.8377528312206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.2878305416969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.1005378110443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.060709307065574,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030843107434961,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.069758137127917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011103518676586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.573372206025267,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.573372206025267,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.3478,Mm²,,,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.26216640502355E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,9.26216640502355E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.85522762951334E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.4069387755102E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,7.72464678178964E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,1.53751962323391E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.4125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.446338647604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,74.4575834150048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.712196226166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.8377528312206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.8047300294017,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.1005378110443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.056854747886807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025896347511739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.065329049056304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009322685104226,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.077745383867833,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.077745383867833,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.1081,Mm²,,,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.25588697017268E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.25588697017268E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.58335949764521E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,5.97551020408163E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,1.04740973312402E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.08477237048666E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,74.72892325646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.782304214185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.712196226166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,86.6855509774936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.3216295171066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.1005378110443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.00749785185482,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007002967085553,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.008613107000081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002521068150799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.281827016520894,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.281827016520894,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.2068,Mm²,,,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,4.55259026687598E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,4.55259026687598E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.38646781789639E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.16612244897959E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,3.79686028257457E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,7.55729984301413E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.365,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.4220952047172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.204003762029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.712196226166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,78.209630437472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.3534413543304,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.1005378110443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.02512045142367,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015138587977988,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.02883376947723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005449891672076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.155490767735666,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.155490767735666,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1457,Mm²,,,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,2.51177394034537E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.51177394034537E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.31667189952904E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.19510204081633E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,2.09481946624804E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.16954474097331E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,66.8937088786614,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,67.5411867520976,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,21.712196226166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,77.5967022992473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.3148272307551,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.1005378110443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013777400210663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009840750909781,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.015812981941348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003542670327521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.1865889212828,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.1865889212828,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.128,Mm²,,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000426136363636,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000426136363636,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000203821022727,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000222315340909,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000355397727273,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,7.07386363636364E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.727866203283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.5697462108215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.7967751725744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.404324795808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2451086358957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.9844204415576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.224179244990942,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.101034673725807,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.258867518740596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03637248254129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.17589893100097,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.17589893100097,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.6392,Mm²,,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000229166666667,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000229166666667,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000109610416667,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00011955625,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000191125,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,3.80416666666667E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.3495864745818,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,86.8826538244969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.7967751725744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.3255203105148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.2777553768189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.9844204415576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.086012728467501,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.055535392324618,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.099139969203117,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019992741236863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.174927113702624,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.174927113702624,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.1551,Mm²,,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,3.40909090909091E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,3.40909090909091E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.63056818181818E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.77852272727273E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,2.84318181818182E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,5.65909090909091E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.5560479967218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.7514803627418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.7967751725744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,64.4450156761972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.5905329305871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.9844204415576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.011606907843026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013610254604261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.013369580661998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004899691657534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.155490767735666,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.155490767735666,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.1457,Mm²,,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,3.03030303030303E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,3.03030303030303E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.44939393939394E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.58090909090909E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,2.52727272727273E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,5.03030303030303E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.4125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,53.7444377359591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.7514803627418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.7967751725744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.3435477737125,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.5905329305871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.9844204415576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.010035562745739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012785390688852,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.011557312842025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004602740647987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.447035957240039,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.447035957240039,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.2867,Mm²,,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,8.71212121212121E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,8.71212121212121E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.16700757575758E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.54511363636364E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,7.26590909090909E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,1.44621212121212E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.9328274751964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,67.5686398793112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.7967751725744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,60.2420798712279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.324710356552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.9844204415576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.028042387966934,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.019371929053399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.032287842705424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006973894459223,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.728862973760933,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.728862973760933,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.423,Mm²,,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000142045454545,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000142045454545,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.79403409090909E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.41051136363637E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000118465909091,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,2.35795454545455E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.365,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,27.0231863897098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3525630636216,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,10.7967751725744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,31.3468962120633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.4869227029038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.9844204415576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.027565569651811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.032297134175912,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.031582592313135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011626968303328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.262390670553936,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.262390670553936,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1974,Mm²,,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,5.11363636363636E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,5.11363636363636E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.44585227272727E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.66778409090909E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,4.26477272727273E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,8.48863636363636E-06,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,22.6602250117063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,70.5828260505067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,10.7967751725744,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,26.2858610135794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.4098173781824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.9844204415576,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.008778804713077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01393304986237,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.010041764813301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005015897950453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.004,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,1.31195335276968,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.31195335276968,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.705,Mm²,,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001202672605791,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.001202672605791,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000481069042316,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000721603563474,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001003028953229,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000199643652561,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,206.85569827475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.5697462108215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,239.95260999871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.2451086358957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.2818141036044,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.063146671078629,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.326382906345438,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022732801588307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,0.923226433430515,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.923226433430515,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.517,Mm²,,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000846325167038,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000846325167038,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000338530066815,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000507795100223,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.00070583518931,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000140489977728,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,113.859704888934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,92.9286116937273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,132.077257671163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.4543002097418,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.11245726916544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.048044092245657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.130083483236442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017295873208437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.340136054421769,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.340136054421769,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.235,Mm²,,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000311804008909,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000311804008909,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000124721603563,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000187082405345,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.00026004454343,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,5.17594654788419E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.826954081184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,96.2874771766331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.479266734173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.6634917835879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.035978308880729,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022627557136509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.041599646566473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008145920569143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.320699708454811,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.320699708454811,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.2256,Mm²,,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000293986636971,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000293986636971,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000117594654788,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000176391982183,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000245184855234,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,4.88017817371938E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.55,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.4125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.8637369728402,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.005208142445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.561934888495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.0818749312801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.032010003528017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023237974956936,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.037004137599337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008365670984497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.495626822157434,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.495626822157434,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.3102,Mm²,,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00045434298441,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00045434298441,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000181737193764,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000272605790646,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000378922048998,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,7.54209354120268E-05,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.9005198644964,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,107.125416468142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.6446030428158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,38.5651499285313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.046514475107147,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.033230304188418,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.053759797453039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01196290950783,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.767735665694849,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.767735665694849,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.4418,Mm²,,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000703786191537,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000703786191537,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000281514476615,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000422271714922,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000586957683742,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000116828507795,1e6 dimensionless,Own calculations,,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.365,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,38.3306537673034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,98.347581339482,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.94927402815915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,44.463558370072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.4051292822135,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.82369417125666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.035530751174359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.043449961435783,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040910524302867,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovakia,sk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015641986116882,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,63.1524866420058,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.85,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.52,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.65195,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.05015,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.1479,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,0.715454545454545,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,6.77490067132484,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,7.09085033566242,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.913732,Mm²,,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.091186679683263,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.064125902548627,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.069940183317063,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005380014101313,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.015866482264888,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.12377125891244,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.012395947202101,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.035,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.79969666329626,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.33832153690597,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.61630940343782,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.11795753286148,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.138523761375126,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,WALLS,construction material,concrete,,0,0.230535894843276,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.630940343781598,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.769464105156724,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.230535894843276,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.769464105156724,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.230535894843276,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.769464105156724,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.230535894843276,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,174.002476415953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.4858099439961,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.8855924173858,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,200.137648373629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.1804257799069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.8438163986687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.31484723443375,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.12087853197974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.68908400961632,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03257676436854,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,25.9624606110426,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,16.6846303055213,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,6.590811,Mm²,,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.349441371081462,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.150886977779059,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.268021531619482,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020617040893806,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.060802798568175,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.265412601471347,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.050457457718874,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.055627376389243,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.21539577836412,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.7720765171504,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.774221635883905,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.14763852242744,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.824538258575198,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.175461741424802,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.130079155672823,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.869920844327177,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.045382585751979,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.954617414248021,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.824538258575198,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.824538258575198,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.175461741424802,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.130079155672823,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,183.21296164317,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.7609309118157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.5397575805316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,210.731548481974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.1055708807343,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.5007179477055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.42333204577478,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.393873000823835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.96958889273489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.086148773722024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,7.17221537196876,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,7.28950768598438,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.23767,Mm²,,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.096534331272372,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.065922454624088,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.07404183208591,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00569552554507,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016796973641393,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.086223655527376,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.012592840225601,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005368113469006,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.85523400191022,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.56865329512894,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.671938872970392,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.709264565425024,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.651384909264565,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.348615090735435,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.163323782234957,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.836676217765043,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.651384909264565,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.651384909264565,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.651384909264565,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.348615090735435,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,140.20366882467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.1316002674454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.7434679090684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,161.262259882136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.3969662720765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.596377629688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.12196986807719,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.127841667970455,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.45951623117997,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034453329518038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.08288806685847,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,6.24484403342924,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.753635,Mm²,,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.068413059984814,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.056475068710028,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.052472817008352,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004036370539104,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011903872437358,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.069626922927904,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.007448368766362,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,-0.003606784877253,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.513301886792453,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,1.80176549865229,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.453490566037736,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.540256064690027,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.508086253369272,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.491913746630728,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.491913746630728,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.491913746630728,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.508086253369272,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.508086253369272,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.152291105121294,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.339622641509434,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.508086253369272,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,,low-e,0,0.847708894878706,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.508086253369272,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.508086253369272,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.491913746630728,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.491913746630728,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,114.073098397314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.8764799206989,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.7396373326072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,131.206877776591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.3637113386283,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.3307085960692,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.788634504601639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.080450600865735,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.02944585334579,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021681436933316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.78147691464584,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,6.09413845732292,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.683807,Mm²,,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.064356220848248,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.05511216713554,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.049361221390606,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003797017030047,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011197982427595,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.035074506982195,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.005817161401943,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.028162091555977,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.335042979942693,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.28373925501433,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.297521489971347,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.241532951289398,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.477077363896848,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,0.522922636103152,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.522922636103152,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.522922636103152,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.477077363896848,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.477077363896848,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.150429799426934,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.372492836676218,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.477077363896848,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.849570200573066,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.477077363896848,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.477077363896848,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.522922636103152,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.522922636103152,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,91.8660891792139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.4517527907056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.9552018636025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,105.664375773932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9797473770952,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,41.706006444532,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.638441646963364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.07484817251126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.843349642989539,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020171582491785,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,8.50801479654747,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.95740739827374,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.547135,Mm²,,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.114513504718516,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.071962586601929,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.087831858119102,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006756296778392,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.019925349821022,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.104404454953321,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.014807552723835,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004159713614595,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.248816425120773,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,0.923470209339775,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.172938808373591,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.23243961352657,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.706119162640902,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.293880837359098,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.706119162640902,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.706119162640902,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.293880837359098,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.293880837359098,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,84.459316814312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.2546738507755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.3629717397702,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.1451061998217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.926634602784,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.9339337989399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.816379519954643,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.112722628678895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.10427367162973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030378748428962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,4.87053020961776,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,6.13866510480888,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.704438,Mm²,,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.065554832411325,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.05551484260073,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.050280556459486,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003867735112268,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.011406540839571,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.068413362900555,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.008202079147934,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.206638537271449,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,0.730323488045007,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.289704641350211,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.627285513361463,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.372714486638537,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.627285513361463,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.627285513361463,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.372714486638537,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.372714486638537,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.5108922638633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.8113697016273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.9109997060307,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,75.3506282818956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.84266413458856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,39.8880504881995,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.486356285644076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.055924945351502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.656828227365031,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01507177277223,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.52,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.39884,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03068,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.09048,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.47,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,4.27455815865187,Mm²,Episcope. Episcope Data Search. 2017 https://www.buildingsdata.eu/episcope-data/results,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.37177907932594,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.334477,Mm²,,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.074770680844095,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.057349112207421,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004411470169802,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.013010098466873,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.010467895318173,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.04,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,201.028960182313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,45.0985808757004,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.32,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,231.223510001696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.1540675460013,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.37712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.723927164692962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.105281599786962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.930856150597637,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028373391142586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,21.4070420605562,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,11.9380210302781,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.535456,Mm²,,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.331211490636812,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.17,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.254039213318435,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019541477947572,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.057630799370805,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.23,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.046369608689154,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.054841881947659,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,198.026922211431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.0753633713912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.32,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,227.770565927588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.9988104285899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.37712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.64985388298004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.349150898626348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.95644930194324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.074096167179801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.67187285929579,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.5704364296479,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.658415,Mm²,,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.075155723661824,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.057644440048619,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004434187696048,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.013077095917157,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.010521801312655,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.004633922349169,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,170.75,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,66.0960791081685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.32,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.39665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.8128933196514,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.37712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.667030651200671,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109614729034173,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.866499160588858,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02954116947471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2.5825455541855,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.52577277709275,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.17438,Mm²,,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.041004330070389,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.031450321163989,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002419255474153,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.007134753432248,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.005740606209855,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,162.65,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,55.2572356699917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.32,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,187.08003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.8918250130628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.37712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.438601029873318,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.064892992426125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.563884670887583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017488661458841,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.28113440197287,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.37506720098644,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.104552,Mm²,,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.036139328064868,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.027718864625754,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002132220355827,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.006288243083287,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.005059505929082,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026079822135786,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,130.4,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,54.0983922318148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.32,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.98608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5795167064741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.37712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.337083606983546,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.059754487336436,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.43692698468725,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016103834337169,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.0076722838745,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,4.23833614193725,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.96788,Mm²,,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.096195731454156,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.073782126025338,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005675548155795,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.016738057273023,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.013467402403582,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002728329050574,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.0587884912183,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.32,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.8698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.9518434983833,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.37712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.512800510139277,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.094573928696099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.695152632122469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.025487673783599,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,3.05521304288259,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,2.76210652144129,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.283883,Mm²,,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.051474393055371,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.03948085947347,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003036989190267,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.008956544391635,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.007206415027752,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,83,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.0425586824292,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,20.32,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.4666,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.90496956491467,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,35.37712,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.275808738342328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.042422779368873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.37177355688345,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011432939039911,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.26508448359716,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,0.087291452111226,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.203319798919022,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015639984532233,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.046124700145906,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,0.245454545454545,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.938484723934785,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.70374236196739,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.217419,Mm²,,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.016415998839168,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012591071109642,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000968543931511,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002856383798015,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.015200367364292,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.0005,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000715631474877,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.46,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,127.798295949628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.3094563511646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.993600001262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.51589848663885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.230360168013707,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007676946690414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.294998507619795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002068937133067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.17824359501302,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.82362179750651,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.272964,Mm²,,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.01822988044465,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013982318301047,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001075562946234,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003171999197369,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.016879928079956,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000349952364694,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,113.598485288558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.1855904062916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.6609777789,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9080166144956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.226539222834275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012061075499663,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.294219250298657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003250459847159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.32894917111933,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.89897458555967,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.307878,Mm²,,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.021378607610548,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016397392037291,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001261337849022,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003719877724235,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.019795486866265,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000583120744283,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,83.1280582450127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.3815329540943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.6138925934136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8828231311284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.183755348408116,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012432585602841,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.244666900716459,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003350581819966,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.72626387176326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,2.09763193588163,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.399924,Mm²,,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.027408729914425,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021022495844364,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001617115064951,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00476911900511,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.025379068783427,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001029661130998,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,63.899147974814,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.1873157632101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.4968000006311,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.75248159818512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.171461749308639,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014472176069286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.236132298067944,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003900251450673,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.78106589943828,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.12503294971914,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.41262,Mm²,,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.02821689278338,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021642356764853,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001664796674219,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.004909739344308,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.026127385874495,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001989506908885,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.47,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,56.7104938276474,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.6508461225156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.2284100005601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.60790303001796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.160072294636028,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014710252127072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.223177585716893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003964412948246,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.14399232771613,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.80649616385806,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.265029,Mm²,,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.01831777326436,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014049732093764,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001080748622597,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003187292547999,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.016961312293087,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001256460971274,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,49.5218396804809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.1143764818211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.9600200004891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.46332446185079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.114228562179247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009306328084601,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.157214849507706,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0025080554188,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.835730922044116,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.65236546102206,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.193614,Mm²,,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.014080439355954,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010799696986016,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000830745922001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002449996447936,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.013037759868163,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00094267948779,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,0.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,36.0763939607804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.4222742848815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.4950683336896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.73780291977557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.078011162778962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006277406213393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.108245548314898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001691760974509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,-10.9,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.06491551640284,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.054545454545455,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,1.56185778873818,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.01542889436909,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.361836,Mm²,,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.010200370599482,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007823684249802,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000601821865369,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00177486448431,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.008570891548149,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001428051883927,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000201427167405,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.77,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,127.798295949628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.3094563511646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.993600001262,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.51589848663885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.284164439155703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01277623244828,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.3704122059122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003443194644811,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.37717495547335,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.92308747773668,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.782391,Mm²,,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.022056064498002,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.016917001469967,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001301307805382,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.003837755222652,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.018532673391392,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.00308784902972,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00043554207689,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,2.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,113.598485288558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,44.1855904062916,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.6609777789,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9080166144956,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.401552225483657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.034570408263569,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.542281841618567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009316725027032,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.17139334155364,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.82019667077682,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.271377,Mm²,,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.007650277949611,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005867763187352,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000451366399027,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001331148363232,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.006428168661111,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.001071038912946,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000151070375554,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,83.1280582450127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,40.3815329540943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.6138925934136,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.8828231311284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.173487933300039,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010958619268483,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.229653881865287,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002953347892856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.774078640909714,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.62153932045486,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.179331,Mm²,,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.005055446832199,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003877527720297,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0002982713631,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000879647748803,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.004247854144477,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.000707762556508,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,9.98301312140898E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.62,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.63,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.899147974814,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.1873157632101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.4968000006311,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.75248159818512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.118077650578446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006489507523132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.155931229468992,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001748922277484,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.71927661323469,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.59413830661735,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.166635,Mm²,,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.004697539091866,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003603012483462,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00027715480642,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000817371801985,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.0039471211077,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.000657655472861,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,9.27625113051275E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.49,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,56.7104938276474,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.6508461225156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.2284100005601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.60790303001796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.104156269431796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005940678743625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.1381343833956,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001601012921407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.35635018495684,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.91267509247842,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.314226,Mm²,,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.008858216573234,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00679425211167,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000522634777821,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001541329683743,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.007443142660234,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.001240150320253,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000174923592747,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,49.5218396804809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.1143764818211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.9600200004891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.46332446185079,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.124689166069314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011033850064377,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.173345561180342,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00297362259235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.979586244691054,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.72429312234553,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.226941,Mm²,,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.006397600858447,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004906959858429,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000377458450648,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00111318254937,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.005375603032391,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000895664120183,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000126333705873,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,36.0763939607804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.4222742848815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,27.2717010980673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.4950683336896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.73780291977557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,47.4800316117352,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.084181824529579,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007357943348485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.118060446803391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001982965732417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.075,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,1.95488534560697,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.95488534560697,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.1575,Mm²,,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.008029585985509,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.005297201932835,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003678744085584,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.004324847333111,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.007274126147009,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000755459838499,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,229.988390056845,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.7129048584195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.42850030033421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,264.486648565372,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.0796133603575,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.2855009010026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.460213029067612,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.074070187373621,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.548877360446385,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015139652464614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.97691131749815,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.97691131749815,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.1425,Mm²,,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.0371619199144,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.008066611384839,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017597065907055,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.019475839373995,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.033550476266511,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.003611443647888,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.33680868994202E-18,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,215.760859754454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.5783104997596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.31589313307245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,220.076076949543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.4313241999039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,15.9476793992173,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.658125887706619,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.055500719745975,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.622621791473051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03220028789839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,5.6782016931043,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,5.6782016931043,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.5,Mm²,,,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.049446402180622,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.015386365779114,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.02315600373942,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026267651584278,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.044720908802452,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.00472549337817,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,136.258419724954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.7331374562905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.34891936548253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.983588119453,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.8932549825162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.0467580964476,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.80407503257931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.114332843640726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.880293574365671,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.049733137456291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.01932933344292,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.01932933344292,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.1225,Mm²,,,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.042848891911698,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.013601002793539,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020197994480272,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022619415646834,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.038663112578176,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.004185779333522,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.769147294323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.7274648531392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.37963451403663,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.424530240209,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.4909859412557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.1389035421099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.693414232910105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.103424044150788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.760746789060929,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.041369617660315,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.86960713405112,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.86960713405112,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.0775,Mm²,,,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.041995372074719,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.013195296788433,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.019875116827895,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022025817698134,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.037838718253444,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.004156653821275,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,130.512589388205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.6409372664808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.37982539039321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.122841175969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6563749065923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.1394761711796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.661742672469294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.096896547171114,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.726848845398676,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.038758618868446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.3084794937125,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.3084794937125,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.5,Mm²,,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.049486630589428,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.017094245369652,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.023337930845436,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026079579743992,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.044634785472291,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004851845117137,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,8.67361737988404E-18,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,124.492670141447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.8461061118063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.44599751570051,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,126.982523544276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.3384424447225,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,16.3379925471015,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.819715420355441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.114615265279516,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.904134536790749,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.045846106111806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,0.87066984466179,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.87066984466179,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.6225,Mm²,,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.003530765744303,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.002359275951589,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001662658904877,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001843986839426,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.00316540658836,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000365359155943,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-4.33680868994202E-19,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.3934337867495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.5049075706817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.90052625531445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.2413024624844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.4019630282727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,20.7015787659434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.086452256765678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023969304962749,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.100077300544134,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0095877219851,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.013,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,0.147941152297197,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.147941152297197,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.17,Mm²,,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001991211845156,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000972507865174,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001018703979982,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.001785121419182,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.000206090425974,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,428.189955598968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.7129048584195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,436.753754710948,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6851619433678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.063914529737689,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027941193825931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.066316696654941,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003176477530373,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.65200953398537,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.65200953398537,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.6275,Mm²,,,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.022235198937575,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001749550355752,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010859671161112,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011375527776464,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.019933855847536,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.002301343090039,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,272.98024934617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4430015183301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,278.439854333093,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3772006073321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.457304334240835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.027260483452752,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.399000373193544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020904193381101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.02186241472836,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.02186241472836,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.74,Mm²,,,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.027213228550465,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001862242624855,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.013290940824047,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013922287726418,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.024396659395492,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.002816569154973,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,135.459247046204,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.8774315335134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.168431987128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5509726134054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.281637355822113,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0224692993348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.302629746012692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01298771973392,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.94789183857977,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.94789183857977,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.7175,Mm²,,,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.026217622627887,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.001855967623635,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.01280468689146,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.013412935736427,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.023504098685901,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.002713523941986,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,134.760755196215,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,40.3672370108324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.455970300139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.1468948043329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.269972963547395,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.028963492555272,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.290170127731231,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011585397022109,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.87392126243117,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.87392126243117,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.695,Mm²,,,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.025222016705309,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001779881979202,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.012318432958873,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012903583746436,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.02261153797631,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.002610478729,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,134.062263346225,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.8570424881513,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.74350861315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.7428169952605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.258411906961835,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025615644529265,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.277815911852711,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010246257811706,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.20267937864716,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.20267937864716,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.795,Mm²,,,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.029646931916767,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000714539149839,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.014479561548149,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.015167370368618,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.026578474463382,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003068457453385,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.665279646247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.5399086642177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,135.318585239172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.4159634656871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.300670222047592,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026664227388053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.323416896179067,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010665690955221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.106846387770198,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.106846387770198,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1575,Mm²,,,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001438097443724,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00014,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000702366791515,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000735730652209,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.001289254358298,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.000148843085425,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.0062622758495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.1751457004121,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.8263875213665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.2700582801649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.010133634052853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005225085447815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.011147995189047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002090034179126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.053,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.369852880742993,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.369852880742993,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.3675,Mm²,,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00497802961289,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.008041534449487,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002215223177736,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002762806435154,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.004604677391923,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000373352220967,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,252.536115474758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.7129048584195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.52393777765494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,257.586837784254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6851619433678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5718133329648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.095074401219352,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.017166992535469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.100288808254088,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.006866797014188,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,0.953398537026383,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.953398537026383,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.1125,Mm²,,,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012832254113228,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.012270540994268,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.005710353080386,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007121901032841,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.011869835054736,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000962419058492,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,225.328653621381,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.3911310730244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.52393777765494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,229.835226693809,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.3564524292097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5718133329648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.219141124371564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006569002245715,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.152063915863448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002627600898286,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.45473822634996,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.45473822634996,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.75,Mm²,,,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01958002856494,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.008632025534354,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.008713112711398,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.010866915853542,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.01811152642257,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001468502142371,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,164.747732894032,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.9750423837546,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.52393777765494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.042687551913,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.5900169535018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5718133329648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.246245969964225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.044231281787816,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.264201556896701,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017692512715126,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.05202597189118,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.05202597189118,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.445,Mm²,,,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014159728676665,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.008324800663648,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006301079261116,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007858649415549,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.013097749025915,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00106197965075,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,160.918070682022,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,63.693045774455,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.52393777765494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.136432095662,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.477218309782,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5718133329648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.17404928974142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.028343405369633,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.186953689610128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011337362147853,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.01093120736418,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.01093120736418,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.4325,Mm²,,,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013606614275233,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.010237995618478,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006054943352479,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007551670922754,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.01258611820459,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001020496070642,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,157.088408470011,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.4110491651553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.52393777765494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.230176639412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.3644196660621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5718133329648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.163378964317111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02958777876393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.175701855565072,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011835111505572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.23284293580998,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.23284293580998,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.5,Mm²,,,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.016593432042967,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00738407725912,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009209354783846,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.015348924639744,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001244507403223,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,149.42908404599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.0951596568069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.52393777765494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.41766572691,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.6380638627228,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5718133329648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.189799895401881,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.034547579828404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.204638956677745,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013819031931361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.106846387770198,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.106846387770198,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1575,Mm²,,,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001438097443724,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000639953362457,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000798144081267,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001330240135445,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000107857308279,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,134.226047642085,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,46.7129048584195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.52393777765494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.910568594927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6851619433678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.5718133329648,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.014824934745267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007357282515201,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016078498932051,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00294291300608,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.24,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.27,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.1925,Mm²,,,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000107771835875,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000107771835875,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.17772690622526E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,8.98817111200826E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,1.78901247553162E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,130.892555502826,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.7129048584195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.26410700413078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,133.510406612882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6851619433678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.79232101239233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.036124375666754,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008992234185246,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.038397966828452,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003596893674098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,0.27,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.24,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.06,Mm²,,,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000369049060322,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000369049060322,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000280034426972,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000307786916308,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,6.12621440134139E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.317013060504,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.9170662956772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.26410700413078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.363353321714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.3668265182709,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.79232101239233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.025437392025636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003055023977741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.027691131470557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001222009591096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.64,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.64,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.285,Mm²,,,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,9.43070353406619E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,9.43070353406619E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.15601784164942E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,7.8652067474112E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.56549678665499E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,106.556136012163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.426236958634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.26410700413078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.687258732407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.5704947834536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.79232101239233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.070284955530428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014656477533211,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.075826931036671,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005862591013284,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.54,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.54,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.26,Mm²,,,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000130521494995,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000130521494995,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.90397104022913E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000108854926826,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,2.16665681691887E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,104.267973055302,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.426236958634,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.26410700413078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,106.353332516408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.5704947834536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.79232101239233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.058067323232094,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013370821609245,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.062718652905552,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005348328643698,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.53,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.53,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.2575,Mm²,,,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000391532125581,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000391532125581,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000297094576891,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000326537792735,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,6.49943328464479E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,101.97981009844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.5411529798028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.26410700413078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.019406300409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.0164611919211,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.79232101239233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.055779276064363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009666846892299,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.060320215475785,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00386673875692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.81,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.81,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.3275,Mm²,,,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000286567164179,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000286567164179,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000217447164179,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000238997014925,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,4.75701492537314E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.4034841847172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.7969143969752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.26410700413078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.3515538684115,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.1187657587901,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.79232101239233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.081540748862967,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014015989465009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.088406538653451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005606395786004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.32,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.32,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.08,Mm²,,,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.588E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,8.34E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.66E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.9810699876199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.8076440362254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.26410700413078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.7406913873723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.5230576144902,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.79232101239233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.02919845663736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003104611522898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.031850563967925,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001241844609159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.057532670337799,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.213692775540396,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.065,Mm²,,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000132653061224,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000132653061224,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.95367346938776E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.31163265306123E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000110632653061,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,2.20204081632653E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,139.659832516485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.7129048584195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0820854001628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.453029166814,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6851619433678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,75.2462562004884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.031287336592667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003036338815797,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03477030123893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001214535526319,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,0.213692775540396,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.057532670337799,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0175,Mm²,,,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,3.57142857142857E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,3.57142857142857E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.87214285714286E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.69928571428571E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,2.97857142857143E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,5.92857142857143E-06,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,107.403960602495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.4430015183301,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0820854001628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.552039814545,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.3772006073321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,75.2462562004884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.011539097103819,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000760252526571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.02238240272799,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000304101010628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.312320210405194,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.312320210405194,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.095,Mm²,,,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00019387755102,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00019387755102,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000101630612245,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.22469387755102E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000161693877551,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,3.21836734693878E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.499827888164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.8774315335134,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0820854001628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,99.4498244459273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5509726134054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,75.2462562004884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.038284808950082,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004168355995684,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.054561116664451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001667342398274,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.287663351688995,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.287663351688995,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.0875,Mm²,,,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000178571428571,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000178571428571,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.36071428571428E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.49642857142857E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000148928571429,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,2.96428571428571E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.2261164868195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.8315269071594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0820854001628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.1306388165559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.5326107628638,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,75.2462562004884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.034608260590486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003397758604376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.049586515374345,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001359103441751,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.279444398783595,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.279444398783595,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.085,Mm²,,,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000173469387755,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000173469387755,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.09326530612245E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.25367346938775E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000144673469388,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.87959183673469E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,92.9524050854749,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.7856222808053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0820854001628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.8114531871844,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.5142489123221,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,75.2462562004884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.032984077229487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002871777893868,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.047521674358354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001148711157547,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.369852880742993,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.369852880742993,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.1125,Mm²,,,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000229591836735,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000229591836735,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000120352040816,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000109239795918,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000191479591837,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.81122448979592E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,88.4049822827859,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.17775317731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,25.0820854001628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,90.1730819284416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.271101270924,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,75.2462562004884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.041973518909614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004294997232447,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.061180818737584,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001717998892979,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.090408481959398,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.090408481959398,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.0275,Mm²,,,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,5.61224489795918E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,5.61224489795918E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.9419387755102E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.67030612244898E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,4.68061224489796E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.31632653061225E-06,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,87.9232637655518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.2682431681067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,25.0820854001628,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.6817290408629,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.1072972672427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,75.2462562004884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.010216642071364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.000969876687123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.014910888778293,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000387950674849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.156160105202597,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.106846387770198,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.1575,Mm²,,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000149823585859,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000149823585859,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.16606211164098E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.81629647426949E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000124952870606,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,2.48707152526114E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,117.076868428554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.7129048584195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.8453098169459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,119.418405797125,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6851619433678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.5359294508377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.013734364889399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007357282515201,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.016434798511782,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00294291300608,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,0.106846387770198,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.156160105202597,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.0475,Mm²,,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000669277177378,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000669277177378,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00032011527394,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000349161903438,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000558177165934,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000111100011445,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,79.5798990470588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.3115177126669,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.8453098169459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,81.1714970279999,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.1246070850668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.5359294508377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.01326544842208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002152297091352,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.015190478559981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000860918836541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.328758116215994,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.328758116215994,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.225,Mm²,,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000418585207797,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.000418585207797,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000200209304889,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000218375902908,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000349100063303,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,6.9485144494328E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,96.3437034468024,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.7646328897936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.8453098169459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.2705775157384,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.3058531559174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.5359294508377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.034252983730993,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010297042400204,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.040044877773182,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004118816960081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.304101257499795,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.304101257499795,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.2175,Mm²,,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000441920830197,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000441920830197,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000211370733083,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000230550097114,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000368561972384,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,7.33588578126743E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,93.9013905644259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,40.5017001074673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.8453098169459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.7794183757145,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.2006800429869,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.5359294508377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.03094129953243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008809119773374,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03628394731308,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00352364790935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.295882304594395,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.295882304594395,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.215,Mm²,,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000932534537104,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000932534537104,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000446031269097,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000486503268007,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.000777733803945,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000154800733159,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.4590776820495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.2387673251411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.8453098169459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,93.2882592356905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.0955069300564,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.5359294508377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.029382411029538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007576334974905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.03456621018094,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003030533989962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,0.476699268513191,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,0.476699268513191,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.27,Mm²,,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00056768558952,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00056768558952,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000271524017467,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000296161572052,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000473449781659,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,9.4235807860262E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,86.5744519172966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.8198070774094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.8453098169459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,88.3059409556426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.9279228309638,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.5359294508377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.045009831351903,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010751347910901,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.053314937811916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00430053916436,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.213692775540396,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.213692775540396,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.065,Mm²,,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.0002,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0002,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.566E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00010434,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.0001668,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,3.32E-05,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.0942314981313,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,36.719038193998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,7.8453098169459,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,78.6361161280939,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6876152775992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.5359294508377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.018150966336747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00238673748261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.021833428002402,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000954694993044,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.263006492972795,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.263006492972795,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.205,Mm²,,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000670096044504,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,1,0.000670096044504,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000268038417801,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000402057626702,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000558860101116,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000111235943388,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,1.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,264.020284925617,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.7129048584195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,269.30069062413,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6851619433678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.070448141308484,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009576145495976,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.073855106485761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00383045819839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,0.501356127229391,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,0.501356127229391,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.2775,Mm²,,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001020426340182,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,1,0.001020426340182,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000408170536073,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000612255804109,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000851035567712,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.00016939077247,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.02,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.69,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,145.324842279157,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,48.4646387906102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,148.23133912474,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3858555162441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.074783081924289,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013448937264394,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.080087435544573,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005379574905758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.920522725404783,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.920522725404783,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.405,Mm²,,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001946375271058,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,1,0.001946375271058,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000778550108423,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001167825162635,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001623276976062,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000323098294996,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,141.047181846119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.2163727228009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.868125483041,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.0865490891204,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.133368958581469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020337630952734,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.143029345981974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008135052381094,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.887646913783184,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.887646913783184,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.395,Mm²,,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001720526853383,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,1,0.001720526853383,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000688210741353,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00103231611203,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001434919395721,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000285607457662,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,137.85820526203,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.7198405871824,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.61536936727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.487936234873,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.12577509626628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021219337031937,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.135033856126593,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008487734812775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,0.879427960877784,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,0.879427960877784,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.3925,Mm²,,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001669205043737,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,1,0.001669205043737,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000667682017495,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001001523026242,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001392117006476,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00027708803726,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,134.66922867794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.8686342106697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.362613251499,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.3474536842679,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.12180603686696,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021928438927688,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.130922977965814,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008771375571075,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.21640502999918,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.21640502999918,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.495,Mm²,,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002162422039261,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,1,0.002162422039261,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000864968815704,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001297453223557,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001803459980744,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000358962058517,1e6 dimensionless,Own calculations,,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.291275509762,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.2907695345446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.83675735573267,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.857101019957,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.5163078138178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.510272067198,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.160721203781485,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0253889309196,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.173176388730985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Slovenia,si,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01015557236784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,1752.5796,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,26.56,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,9.81,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,20.92928,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.21376,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.41696,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,14.8347234042553,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,271.6428,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,195.81317312,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,57.86032,Mm²,,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.11669334049078,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,1.52043030969002,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.24395435230674,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.498119894199385,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.374619093984661,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,3.82918943039543,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.717215247282172,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.613417245215725,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,3.27767506936806,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.95464610142437,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,3.1137032873072,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.27248454710868,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.526085002068893,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.354921437269826,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete + bricks,,0,0.118906530929588,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,FLOOR,construction material,wood,,0,0.256771024301031,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete + bricks,,0,0.243228975698969,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.743228975698969,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.256771024301031,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,67.8085155930486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.2724563899884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.4365513782591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,115.321942469098,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6644755289596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.6351902794028,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.014314241566,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.90878041391077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,30.0884559512659,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.848491246737773,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,244.3728,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,176.16786512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,49.57024,Mm²,,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.70342184058288,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.36789041030291,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.91829641037931,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.448114042710528,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.337011387493042,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,3.60490948555845,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.696651363384953,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.710319463178565,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,2.43219962287129,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.63806962149634,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,2.09484065329693,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.12263774037045,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.22962866571075,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.521652982656008,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.248718351633242,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.22962866571075,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.77037133428925,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,67.0600812704392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.3340284814994,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.5984508168665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,114.049080216636,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.3907361080534,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.8917846996517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,16.1144140539669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.44549963199476,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,26.9077765047154,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.713352242652871,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,224.7128,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,162.00480112,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,43.5936,Mm²,,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.40547839767164,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.25791848430546,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.68351697736525,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.412062886118268,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.309898534188119,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,3.58547957278465,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.650658911836707,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.444860881110345,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.3488207703344,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,5.47342857193716,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,2.31312728068895,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.989155437518468,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.411948051023351,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.060712162369033,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete + bricks,,0,0.527339786607617,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.411948051023351,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.588051948976649,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,0.411948051023351,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,0.588051948976649,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,61.5960123994533,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.8637127091879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.7395466231116,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.75633828775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.8369449972701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.1154074429696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.9651529309685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.21733234635925,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.288921680017,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.646795845432995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,253.6828,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,182.87478912,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,52.40048,Mm²,,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.84451306405712,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.41996765501483,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.02947629447701,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.465186080750911,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.349850688829198,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,3.65696130091019,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.680968140414298,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.561121928562548,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.628746134937016,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.84076629554704,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.919472143953,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.21058302730812,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.613809056033756,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,0.479102248950264,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,0.520897751049736,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,42.3136174849463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.3458046884568,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.5392650796279,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,71.9627692566481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.9775712276229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.7979812247023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.1875037498061,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.69054481166139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,20.2120459637306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.784831921561627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,250.4728,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,180.56230512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,51.42464,Mm²,,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.79586614382594,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.40201191328279,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.99114252133484,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.459299803402938,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.34542381908816,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,3.64753750827754,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.675253545001676,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.535148119394715,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.556845565666212,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,3.52548430009167,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.687167341124465,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.991149857389705,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.606065009853365,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,0.472426546914475,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,0.527573453085525,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,41.5464291571009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.3392801196549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.5591747792273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.6580120674815,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8088680109033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.8295361075974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.8998146907534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.43440543801241,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,19.7287153656723,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.71011606626822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,340.7928,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,245.62883312,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,74.68368,Mm²,,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.16464802397563,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.90723390494557,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.0697426428928,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.624922410901051,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.469982970181782,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,5.47856487812721,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.974496029520338,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.557701894657049,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.519847285506032,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,3.44810264477419,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.55406934653549,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.86881133932407,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.496732325330817,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,0.336978950259512,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,0.663021049740488,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,33.9793394828907,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.9393849005927,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.9631354333139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.7886626585523,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.1088185755029,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.4697733482591,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.468012728469,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.3562386413127,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.8968555511041,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.979014811670914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,166.9028,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,120.35847712,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,22.71792,Mm²,,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.52937918939602,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.934547322458411,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.99315080124406,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.306054881916918,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.230173506235038,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.21998739259783,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.44748889106713,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,1.55186825638633,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.489340238749739,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.23232226181945,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.461521676089317,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.739988592162624,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.615944130356112,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,0.617561838387373,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,27.0051279537804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.6480877075688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.8275572967801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,45.9276211109943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.8570471842978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.2548955596667,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.22576530494077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.923440004693532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.2335997172796,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.269367449369103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,7.76,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.11488,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.93896,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.70616,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,7.37,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,139.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,100.5364,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,30.65232,Mm²,,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.2866108767127,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,1.23,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.58984937084961,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.397679916082236,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.299081589780855,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,2.5,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.456838911863065,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.329771964849631,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,3.97666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.72666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,3.40222222222222,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.43166666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,flat roof,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,75.901376345808,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.2724563899884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.9857329282804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.085470751316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6644755289596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3357881180315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.8608608763478,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.54096742045197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,16.512130964108,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.449500196545839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,112.23,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,80.891092,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,22.36224,Mm²,,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.38429734660081,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,1.55,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.66682630912144,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.409499978938698,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.307971058540674,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.45,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.470417331177513,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.463880015423298,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,2.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,2.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,flat roof,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,80.3048291866724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.780630081688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.9857329282804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.574422997774,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.1044097948284,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3357881180315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.29002413232431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.15793087723793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.8910897160465,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.337768436890303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,92.57,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,66.728028,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,16.3856,Mm²,,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.96805220531295,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.4,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.33882513778661,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.359134316842867,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.270092750683479,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,2.37,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.412559256538501,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.185492948774452,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,5.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,2.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,76.4320249968212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.2724563899884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.9857329282804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.987944912094,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6644755289596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3357881180315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.5799576012555,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.823744361423794,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.0191731338428,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.240286230227321,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,121.54,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,87.598016,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,25.19248,Mm²,,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.00079452559778,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.07,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.36462608617105,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.363096137597332,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.273072301829398,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,2.31,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.417110439058092,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.27368408653969,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.09,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,1.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.08,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,46.9205123001193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.7860792094878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.9857329282804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.7977152688128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.3976993054076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3357881180315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.05304976729724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.32981224476344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.0694332267465,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.387906231797495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,118.33,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,85.285532,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,24.21664,Mm²,,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.9588705926302,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.05,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.33159002699259,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.358023341708254,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.269257223929348,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,2.3,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.411283012375597,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.247587580254598,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.57,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.98,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,47.2928973183742,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.7479353148894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.9857329282804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.431030469359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.3446727313532,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3357881180315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.92499168502233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.10786128026396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.85758703089416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.323163135452998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,114.84,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,82.771336,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,23.15568,Mm²,,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.50365293504929,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.4,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.76087851281884,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.423942005140964,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.318832417089485,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.99,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.487007757971851,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026645177077436,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.525,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.03,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.655,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.93,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,43.4294027539794,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.2724563899884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.9857329282804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,73.8603852636928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6644755289596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3357881180315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.43051125711267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.16409291298053,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.02308467322531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.33956590271642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,63.83,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,46.023732,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,7.64864,Mm²,,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.57048517802188,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.32,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.23754232028124,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.190028706540648,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.142914151199991,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.218297439745042,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,1.30218773827684,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.88,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,31.6620361771241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.2724563899884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.9857329282804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.847624926435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6644755289596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3357881180315,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.4775744004024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.384515920842721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.89545201402472,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.112163294109822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,10.5202005143362,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,2.1999045679729,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.28991800529689,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.27294426223468,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.95733824680459,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,7.46472340425532,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,35.2328,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,25.42230912,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,9.50304,Mm²,,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.830082463778087,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.654104981457132,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.100439978117148,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.075537504203806,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.588994096299048,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.115381462465154,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.125706905013885,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.46666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,2.6325,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete + bricks,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,59.2650756552697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.2724563899884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,100.792114166917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.6644755289596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.1749559602491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.477741163972315,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.62155835889024,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.139357097530724,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,10.5828,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,7.66444912,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.00944,Mm²,,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.319124493982064,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.251470101257867,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03861406377183,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.029040328952368,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.226438277089186,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.044358304663507,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.048327912229371,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,2.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.8112046109554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.2561090065891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,94.9181156818518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.784606997222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.628498231312185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0949583156822,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.04564170239479,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027699340684498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,13.6428,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,9.86887312,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.93968,Mm²,,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.437426192358686,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.344691839578644,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.052928569275401,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.03980578350464,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.310380541823752,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.060802240737857,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.066243409797076,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.64,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,51.2029400100508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.2779055177882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,87.0808400750934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.9577650395388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.764093937687155,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.150740633292532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.269527995703,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.043971042731432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,34.1728,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,24.65868512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,9.1808,Mm²,,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.843718538459338,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.29,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.664850208305958,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.10208994315358,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.0767783869998,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.598669722317449,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.117276876845848,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.127771939296041,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,4.535,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.39,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,38.076368116565,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.0210941080385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,64.7564792558422,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.5911531513148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.58710782428492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.45923366078708,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.62413333601514,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.133958458851591,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,33.4728,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,24.15440512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,8.968,Mm²,,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.836995551195741,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.4,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.659552494342244,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.101276461694685,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.076166595158812,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.593899353130598,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.116342381616208,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.126753816448935,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.955,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.975,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,36.4006355344179,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,48.7642826982887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,61.9065608533846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.2245412630908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.51415264765751,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.437318087238254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.50159602502248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.127565686047399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,54.4428,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,39.26119312,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,11.14464,Mm²,,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.66099508892634,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.5,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.30886413007396,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.200980405760088,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.151150553092297,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.17857724268329,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.230878317360762,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.251539528882293,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.6625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.7675,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,29.1763661802726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,42.2288633675903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,49.6202459627896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.3181594443261,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.1781779146523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.470625479840981,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.58484295501166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.137281452469614,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,38.9728,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,28.11660512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,7.33856,Mm²,,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.958894011374137,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.22,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.755608480962821,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.116026175376271,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.087259355035047,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.680393739563287,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.133286267581005,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.145214004229846,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.45,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.56,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,24.1212395574621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,34.687994909092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.0229921153758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.1184881149821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.41744911980998,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.254559931920066,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.3250515231598,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.074255132141083,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,769.22,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,8.27979948566384,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,5.87527659574468,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,96.91,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,69.854564,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,17.70496,Mm²,,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.04312858240254,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.80007962270275,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.06154458636175,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.181504373338042,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.74019533409638,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.144994872953953,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.157938375352209,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.46333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.09666666666667,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,0,2.87333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.07333333333333,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,other,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,aluminium,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete + bricks,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,0.6666,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete + bricks,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,59.2650756552697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.2724563899884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,1,100.792114166917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,1,14.6644755289596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,1,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.97813902864427,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.890071829486489,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.95415713765204,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.259633952661209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,121.56,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,87.612424,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,25.19856,Mm²,,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.30845847153909,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.00358764767048,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.077199049820806,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.227671774047801,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.928471208469259,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.181875727543933,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.198111535525895,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,2.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.59,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.91,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.8112046109554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.2561090065891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,1,94.9181156818518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,1,13.784606997222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,1,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.19552272431921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.19078589816908,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.9704175857788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.347352246495919,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,118.5,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,85.408,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,24.26832,Mm²,,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.27552096806007,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.24,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.978324582502072,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.075255737115544,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.221940648442452,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.905099030960901,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.177297414560349,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.193124522538817,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,5.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.92,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,51.2029400100508,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,51.2779055177882,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,1,87.0808400750934,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,1,14.9577650395388,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,1,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.62086597626047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.24442862003545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.999820178879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.36299982846434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,97.97,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,70.618188,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,18.0272,Mm²,,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.05453830582991,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.808830880571544,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.062217760043965,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.183489665214405,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.748291578592739,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.146580824510358,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.159665902726818,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.53,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,38.076368116565,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.0210941080385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,1,64.7564792558422,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,1,14.5911531513148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,1,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.5471933648665,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.901740267704431,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.518219545306,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.263037636089382,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,98.67,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,71.122468,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,18.24,Mm²,,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.06207302884799,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.814610013126409,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.062662308702032,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.18480070701955,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.753638155146938,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.147628151009871,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.160806722691182,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,1.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,36.4006355344179,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,48.7642826982887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,1,61.9065608533846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,1,14.2245412630908,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,1,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.46048998088163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.889460516416787,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.36922554226535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.259455632638777,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,171.51,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,123.596404,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,40.38336,Mm²,,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.84611477832896,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.4,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.41597003497832,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.108920771921409,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.32122397142924,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.30998763544392,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.256609954187726,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.279517188697321,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,3.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.51,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.86,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,aluminium,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,29.1763661802726,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,42.2288633675903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,1,49.6202459627896,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,1,12.3181594443261,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,1,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.85932062577464,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.70534339176421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.2889229382355,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.49744866737762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,64.1,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,46.21824,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,7.73072,Mm²,,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.689965350655277,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.529203423952598,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.040707955688661,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.120053971014018,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.489593653034547,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.095905183741084,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.104466513879647,1e6 dimensionless,Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.37,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.71,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,0,0.5,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete + bricks,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,24.1212395574621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,34.687994909092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.9681457880342,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,1,41.0229921153758,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,1,10.1184881149821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,1,30.0626142594553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.33069938397727,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.268163176003616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.82302406913763,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.078223198440255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.967,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,83.2269894798938,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,83.2269894798938,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,81.07891,Mm²,,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.533614994266926,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.468465819568818,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.286482297163583,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.245822167241168,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.45610957405454,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.077505420212386,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.311229865055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,110.497720883928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.9334486397867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,232.246491793676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.4588148596424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.8003459193601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.8424247402172,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.95903476675309,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,19.4112835949442,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.65869807871161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,50.2113853111788,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,50.2113853111788,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,52.896895,Mm²,,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.40969780451146,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.282628482881381,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.239430841944904,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.169866202995346,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.355641757178428,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.054056047333032,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,6.24500451351651E-17,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,5.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.7928158057649,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.064717998657,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.4559942794143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.989691879086,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,59.3136533593018,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.3679828382429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.08384301548531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.03366941117959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.6670007352414,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.13750809381339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,14.9837774063514,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,14.9837774063514,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,21.147005,Mm²,,,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.121345499135691,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.08434027959883,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.071728544169632,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.049548626226906,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.105562784252948,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.015782714882743,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,94.1565205894235,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,114.372449625538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.39313026754419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,213.735301737991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,59.4736738052797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.1793908026326,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.47664603191445,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.4186347640935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.40003924325937,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.25769007732862,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,55.1076590305771,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,55.1076590305771,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,57.010445,Mm²,,,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.50843060903497,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.310188495506196,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.275680338175353,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.23242167872077,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.437017309269271,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.0714132997657,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.2143795486184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,119.916610761866,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.24934904681645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.356641575364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.3566375961701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.74804714044936,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.65459835588843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.83649934242575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.6966550019873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.55497965806139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,59.6991446268804,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,59.6991446268804,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,60.99807,Mm²,,,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.550706369633997,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.336032925015811,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.297720965664209,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.252627637762539,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.473150073406032,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.077556296227965,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,74.2050743185606,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,119.349006259974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.27519180821047,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.445518703133,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.0614832551867,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.8255754246314,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.62550561323129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,7.28005903827635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.6426318311256,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.7856306999037,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,71.3695801789401,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,71.3695801789401,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,70.962935,Mm²,,,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.689035776186471,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.401723155910701,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.3815567307164,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.306944699375125,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.593959102930283,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.095076673256188,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.695,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,68.0433070832592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,117.227819026202,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.13946990341359,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.458307078998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,60.958465893625,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.41840971024077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.08028490950996,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.31883010174814,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.6958124783511,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.32579165290903,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,14.8559630321502,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,14.8559630321502,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,19.367265,Mm²,,,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.162605771917209,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.083620841518263,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.103127269531063,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.059470824999725,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.143304898788265,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.019300873128944,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,4.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.0194003191701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,89.8372193071084,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.17914489132245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.594038724516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.7153540396963,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.53743467396734,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.0131550664935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.73990123318388,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.33433935999517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.02474864125562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,10.1368311867073,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,10.1368311867073,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,10.317455,Mm²,,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.153621687893061,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.025438315445942,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.107535181525143,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.046086506367918,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.137721843196129,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.015899844696932,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,93.076532020327,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,110.497720883928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.95959288276069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,211.283727686142,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.4588148596424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87877864828207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.96336515478143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.11005526282248,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.20133966679432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.592828736667692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,13.9514305378036,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,13.9514305378036,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,13.58311,Mm²,,,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.211431192673966,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.035011029029287,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.148001834871776,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.06342935780219,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.189548064232211,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.021883128441756,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,106.688289097465,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,102.762880422053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.95959288276069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.182416251245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,53.4366978194675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87877864828207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.51579337852659,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.39583950868959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.4608085297653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.725836544518586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,4.40467997247075,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.40467997247075,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,5.431565,Mm²,,,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.066752060830118,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.011053517269289,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.046726442581082,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020025618249035,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.059843222534201,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.006908838295917,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,115.779937086435,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.790509226273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.95959288276069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,262.820457186206,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,53.9710647976621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87877864828207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.518604949623434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.563744897245603,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.18353414269837,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.293147346567714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,12.103038049356,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,12.103038049356,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,11.93769,Mm²,,,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.183419167147042,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.030372499460925,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.128393417002929,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.055025750144113,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.164435283347323,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.018983883799719,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,124.871585075404,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,95.4872684881714,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.95959288276069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,283.458498121168,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.6533796138492,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87877864828207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.53504257267232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.13989741015856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.50186006983771,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.592746653282451,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,12.869924294563,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,12.869924294563,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,12.65966,Mm²,,,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.195041177738,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.032296995771203,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.1365288244166,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.0585123533214,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.174854415842117,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.020186761895883,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.442472343345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,87.1840277500696,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.95959288276069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,232.544412219393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.3356944300362,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87877864828207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.34364667565601,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.10372014874645,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.06848841653512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.573934477348152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,18.2872873857045,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,18.2872873857045,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,17.285305,Mm²,,,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.277140252553613,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.045891835091244,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.193998176787529,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.083142075766084,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.248456236414314,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.028684016139299,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.695,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,80.0133596112856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.3374652525633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.95959288276069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,181.630326317618,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.2554819313329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87877864828207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.49906294011332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.37137228481746,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.42903288994764,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.713113588105079,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,7.94415495034903,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,7.94415495034903,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,8.453765,Mm²,,,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.120392109711462,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.01993580793211,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.084274476798024,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036117632913439,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.107931526356326,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.012460583355136,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,4.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,74.2989359852832,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,78.472598822525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.95959288276069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.658584686593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.805751387713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.87877864828207,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.605809569613405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.663388909384903,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.38655185895761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.46496223288015,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,1.29,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,16.2029298987317,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,16.2029298987317,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,15.505565,Mm²,,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.245552223767933,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.2454306164858,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.10927073957673,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.136281484191203,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.206263867965063,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.039288355802869,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.202683762007,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,110.497720883928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.03217039693701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,252.430092139755,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.4588148596424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.09651119081104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.83473640403047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.7133295935176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.28888843072238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.890931388629151,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8.1309605741815,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8.1309605741815,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,8.61327,Mm²,,,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.123223112291311,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.123162087277765,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.054834284969633,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.068388827321678,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.103507414324701,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.01971569796661,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,102.488187732353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,138.12215110491,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.03217039693701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,232.648186152441,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,71.823518574553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.09651119081104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.849850911148588,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.18968338044739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.94122372139288,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.61863535783264,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.07452561203421,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.07452561203421,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,3.44195,Mm²,,,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.031439028649899,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.0314234587855,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.013990367749205,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.017448660900694,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.026408784065915,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.005030244583984,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,93.7736917026993,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,139.503372615959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.03217039693701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,212.866280165127,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,72.5417537602986,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.09651119081104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.198751714708714,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.480163633375499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.454243918750398,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.24968508935526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,16.743683020352,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,16.743683020352,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,15.96729,Mm²,,,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.253747231235916,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.253621565458324,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.112917517899983,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.140829713335933,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.213147674238169,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.040599556997747,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,76.344699643392,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,150.663642425235,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.03217039693701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,173.3024681905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,78.3450940611224,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.09651119081104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.31231746808259,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.40569007106004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.00379964493533,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.25095883695122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,18.3757742601514,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,18.3757742601514,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,17.36086,Mm²,,,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.278481253775647,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.27834333872085,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.123924157930163,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.154557095845484,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.233924253171543,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.044557000604104,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.5102731212436,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,161.823912234512,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.03217039693701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,160.058319985223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,84.1484343619463,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.09651119081104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.33302356636987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.80940228495565,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.05322366992437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.46088918817694,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,21.7972667387671,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,21.7972667387671,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,20.28232,Mm²,,,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.330333301027613,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.330169706765181,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.146998318957288,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.183334982070325,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.277479972863195,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.052853328164418,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.695,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.6758465990951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,163.442151356857,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.03217039693701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.814171779946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,84.9899187055658,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.09651119081104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.45405244007672,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.31498601530821,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.33303494392064,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.72379272796027,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.838560613509,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.838560613509,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.24047,Mm²,,,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.027863025391143,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.027849226506581,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.012399046299059,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.015463979092084,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.02340494132856,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004458084062583,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,4.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,64.8815658496312,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,110.497720883928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.03217039693701,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.281154478663,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.4588148596424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.09651119081104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.12302495996567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.358064549592741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.281994135091846,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.186193565788225,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.047,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,16.7830105201062,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,16.7830105201062,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,16.00087,Mm²,,,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.020477029096478,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.020477029096478,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.019166499234303,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.017077842266463,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.003399186830015,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,98.7452402573214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,110.497720883928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.70145322299242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,224.15169538412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.4588148596424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1043596689772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.7193639344302,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.76805966716001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.94830484687481,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.919391026923206,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,5.13223871792351,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,5.13223871792351,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,6.052795,Mm²,,,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006261868300153,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.006261868300153,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.005861108728943,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.005222398162328,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001039470137825,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,92.0879367330286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,120.442515763481,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.70145322299242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.039616383975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,62.6301081970102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1043596689772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.491614015898564,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.72901385720062,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.12983143741659,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.379087205744322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.87503686953102,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.87503686953102,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.41776,Mm²,,,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00106763654926,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.00106763654926,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000999307810107,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.000890408882083,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000177227667177,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,85.4306332087358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,121.646940921116,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.70145322299242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.92753738383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,63.2564092789803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1043596689772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.077993861885988,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.294113107881437,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.179410469351095,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.152938816098348,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,4.20804247369974,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,4.20804247369974,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,5.263665,Mm²,,,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005134252169474,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.005134252169474,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.004805660030628,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.004281966309342,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000852285860133,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.1160261601503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,105.224603896765,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.70145322299242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.703379383541,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,54.716794026318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1043596689772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.319043173493118,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.553867064670267,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.735598390664417,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.288010873628539,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,4.58165372136467,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,4.58165372136467,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,5.582675,Mm²,,,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005590096988259,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005590096988259,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.005232330781011,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.004662140888208,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000927956100051,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.6587757318684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,88.8022668724147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.70145322299242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.585420911341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.1771787736557,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1043596689772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.326947858548472,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.495754195211958,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.754551546066546,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.257792181510218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.84298495723134,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.84298495723134,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,7.513525,Mm²,,,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008349157733538,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.008349157733538,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.007814811638591,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00696319754977,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001385960183767,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.695,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.2015253035865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,101.234584234553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.70145322299242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.53,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,52.6419838019675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1043596689772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.457816075651351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.760628579510918,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.934986867855748,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.395526861345677,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.098318749385508,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.098318749385508,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.754555,Mm²,,,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000119959162838,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000119959162838,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000112281776417,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000100045941807,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.99132210311383E-05,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,4.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.0756149074111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,91.7995848108735,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.70145322299242,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.021645839823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.7357841016542,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1043596689772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.005778887831128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.161067420527842,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.01338373862047,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.083755058674478,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.037,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.71929997050438,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.71929997050438,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,5.700205,Mm²,,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.012428271518545,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.012428271518545,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.006514899930021,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.005913371588523,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.010365178446466,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.002063093072078,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,98.7452402573214,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,110.497720883928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.5072661149621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,224.15169538412,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.4588148596424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,55.5217983448862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.553349749864282,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.629859661071169,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.31986311070615,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.327527023757008,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1.75007373906204,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1.75007373906204,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.164915,Mm²,,,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004608817354794,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.004608817354794,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002415942057383,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002192875297411,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.003843753673898,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000765063680896,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,92.0879367330286,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,102.762880422053,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.5072661149621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.039616383975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,53.4366978194675,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,55.5217983448862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.193549760170508,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.325235781690961,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.463001984286081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.1691226064793,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.48461311572117,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.48461311572117,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.267645,Mm²,,,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003909727081875,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003909727081875,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002049478936319,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001860248145556,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.003260712386284,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000649014695591,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,85.4306332087358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,103.790509226273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.5072661149621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.92753738383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,53.9710647976621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,55.5217983448862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.154307568556468,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.131569520068139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.370335755530786,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.068416150435432,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.64192311473798,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.64192311473798,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.07257,Mm²,,,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00432400279916,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.00432400279916,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00226664226732,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00205736053184,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.0036062183345,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000717784464661,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.1160261601503,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,91.8546006652519,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.5072661149621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.703379383541,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,47.764392345931,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,55.5217983448862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.148796478320163,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.282229690366033,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.359950886644847,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.146759438990337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.8778881132632,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.8778881132632,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.27405,Mm²,,,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004945416375087,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.004945416375087,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002592387263821,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002353029111267,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.004124477256823,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000820939118265,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.6587757318684,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.9186921042305,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.5072661149621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.585420911341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.5577198941998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,55.5217983448862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.161810185751102,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.261657793883856,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.392679961438791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.136062052819605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.9172156130174,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.9172156130174,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,3.30763,Mm²,,,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005048985304409,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005048985304409,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002646678096571,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002402307207838,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004210853743877,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000838131560532,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.695,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.2015253035865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,90.3081220777804,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.5072661149621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.467462439141,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,46.9602234804458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,55.5217983448862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.156653370628424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.298705853828129,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.381505317597929,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.155327043990627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.658735620882903,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.658735620882903,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.562465,Mm²,,,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00173477956613,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.00173477956613,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000909371448565,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000825408117565,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001446806158153,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000287973407978,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,4.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.0756149074111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,83.3248900439497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,18.5072661149621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.021645839823,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.3289428228538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,55.5217983448862,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.048471664816626,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.04686733427857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.118930397801352,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.024371013824857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.196,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,10.8052305574673,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,10.8052305574673,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,10.89671,Mm²,,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.043175786730808,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.043175786730808,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.020650978793345,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.022524807937463,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.036008606133494,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.007167180597314,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.43087455424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,110.497720883928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.6449609072846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,216.628085238125,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.4588148596424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.9348827218538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.08134247539294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.2040616201331,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.49128602682152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.626112042469214,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8.46524432209222,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8.46524432209222,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,8.8987,Mm²,,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.033825616355983,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.033825616355983,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.016178792303067,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.017646824052917,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.02821056404089,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.005615052315093,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,87.4306814778367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,107.18278925741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.6449609072846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,198.467646954689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,55.7350504138531,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.9348827218538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.779442808903642,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.953787486764913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.79803930834238,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.495969493117755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.21217186117393,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.21217186117393,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,3.55948,Mm²,,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008839446782922,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.008839446782922,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.004227907396272,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.004611539386651,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.007372098616957,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001467348165965,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,79.4304884014333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,108.254617149984,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.6449609072846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,180.307208671254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,56.2924009179917,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.9348827218538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.185989343176301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.385330144653025,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.429696888835406,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.200371675219573,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.229279323567,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.229279323567,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,8.69722,Mm²,,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.032882742032472,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.032882742032472,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.015727815514131,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.01715492651834,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.027424206855081,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00545853517739,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,63.4301022486266,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,95.8053361777358,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.6449609072846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.986332104382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,49.8187748124226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.9348827218538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.560208709679458,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.833240085911728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.29957778792213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.433284844674098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,8.89784681938846,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,8.89784681938846,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,9.26808,Mm²,,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.035554219282421,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.035554219282421,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.017005583082782,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.018548636199639,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.029652218881539,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.005902000400882,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,61.4357684031518,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,83.3560552054876,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.6449609072846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,139.459194275155,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.3451487068536,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.9348827218538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.587976207117736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.772550588128876,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.36487700012086,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.401726305827016,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,9.05515681840527,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,9.05515681840527,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,9.4024,Mm²,,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.036182802164763,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.036182802164763,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.017306234275406,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.018876567889357,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.030176457005412,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.006006345159351,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.695,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,59.4414345576769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,94.192342382201,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.6449609072846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,1,117.715,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,48.9800180387445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.9348827218538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.580312360861563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.885634080014407,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.19211033317105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.460529721607492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.38629436633566,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.38629436633566,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.183695,Mm²,,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005539386650631,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005539386650631,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002649488634997,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002889898015634,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004619848466627,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000919538184005,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,4.48,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.54,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.66,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,55.4527668667273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,86.8512086147672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,4.6449609072846,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.877780787471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,45.1626284796789,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.9348827218538,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.083313141442687,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.102805341381257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.19382150776536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.053458777518254,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.197,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,24.579687346377,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,24.579687346377,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,22.658105,Mm²,,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.058359995260102,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.058359995260102,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.023343998104041,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.035015997156061,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.048672236046925,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.009687759213177,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,5.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,106.402567916165,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,110.497720883928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.04825559540552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,241.533829169694,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,57.4588148596424,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.14476678621656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.69026702171788,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.50366896204873,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.16160151302503,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.30190786026534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,12.781437420116,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,12.781437420116,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,12.584105,Mm²,,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.030347197535253,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.030347197535253,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.012138879014101,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.018208318521152,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.025309562744401,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.005037634790852,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,5.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.65,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,95.0308649004199,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,114.641385417075,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.04825559540552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,215.720063323953,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,59.613520416879,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.14476678621656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.25359214083741,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.44265923143394,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.87409575403815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.750182800345649,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.93274997542031,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.93274997542031,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,5.028605,Mm²,,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009337599241616,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.009337599241616,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.003735039696647,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.00560255954497,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.007787557767508,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001550041474108,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,6.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.225,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,83.6591618846751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,118.785049950222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.04825559540552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,189.906297478212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,61.7682259741156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.14476678621656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.340998593963546,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.597323096104938,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.78281806809332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.310608009974568,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,12.1816930488644,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,12.1816930488644,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,12.07201,Mm²,,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.028923213650907,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.028923213650907,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.011569285460363,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.017353928190544,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.024121960184856,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.00480125346605,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,60.9157558531856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,127.072379016517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.04825559540552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.278765786731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,66.0776370885888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.14476678621656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.779189953640786,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.53401903021118,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.79586822198292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.797689895709815,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,13.0960574181496,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,13.0960574181496,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,12.852745,Mm²,,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.031094205474582,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.031094205474582,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.012437682189833,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.018656523284749,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.025932567365802,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.005161638108781,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.05,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.73,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,63.5443907211466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,132.155274177178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.04825559540552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.245766937003,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,68.7207425721323,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.14476678621656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.872101119788098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.69855803940435,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.0088112370399,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.883250180490261,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,13.4696686658146,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,13.4696686658146,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,13.171755,Mm²,,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.031981277402536,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.031981277402536,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.012792510961014,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.019188766441522,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.026672385353715,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.005308892048821,1e6 dimensionless,Own calculations,,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.695,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,66.1730255891078,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,121.326497530553,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.04825559540552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,150.212768087275,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,63.0897787158874,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.14476678621656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.932387722178578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.59808290048054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.14649319414692,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Spain,es,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.831003108249883,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,402.906309674947,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.06,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,2.98,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.50658,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.53824,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.01518,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,3.71177304964539,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,1.34822695035461,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,73.8509270380901,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,66.8321846183982,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,4.230432,Mm²,,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.927475400209578,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.546347037983387,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.642740452345238,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.281952521663712,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002782426200629,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.14283185216483,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.154117175589919,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.00912873148185,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.593241259062786,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.50954207492626,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.340528148234258,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.298403400956975,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,Before 1945,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,216.408035351329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.4538519557566,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.5367030356009,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,273.128581416912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.26997648534034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.3209823423158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,22.1543224965371,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.04,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,19.818354089159,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,64.1659945423017,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,58.0605412569627,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.863208,Mm²,,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.805844745012777,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.474639650350758,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.558450408293855,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.244976802483884,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002417534235038,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.794609532304482,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.10703433090085,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005426737649332,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.48819441182844,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.19944437105769,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.27611740824894,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.295554133541507,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,161.309361295446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.0798239006119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.8025980865443,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.588544890982,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.79402724316722,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7109706135346,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.40506172464892,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.060355920430823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,13.213567131984,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019452713154854,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,63.6717976444002,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,57.6129471265333,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.841156,Mm²,,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.799638249251023,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.470980608995531,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.554149306730959,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.243090027772311,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002398914747753,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.792312699523849,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.1067259157478,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005418297845301,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.377531385112257,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.15833767015895,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.203246861488774,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.279481168932646,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,111.05350922281,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,21.4757829921829,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.818335107052,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.160633990109,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.92164485838056,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.7340521015131,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.98193594836866,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.061016049702939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.4589133626939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019665472819257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,58.8890330351787,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,53.2811972199613,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.62774,Mm²,,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.739572699664109,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.435568947020787,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.512523880867228,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.224830100697889,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.002218718098992,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.743346651270899,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.100122988279027,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.005030261119791,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.297619262179668,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.03190481554492,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.164603210363278,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.3778124048697,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.3667480612365,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.9842831020339,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,112.803737036186,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.78720290013651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,21.9774480257532,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.59917444181269,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.079795918550434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.30454882299119,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035718224548805,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,50.4114003436599,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,45.6030052912528,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.249452,Mm²,,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.633104222032937,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.372800425517705,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.438741225868825,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.192463683498013,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001899312666099,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.620938771409478,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.083600702754137,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003941057651101,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.212647542601487,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.82058688071584,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.145588525560892,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,90.5058768372588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.7709654546647,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.3558063104149,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,114.227467156304,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.5620821660384,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.5223611154856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.99368343503056,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.073716713783926,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.34449955201257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02375889685256,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,48.6236679411839,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,43.9838560543303,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,2.16968,Mm²,,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.610652536022295,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.359564027595107,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.42318220746345,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.185638370950778,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001831957608067,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.561109282257245,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.075515610025162,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003337904540996,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.95843110504775,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.138264665757162,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.206529331514325,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.8695762451138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,30.0574804110434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.4506919677461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.2791921789581,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.68752593647929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.6615299090932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.40281393976858,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.065215114098233,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.42458454727411,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02101883127386,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,43.2934891301326,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,39.1563131051611,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.142004,Mm²,,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.543712147807281,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.320099302536724,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.376792518430446,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.165288492933413,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001631136443422,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.498520619198519,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.067091513885576,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002960018488579,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,68.0169445833126,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,26.5034572322031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.4509429268083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.8441857585988,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.54206426593905,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,22.6618979907497,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.7150802641674,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.056770511405208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.342454450152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018297135825899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.24,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.55232,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.68096,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00672,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.96,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.28,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,30.8524801629531,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,27.9248912835866,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.31176,Mm²,,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.512725340983903,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.44,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.355318661301844,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.155868503659106,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001538176022952,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.448634673360915,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.060501590236101,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003589077386887,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.34,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,263.475465993713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.7035847215269,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7750572631516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,332.532385630665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.92886535574812,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.7371764878645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.3160318948576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.064044039015837,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.85401908290962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.020641393774804,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,21.1675476671648,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,19.1532479221511,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.944536,Mm²,,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.287446878007381,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.199200686459115,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.087383850914244,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000862340634022,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.251516018256458,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.033918731604871,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002012128146052,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.455,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,216.627082508933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.1260613221673,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7750572631516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,273.405040834525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9657295641345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.7371764878645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.601017560103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.035066901456995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.63321460672446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011302062339589,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,20.6733507692632,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,18.7056537917217,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.922484,Mm²,,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.281732761099411,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.16,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.195240803441892,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.085646759374221,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000845198283298,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.246516165961985,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.033244465809731,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001972129327696,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.31,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,160.8926439108,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.3983473383177,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7750572631516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.062605879821,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.0865873471398,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.7371764878645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.66740433026054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.031731925046041,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.18577902559199,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.010227199442339,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,15.8905861600417,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,14.3739038851498,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.709068,Mm²,,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.218856736807367,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.151667718607505,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.06653244798944,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000656570210422,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.191499644706446,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.025825094943269,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001531997157652,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.01,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,140.250259244825,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.9803056131067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7750572631516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,177.009852192894,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.9187524991043,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.7371764878645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.80799062526851,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.026221551340474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.84206731952155,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018451205997035,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,7.41295346852292,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,6.69571195644121,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.33078,Mm²,,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.100239680618986,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.06,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.069466098668957,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.030472862908172,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000300719041857,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.087709720541613,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.01182828231304,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000701677764333,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.12,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,166.416939235695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,49.0572072209906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7750572631516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,210.03481900937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,15.8111378873253,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.7371764878645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.985073571941864,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016227143004559,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.54523046634605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005230008190369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,5.62522106604692,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,5.0765627195187,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.251008,Mm²,,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.072735069316659,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.050405403036444,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022111461072264,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00021820520795,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.063643185652076,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.008582738179366,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000509145485217,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.87,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,156.302170749367,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.351912323473,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.7750572631516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,197.268969702776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.9723213418554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.7371764878645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.705076423240217,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01088167680849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.10684905720875,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003507164435376,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,5.00498737539198,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,4.51481706589252,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.223332,Mm²,,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.064624731983814,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044784939264783,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01964591852308,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000193874195951,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.056546640485837,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00762571837409,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000452373123887,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,146.187402263039,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.8767266730759,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.7750572631516,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,184.503120396182,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.5630690067324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,18.7371764878645,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.589870756031653,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.008012421121351,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.926777168447357,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002582403327412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.99687934591128,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,2.10630097537241,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.38383738671651,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.607051321157028,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.005990638037734,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,1.75177304964539,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.245106296265885,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,24.956964191176,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,22.5853224679481,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.1136269302392,Mm²,,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.414750059225676,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.12,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.287421791043393,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.126084018004605,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001244250177677,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.363841700089701,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.04894050698863,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001967852147345,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,2.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,182.635955758961,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,13.5344586984906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,230.504839763385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.36215603852353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.68225387103634,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015072337692849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.78440200502125,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004857814438405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,38.1747460138062,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,34.5566674647042,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.7034293470296,Mm²,,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.518397867005397,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.35924972183474,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.157592951569641,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001555193601016,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.454767291911315,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.061170948306637,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002459626787445,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.495,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.29,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,134.077203259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,13.1804805479147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.218838233184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.24806888059291,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.26664233141535,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.022452017373271,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,6.73233614294784,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007236285199405,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,38.0035384600046,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,34.4016047832262,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.69578974226384,Mm²,,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.517905488151611,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.21,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.358908503289067,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.15744326839809,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001553716464455,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.454335349937433,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.06111284760189,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002457290612288,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.085,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.0912038764475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.2627049630671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.917808412464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.91916980959653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.93046588239849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.025882338515569,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.66207830213232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008341877703568,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,37.807754942299,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,34.2242836512402,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.68705351152104,Mm²,,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.520715962856742,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.360856162259722,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.15829765270845,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00156214788857,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.456800853852449,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.061444483617096,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002470625387197,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,70.5772961436674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.9226294071937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.0756054629226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.99946345793853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.45485821064291,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.047106969992307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.9247408171716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015182576428521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,39.4065506407774,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,35.672312915352,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.75839479855168,Mm²,,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.532864541413951,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.369275127199868,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.161990820589841,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001598593624242,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.467458259144158,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.062878015886846,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002528266382947,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.4187722043906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.9632093340431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.7102323991613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.65714236836208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.75756447818111,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.052687151440897,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.3987939910775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016981068909401,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,41.6017293162064,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,37.6604862416882,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.85634782164048,Mm²,,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.537917466705636,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.372776804427006,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.163526909878513,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001613752400117,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.471890964788577,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.063474261071265,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002552240845794,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.6087246345605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.3182520460727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.3289713612788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.12697263444922,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.61021354447575,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.052568525498393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.17764766740863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016942835768132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,37.1038516416004,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,33.5867584317975,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.86581067204368,Mm²,,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.479087415823467,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.332007579165663,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.145642574410334,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.00143726224747,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.420281989085731,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.056532315067169,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.002273111670567,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.7986770647304,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.2782043999502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.9477103233962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.14716527810394,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.05942972257359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.047164343539529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.30995624530164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01520106792279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,-323.9997853574,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.823120654088724,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,0.71822695035461,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.104893703734114,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,18.0414826839609,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,16.3219708668634,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.8050450697608,Mm²,,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.378602359027024,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.262371434805728,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.115095117144215,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.001135807077081,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.330355478714218,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.044675078365189,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.003571801947617,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,182.635955758961,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,13.5344586984906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,230.504839763385,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.36215603852353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.6611646074629,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.010895849247101,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.18040335618767,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003511732212341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,1,4.8237008613308,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,4.3506258701073,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.2152426529704,Mm²,,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.101225855841887,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.070149518098428,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.030772660175934,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000303677567526,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.088326222136709,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.011944650989343,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000954982715835,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.58,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,2.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.36,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.32,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,134.077203259,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,13.1804805479147,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,169.218838233184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.24806888059291,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.537389177729644,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002837001600558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.847996779407866,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00091436561586,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,1,4.99490841513237,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.50568855158539,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.22288225773616,Mm²,,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.104818663865927,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.072639334059088,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.031864873815242,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000314455991598,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.09146118362443,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.01236860233618,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000988877905318,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.41,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,2.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.26,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,87.0912038764475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,15.2627049630671,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,109.917808412464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.91916980959653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.384037344658778,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003401786141329,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.611012057932228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00109639567335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,1,5.19069193283797,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,4.68300968357135,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.23161848847896,Mm²,,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.108927201005607,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.075486550296886,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.033113869105705,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000326781603017,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.095046152712003,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.012853409718662,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001027638574942,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.33,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.04,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.17,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.27,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,70.5772961436674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,27.9226294071937,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.0756054629226,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.99946345793853,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.336128800115744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006467397217652,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.537435838991448,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002084442123249,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,1,3.5918962343596,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.23498041945949,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.16027720144832,Mm²,,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.075376309781779,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.018,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.052235782678773,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.022914398173661,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.000226128929345,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.065770791723707,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.00889440455425,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000711113503821,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.22,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,77.4187722043906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,29.9632093340431,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.7102323991613,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.65714236836208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.250307822186973,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004802419338471,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.399332628130458,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001547819752789,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,1,1.39671755893054,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.24680709312339,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.06232417835952,Mm²,,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.029310260801108,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.020312010735168,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008910319283537,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,8.79307824033242E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.025575131816592,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.003458610774531,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000276518209986,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.97,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.14,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,67.6087246345605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,28.3182520460727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,85.3289713612788,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.12697263444922,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.086665194067316,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001764911791349,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.138757596743557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000568831070352,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.18465011314024,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.05473760747112,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.05286132795632,Mm²,,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.024860003765392,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.003,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017227982609417,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007557441144679,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,7.45800112961767E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.021691989626951,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002933480444316,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.000234533694125,1e6 dimensionless,Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,wood,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,other,,0,0.3333,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.7986770647304,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.2782043999502,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,15.8007287202139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,72.9477103233962,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.14716527810394,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.1749288139377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.064923631897946,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.001336239452933,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.104394875498444,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00043066997568,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,0.361,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,28.29814735028,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,28.29814735028,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,6.648122,Mm²,,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.02901168326545,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.06716758715937,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.155116548018059,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011154549473332,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.025222628701454,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.003789054563996,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,199.412367234369,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.359251253438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.11485119777885,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,201.406490906713,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.250885526444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.34455359333656,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.702846922285,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.368035056161509,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.87896966943699,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.154574723587834,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,49.9905213270142,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,49.9905213270142,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,10.466934,Mm²,,,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.158214587069712,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.118655919654801,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.322597094996019,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.077261843538128,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.141824816859706,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.016389770210006,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,169.372828415775,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.7012365251837,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.26812588926097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,171.066556699933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.2345193405772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.80437766778291,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.58042078677497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.603955034427487,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.35186073796524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.243661114459545,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,16.6135286514433,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,16.6135286514433,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,4.596494,Mm²,,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.04882485398042,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.039433345932785,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.110668602033098,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023562109687908,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.043558227578402,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.005266626402019,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-8.67361737988404E-18,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.1625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,152.839135724218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.8668300847475,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.33788306752487,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.36752708146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.304068635594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.0136492025746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.57803784774218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.265984537283562,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.68111079599844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.111713505659096,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,19.6984058595433,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,19.6984058595433,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,5.138148,Mm²,,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.068056092844272,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.046755512864287,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.185442184718052,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.034107631975593,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.060990555643307,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.007065537200965,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-7.80625564189563E-18,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.15625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,151.693216255822,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.6895902632822,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.85969181640217,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.21014841838,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.5496279105785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.57907544920651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.04444590997935,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.275865060832103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.18698979544422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.115863325549483,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,16.8892718655752,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,16.8892718655752,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,4.64491,Mm²,,,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.057917778815293,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.040087841300964,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.175028111954686,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.029299708701612,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.051985560243072,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.005932218572221,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.153125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,145.040879159333,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.7160312243389,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.03757847871966,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.491287950926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.3007331142223,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.11273543615899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.50093732848413,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.235571400594244,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.62803865436181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.098939988249583,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,14.5109866436881,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,14.5109866436881,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,4.227322,Mm²,,,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.058330812179081,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.03444281875042,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.132071460360284,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.029627552655617,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.052459242896011,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005871569283069,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.115,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.1515625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.888992698978,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.3591705123059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.83281469439912,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.177882625968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.4108516151685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.49844408319737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.91141338776775,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.225566395408422,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.01233032467242,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.094737886071537,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,6.09081861266695,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,6.09081861266695,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.40709,Mm²,,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.038835898852269,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.014456974337374,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.044022643016698,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.020231665877412,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.035132906804909,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00370299204736,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.33680868994202E-18,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,124.458254561158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.1028774582195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.68823665557324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,125.70283710677,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.0432085324522,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.06470996671973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.774426215238161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.070499257842686,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.814753865486011,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.029609688293928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.21,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,1.25807841447652,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1.25807841447652,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.556784,Mm²,,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015799893484882,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.011392520063711,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007716667978017,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008083225506866,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.014164604509197,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.001635288975685,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,225.690430034687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.359251253438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,227.947334335034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.250885526444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.286885626856136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030823145349894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.295623726391089,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012945721046956,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.750541,Mm²,,,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.100470007612087,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.072443942651704,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.049069551717744,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.051400455894344,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.090071361824237,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.010398645787851,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,206.933725376399,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.4841036656973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,209.003062630163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.6233235395929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.67422455433121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.090125034315054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.18828875500136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037852514412323,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.8005170185265,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.8005170185265,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.827611,Mm²,,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.035170995771142,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.025360061785657,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017177514334626,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.017993481436516,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.031530797708829,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.003640198062313,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,3.46944695195361E-18,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.1625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,194.536001077872,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.9989447023543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,196.48136108865,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.8395567749888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.551366756765911,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.04303489862406,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.569945520645744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018074657422105,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.58466178371392,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.58466178371392,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.965294,Mm²,,,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.045018874587062,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.032460879085641,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021987218348321,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.023031656238741,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.040359421067301,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.004659453519761,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.15625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,176.679008269046,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.839029126166,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,178.445798351736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.0923922329897,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.641738168966515,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046178727781313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.664878873935762,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019395065668152,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2.80913399396812,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.80913399396812,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.829124,Mm²,,,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.035279214219669,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.025438092744997,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017230368224886,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018048845994783,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.031627815547933,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.003651398671736,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.153125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,170.792757864087,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.6791135499776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,172.500685442728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.3452276909906,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.486365318224758,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.036215401343012,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.504334268015524,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015210468564065,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.86083584661784,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.86083584661784,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.838202,Mm²,,,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.035928524910828,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.02590627850104,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017547491566449,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.01838103334438,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.032209922582558,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.003718602328271,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.115,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.1515625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,144.563870049245,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.7479933304796,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.009508749738,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6941571988014,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.420280284671523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.033316847505595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.437829585904827,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01399307595235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.87711762171478,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.87711762171478,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.331347,Mm²,,,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.023574252717809,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.016998225167251,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.011513665027378,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012060587690431,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.021134317561515,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.002439935156293,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,139.3790898998,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.3151337083507,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.772880798798,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.5123561575073,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.266031555023693,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.013026951608861,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.277449083029609,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005471319675722,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.093,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,0.03446790176648,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,0.03446790176648,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.341938,Mm²,,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000432873794106,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000138226270832,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000192628838377,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000240244955729,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.000400408259548,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,3.24655345579771E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,306.664496486321,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.359251253438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.76422640724148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,309.731141451184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.250885526444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.29267922172445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.010665358824423,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.018929431655098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.010961613810354,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.007950361295141,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3.1451960361913,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3.1451960361913,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.888131,Mm²,,,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.039499733712206,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.012613147213394,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.017577381501932,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.021922352210274,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.036537253683791,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002962480028415,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,254.664201458059,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.1990640667975,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.76422640724148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,257.210843472639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.0636069080549,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.29267922172445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.809662870924899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.061457833968709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.835060627173139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.025812290266858,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,0.560103403705299,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,0.560103403705299,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.434231,Mm²,,,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007034199154228,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.002246176901015,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003130218623632,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.003903980530597,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.006506634217661,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000527564936567,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.1625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,238.957367475915,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.8910547074655,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.76422640724148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,241.346941150674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.3542429771355,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.29267922172445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.135389087483026,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030348862576678,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.139824001070279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012746522282205,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.24084446359328,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.24084446359328,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.553758,Mm²,,,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015583456587829,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.004976145749942,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006934638181584,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008648818406245,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.014414697343742,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001168759244087,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.15625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,236.974951536421,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,75.4823390840627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.76422640724148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,239.344701051785,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.7025824153063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.29267922172445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.297479031657798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.041798949126512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.307279472291128,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017555558633135,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.292546316243,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.292546316243,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.562836,Mm²,,,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.016232767278989,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.005183485156189,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.00722358143915,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009009185839839,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.015015309733065,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001217457545924,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.153125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,217.654020803046,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.0736234606599,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.76422640724148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,219.830561011077,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.0509218534772,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.29267922172445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.284900793464396,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.045631153934104,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.294859853812324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019165084652324,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.37009909521758,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.37009909521758,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.576453,Mm²,,,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017206733315728,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005494494265561,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007656996325499,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009549736990229,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.015916228317049,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00129050499868,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.115,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.1515625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,187.795786883592,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,81.8843596952665,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.76422640724148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,189.673744752428,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.391431072012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.29267922172445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.261086101794421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.047202484799416,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.271233618370446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019825043615755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,1.11158983196898,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1.11158983196898,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.195177,Mm²,,,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.01396017985993,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004457797234323,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006212280037669,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007747899822261,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.012913166370436,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001047013489495,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,186.392846372566,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,56.3657830944096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.76422640724148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,188.256774836292,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.673628899652,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.29267922172445,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.21026507874705,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011001304447018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.218482374609945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004620547867747,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.027,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,16.8117190866006,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,16.8117190866006,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,3.287749,Mm²,,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007258784621745,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.007258784621745,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007041021083092,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000217763538652,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.006053826374535,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.00120495824721,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,180.857331095364,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.359251253438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.01471602291143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.665904406318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.250885526444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.04414806873429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.05758176585743,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.18200732294924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.12210523376843,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.076443075638681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,24.0413614821198,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,24.0413614821198,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,4.557156,Mm²,,,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010380322447292,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.010380322447292,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010068912773874,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000311409673419,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.008657188921042,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.001723133526251,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,136.176725689848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.3415838662474,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.01471602291143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.538492946747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.3434652238239,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.04414806873429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.29826904246962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.274986010965573,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.37979809076425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.105494124605541,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,7.63464024127531,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,7.63464024127531,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.676404,Mm²,,,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003296403472509,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.003296403472509,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.003197511368334,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.88921041752792E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.002749200496073,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000547202976437,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.1625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.959658924764,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,60.9449997049099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.01471602291143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.219255514012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.5968998760622,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.04414806873429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.969403672586305,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.10216844128531,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.994514222958322,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.04291074533983,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,5.48039638087031,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,5.48039638087031,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.298154,Mm²,,,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002366267052501,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002366267052501,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.002295279040926,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.0988011575031E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001973466721786,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000392800330715,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.15625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.299814113391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,52.7174247447471,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.01471602291143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,123.522812254525,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.1413183927938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.04414806873429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.675812504667716,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.068435335802092,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.693637111293347,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.028742841036879,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.82593709607928,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.82593709607928,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.007658,Mm²,,,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001651922281935,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.001651922281935,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001602364613477,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.95576684580406E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001377703183134,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000274219098801,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.153125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,116.962540430138,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.4898497845842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.01471602291143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.13216583444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.6857369095254,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.04414806873429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.451373561957381,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.044830553054235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.463612954528301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.018828832282779,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,3.81732012063766,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,3.81732012063766,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.006145,Mm²,,,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001648201736255,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001648201736255,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001598755684167,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.94460520876396E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001374600248036,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000273601488218,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.115,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.1515625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,106.486234657582,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.718428754426,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.01471602291143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.551097004158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.3017400768589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.04414806873429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.410365542020325,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.051030093499122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.422177454263605,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.021432639269631,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.922016372253339,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.922016372253339,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.497777,Mm²,,,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000398098387764,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000398098387764,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000398098387764,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000332014055395,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,6.60843323687474E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,103.90909393624,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,45.9884398139924,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.01471602291143,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,104.948184875603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3151447218768,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.04414806873429,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.096741470621536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.02289198760529,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.099570699052512,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009614634794222,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.015,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,3.4898750538561,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,3.4898750538561,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.948651,Mm²,,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002310764549258,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.002310764549258,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.138645872955496,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000924305819703,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.001927177634081,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000383586915177,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,277.385737995335,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.359251253438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36821779896139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,280.159595375288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.250885526444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.1046533968842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.990265851759499,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.052516609060825,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.04439483630099,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.022056975805547,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.14390348987505,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.14390348987505,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.414655,Mm²,,,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00406808672499,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.00406808672499,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.244085203499429,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001627234689996,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.003392784328642,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000675302396348,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,249.326927774806,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.4841036656973,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36821779896139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,251.820197052554,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.6233235395929,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.1046533968842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.57096629723478,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.072832244671197,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.66453613417018,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.030589542761903,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.17147781128824,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.17147781128824,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.717162,Mm²,,,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001437809052872,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001437809052872,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.086268543172309,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000575123621149,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001199132750095,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000238676302777,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.1625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,230.875210184132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.9989447023543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36821779896139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,233.183962285974,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.8395567749888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.1046533968842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.515168839739247,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.03729166718063,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.547839130995951,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015662500215865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.85178802240414,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.85178802240414,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.012197,Mm²,,,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002550399391404,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002550399391404,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.153023963484214,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001020159756561,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002127033092431,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000423366298973,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.15625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,225.080455899458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,46.0190660615836,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36821779896139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,227.331260458452,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3280077458651,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.1046533968842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.891491229152894,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.046580360610337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.949218901278203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.019563751456342,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.72253339077984,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.72253339077984,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.989502,Mm²,,,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002464815519209,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002464815519209,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.147888931152529,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000985926207684,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.00205565614302,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000409159376189,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.153125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,217.455779209097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.0391874208128,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36821779896139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,219.630337001188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.8164587167414,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.1046533968842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.833192302520303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.039618856031269,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.888698973304327,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016639919533133,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.6281775096941,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.6281775096941,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.797351,Mm²,,,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001740205401293,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001740205401293,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.104412324077596,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000696082160517,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001451331304679,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000288874096615,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.115,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.1515625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,201.90143876076,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.2442817855185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.36821779896139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.920453148368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0025983499178,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.1046533968842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.547369627321974,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.036075573325965,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.586149569119361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015151740796905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.646273158121499,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.646273158121499,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.113475,Mm²,,,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000427919360974,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000427919360974,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.025675161658425,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00017116774439,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000356884747052,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,7.10346139216432E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,196.228679303132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,41.7408754450923,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,6.36821779896139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,198.190966096163,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.5311676869387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,19.1046533968842,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.130932936515786,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.004736545841132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.140432326255739,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001989349253275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.015,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,2.14562688496338,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2.14562688496338,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.376737,Mm²,,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003021844660194,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.003021844660194,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001445348300971,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001576496359223,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.002520218446602,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000501626213592,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,197.174139212737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.359251253438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.18410889948069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,199.145880604864,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.250885526444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.55232669844208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.429894043773736,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020855878239467,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.447788484433634,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.008759468860576,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.51615682895304,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.51615682895304,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.441796,Mm²,,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003543689320388,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.003543689320388,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001694946601942,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001848742718447,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.002955436893204,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000588252427184,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,163.473068241341,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.6984737158349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.18410889948069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,165.107798923754,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.5533589606506,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.55232669844208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.419335594356914,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023723770893761,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.439472267830084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00996398377538,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.27531236535976,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.27531236535976,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.223924,Mm²,,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001796116504854,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001796116504854,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000859082524272,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000937033980583,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001497961165049,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000298155339806,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.1625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,153.865975611486,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.2354584529932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.18410889948069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.404635367601,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.7788925502571,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.55232669844208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.200287914757631,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.012144620798628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.210371653475005,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005100740735424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1.68892718655752,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1.68892718655752,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.296548,Mm²,,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002378640776699,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.002378640776699,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001137703883495,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001240936893204,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.001983786407767,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000394854368932,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.15625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,151.731066138185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,47.998380730899,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.18410889948069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,153.248376799567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.1593199069776,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.55232669844208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.26164045073143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.014233823808987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.274958534128476,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005978205999774,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,1.51658767772512,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1.51658767772512,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.266288,Mm²,,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.002135922330097,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.002135922330097,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.001021611650485,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.001114310679612,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.001781359223301,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000354563106796,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.153125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,142.505207342848,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.7613030088048,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.18410889948069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.930259416276,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.539747263698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.55232669844208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.220950621789313,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.011120533855609,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.232769798846966,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004670624219356,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1.2063765618268,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1.2063765618268,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.21182,Mm²,,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001699029126214,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.001699029126214,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000812645631068,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000886383495146,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.001416990291262,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.000282038834951,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.115,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.1515625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.637087796644,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.1902723999494,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,3.18410889948069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,128.91345867461,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.8199144079787,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.55232669844208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.157819625484338,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.009995843499757,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.16704187808899,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.004198254269898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,0.3015941404567,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,0.3015941404567,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.052955,Mm²,,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000424757281553,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000424757281553,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000203161407767,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000221595873786,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.000354247572816,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,7.05097087378641E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.18,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.13,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,126.08165375181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,43.5123714852023,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,3.18410889948069,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.342470289328,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.2751960237849,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.55232669844208,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.038985796577296,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002304197631999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.041286668630521,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00096776300544,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.001,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,4.55838000861698,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,4.55838000861698,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.136263,Mm²,,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000187522155264,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.000187522155264,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.50088621056363E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000112513293158,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.00015639347749,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,3.11286777738391E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,0.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,3.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,201.138971091724,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.359251253438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.150360802641,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.250885526444,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.927554275213772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.062902668906985,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.958095774732494,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.026419120940934,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,6.14390348987505,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,6.14390348987505,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.414655,Mm²,,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000252747252747,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.000252747252747,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000101098901099,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000151648351648,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.000210791208791,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,4.1956043956044E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.175,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,129.162023134716,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,57.4352231754419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.453643366063,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.1227937336856,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.807962427457554,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.081251025641255,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.844704863026221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.034125430769327,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2.17147781128824,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2.17147781128824,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.717162,Mm²,,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,8.93300248138958E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,8.93300248138958E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.57320099255583E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,5.35980148883375E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,7.45012406947891E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,1.48287841191067E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.1625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.7160685547903,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,59.5111950974458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,93.6432292403382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.9947019409273,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.206421576410062,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.042679167698475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.21861626685314,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.017925250433359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,3.85178802240414,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.85178802240414,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.012197,Mm²,,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000158454448777,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000158454448777,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.33817795108118E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.50726692662176E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.00013215101028,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,2.63034384969869E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,2.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.15,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.15625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,69.3845578822855,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,63.6631389414537,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.0784034611083,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,26.7385183554105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.276284524802995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.064439638247123,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.297016902517307,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027064648063792,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.72253339077984,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,3.72253339077984,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.989502,Mm²,,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000153137185395,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.000153137185395,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.12548741581E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,9.188231123715E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.00012771641262,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,2.54207727756115E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.153125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.8712960798403,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,66.2096644991119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,58.4500090406387,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.808059089627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.224154730527979,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.0655145954412,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.243762805854363,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.027516130085304,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2.6281775096941,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,2.6281775096941,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.797351,Mm²,,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000108117688763,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.000108117688763,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.324707550514E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.487061325771E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,9.01701524282169E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,1.79475363346331E-05,1e6 dimensionless,Own calculations,,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.19,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.115,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.1515625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,41.2190021880918,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,68.0868463825239,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.34434391500227,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,41.6311922099727,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.59647548066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,7.03303174500681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.114492206475172,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.054289115049952,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.127898218925194,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +Sweden,se,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.02280142832098,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,2215.01949513282,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,28.37,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,19.09,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,18.38376,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.85127,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,5.13497,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,25.3039848197343,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,3.06601518026565,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,680.604241874278,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,608.145456901666,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,13.883544,Mm²,,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,8.71718844208885,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,5.87885086002876,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.64873811047357,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.49063922359719,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.57781110801808,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,7.6,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,1.09903209747398,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.893453695879235,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.09216390670411,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,2.30261203109863,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.557083461915766,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,190.177720612172,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.6817546058258,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.9897849117464,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,241.982131706928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.5072678571228,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.9704402755258,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,124.532719506176,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.328786682067185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,173.333176766305,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.04869330761415,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,436.215146015509,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,389.112777198482,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,9.404884,Mm²,,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.58704955854934,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,3.76149481825588,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.62040811393997,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.955385474511938,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.01125597009743,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,4.99,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.706970055569588,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.7339635512002,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.91104429063126,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.457763720261735,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.972389273421839,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.027610726578161,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.972389273421839,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.027610726578161,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,177.270670076484,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.7856762861608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0216016218124,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,225.559200605318,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.37455865798042,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0634437007197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,74.6946026021112,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.214296642332893,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,104.371817621968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.031737332729502,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,191.181323213991,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,170.053002408843,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,4.209578,Mm²,,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.44865300350583,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.64387685234875,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.58672714627178,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.418719663599496,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.443206193634554,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.41,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.310274567840043,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.909170922329817,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.97401380798274,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.400672276159655,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.971823085221144,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.028176914778857,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.971823085221144,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.028176914778857,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,109.062007418891,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.2452163960233,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.9754947304064,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.770498239797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.73881654825105,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.9286686464511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,21.0630940622332,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.106271707545939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,30.8495929310221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.015738839887554,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,135.291206071605,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,120.025758554694,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,3.186553,Mm²,,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.73281161844641,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.1602709942121,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.12286192875327,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.296310786754336,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.3136389029388,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.46,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.223420374019994,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.209972626149447,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.660643292682927,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.11485365853659,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.381986280487805,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.964634146341463,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.035365853658537,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.964634146341463,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.035365853658537,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.726646511859,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.5947139181458,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.9800063632736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,130.70938502169,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.12347713127739,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.9418566004851,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.1220243870702,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.110237889420009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,20.8216926275214,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016326231423103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,132.123411978221,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,117.090266061706,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,3.128569,Mm²,,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.69223846835596,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.13189402884771,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.09657052749466,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.289372778088869,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.306295162772428,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,1.63,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.081327155831158,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.04,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.498626373626374,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.49060939060939,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.349375624375624,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.366426073926074,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.975024975024975,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.024975024975025,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.975024975024975,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.024975024975025,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,97.1810258875737,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.0474532983377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.987124366596,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,123.653137339349,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.19052783348381,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.9626632359967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.1309553604257,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109648375918127,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,19.4943353449491,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.016238924473475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,366.696914700544,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,327.157008348457,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,8.132407,Mm²,,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.69665910070496,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,3.162577699244,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.04343509725681,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.803128706220548,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.850095297227598,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,4.26,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.595435320505025,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.635167963263354,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.35035488515444,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.15605689410812,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.201419540617759,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.971609187644822,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.028390812355178,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.971609187644822,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.028390812355178,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.6359614774353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.9381006827181,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0012775122567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,108.963197383889,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.32243271111055,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0040342960777,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,32.8200333149116,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.292263261558841,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,49.5840357987408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.043284189036865,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,272.907251278667,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,243.205880619535,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,6.418406,Mm²,,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.49539980834865,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.35103474706281,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.26501907580993,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.59771336722762,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.632667365311107,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,3.3,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.437966472872166,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.454934557163334,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.976397396793531,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.023602603206468,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.976397396793531,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.023602603206468,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,42.095947528969,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.6497569517621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0158916955236,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,53.5628836358602,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.50252900455597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.0467530151851,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.8262132148628,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,-0.048206258082269,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,23.4100430686335,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,23.1,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,14.9688,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.9501,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.1811,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,22.35,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.75,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,541.155306055106,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,484.040314449925,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,10.620887,Mm²,,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,7.1170234294221,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,4.29,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.61183118226552,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.21701100643118,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.2881812407254,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,5.55,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.839808764671808,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.727214664750296,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.545,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,210.535384622331,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.69,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0688069881605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,267.885223393454,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.508489,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.201429707092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,108.991918020882,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.25160881303,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,150.67015415274,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.037263265209743,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,382.824616399934,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,342.038514139581,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,7.717459,Mm²,,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.0424485941507,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,3.12,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.26750668900966,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.86225870959977,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.912683195541277,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,3.96,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.595008934109783,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.487439660040919,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,189.567133548469,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.467269104174,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0688069881605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,241.205220727072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.32740255432817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.201429707092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,69.8543717106652,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.17339022815343,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,97.1259229737439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.025679092789523,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,144.926579772315,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,129.365981554199,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,3.362921,Mm²,,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.91004066981575,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.36,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.23770635404061,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.326616954538493,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.345717361236651,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.88,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.225384799038259,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.804655870777492,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.975,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.44,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.150613812477,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.1412871772992,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0688069881605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.058841014996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.42722463095801,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.201429707092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.4843974411228,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.07782232061557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,26.6306695688563,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011525485683166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,104.141230819997,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,92.8590157069791,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.616377,Mm²,,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.38274423965028,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.06,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.896018267293383,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.236449264980198,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.250276707376701,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,1.1,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.163163820278733,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.119580419371549,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.42,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,120.034363624943,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.9433436377218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0688069881605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,152.731724276377,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.1751091927466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.201429707092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.5193245023218,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.091424960596832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,18.1608614923143,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013540036664391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,104.141230819997,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,92.7590157069791,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,2.616377,Mm²,,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.36800835198038,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.05,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.886469412083286,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.233929428188645,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.247609511708449,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,1.33,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.03,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008008351980379,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,112.41811343741,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.9433436377218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0688069881605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.040807537761,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.1751091927466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.201429707092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.8008451951857,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.091424960596832,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,17.2466684219142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.013540036664391,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,302.491338063026,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,270.402196700214,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,6.247021,Mm²,,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.98752219094328,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.52,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.58391437973125,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.681866294651301,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.721741516560734,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,3.11,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.470527618531307,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.406994572411976,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.165,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,97.0856130623434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.292777074099,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,13.0688069881605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,123.531734060526,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.22686028467407,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.201429707092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,30.2174139527808,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.220474719530215,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,44.9588538401717,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.032652305962425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,235.464444811087,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,210.406424550404,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,5.020146,Mm²,,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.08873399367498,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,2.02,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.00149962790139,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.528173512918422,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.559060852855172,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.55,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.364470611253648,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.174263382421336,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,45.0271129596681,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.6497569517621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,13.0688069881605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.2924985298817,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.50252900455597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,38.201429707092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.5632832274814,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.118725232762361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,21.0497882062019,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.25143195215557,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,3.00965814575567,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.10692790499681,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.555994863818602,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.588509183340157,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,2.95398481973434,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,0.29744713242122,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,121.671341362811,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,108.550217653853,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,2.937252,Mm²,,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.60016501266674,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.7,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.03690692820805,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.273628217166013,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.28962986729268,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.55,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.188819471494676,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.14,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.176343991627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,23.6497569517621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.460780094946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.50252900455597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.6234393288235,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.069465295906077,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,19.8664474375337,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.01028781032369,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,41.3463124896882,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,36.6512843095199,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,1.466965,Mm²,,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.544600964398641,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.25,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.352901424930319,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.093126764912168,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.098572774556154,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.7,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.06426291379904,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.22,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,0.315,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.1016830738672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.0687423688678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.372981543189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.71268074482932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.80214162247534,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.036774967649146,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.68814049185939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.005446372708839,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,40.8678435901666,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,36.2230067975582,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.748054,Mm²,,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.538612333690075,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.349020792231168,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.092102709061003,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.097488832397904,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.38,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.063556255375429,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.095056078314646,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.975,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.2725,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,49.2530833734976,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.8373028084621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.6696232844383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.71510454593324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.3144767960301,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.023816021715081,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.78521852429972,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003527152816004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,26.3652862563933,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,23.2417677280977,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.482596,Mm²,,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.350067378796127,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.22684366145989,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.059861521774138,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.063362195562099,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.22,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.041307950697943,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.088759428098184,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.6625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.25125,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,44.8631346380337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.4291679488852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.083852513434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.95085977322991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.38914281054895,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.01613278273546,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.30419749008821,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002389265123122,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,24.6823956442831,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,21.7354123411978,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.451792,Mm²,,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.324230116375578,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.07,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.210101115411374,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.055443349900224,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.05868565106398,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.21,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.038259153732318,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.07597096264326,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.475,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.24,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.4731859025698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.4349180258184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,51.4980817424298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.2479113596237,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.2048013258957,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016009212484721,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.03440832557207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.002370964368987,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,53.7947533410328,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,47.7938837155585,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.694824,Mm²,,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.709136909761676,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.459520717525566,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.121262411569247,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.128353780666863,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.85,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.083678155351878,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.22,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,2.165,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,31.6932884316419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.9784098284002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,40.3265402004212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.77270249558607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.20908099319959,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.066061544459009,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.92175116040425,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009783714734379,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,31.0014849034813,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,27.3916291371061,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.277611,Mm²,,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.406665814673671,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.2,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.263519447908539,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.069539854309198,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.073606512455935,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.6,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.047986566131493,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.24,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,23.6628944033543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.6497569517621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.108666838828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.50252900455597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.05341097657475,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.030215189628898,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.97407592908434,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.00447486958404,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,-256.12,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.01856804784443,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,1.83601518026566,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,0.182552867578779,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,17.7775944563603,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,15.5549247978881,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,0.325405,Mm²,,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.596642892436438,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.386624594298812,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.102025934606631,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.107992363530995,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.5,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.0704038613075,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026239031128939,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,1,2.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,111.176343991627,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.6497569517621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,141.460780094946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.50252900455597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.96686514603698,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007695749160888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.8594991599567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001139740450728,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,12.0442171258868,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,10.4229787493813,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.22046,Mm²,,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.404222098820046,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.1,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.26193592003539,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.069121978898228,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.073164199886428,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.33,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.047698207660766,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.026523891159281,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.375,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,2.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,89.1016830738672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,25.0687423688678,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,113.372981543189,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.71268074482932,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.09351327630207,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.005526654942641,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.62821204329265,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000818497597005,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,5.38689985150965,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,4.46401405708629,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.098603,Mm²,,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.180792486664035,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.04,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.117153531358294,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.03091551521955,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.03272344008619,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.021333513426356,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.009458973237678,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,0.94,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.95,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,0.315,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,49.2530833734976,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,31.8373028084621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.6696232844383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.71510454593324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.300239187759581,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.003139253568823,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.479472254939133,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000464923453543,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,4.78468899521531,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,3.92497511961722,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,0.08758,Mm²,,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.160581381723032,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.03,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.104056735356525,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.027459416274639,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.029065230091869,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.14,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.018948603043318,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.001632778679714,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.61,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,3.52,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,0.275,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,44.8631346380337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.4291679488852,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.083852513434,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,4.95085977322991,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.248821502113312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002927726528963,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.401440483196526,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000433596298939,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,3.29978551394159,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,2.59583801352912,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,0.0604,Mm²,,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.110745780498643,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.02,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.071763265763121,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.018937528465268,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.020044986270254,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.09,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.01306800209884,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.007677778399803,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.445,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,3.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.325,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.2525,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,40.4731859025698,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,35.4349180258184,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,51.4980817424298,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.2479113596237,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.158963430957275,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002140269048759,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.256017079831103,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000316973846121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,10.4108232964857,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,8.96092793268438,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,0.190562,Mm²,,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.349402937473218,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.08,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.226413103482645,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.05974790230792,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.063241931682653,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.3,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.04122954662184,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.008173390851378,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.3625,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.23,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,31.6932884316419,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,38.9784098284002,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,40.3265402004212,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,5.77270249558607,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.42809306042571,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.00742780373372,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.747334567622439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.001100057732964,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,6.44132156409833,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,5.40782693202442,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,0.120649,Mm²,,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.216180470229022,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.05,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.140084944708406,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036966860409163,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.039128665111453,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.15,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.025509295487025,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,1,0.040671174741998,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.28,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,1,1.85,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.16,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.21,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,cavity wall,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Source residential part: Own calculations,,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,23.6628944033543,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,23.6497569517621,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,12.6831263080374,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.108666838828,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,3.50252900455597,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,37.0740465110241,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.221710932632253,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.002853319526473,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.401628314678209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.000422576621871,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.506,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,215.953714072415,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,215.953714072415,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,58.20996,Mm²,,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.24449710323083,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.430529175282336,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.800794999775066,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.44196974991585,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.94331577091163,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.301181332319194,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-4.9960036108132E-16,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,42.8814410768567,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.8944622820195,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.9866040092528,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.8950480798965,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.3198435007511,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.97320801850559,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.3372821217312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.97299529365786,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,16.5999853987195,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.20460731738498,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,76.4688316536021,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,76.4688316536021,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,23.22172,Mm²,,,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.495986010515105,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.152449626384242,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.192315098391242,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.300404144465337,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.427544398725996,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.06844161178911,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,200.519961974368,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,41.6544704784101,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.56487466797736,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,312.811140680015,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.7430481726938,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1297493359547,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,15.7590666795636,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.967288450197905,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,25.0613813843492,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.551354416612806,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,39.0593505039194,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,39.0593505039194,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,14.6028,Mm²,,,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.282446970247665,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.077869417674739,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.106081615641474,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.174462681099112,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.240488809557297,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.041958160690369,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,4.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,182.274131934416,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.9192090058679,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.83770626011517,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,284.347645817689,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.3139491333447,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.6754125202303,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.34752622197677,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.699754625270888,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.562468392863,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.398860136404406,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,94.8637551325121,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,94.8637551325121,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,35.86544,Mm²,,,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.920568370925386,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.189122073851856,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.362182994281224,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.556599318610097,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.825121949050747,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.095446421874639,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,204.549676254072,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.3702590894688,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.65208271898027,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,319.097494956353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.5610476809972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.3041654379605,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,19.940528191643,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.9858787051578,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,31.3431422070216,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.13195086193994,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,113.594624860022,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,113.594624860022,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,40.18092,Mm²,,,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.04422047520293,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.226464269751306,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.404608579042514,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.637069371965873,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.934698571839139,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.10952190336379,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.409891896498,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,53.7887077720237,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.84163703472329,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,175.359431358537,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.6595634300535,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.6832740694466,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.4327380680662,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.16127976389106,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,21.2470459558955,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.23192946541791,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,130.324748040314,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,130.324748040314,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,44.03544,Mm²,,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.25439300310483,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.259817741656713,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.488933338968882,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.763313018784012,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.15551665156307,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.098876351541761,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-2.35922392732846E-16,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,73.3086926299096,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.7708016016033,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.18803992014731,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,114.361560502659,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.4993569129139,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.3760798402946,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.3603916396144,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.58799810767931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,16.5170510449193,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.4751589213772,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,85.1455543113102,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,85.1455543113102,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,31.5448,Mm²,,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.86401448480468,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.169747695398809,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.339421347708872,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.523015759381874,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.8,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.032537453188866,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.031477031615813,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,73.4615730099926,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,61.5274340986025,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,6.50754878792947,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,114.600053895589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.0706374362034,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,13.0150975758589,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.80901520327276,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.9408706031536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.8658628105582,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.10629624379755,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.44,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,99.484882418813,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,99.484882418813,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,25.77248,Mm²,,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,1.27420373519218,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.18946413609589,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.395003157909575,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.879200577282602,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,1.14232364859979,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.13188008659239,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,19.4416966240668,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.0712332414319,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.43906818766695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,30.3290467335442,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.8506029476162,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.87813637533391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.07732043211022,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.852327697290139,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.30361270704673,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.565826787455379,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,15.8939902948862,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,15.8939902948862,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.66188,Mm²,,,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.20357044516165,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.007635842207663,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.063106838000112,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.140463607161538,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.182500904087419,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.021069541074231,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,150.821558734411,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.5758041545038,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.43906818766695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,235.281631625682,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.6782083680672,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.87813637533391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.42002892659279,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.203511925717294,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.07530904124048,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.116001797658858,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,10.7726763717805,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,10.7726763717805,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.48196,Mm²,,,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.137976586363673,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.018170095459493,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.042772741772739,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.095203844590935,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.123696009675033,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.01428057668864,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,153.047707202816,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,55.6161349267495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.43906818766695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,238.754423236393,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.7011969082472,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.87813637533391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.66423603500162,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.138037022242795,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.60302936558209,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.078681102678393,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,16.2896603210153,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,16.2896603210153,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,6.55492,Mm²,,,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.208638192269948,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.015280881663174,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.064677839603684,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.143960352666264,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.187044139370009,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.02159405289994,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,155.27385567122,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.6564656989951,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.43906818766695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,242.227214847104,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.7241854484272,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.87813637533391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.55280029757441,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.364823680139657,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.99268291427667,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.207949497679604,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,24.1955953714072,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,24.1955953714072,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,8.3764,Mm²,,,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.30989751656595,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.031067612045382,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.096068230135444,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.213829286430505,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.277823123601374,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.032074392964576,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,87.6731471806676,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,55.9791118769603,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.43906818766695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,136.770109601841,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.9080937698674,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.87813637533391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.15612310570192,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.46890343272617,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.37887245399048,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.267274956653917,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,25.337812616648,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,25.337812616648,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,8.63956,Mm²,,,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.324527050671038,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.033875662516096,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.100603385708022,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.223923664963016,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.290938500926585,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.033588549744452,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.156361926288,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,58.2376351227167,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.43906818766695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.1639246050092,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.1954520199485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.87813637533391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.48468002841928,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.503147542900818,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.33214449397002,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.286794099453466,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,14.4699290780142,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,14.4699290780142,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,6.16792,Mm²,,,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.185331049611664,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.026605770012302,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.057452625379616,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.127878424232048,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.166149285976857,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.019181763634807,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,51.7950543648802,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,57.4955489133967,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,1.43906818766695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,80.8002848092132,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.7724628806361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.87813637533391,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.770293977865674,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.354627946053918,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.2108208199006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.202137929250733,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.46,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,65.2183650615901,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,65.2183650615901,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,17.8278,Mm²,,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.835317712039536,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.084602515044049,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.34248026193621,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.492837450103326,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.688422425208585,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.146895286830951,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,21.9832161254954,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.9109259109097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,5.56439699231222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,34.2938171557728,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.6092277692185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1287939846244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.79661028889262,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.675868404954517,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.96238843540508,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.385244990824074,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,13.0645763344532,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,13.0645763344532,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,5.81188,Mm²,,,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.167331272443817,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.002468889458481,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.068605821701965,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.098725450741852,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.140723194351938,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.026608078091879,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,223.356896329928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.2241437858155,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.56439699231222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,348.436758274687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.5977619579148,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1287939846244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.99075971119014,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.413946176785906,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.69757160473158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.235949320767966,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,8.26427771556551,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,8.26427771556551,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,4.70592,Mm²,,,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.10584898205446,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.009433967427598,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.043398082642329,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.062450899412132,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.084582550756434,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.021266431298026,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,223.356896329928,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,71.7081130527633,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.56439699231222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,348.436758274687,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,40.8736244400751,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1287939846244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.89186914302142,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.33745264337726,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.97154958082164,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.192348006725038,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,49.6080627099664,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,49.6080627099664,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,14.23128,Mm²,,,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.635380745936666,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.062839422393663,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.260506105834033,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.374874640102633,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.574235582793283,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.061145163143383,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,228.551242756205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,72.1920823197111,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.56439699231222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,356.53993869968,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.1494869222353,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1287939846244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,11.6140233380283,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.02738573727486,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,18.2393335474968,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.585609870246669,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,49.712579320642,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,49.712579320642,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,14.25536,Mm²,,,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.636719396116217,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.062290203264755,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.261054952407649,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.375664443708568,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.575474077095449,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.061245319020768,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.018555100887,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.1600208536067,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.56439699231222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,229.348945957383,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.7012118865558,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1287939846244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.58529210891088,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.04292243487567,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.9547687217158,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.594465787879132,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,64.9048152295633,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,64.9048152295633,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,17.75556,Mm²,,,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.831301761500884,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.085752016909526,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.340833722215363,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.490468039285522,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.782375615398439,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.048926146102445,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,96.0954088861316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.6284672667324,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.56439699231222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,149.908837862365,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.6782263420375,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1287939846244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.59821091681367,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.3605813482625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.4521177400353,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.775531368509627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,50.287420679358,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,50.287420679358,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,14.3878,Mm²,,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.644081972103745,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.074012985501928,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.264073608562535,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.380008363541209,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.636470125422505,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.00761184668124,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-1.04083408558608E-17,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,92.7005324718146,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,75.7411902773282,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,5.56439699231222,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.612830656031,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,43.1724784580771,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1287939846244,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,4.94148984598999,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.08974909747214,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.8318445955913,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.621156985559121,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.062,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,8.42851810377006,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,8.42851810377006,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.94188,Mm²,,,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007182228606608,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.007182228606608,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.005449875066694,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.005989978657911,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.001192249948697,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,33.763251770803,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.9109259109097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.01469546273373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,52.6706727624527,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.6092277692185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02939092546747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.301555075973595,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.073618468807877,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.477897513278551,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.04196252722049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,15.8939902948862,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,15.8939902948862,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,3.66188,Mm²,,,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013543812846296,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.013543812846296,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.010277045187769,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.011295539913811,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.002248272932485,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,169.001771226382,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.4745409638884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.01469546273373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,263.642763113156,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.0804883494164,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02939092546747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.71813406182253,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.122579752064844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,4.25437861850115,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.069870458676961,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,9.25718551698395,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,9.25718551698395,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,2.1328,Mm²,,,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007888364457213,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.007888364457213,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.005985690950133,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.006578895957316,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.001309468499897,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,172.062725370438,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,33.5552025083797,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.01469546273373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,268.417851577884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.1264654297764,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02939092546747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.61146697897076,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.071566535909872,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.52209466744424,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.040792925468627,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,8.68980963045913,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,8.68980963045913,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,4.80396,Mm²,,,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.007404884054997,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.007404884054997,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.005618826020932,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.006175673301867,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.001229210753129,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,175.123679514495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.635864052871,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.01469546273373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,273.192940042612,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,19.1724425101365,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02939092546747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.539298756801,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.16158534547543,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.40900928142474,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.092103646920995,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,12.3702874206794,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,12.3702874206794,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,5.65192,Mm²,,,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.010541145085163,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.010541145085163,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.007998620890622,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.008791315001026,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.001749830084137,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99.156363030188,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.1353561736408,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.01469546273373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,154.683926327093,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.7471530189752,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02939092546747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.25151507221181,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.175974542264924,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.96332935190364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.100305489091006,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,10.4441955953714,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,10.4441955953714,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,5.20816,Mm²,,,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.008899856351324,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.008899856351324,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.006753210999384,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.007422480197004,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00147737615432,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.2394009291451,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,32.829248607958,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.01469546273373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,97.0934654494664,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.7126717065361,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02939092546747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.671082350520631,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.170979979430023,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.05614689114246,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.097458588275113,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,7.67450541246734,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,7.67450541246734,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,2.45616,Mm²,,,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.006539708598399,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.006539708598399,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.004962330884465,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.005454116971065,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001085591627334,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,57.4717329593119,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,32.0145670085959,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,2.01469546273373,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.6559034165266,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.2483031948997,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02939092546747,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.456528916893341,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.078632898903833,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.71898829849623,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.044820752375185,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.025,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,6.4501679731243,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,6.4501679731243,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,1.48608,Mm²,,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004779818543926,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.004779818543926,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002505580880726,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.0022742376632,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.003986368665634,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.000793449878292,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,21.6863963297081,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.9109259109097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.8307782743446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.6092277692185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.481485090234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.331713684119813,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.056338668777685,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.601879772653945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.03211304120328,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2.40388204553938,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,2.40388204553938,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,0.55384,Mm²,,,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001781367559195,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.001781367559195,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00093379287453,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000847574684665,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.001485660544368,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.000295707014826,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,89.787988225652,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,12.6638624851337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.069261632017,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.21840161652619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.481485090234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.287332969825962,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.007013753598766,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.479696457219596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003997839551297,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1.73198954833893,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1.73198954833893,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,0.39904,Mm²,,,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.001283469794202,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.001283469794202,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.000672794866121,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.000610674928081,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.001070413808365,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.000213055985838,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,91.2720872045884,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,15.9609031162155,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,142.384456039158,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.09771477624281,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.481485090234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.209592956341408,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.006369038779495,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.349629700201709,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.003630352104312,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,4.82269503546099,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,4.82269503546099,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,1.11112,Mm²,,,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.003573799513167,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.003573799513167,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.001873385704802,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001700413808365,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.002980548793981,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000593250719186,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.7561861835248,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,19.2579437472972,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,144.699650446299,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.9770279359594,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.481485090234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.59076533003884,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.021397886456497,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.984703348686824,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.012196795280203,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.6140350877193,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.6140350877193,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,1.29344,Mm²,,,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.00416021243638,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.00416021243638,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.00218078335915,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001979429077229,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.003469617171941,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.000690595264439,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,50.8303900285716,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,12.3412163071685,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,79.2954084445717,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.03449329508604,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.481485090234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.452329165325971,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.015962622820344,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.779098349669084,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009098695007596,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,7.16685330347145,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,7.16685330347145,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,1.6512,Mm²,,,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.005310909493251,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.005310909493251,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002783978756362,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.002526930736889,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.004429298517371,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00088161097588,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,31.2588347438478,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,12.6638624851337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,48.7637822004026,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.21840161652619,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.481485090234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.43717502200378,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.020910569735453,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.775777951467049,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.011919024749208,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,5.54684583799925,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,5.54684583799925,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,1.27796,Mm²,,,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.004110422659881,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.004110422659881,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,1,0.002154683558309,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,1,0.001955739101571,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.00342809249834,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.00068233016154,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,28.3277392604485,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,12.809053265218,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,44.1912732462996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,7.30116036117427,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,59.481485090234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.322096916622136,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.016369457710818,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.575056808092904,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.009330590895166,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.126,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,18.7831280328481,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,18.7831280328481,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,4.32752,Mm²,,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.047779351921628,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.047779351921628,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.021500708364733,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.026278643556895,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.039847979502638,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.00793137241899,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,18.3842761015746,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,37.9109259109097,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.8703712725585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,28.6794707184564,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.6092277692185,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.624626299315557,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.16406029009798,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.09731434543599,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.093514365355849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,8.76446435237029,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,8.76446435237029,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,2.01928,Mm²,,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.022294498869631,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.022294498869631,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.010032524491334,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.012261974378297,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.018593612057272,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.003700886812359,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,166.961135130345,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.3328037625695,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.8703712725585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,260.459370803337,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.6896981446646,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.59365575600603,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.101636023981681,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.54344854849635,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.057932533669558,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,5.30048525569242,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,5.30048525569242,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,1.2212,Mm²,,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.013483044461191,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.013483044461191,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006067370007536,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007415674453655,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.011244859080633,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.002238185380558,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,169.280039784933,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,50.3731345348152,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.8703712725585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,264.076862064495,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.7126866848446,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.976086538639931,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.061515671893916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.55737588109611,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.035063932979532,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,0.30608435983576,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,0.30608435983576,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,2.8724,Mm²,,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.000778598342125,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.000778598342125,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.000350369253956,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.000428229088169,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.000649351017332,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.000129247324793,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,171.598944439521,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,50.4134653070608,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.8703712725585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,267.694353325653,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.7356752250247,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.057075341128744,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.144807637748001,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.091040230912292,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.082540353516361,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,5.72601717058604,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,5.72601717058604,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,4.12112,Mm²,,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.014565486058779,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.014565486058779,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.006554468726451,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008011017332329,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.012147615373022,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.002417870685757,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.495585732795,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,51.8653731079042,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.8703712725585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.89311374316,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.5632626715054,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.672039485054916,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.213743426422446,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.08584671723112,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.121833753060794,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,6.78611422172452,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,6.78611422172452,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,4.36536,Mm²,,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.017262094951017,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.017262094951017,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007767942727958,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.00949415222306,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.014396587189149,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.002865507761869,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,63.0371041303234,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.6885271650996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,14.8703712725585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.3378824433045,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.1724604841068,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.528689026810151,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.238735108945439,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.869156178532849,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.1360790120989,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,1,3.86711459499813,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,3.86711459499813,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,3.69284,Mm²,,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.009836925395629,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.009836925395629,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.004426616428033,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.005410308967596,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.008203995779955,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.001632929615674,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,1,0.35,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,1,2.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,1,0.2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,59.5494715298229,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,54.1400286625588,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,1,14.8703712725585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,92.8971755865237,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.8598163376585,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.740742545117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.287790060258556,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.199930463446243,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,0.474254883107054,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.113960364164359,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.393,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,1,17.5886524822695,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,17.5886524822695,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,6.8542,Mm²,,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.075234256926952,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.075234256926952,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.033855415617129,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.041378841309824,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,1,0.062745370277078,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,1,0.012488886649874,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,1,4.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,1,1.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,1,2,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,291.254424616268,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.9709858092769,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70095607971205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,454.356902401378,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.10346191128781,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.40191215942409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.20545634131936,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.109468330933945,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.15689262489921,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.062396948632349,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,20.447928331467,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,20.447928331467,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,7.51296,Mm²,,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.087464613634517,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.087464613634517,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.039359076135533,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.048105537498984,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,1,0.072945487771187,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,1,0.01451912586333,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,1,4.75,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,1,1.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,276.459812919996,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,17.9875244215593,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70095607971205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,431.277308155193,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.2528889202888,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.40191215942409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,5.74915525412616,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.135139551478198,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.01097711416004,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.077029544342573,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,3.73273609555804,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,3.73273609555804,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,3.66188,Mm²,,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.015966523116925,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.015966523116925,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.007184935402616,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008781587714309,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,1,0.013316080279516,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,1,0.00265044283741,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,1,1.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,1,4.67,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,1,0.9,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,1,1.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,1,261.665201223723,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,20.0040630338417,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70095607971205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,408.197713909008,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,11.4023159292898,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.40191215942409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.994274570001625,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.073252478342364,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.55878919771718,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.041753912655148,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,15.1474430757745,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,15.1474430757745,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,6.29176,Mm²,,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.064792150808483,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.064792150808483,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.029156467863817,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.035635682944666,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,1,0.054036653774275,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,1,0.010755497034208,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,1,0.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,1,4.6,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,1,1.1,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,232.075977831179,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,24.0371402584066,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70095607971205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,362.038525416639,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.7011699472918,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.40191215942409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.58656512807165,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.151235917592232,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.62637288422421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.086204473027572,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,15.9761104889884,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,15.9761104889884,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,6.48268,Mm²,,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.06833671894044,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.06833671894044,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.030751523523198,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.037585195417242,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,1,0.056992823596327,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,1,0.011343895344113,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,1,2.7,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,1,0.5,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.6369278356102,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,22.9885401800197,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70095607971205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,121.113607423552,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.1034679026112,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.40191215942409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,1.31543913086069,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.14902734965421,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.08513036138536,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.0849455893029,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,15.6849570735349,Mm²,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,15.6849570735349,Mm²,S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,6.4156,Mm²,,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,1,0.06709133013732,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.06709133013732,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.030191098561794,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.036900231575526,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,1,0.055954169334525,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,1,0.011137160802795,1e6 dimensionless,Own calculations,,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,1,0.4,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,1,1.8,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,1,0.25,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,1,0.3,dimensionless,Source residential part: IEE TABULA Project, TABULA Web Tool, 2017 http://webtool.building-typology.eu/#bm; Source service part: S. Birchall et al., D2.1a Survey on the energy needs and architectural features of the EU building stock,2014 +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,36.1378101371012,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,1,25.8439588550117,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.70095607971205,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,56.374983813878,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.7310565473566,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.40191215942409,kWh/m²/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,0.640554295046844,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.165804502430213,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.03170778977161,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +United Kingdom,uk,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.094508566385221,TWh/year,Vienna University of Technology, e-think. Invert/EE-Lab. 2017 http://www.invert.at/ and S. Pezzutto. Analysis of the space heating and cooling market in Europe. PhD-Thesis. 2014,,, +EU28,eu28,Residential sector,Total,Total,,BUILDING,Area,Constructed area [Mm²],,0,18751.9414331734,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,,BUILDING,Area,Number of dwellings/units [Mil.],,0,301.378258851999,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,19.09,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,195.293111736095,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,51.5356822636918,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,54.5494648522118,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,,BUILDING,Occupancy,Occupied [Mil.],,0,25.3039848197343,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,,BUILDING,Occupancy,Vacant [Mil.],,0,276.074274032264,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,3626.82464633201,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,2903.5726979833,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,211.42876203,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,55.5058968015512,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,23.4241451732822,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,38.3378676458546,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,10.7778862401125,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,6.39014291558406,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,45.3302534260683,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,6.43238781733787,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.09760723144708,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.17801728424889,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.33898282388511,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.98089739953695,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.62585549680781,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction material,brick,,0,0.7303169154605,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction material,concrete,,0,0.00805295074002,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction material,wood,,0,0.122786690975955,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction material,other,,0,0.138833099381097,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,solid wall,,0,0.827866488424327,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,,insulation,0,0.000583230297028,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,cavity wall,,0,0.061528841321916,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,,insulation,0,0.005002097992748,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.028011062487525,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WALLS,construction methodology,other,,0,0.082585203607071,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,wood,,0,0.861304364449328,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.035354852772487,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WINDOWS,construction material,aluminium,,0,0.10333460862251,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.756807643835861,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.243192356164139,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ROOF,construction material,wood,,0,0.867484807861906,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete,,0,0.122002676414854,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ROOF,construction material,concrete + bricks,,0,0.010503087608199,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ROOF,construction material,tilted roof,,0,0.867935304139849,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ROOF,construction material,,insulation,0,0.083725177983089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ROOF,construction material,flat roof,,0,0.132054224331003,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction material,wood,,0,0.154606745216431,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete,,0,0.584409176054189,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction material,concrete + bricks,,0,0.133665767414909,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction material,other,,0,0.12596914087042,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.712296798034422,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,,insulation,0,0.007325743812367,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.146891920903398,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,,insulation,0,0.000583230297028,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,FLOOR,construction methodology,other,,0,0.139905299393293,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,individual,,,0,0.180779007646196,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,central,,,0,0.752099033121574,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING, district heating,,,0,0.06712195923223,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,boiler,non-condensing,,0,0.698038414579579,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,boiler,condensing,,0,0.001966302079699,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,combined,,,0,0.166611362772619,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,stove,,,0,0.098843212141175,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,heat pump,,,0,0.034566025851119,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,fossil fuels,liquid,,0,0.348619404818188,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,fossil fuels,gas,,0,0.621386159617172,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,electricity,,,0,0.02557609177323,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE HEATING,biomass,,,0,0.004418343791409,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,individual,,,0,0.309493658533708,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,central,,,0,0.654500528010267,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW, district heating,,,0,0.036005813456025,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,boiler,non-condensing,,0,0.65013835803715,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,boiler,condensing,,0,0.002103768652757,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,Combined,,,0,0.313217164883165,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,heat pump,,,0,0.034566025851119,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,fossil fuels,liquid,,0,0.512648357597945,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,fossil fuels,gas,,0,0.408640368964436,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,DHW,electricity,,,0,0.078746901484182,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,184.352474434558,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,31.9407837224343,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.8080566724364,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,223.56619140801,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.6655351265657,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.2703882184841,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,633.200158206335,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.60389521978092,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,762.200635826167,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.19661732464727,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,3729.09390395152,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,3045.2855305555,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,221.1393125,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,60.9880692480483,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,24.3271872766519,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,41.9437064311869,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,12.5953275205449,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,6.44903529631645,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,49.861729250457,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,6.78359614230101,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.7824058046907,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.85838972794535,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.69988457391471,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.5782177892606,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.45856332444856,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,brick,,0,0.795188584191867,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,concrete,,0,0.168262061483984,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction material,wood,,0,0.036549235023884,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.608295530596453,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,,insulation,0,0.014763655972238,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.227535778992572,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,,insulation,0,0.010987031826713,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.163770943328526,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WALLS,construction methodology,other,,0,0.000397627782184,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,wood,,0,0.748680052561635,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.152530921937141,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction material,aluminium,,0,0.098789025501224,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.634648230701998,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.365351769298002,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,wood,,0,0.613269860015588,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete,,0,0.287348655347872,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.099381365336275,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,tilted roof,,0,0.704300799769734,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.171828056872097,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,flat roof,,0,0.295699080930002,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ROOF,construction material,,insulation,0,0.005085109855125,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,wood,,0,0.057468645998646,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete,,0,0.679450917741324,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,0.224801809582244,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction material,other,,0,0.038277152637855,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.904252727323568,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.009615217676868,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.057468645998646,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.00677369833713,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,FLOOR,construction methodology,other,,0,0.038277152637855,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,individual,,,0,0.157736145507258,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,central,,,0,0.773720586004481,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING, district heating,,,0,0.068543268488261,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,boiler,non-condensing,,0,0.775710578018809,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,boiler,condensing,,0,0.003062083966089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,combined,,,0,0.169304077822895,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,stove,,,0,0.020486081132278,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,heat pump,,,0,0.03145878856096,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,fossil fuels,liquid,,0,0.261573870321596,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,fossil fuels,gas,,0,0.702594961362891,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,electricity,,,0,0.025955567698019,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE HEATING,biomass,,,0,0.009875600617494,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,individual,,,0,0.263174684518113,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,central,,,0,0.697740647264205,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW, district heating,,,0,0.039084668217681,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,boiler,non-condensing,,0,0.581517897076507,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,boiler,condensing,,0,0.001906629380522,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,Combined,,,0,0.385138294483042,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,heat pump,,,0,0.03145878856096,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,fossil fuels,liquid,,0,0.427390004879295,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,fossil fuels,gas,,0,0.406994047614543,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,DHW,electricity,,,0,0.165644420842914,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,161.453020896199,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,45.1948688568979,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.9575879419793,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,193.91937701803,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.0962234014196,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.8488898209771,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,598.784027204794,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,11.4014609932443,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,713.707940320834,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.385930800943,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,2671.36465930948,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,2112.33745520639,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,182.9539225,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,45.2614720056074,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,16.9680061398249,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,31.5496413441321,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,8.86079284647397,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.85103781500127,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,35.8531266689592,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,5.2355237205458,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.17282161610238,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.32386565121596,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,4.26284558400341,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.19138314671457,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.23242594268264,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,brick,,0,0.650802442120882,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,concrete,,0,0.307800389267642,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction material,wood,,0,0.041397168611476,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.572302890544862,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.110688853420472,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.140246621063964,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.008335493036586,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.241757509489828,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,,insulation,0,0.007801957245584,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WALLS,construction methodology,other,,0,0.045692978901345,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,wood,,0,0.623172514923927,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.236365595194601,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction material,aluminium,,0,0.140461889881472,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.387147079519117,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.612852920480883,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,wood,,0,0.377072697423231,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete,,0,0.46847743333229,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,concrete + bricks,,0,0.154449869244479,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,tilted roof,,0,0.503982141857372,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.207720538952842,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,flat roof,,0,0.496017858142628,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ROOF,construction material,,insulation,0,0.33188759438579,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,wood,,0,0.042382304268847,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete,,0,0.747195864444695,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,0.188954880158524,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction material,other,,0,0.021466951127933,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.93615074460322,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.366494284995986,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.042382304268847,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.021077808077746,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,FLOOR,construction methodology,other,,0,0.021466951127933,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,individual,,,0,0.149928361555569,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,central,,,0,0.696238733830845,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING, district heating,,,0,0.153832904613586,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,boiler,non-condensing,,0,0.755400194494406,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,boiler,condensing,,0,0.002597217639074,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,combined,,,0,0.177313499972567,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,stove,,,0,0.024981525387973,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,heat pump,,,0,0.039729223684211,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,fossil fuels,liquid,,0,0.303385865611236,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,fossil fuels,gas,,0,0.658185549645437,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,electricity,,,0,0.030626627497744,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE HEATING,biomass,,,0,0.007801957245584,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,individual,,,0,0.248090365282529,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,central,,,0,0.630799362247226,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW, district heating,,,0,0.121110272470245,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,boiler,non-condensing,,0,0.579479903202418,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,boiler,condensing,,0,0.001111791304736,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,Combined,,,0,0.377773540635521,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,Solar collectors,,,0,0.001927202351345,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,heat pump,,,0,0.039729223684211,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,fossil fuels,liquid,,0,0.340458797465956,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,fossil fuels,gas,,0,0.420546484448736,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,DHW,electricity,,,0,0.239018677959614,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,139.113999252714,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.3368834896937,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.3541264282295,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,168.607677724824,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6374383299715,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.5282458106712,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,351.424705906353,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.26394889540581,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,425.541334041337,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.27972265116899,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,2404.39675027676,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,1845.32364231787,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,185.3289665,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,39.6488851472456,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,14.8832068833193,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,28.2795989221047,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,7.09563068532093,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.27365553981998,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,31.4056625725069,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,4.78964790097873,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,3.45357467376005,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.853851582714404,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.70237192505947,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.789341852827646,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.989657959927654,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,brick,,0,0.494737119734704,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,concrete,,0,0.434047993485105,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,wood,,0,0.054427757326742,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction material,other,,0,0.016782094321639,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.379184168533979,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.198278808295104,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.131057161536079,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.018021692909085,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.381385429021775,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,,insulation,0,0.199635479655141,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WALLS,construction methodology,other,,0,0.108373240908167,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,wood,,0,0.422079937901746,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.171586531186134,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.406333530912119,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.276727621347774,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.723272378652226,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,WINDOWS,construction methodology,,low-e,0,0.034144826326502,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,wood,,0,0.39366968589813,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete,,0,0.359143562401296,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,concrete + bricks,,0,0.247186751700574,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,tilted roof,,0,0.50360319864252,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.420776486230355,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,flat roof,,0,0.49639680135748,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ROOF,construction material,,insulation,0,0.414013132234125,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete,,0,0.797367392865631,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,0.202632607134369,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,FLOOR,construction methodology,,insulation,0,0.574434076697735,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,individual,,,0,0.196018007591333,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,central,,,0,0.739540431212996,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING, district heating,,,0,0.064441561195672,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,boiler,non-condensing,,0,0.586100210949983,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,boiler,condensing,,0,0.110694672723395,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,combined,,,0,0.209136675756136,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,stove,,,0,0.055331723972039,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,heat pump,,,0,0.038765636872058,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,fossil fuels,solid,,0,0.02706077745709,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,fossil fuels,liquid,,0,0.179655192294648,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,fossil fuels,gas,,0,0.76161901487549,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,electricity,,,0,0.025080184665293,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE HEATING,biomass,,,0,0.006584830707479,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,individual,,,0,0.296632416173474,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,central,,,0,0.58025363508921,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW, district heating,,,0,0.123113948737316,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,boiler,non-condensing,,0,0.631584535421327,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,boiler,condensing,,0,0.029398997585594,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,Combined,,,0,0.297349180718947,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,Solar collectors,,,0,0.002930569675684,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,heat pump,,,0,0.038765636872058,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,fossil fuels,liquid,,0,0.276973059066834,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,fossil fuels,gas,,0,0.47996906179065,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,DHW,electricity,,,0,0.243090187283156,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.351470779706,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.2511632646633,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.6795197576396,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.776632008817,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.7268085085963,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.6487716724125,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,263.105260189172,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.36558070040839,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,320.891018691627,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.30339705646673,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,2108.45525858968,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,1655.99199832977,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,162.7042995,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,33.7675931884334,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,13.1961086341288,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,23.960925374762,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.19646712228216,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,3.61020069138921,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,26.767690643935,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,4.03947059548952,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.96043194900883,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.625730378214976,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,3.20062244823403,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.605264750819134,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.740833586005086,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,brick,,0,0.640344687655364,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,concrete,,0,0.254297536825434,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,wood,,0,0.057075259579995,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction material,other,,0,0.04827802328382,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.464231698096197,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.263682396416909,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.238930685405709,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.152032586626914,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.208555926852529,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,,insulation,0,0.197459372904983,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WALLS,construction methodology,other,,0,0.088281689645564,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,wood,,0,0.368114935655682,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.284883695678496,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.347001368665822,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,0.263635555107574,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,0.736364444892425,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.357726050508613,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,wood,,0,0.398420110968101,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete,,0,0.302256468391077,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,concrete + bricks,,0,0.299323420640821,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,tilted roof,,0,0.527052359672078,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.501774711440836,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,flat roof,,0,0.472947640327922,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ROOF,construction material,,insulation,0,0.438339970791982,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete,,0,0.765692984250127,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,0.234307015749873,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,FLOOR,construction methodology,,insulation,0,0.636500229986674,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,individual,,,0,0.102309007667819,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,central,,,0,0.7954384434847,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING, district heating,,,0,0.102252548847481,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,boiler,non-condensing,,0,0.37514158046805,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,boiler,condensing,,0,0.237045285242569,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,combined,,,0,0.236370789330361,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,stove,,,0,0.006040498978702,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,electric heating,,,0,0.107290396291472,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,heat pump,,,0,0.038135701968531,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,fossil fuels,solid,,0,0.005276906773726,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,fossil fuels,liquid,,0,0.17128991574595,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,fossil fuels,gas,,0,0.816849620942702,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE HEATING,biomass,,,0,0.006583556537623,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE COOLING,no space cooling,,,0,0.97517547496264,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,SPACE COOLING,space cooling,,,0,0.02482452503736,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,individual,,,0,0.324985466796873,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,central,,,0,0.641922083481829,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW, district heating,,,0,0.033092449721299,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,boiler,non-condensing,,0,0.589492201815527,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,boiler,condensing,,0,0.028440349830862,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,Combined,,,0,0.336023153850005,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,Solar collectors,,,0,0.002655938041034,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,heat pump,,,0,0.043412608742257,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,fossil fuels,liquid,,0,0.288851420372985,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,fossil fuels,gas,,0,0.515286346469481,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,DHW,electricity,,,0,0.195890638300832,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,88.8871727730027,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.7309567164818,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.945877239013,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,110.829486627082,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.6391833785701,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.7475152532759,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,194.710864820951,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.97914125050073,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,239.974835267318,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.54655504079157,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,2486.1500763053,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,1905.86733196016,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,183.424035139654,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,39.8380648525525,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,15.512977719151,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,28.63309441814,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.46668765543846,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,4.73828277897404,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,32.0748081841479,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,4.79733462285122,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,3.41046329114365,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.480331871201026,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.7846517780226,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.416180088246815,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.526875893891633,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,brick,,0,0.689275560190759,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,concrete,,0,0.278276079643985,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,wood,,0,0.019357871188054,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction material,other,,0,0.013086489476509,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.48900175263159,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.290063133249397,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.283982295194168,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.283845572583366,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.220744570462697,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,,insulation,0,0.191330222410421,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WALLS,construction methodology,other,,0,0.006271381711545,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,wood,,0,0.517316370746666,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.198912922580264,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction material,aluminium,,0,0.28377070667307,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,0.159427837048543,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,0.801308768182455,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.456177518292572,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,0.039263394769002,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,wood,,0,0.420485922432958,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete,,0,0.297247301553055,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,concrete + bricks,,0,0.282266776013988,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,tilted roof,,0,0.546477860586116,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.404302631771812,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,flat roof,,0,0.453522139413884,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ROOF,construction material,,insulation,0,0.398490995005351,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,wood,,0,0.006271381711545,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete,,0,0.763508293948571,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,0.230220324339884,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,0.993728618288455,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.622258200490505,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.006271381711545,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.012542763423091,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,individual,,,0,0.094184903180574,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,central,,,0,0.777225712399643,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING, district heating,,,0,0.128589384419783,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,boiler,non-condensing,,0,0.510063432224141,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,boiler,condensing,,0,0.180930148280801,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,combined,,,0,0.22428257356943,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,stove,,,0,0.002168010713179,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,electric heating,,,0,0.049957179399945,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,heat pump,,,0,0.032621991821675,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,fossil fuels,liquid,,0,0.206941115530081,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE HEATING,fossil fuels,gas,,0,0.793058884469919,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE COOLING,no space cooling,,,0,0.922912892542834,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,SPACE COOLING,space cooling,,,0,0.077087107457166,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,individual,,,0,0.331156778858263,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,central,,,0,0.632322363701156,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW, district heating,,,0,0.036520857440581,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,boiler,non-condensing,,0,0.601442545770158,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,boiler,condensing,,0,0.040164254848749,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,Combined,,,0,0.268577757260499,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,Solar collectors,,,0,0.007259606908146,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,heat pump,,,0,0.08257917122162,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,fossil fuels,liquid,,0,0.300448175602672,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,fossil fuels,gas,,0,0.509819049883337,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,DHW,electricity,,,0,0.189761549631156,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,76.4945783618674,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.5896329589882,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.0888212015658,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,96.314680454988,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.4598148719735,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.5511456813128,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,199.041335494307,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,7.50478445271751,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,254.142209054649,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.27566029338134,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,1725.65613840866,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,1308.98229614172,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,103.196985108416,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,26.3682776085603,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,9.82796817364192,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,18.9318582995844,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.30885223143357,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,3.1275670775424,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,19.7008928476538,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,3.2216060391512,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,3.9348314951855,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.359176029639868,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.3945960478064,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.279918049366983,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.359953943918644,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction material,brick,,0,0.700688314603114,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction material,concrete,,0,0.271360580975121,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction material,wood,,0,0.013973455982862,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction material,other,,0,0.013973455982862,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,solid wall,,0,0.508930176012742,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.345474780366476,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,cavity wall,,0,0.263161169860341,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.26663234995118,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.227908654126918,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WALLS,construction methodology,,insulation,0,0.227294803686997,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,wood,,0,0.667861544596928,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.329923607840071,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WINDOWS,construction material,aluminium,,0,0.002214847563001,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,double glazing,,0,0.863971088363463,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,0.460480445875923,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,triple glazing,,0,0.136028911636537,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,WINDOWS,construction methodology,,low-e,0,0.09410435123191,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ROOF,construction material,wood,,0,0.384162285269053,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete,,0,0.325235937527282,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ROOF,construction material,concrete + bricks,,0,0.290601777203665,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ROOF,construction material,tilted roof,,0,0.552421438823087,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.361645645339923,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ROOF,construction material,flat roof,,0,0.447578561176912,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ROOF,construction material,,insulation,0,0.419089344684019,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete,,0,0.692990164706993,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,FLOOR,construction material,concrete + bricks,,0,0.307009835293006,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,FLOOR,construction methodology,,insulation,0,0.713158324108774,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,individual,,,0,0.088886539982294,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,central,,,0,0.858920266708151,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING, district heating,,,0,0.052193193309556,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,boiler,non-condensing,,0,0.422580262902611,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,boiler,condensing,,0,0.245392375629858,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,combined,,,0,0.249901952548709,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,heat pump,,,0,0.08215274621175,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,fossil fuels,liquid,,0,0.230714118652794,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,fossil fuels,gas,,0,0.727636688685939,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE HEATING,electricity,,,0,0.041649192661267,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE COOLING,no space cooling,,,0,0.84418089779534,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,SPACE COOLING,space cooling,,,0,0.15581910220466,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,individual,,,0,0.201122361901802,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,central,,,0,0.763807846775055,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW, district heating,,,0,0.035069791323143,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,boiler,non-condensing,,0,0.573239200878733,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,boiler,condensing,,0,0.062098814049427,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,Combined,,,0,0.153344236958002,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,Solar collectors,,,0,0.129192339195015,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,heat pump,,,0,0.08215274621175,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,fossil fuels,liquid,,0,0.290631098270445,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,fossil fuels,gas,,0,0.500366808931357,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,DHW,electricity,,,0,0.209036988327849,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,57.0865978480549,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,27.1739119066573,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.942145215796,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,70.3751908003787,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.7156450946869,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.7451224474081,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,109.574754329835,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.21915912294139,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,139.428812974382,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.8317498626249,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,160.425337964802,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,103.955619001191,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,27.4327327919811,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,29.0369861716291,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Occupied [Mil.],,0,22.35,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Occupancy,Vacant [Mil.],,0,138.075337964802,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,,BUILDING,Construction features (U-values),Walls,,0,2.4741552630358,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,2271.95520521972,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1846.48884479263,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,121.79673056,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,34.7647727556993,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,17.6697451732822,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,24.0806952378852,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.7546333804222,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,3.92944413739185,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,28.6256431737302,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,3.63955671099721,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.57527008544597,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.47283825172141,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,6.18933789740632,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,2.176211313845,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.88345524317853,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,brick,,0,0.733276150617698,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,concrete,,0,0.005317000519413,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,wood,,0,0.144257224571775,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction material,other,,0,0.117187203420323,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,solid wall,,0,0.770904040047483,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,cavity wall,,0,0.077172940806275,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,,insulation,0,0.00798507481212,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.044715323421122,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WALLS,construction methodology,other,,0,0.107194279786501,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,wood,,0,0.919640132412426,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.014252564154299,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction material,aluminium,,0,0.066107303433275,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.725689896087498,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.274310103912502,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,wood,,0,0.956849062352615,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,concrete,,0,0.043140917590674,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,tilted roof,,0,0.956849062352615,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,,insulation,0,0.050545849960335,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ROOF,construction material,flat roof,,0,0.043140917590674,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,wood,,0,0.19601551206558,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete,,0,0.611614900955643,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,concrete + bricks,,0,0.049683793459524,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction material,other,,0,0.140541907923522,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.662006176661758,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,,insulation,0,0.005341731477932,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.188030437253461,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,FLOOR,construction methodology,other,,0,0.148526982735642,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,individual,,,0,0.24445120703716,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,central,,,0,0.704197369213189,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING, district heating,,,0,0.051351423749652,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,boiler,non-condensing,,0,0.678344629746011,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,boiler,condensing,,0,0.002441867488598,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,combined,,,0,0.148105628311842,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,stove,,,0,0.141057797785782,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,heat pump,,,0,0.030077771133049,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,fossil fuels,liquid,,0,0.448351722161123,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,fossil fuels,gas,,0,0.516843648778858,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,electricity,,,0,0.027751427429179,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE HEATING,biomass,,,0,0.00705320163084,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW,individual,,,0,0.287817555974691,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW,central,,,0,0.704197369213189,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW, district heating,,,0,0.00798507481212,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW,boiler,non-condensing,,0,0.607455735447388,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW,Combined,,,0,0.362494187884845,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW,heat pump,,,0,0.030077771133049,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW,fossil fuels,liquid,,0,0.629754225330317,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW,fossil fuels,gas,,0,0.283143588325828,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,DHW,electricity,,,0,0.08714333365506,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,209.703384107837,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,29.4317100819388,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.6586050809672,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,255.753912408695,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.2720791614295,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.7873096878105,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,437.395129389635,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.65153342375225,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,535.378269159001,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.25110565791562,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,2049.43605364161,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1694.51964710778,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,116.535017,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,34.6024488943122,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,17.5798872766519,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,24.3095213207181,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.75853523572356,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,3.53439233787056,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,28.0314294184278,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,3.77066137518413,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.80035810070023,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,2.00398092233333,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,5.39849451745432,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.69527033071508,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.6898660797797,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,brick,,0,0.922668882157208,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,concrete,,0,0.041955657234414,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction material,wood,,0,0.035375460608379,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.589617399340148,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.357216129201823,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,,insulation,0,0.009314735288661,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.053166471458029,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,wood,,0,0.857533034341355,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.059829385291351,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction material,aluminium,,0,0.082637580367293,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.593030651534427,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.406969348465573,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,wood,,0,0.874398834191578,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete,,0,0.080006038765847,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.045595127042575,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,tilted roof,,0,0.937963315288952,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,,insulation,0,0.19778135372644,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ROOF,construction material,flat roof,,0,0.062036684711048,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,wood,,0,0.089720465395337,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete,,0,0.722434562867517,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,0.118195586927926,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction material,other,,0,0.069647987459192,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.840630149795443,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.005655427291738,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.089720465395337,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.00698675014151,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,FLOOR,construction methodology,other,,0,0.069647987459192,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,individual,,,0,0.19360111048146,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,central,,,0,0.754557652682187,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING, district heating,,,0,0.051841236836353,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,boiler,non-condensing,,0,0.796726735752184,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,boiler,condensing,,0,0.003967289624241,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,combined,,,0,0.162344317423434,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,stove,,,0,0.006457874094916,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,heat pump,,,0,0.030522996425761,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,fossil fuels,liquid,,0,0.340836495101897,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,fossil fuels,gas,,0,0.613352345338511,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,electricity,,,0,0.027841805504793,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE HEATING,biomass,,,0,0.017969354054799,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW,individual,,,0,0.237417506723947,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW,central,,,0,0.755595743134544,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW, district heating,,,0,0.00698675014151,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW,boiler,non-condensing,,0,0.499836810262384,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW,Combined,,,0,0.469659406632391,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW,heat pump,,,0,0.030522996425761,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW,fossil fuels,liquid,,0,0.521331193486799,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW,fossil fuels,gas,,0,0.315858737370439,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,DHW,electricity,,,0,0.162837602626112,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,189.769167452693,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.1875151712685,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.4448663712229,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,228.582027140571,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.2240890582356,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.97300942716,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,370.858787075644,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,5.61484456912091,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,444.665630014298,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.541069443211,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,1293.11450340529,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,1026.86967307919,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,86.860384,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,23.0617484866444,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,11.5492061398249,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,16.3065913470708,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.42350107128673,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.33165606828686,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,18.1698703702462,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,2.46016372906808,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.43171438733009,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.59761120809246,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,5.07938496561556,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.49568641746341,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.46788616813633,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,brick,,0,0.767197353799781,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,concrete,,0,0.195219737073485,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction material,wood,,0,0.037582909126734,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.510044261176173,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,,insulation,0,0.026323554479592,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.181108380791612,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.293723869626123,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,,insulation,0,0.016117577217184,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WALLS,construction methodology,other,,0,0.015123488406093,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,wood,,0,0.745438354281828,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.136716267628089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,0.117845378090084,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.360088144321296,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.639911855678704,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,wood,,0,0.538245984957469,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete,,0,0.383734990614632,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,concrete + bricks,,0,0.078019024427899,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,tilted roof,,0,0.662614870516352,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,0.257845478570448,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,flat roof,,0,0.337385129483648,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ROOF,construction material,,insulation,0,0.322137908802047,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,wood,,0,0.072290338398649,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete,,0,0.805343400764558,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,0.078019024427899,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction material,other,,0,0.044347236408894,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.883362425192457,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.277851785591512,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.072290338398649,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.026323554479592,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,FLOOR,construction methodology,other,,0,0.044347236408894,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,individual,,,0,0.222386468097229,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,central,,,0,0.707916620297471,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING, district heating,,,0,0.0696969116053,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,boiler,non-condensing,,0,0.756566243289845,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,boiler,condensing,,0,0.003587923834813,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,combined,,,0,0.192324447196538,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,stove,,,0,0.004732548072026,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,heat pump,,,0,0.042808368546274,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,fossil fuels,liquid,,0,0.337241650708224,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,fossil fuels,gas,,0,0.605229126115181,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,electricity,,,0,0.041411645959411,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE HEATING,biomass,,,0,0.016117577217184,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW,individual,,,0,0.27834557978799,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW,central,,,0,0.708492642972214,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW, district heating,,,0,0.013161777239796,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW,boiler,non-condensing,,0,0.513056729599103,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW,Combined,,,0,0.444154432794119,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW,heat pump,,,0,0.042808368546274,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW,fossil fuels,liquid,,0,0.392484962461585,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW,fossil fuels,gas,,0,0.355392822756576,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,DHW,electricity,,,0,0.252143946659457,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,166.4985210693,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.875834047252,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.2008812644597,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,203.606218773939,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.1810305840778,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.1852376941068,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,199.361273727795,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.69050530936977,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,242.93756194665,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.14490937804874,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,1142.18833075989,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,888.546902057785,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,89.75604,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,20.0770299078072,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,9.70340688331934,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,14.5050194060665,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.54478681053947,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.02722369120122,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,16.1293628425541,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,2.1935543877586,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.75411267749452,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.00419349272345,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,4.49509965445414,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.926106064205765,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.17282366044849,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,brick,,0,0.436569880769175,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,concrete,,0,0.462186523166029,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,wood,,0,0.085784433524947,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction material,other,,0,0.01545452571845,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.25886127554618,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,0.064969229061095,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.152830975296605,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,0.022518877578908,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.443037133330129,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,,insulation,0,0.180167379583485,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WALLS,construction methodology,other,,0,0.145270615827085,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,wood,,0,0.448254514412788,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.151605251542564,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.400140234044648,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.345622714038201,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.654377285961799,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,WINDOWS,construction methodology,,low-e,0,0.046367661878891,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,wood,,0,0.651003845156386,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete,,0,0.136977364888763,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,concrete + bricks,,0,0.212018789954851,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,tilted roof,,0,0.702084850776215,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,0.599704656027929,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,flat roof,,0,0.297915149223785,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ROOF,construction material,,insulation,0,0.278556343320656,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete,,0,0.933762772958878,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,0.066237227041122,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,0.469849504710748,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,individual,,,0,0.191323452854705,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,central,,,0,0.759053795224388,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING, district heating,,,0,0.049622751920906,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,boiler,non-condensing,,0,0.64978073862096,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,boiler,condensing,,0,0.005816414399114,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,combined,,,0,0.197056283737833,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,stove,,,0,0.116477654098489,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,heat pump,,,0,0.030894919537396,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,fossil fuels,solid,,0,0.056965076271181,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,fossil fuels,liquid,,0,0.216097680289256,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,fossil fuels,gas,,0,0.679648592260425,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,electricity,,,0,0.033427061870435,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE HEATING,biomass,,,0,0.013861589308702,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW,individual,,,0,0.295764534145937,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW,central,,,0,0.702491334933966,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW, district heating,,,0,0.001744130920097,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW,boiler,non-condensing,,0,0.542632115242353,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW,Combined,,,0,0.426498975614043,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW,heat pump,,,0,0.030894919537396,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW,fossil fuels,liquid,,0,0.359095511836313,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW,fossil fuels,gas,,0,0.411743818751167,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,DHW,electricity,,,0,0.229188239867931,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.67506510972,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.2078946754847,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.2742907520387,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,165.945525745318,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.8461628472594,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.697297074986,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,143.568633600719,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.11358949780279,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,177.943723993232,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.24277674636513,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,931.043287555915,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,754.174566549758,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,73.70106,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,16.2623761231584,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,8.12000863412879,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,11.6937499370043,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.98491515979598,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.58371102635803,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,13.1561309842586,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,1.71458551820285,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.39165962069688,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.776562441105281,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,3.81929116702337,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.730632901245339,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.903985394805648,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,brick,,0,0.672108066626213,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,concrete,,0,0.151857954110064,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,wood,,0,0.088852995807297,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction material,other,,0,0.087177456097328,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.280052299874971,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,0.065764475917182,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.43857691560773,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,0.289764037976972,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.114583263168379,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,,insulation,0,0.114583263168379,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WALLS,construction methodology,other,,0,0.166787521348919,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,wood,,0,0.377918694404144,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.132387068962583,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.489694236633273,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,0.350919484826182,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,0.649080515173817,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.313080449628409,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,wood,,0,0.613863159936055,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete,,0,0.154355808909458,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,concrete + bricks,,0,0.231781031154486,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,tilted roof,,0,0.646273578704402,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,0.562541631130765,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,flat roof,,0,0.353726421295598,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ROOF,construction material,,insulation,0,0.36416417548848,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete,,0,0.945503958927231,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,0.054496041072769,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,0.547208084999439,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,individual,,,0,0.128521206216953,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,central,,,0,0.849173938326502,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING, district heating,,,0,0.022304855456544,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,boiler,non-condensing,,0,0.435376969202508,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,boiler,condensing,,0,0.32032711885366,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,combined,,,0,0.207013117236611,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,stove,,,0,0.013679408902226,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,heat pump,,,0,0.023626820220351,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,fossil fuels,solid,,0,0.011950165996424,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,fossil fuels,liquid,,0,0.238853133097569,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,fossil fuels,gas,,0,0.734287475322724,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE HEATING,biomass,,,0,0.014909225583283,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE COOLING,no space cooling,,,0,0.996692176839505,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,SPACE COOLING,space cooling,,,0,0.003307823160494,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,individual,,,0,0.156395728978701,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,central,,,0,0.841544943748043,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW, district heating,,,0,0.002059327273256,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,boiler,non-condensing,,0,0.438533870175703,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,boiler,condensing,,0,0.003307823160494,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,Combined,,,0,0.522604754862383,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,heat pump,,,0,0.035576986216776,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,fossil fuels,liquid,,0,0.446004706607931,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,fossil fuels,gas,,0,0.464782406853647,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,DHW,electricity,,,0,0.089237995579089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,103.137547626968,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,34.9060611207191,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.5630419812127,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,129.732382284274,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0126988425152,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,27.3483191059015,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,99.1049389857605,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.08452328623443,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,123.303332106196,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.885348638154141,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,1185.72959668032,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,942.331277615548,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,73.66483,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,20.390623160218,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,10.370177719151,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,14.6851092266398,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.35092225266109,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,2.35459168091716,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,16.7796013613962,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,2.20153843838407,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.40948336043781,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.576591861750497,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,3.41001491791918,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.466975844562219,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.591353667872147,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,brick,,0,0.773979832823699,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,concrete,,0,0.204899262480456,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,wood,,0,0.011754364724048,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction material,other,,0,0.009363730571685,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.363480609204961,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,0.181045553398175,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.455357165572879,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,0.451346976392047,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.178771591069797,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,,insulation,0,0.107625521817429,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WALLS,construction methodology,other,,0,0.002390634152363,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,wood,,0,0.577664905993743,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.101216600372649,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,0.321118493633608,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,0.140706616809685,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,0.831199382075148,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.392397996343377,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,0.028094001115167,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,wood,,0,0.731660404805727,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete,,0,0.094704082381316,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,concrete + bricks,,0,0.173635512812958,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,tilted roof,,0,0.777155403604877,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,0.537434982638522,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,flat roof,,0,0.222844596395122,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ROOF,construction material,,insulation,0,0.261782334590439,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,wood,,0,0.002390634152363,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete,,0,0.96013474541015,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,0.037474620437487,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,0.997609365847637,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.5560542383793,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.002390634152363,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.004781268304726,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,individual,,,0,0.091512649693275,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,central,,,0,0.830727993691175,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING, district heating,,,0,0.07775935661555,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,boiler,non-condensing,,0,0.49675443778447,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,boiler,condensing,,0,0.205664166080559,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,combined,,,0,0.168430002439087,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,stove,,,0,0.004545724434214,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,electric heating,,,0,0.10474651701779,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,heat pump,,,0,0.019878383340975,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,fossil fuels,liquid,,0,0.331881282925397,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE HEATING,fossil fuels,gas,,0,0.668118717074603,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE COOLING,no space cooling,,,0,0.885723716177337,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,SPACE COOLING,space cooling,,,0,0.114276283822663,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,individual,,,0,0.213038932966965,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,central,,,0,0.784570432880672,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW, district heating,,,0,0.002390634152363,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,boiler,non-condensing,,0,0.495918312881078,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,boiler,condensing,,0,0.009529766804873,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,Combined,,,0,0.369946251052379,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,heat pump,,,0,0.124624900358765,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,fossil fuels,liquid,,0,0.479276427056219,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,fossil fuels,gas,,0,0.383981714027959,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,DHW,electricity,,,0,0.136762133606306,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,92.4329609815217,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.4529363508062,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.3852447495545,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,118.02035800209,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.1744215249361,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.8967229093195,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,112.357854620195,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.01889895155633,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,145.477974341404,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.749497031982759,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,696.490692208908,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,563.306711338522,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,34.585014,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,11.2663386369621,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,5.58446817364192,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.11107306206135,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.81197157911231,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.34329399578843,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,7.94135390834221,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,1.19280340331971,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.13991334727255,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.439744131776113,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.12376578772646,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.322546799612633,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.433842257258236,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,brick,,0,0.80767163177195,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,concrete,,0,0.178919376868539,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,wood,,0,0.006703490055685,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction material,other,,0,0.006703490055685,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,solid wall,,0,0.457959811314126,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,0.310313102674315,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,cavity wall,,0,0.432810247067605,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,0.432810247067605,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.109229941618269,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WALLS,construction methodology,,insulation,0,0.109229941618269,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,wood,,0,0.643204376815393,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.352588818940451,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction material,aluminium,,0,0.004206804244157,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,0.83859097045754,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,0.248242283066328,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,triple glazing,,0,0.16140902954246,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,WINDOWS,construction methodology,,low-e,0,0.141296548127264,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,wood,,0,0.725016678484625,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete,,0,0.102278016199439,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,concrete + bricks,,0,0.172705305315936,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,tilted roof,,0,0.779902749576844,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,0.438669620157349,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,flat roof,,0,0.220097250423156,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ROOF,construction material,,insulation,0,0.241256043447743,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete,,0,0.827294694684064,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction material,concrete + bricks,,0,0.172705305315936,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,FLOOR,construction methodology,,insulation,0,0.5197888433322,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,individual,,,0,0.092346939621713,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,central,,,0,0.885342074029422,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING, district heating,,,0,0.022310986348865,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,boiler,non-condensing,,0,0.552992675146322,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,boiler,condensing,,0,0.155097965550991,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,combined,,,0,0.171363166838604,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,heat pump,,,0,0.120568613576394,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,fossil fuels,liquid,,0,0.378513277018769,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,fossil fuels,gas,,0,0.521649578478372,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE HEATING,electricity,,,0,0.099837144502859,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE COOLING,no space cooling,,,0,0.768078554322841,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,SPACE COOLING,space cooling,,,0,0.231921445677159,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,individual,,,0,0.10978258608597,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,central,,,0,0.886537548332689,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW, district heating,,,0,0.003679865581341,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,boiler,non-condensing,,0,0.476957817871876,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,boiler,condensing,,0,0.011299112304059,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,Combined,,,0,0.232257950726683,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,Solar collectors,,,0,0.158938926633299,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,heat pump,,,0,0.120568613576394,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,fossil fuels,liquid,,0,0.496090492547881,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,fossil fuels,gas,,0,0.376561153534626,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,DHW,electricity,,,0,0.127375500916434,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,62.7900115134269,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.2443090094783,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.2155889569421,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,78.7307085344236,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.80108130972439,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.7629797174636,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,47.7482115025073,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.27986379152671,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,65.0791748514938,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Single family- Terraced houses,Single family- Terraced houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.304385520311956,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of dwellings/units [Mil.],,0,91.9923118670431,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Area,Number of buildings [Mil.],,0,7.22082963249957,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,59.6110180898439,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,15.7306853292644,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,16.6506084479348,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Occupied [Mil.],,0,2.95398481973434,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,,BUILDING,Occupancy,Vacant [Mil.],,0,89.0383270473087,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,870.245907430241,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Heated area [Mm²],,0,700.474258293646,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,47.889403312174,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,13.2237810262132,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,4.3202,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.81253491806081,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.85764409558157,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.5536020125708,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,10.8989960771208,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,1.6199172126513,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.983522195269042,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.69469221672628,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Windows,,0,3.72726845569654,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.63210721289623,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.14749987538568,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,brick,,0,0.688623904109129,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,concrete,,0,0.00527326073087,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,wood,,0,0.104290814770799,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction material,other,,0,0.201672401327695,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,solid wall,,0,0.900503096236312,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,cavity wall,,0,0.035168592126972,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WALLS,construction methodology,other,,0,0.064328311636717,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,wood,,0,0.779325049429715,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.091139719079614,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction material,aluminium,,0,0.129509500166017,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.738940685850671,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.261059314149329,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,wood,,0,0.913360409611668,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,concrete,,0,0.086639590388332,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,tilted roof,,0,0.909861954022386,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,,insulation,0,0.196148870082235,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ROOF,construction material,flat roof,,0,0.090133697459606,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,wood,,0,0.116537904447583,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete,,0,0.518907173632548,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,concrete + bricks,,0,0.236084350767531,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction material,other,,0,0.128444839827683,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.754526138701,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,,insulation,0,0.000623594929051,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.105232384257069,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,FLOOR,construction methodology,other,,0,0.140215745717277,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,individual,,,0,0.050770499720355,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,central,,,0,0.921894028231968,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING, district heating,,,0,0.027335472047678,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,boiler,non-condensing,,0,0.683391435995411,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,boiler,condensing,,0,0.000698910555906,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,combined,,,0,0.235588628815475,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,stove,,,0,0.039431383367638,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,heat pump,,,0,0.040911041114372,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,fossil fuels,liquid,,0,0.19348621565069,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,fossil fuels,gas,,0,0.805583012951152,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE HEATING,electricity,,,0,0.000930771398158,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW,individual,,,0,0.32885530747867,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW,central,,,0,0.645153668048769,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW, district heating,,,0,0.025991024472561,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW,boiler,non-condensing,,0,0.68055024409875,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW,Combined,,,0,0.27856011463568,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW,heat pump,,,0,0.040911041114372,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW,fossil fuels,liquid,,0,0.426943143409145,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW,fossil fuels,gas,,0,0.520023082052143,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,DHW,electricity,,,0,0.053058017629135,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,154.700553870176,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.5335114199978,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.3620007423743,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.283155671361,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.1128492172742,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.1155641462296,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,128.478245355014,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.07526313794795,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,152.15211290167,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.96319234792299,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,967.744902846909,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,796.390920208669,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,47.7617465771322,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,15.4740477839123,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,4.5273,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,10.1086624711373,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.67649582036295,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.68888949241201,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,13.0044019016621,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,1.72910759620068,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.18020023544995,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.72357505725689,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,4.02172380453209,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.47172088894119,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.20074067475137,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,brick,,0,0.617368860543081,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,concrete,,0,0.34307640727237,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction material,wood,,0,0.039554732184549,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.646356375669499,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,,insulation,0,0.003250951385975,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.07459997549461,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,,insulation,0,0.022611040381029,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.279043648835891,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,wood,,0,0.692916532139509,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.262378663087884,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction material,aluminium,,0,0.044704804772607,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.713078694083667,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.286921305916333,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,wood,,0,0.4360412678438,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete,,0,0.349616971429539,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.214341760726661,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,tilted roof,,0,0.659552218487783,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,,insulation,0,0.200846640807873,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ROOF,construction material,flat roof,,0,0.340447781512217,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,wood,,0,0.022564654722919,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete,,0,0.719606143364643,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,0.2578269408084,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.977433084173043,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.000623594929051,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.022564654722919,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.011305520190515,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,individual,,,0,0.050770499720355,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,central,,,0,0.921894028231968,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING, district heating,,,0,0.027335472047678,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,boiler,non-condensing,,0,0.683391435995411,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,boiler,condensing,,0,0.000698910555906,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,combined,,,0,0.235588628815475,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,stove,,,0,0.039431383367638,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,heat pump,,,0,0.040911041114372,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,fossil fuels,liquid,,0,0.19348621565069,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,fossil fuels,gas,,0,0.805583012951152,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE HEATING,electricity,,,0,0.000930771398158,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW,individual,,,0,0.236745429997335,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW,central,,,0,0.737263545530104,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW, district heating,,,0,0.025991024472561,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW,boiler,non-condensing,,0,0.662211864264106,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW,Combined,,,0,0.296898494470323,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW,heat pump,,,0,0.040911041114372,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW,fossil fuels,liquid,,0,0.426943143409145,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW,fossil fuels,gas,,0,0.335803327089474,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,DHW,electricity,,,0,0.237277772591804,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,140.225413116359,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.4365061734173,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.3620007423743,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.9773281627,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.1009343396235,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.1155641462296,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,145.297403777339,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.75744017739796,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,157.79874916203,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.34214970450973,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,774.654227376196,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,610.742758058502,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,46.2125990997632,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,12.9040286942755,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,3.6931,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.82636384893999,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.61439082124197,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.46327402409351,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,10.2122351912819,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,1.64545117101602,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.04634233197761,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.974101131847496,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.40141520592159,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.706944208587263,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.930985312342692,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,brick,,0,0.691255631161603,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,concrete,,0,0.258895148766168,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction material,wood,,0,0.049849220072229,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.646998665205488,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,,insulation,0,0.225481127179886,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.107110343036404,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,,insulation,0,0.02279835529082,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.237490017517806,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WALLS,construction methodology,other,,0,0.008400974240302,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,wood,,0,0.599868273263477,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.350468966790016,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction material,aluminium,,0,0.049662759946507,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.312372593231647,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.687627406768353,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,wood,,0,0.378473528307218,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete,,0,0.402364961556243,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,concrete + bricks,,0,0.21916151013654,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,tilted roof,,0,0.597635038443758,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,0.285899916333719,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,flat roof,,0,0.402364961556243,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ROOF,construction material,,insulation,0,0.360295042690366,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,wood,,0,0.018673822006016,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete,,0,0.749069481344223,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,0.232256696649761,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.981326177993984,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.59631025036899,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.018673822006016,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.02279835529082,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,individual,,,0,0.056084485204784,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,central,,,0,0.711621476082679,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING, district heating,,,0,0.232294038712537,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,boiler,non-condensing,,0,0.685197080122931,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,boiler,condensing,,0,0.000678151720857,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,combined,,,0,0.230104476582394,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,stove,,,0,0.034993080201588,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,heat pump,,,0,0.049049207428267,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,fossil fuels,liquid,,0,0.336669584814404,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,fossil fuels,gas,,0,0.661387754475662,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE HEATING,electricity,,,0,0.001942660709934,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,individual,,,0,0.156808234317935,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,central,,,0,0.613687718414646,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW, district heating,,,0,0.229504047267419,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,boiler,non-condensing,,0,0.578200959939916,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,Combined,,,0,0.37043201160763,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,Solar collectors,,,0,0.002339817080223,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,heat pump,,,0,0.049049207428267,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,fossil fuels,liquid,,0,0.415122385118675,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,fossil fuels,gas,,0,0.307444081123409,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,DHW,electricity,,,0,0.277456602247707,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,127.101257613358,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.2174324505084,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.6760494575109,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,147.595278255347,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.4079565797486,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.7473728779045,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,90.2872638927058,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.10846264970081,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,110.862712789159,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.03552991406482,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,779.108882506238,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,592.260589386332,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,52.8298491803464,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,12.7856966341313,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,3.7491,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.88231927879215,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.44894485019566,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.45443250514352,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,9.99231879652158,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,1.70315290949848,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.09022492811127,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.636981964545063,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.85546733796491,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.613009811009642,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.750816561767763,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,brick,,0,0.622033858803986,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,concrete,,0,0.325677566848069,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,wood,,0,0.030643049602663,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction material,other,,0,0.02163903238633,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.429582552732285,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,0.32083965246305,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.106486885494157,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,0.001864638463924,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.438235226620713,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,,insulation,0,0.27574279437578,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WALLS,construction methodology,other,,0,0.025695335152846,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,wood,,0,0.465783257658186,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.173477269013394,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.36073947332842,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.109621011869245,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.890378988130755,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,WINDOWS,construction methodology,,low-e,0,0.037397991204757,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,wood,,0,0.207570787995441,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete,,0,0.495770246997554,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,concrete + bricks,,0,0.296658965007005,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,tilted roof,,0,0.475826370922515,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,0.366217175217094,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,flat roof,,0,0.524173629077485,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ROOF,construction material,,insulation,0,0.516098043108477,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete,,0,0.703341034992995,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,0.296658965007005,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,FLOOR,construction methodology,,insulation,0,0.801575196253376,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,individual,,,0,0.188986424135276,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,central,,,0,0.778666555710475,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING, district heating,,,0,0.032347020154249,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,boiler,non-condensing,,0,0.367297525791308,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,boiler,condensing,,0,0.272043169304862,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,combined,,,0,0.299179057108757,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,heat pump,,,0,0.061510215405592,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,fossil fuels,liquid,,0,0.148554489865475,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,fossil fuels,gas,,0,0.846346460958251,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE HEATING,electricity,,,0,0.005099049176274,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,individual,,,0,0.203116202207191,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,central,,,0,0.497597833665678,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW, district heating,,,0,0.299285964127132,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,boiler,non-condensing,,0,0.697843032313492,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,boiler,condensing,,0,0.044190683778939,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,Combined,,,0,0.193415906426616,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,Solar collectors,,,0,0.00307012968588,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,heat pump,,,0,0.061510215405592,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,fossil fuels,liquid,,0,0.263317183246177,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,fossil fuels,gas,,0,0.382329410421049,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,DHW,electricity,,,0,0.354389010949781,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.584646728117,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.3204646261895,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.3365772891226,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,121.230248898393,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.2864977318004,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.6410969538432,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,75.7952702611112,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.21213299160131,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,92.5562139404629,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.1245624647488,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,808.796388703253,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,617.442263591093,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,54.2696700457189,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,12.3947439308952,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,3.9888,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.61703428784825,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.35763117903167,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.42007846401524,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,9.61915656782628,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,1.68467951934918,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.0909078437197,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.471904344661675,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.61806503219154,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.441822613070325,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.510101240450254,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,brick,,0,0.609166293276624,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,concrete,,0,0.327564101870528,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,wood,,0,0.042134015872469,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction material,other,,0,0.021129249571567,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.578331594261386,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,0.458283175908558,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.073055531504038,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,0.031964267195115,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.32233285040256,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,,insulation,0,0.32233285040256,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WALLS,construction methodology,other,,0,0.026280023832017,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,wood,,0,0.467860607569318,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.437600101610043,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.094539290820639,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,0.105189996893582,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,0.894810003106418,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.481048665405669,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,wood,,0,0.312603423024404,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete,,0,0.327761109888047,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,concrete + bricks,,0,0.359635467087548,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,tilted roof,,0,0.615901706714934,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,0.658515237630171,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,flat roof,,0,0.384098293285066,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ROOF,construction material,,insulation,0,0.508933719208788,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete,,0,0.647808935267797,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,0.352191064732203,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,FLOOR,construction methodology,,insulation,0,0.826673317275489,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,individual,,,0,0.045248472049684,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,central,,,0,0.786733266693636,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING, district heating,,,0,0.16801826125668,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,boiler,non-condensing,,0,0.195396248346481,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,boiler,condensing,,0,0.136418197498893,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,combined,,,0,0.324303049991431,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,electric heating,,,0,0.279695858459037,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,heat pump,,,0,0.064211424463089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,fossil fuels,liquid,,0,0.124472803583407,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE HEATING,fossil fuels,gas,,0,0.875527196416593,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE COOLING,no space cooling,,,0,0.96936599352683,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,SPACE COOLING,space cooling,,,0,0.03063400647317,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,individual,,,0,0.504436687239841,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,central,,,0,0.472668238264112,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW, district heating,,,0,0.022895074496047,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,boiler,non-condensing,,0,0.734398068502158,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,boiler,condensing,,0,0.03063400647317,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,Combined,,,0,0.167880897673253,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,Solar collectors,,,0,0.002900381647262,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,heat pump,,,0,0.064211424463089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,fossil fuels,liquid,,0,0.201841281097522,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,fossil fuels,gas,,0,0.434450737513099,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,DHW,electricity,,,0,0.363738996125912,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.7312680453307,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.7694892262077,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.194056991145,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.6147108539535,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,22.8436326228803,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.2823083144573,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,67.2031027488227,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.24175005683968,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,82.1459263445647,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.23971640508933,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,828.815612212182,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,621.073990874043,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,57.3276985431481,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,13.3409818692439,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,4.0213,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,9.46751593311853,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.32229995255847,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.5511659835669,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,10.5745282910519,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,1.83630588159362,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.37468894218858,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.371101945738777,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.05680210330165,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.3032009170843,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.382217725072028,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,brick,,0,0.614635798641735,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,concrete,,0,0.325289543547482,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,wood,,0,0.037729869599417,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction material,other,,0,0.022338086115323,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.538591128195041,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,0.438264151891234,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.076258115990155,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,0.080152457293657,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.36975897233071,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,,insulation,0,0.363972596346139,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WALLS,construction methodology,other,,0,0.015391783484094,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,wood,,0,0.621548039559378,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.285501812935719,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction material,aluminium,,0,0.092950147504903,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,0.044803458042387,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,0.888175581515601,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.66904034604683,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,0.067020960442012,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,wood,,0,0.173010651193101,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete,,0,0.459328803254184,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,concrete + bricks,,0,0.367660545552716,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,tilted roof,,0,0.484757495063115,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,0.392535997076067,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,flat roof,,0,0.515242504936885,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ROOF,construction material,,insulation,0,0.519886710661394,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,wood,,0,0.015391783484094,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete,,0,0.616947670963191,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,0.367660545552716,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,0.984608216515906,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.840707696463423,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.015391783484094,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.030783566968189,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING,individual,,,0,0.045827805925893,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING,central,,,0,0.785642630624104,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING, district heating,,,0,0.168529563450003,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING,boiler,non-condensing,,0,0.475791880972849,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING,boiler,condensing,,0,0.11522257846178,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING,combined,,,0,0.345860579149761,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING,heat pump,,,0,0.0631563277061,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING,fossil fuels,liquid,,0,0.119271048920593,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE HEATING,fossil fuels,gas,,0,0.880728951079407,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE COOLING,no space cooling,,,0,0.959641993144487,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,SPACE COOLING,space cooling,,,0,0.040358006855513,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,individual,,,0,0.515432383005552,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,central,,,0,0.463389457525783,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW, district heating,,,0,0.021178159468665,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,boiler,non-condensing,,0,0.735649668506456,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,boiler,condensing,,0,0.044138547844749,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,Combined,,,0,0.155529085711785,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,Solar collectors,,,0,0.001557736521401,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,heat pump,,,0,0.0631563277061,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,fossil fuels,liquid,,0,0.182421594422792,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,fossil fuels,gas,,0,0.465816941487806,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,DHW,electricity,,,0,0.351804733118475,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,69.239888961076,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,35.3987396957205,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.9350895854807,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,82.7868367402441,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.9365342991359,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.2953466309151,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,57.2011007096179,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.26299463494416,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,73.2107449023346,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.25757102538229,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,792.695080821291,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Heated area [Mm²],,0,569.925901037039,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,53.4811238318698,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,11.8690319283717,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,3.6802,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,8.43022409780074,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.06845653176288,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.37035129880812,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,9.29763292219405,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,1.5913978000627,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.46132195757281,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.286301994561909,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.83717609048307,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.223649999483755,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.274131226732209,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,brick,,0,0.629780337447442,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,concrete,,0,0.32443595373666,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,wood,,0,0.022888420801468,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction material,other,,0,0.022888420801468,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,solid wall,,0,0.515452000442466,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,0.372215816155749,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,cavity wall,,0,0.114455384931553,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,0.121703140079127,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.370092614625981,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WALLS,construction methodology,,insulation,0,0.350896547653335,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,wood,,0,0.77792081950793,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.221643285875853,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction material,aluminium,,0,0.000435894616217,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,double glazing,,0,0.872501684881514,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,0.692820927479394,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,triple glazing,,0,0.127498315118486,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,WINDOWS,construction methodology,,low-e,0,0.05882618550112,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,wood,,0,0.17679889713534,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete,,0,0.437818235722592,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,concrete + bricks,,0,0.385382867142069,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,tilted roof,,0,0.494865464755632,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,0.36674757265842,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,flat roof,,0,0.505134535244368,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ROOF,construction material,,insulation,0,0.510594347114709,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete,,0,0.614617132857931,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction material,concrete + bricks,,0,0.385382867142069,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,FLOOR,construction methodology,,insulation,0,0.847226229059801,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,individual,,,0,0.046679263235036,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,central,,,0,0.912152237381178,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING, district heating,,,0,0.041168499383786,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,boiler,non-condensing,,0,0.249519106584872,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,boiler,condensing,,0,0.33055131206446,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,combined,,,0,0.354412398808622,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,heat pump,,,0,0.06555095106507,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,fossil fuels,liquid,,0,0.154880704858873,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,fossil fuels,gas,,0,0.843958416325719,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE HEATING,electricity,,,0,0.001160878815408,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE COOLING,no space cooling,,,0,0.903232570950069,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,SPACE COOLING,space cooling,,,0,0.096767429049931,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,individual,,,0,0.235425399964627,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,central,,,0,0.730482027119795,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW, district heating,,,0,0.034092572915578,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,boiler,non-condensing,,0,0.728629714835925,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,boiler,condensing,,0,0.052264925164593,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,Combined,,,0,0.084027170155767,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,Solar collectors,,,0,0.069561007301669,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,heat pump,,,0,0.06555095106507,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,fossil fuels,liquid,,0,0.178766404442284,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,fossil fuels,gas,,0,0.492684881108066,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,DHW,electricity,,,0,0.328593776667584,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.7291552640869,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,25.9098839363777,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.5434506569942,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,66.9217556936945,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.8580546058593,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.9788165739658,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,47.8055109805887,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.6142787446587,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,59.526417097272,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Multifamily houses,Multifamily houses,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.901587705940386,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Constructed area [Mm²],,0,3359.92276180543,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Area,Number of dwellings/units [Mil.],,0,48.9606090201541,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Occupied [Mil.],,0,1.83601518026566,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,,BUILDING,Occupancy,Vacant [Mil.],,0,47.1245938398885,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,484.623533682042,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Heated area [Mm²],,0,356.609594897022,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,41.742628157826,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,7.51734301963875,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,1.4342,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.44463748990856,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.16560876410878,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.907096765621411,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,5.80561417521733,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,1.17291389368936,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.538814950732061,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.66378643831019,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.24662810745855,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.69157750059844,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.27719710313134,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,brick,,0,0.791312555836278,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,concrete,,0,0.025870843597408,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,wood,,0,0.055344382217922,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction material,other,,0,0.127469352137473,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,solid wall,,0,0.964476487346237,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,,insulation,0,0.004364777747537,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WALLS,construction methodology,cavity wall,,0,0.035523512653763,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,wood,,0,0.735032972262567,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,synthetic / pvc,,0,0.034110387553068,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction material,aluminium,,0,0.230856640184365,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,single glazing,,0,0.934774189086284,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,WINDOWS,construction methodology,double glazing,,0,0.065225810913716,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,wood,,0,0.366158270996325,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete,,0,0.555215159405427,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,concrete + bricks,,0,0.07860298634402,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,tilted roof,,0,0.375811924477159,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,,insulation,0,0.037391664688983,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ROOF,construction material,flat roof,,0,0.624164492268613,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,wood,,0,0.028839822504541,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete,,0,0.574489437470321,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,concrete + bricks,,0,0.343465586859603,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction material,other,,0,0.053205153165536,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,concrete slab,,0,0.872231515863549,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,,insulation,0,0.028662109193909,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.028839822504541,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,,insulation,0,0.004364777747537,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,FLOOR,construction methodology,other,,0,0.09892866163191,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,individual,,,0,0.115736741454488,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,central,,,0,0.671762519857738,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING, district heating,,,0,0.212500738687774,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,boiler,non-condensing,,0,0.816666310537089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,boiler,condensing,,0,0.002012686497622,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,combined,,,0,0.12950424251307,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,stove,,,0,0.007624474964982,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,heat pump,,,0,0.044213493996383,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,fossil fuels,liquid,,0,0.159641098625617,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,fossil fuels,gas,,0,0.780724983515657,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE HEATING,electricity,,,0,0.059633917858725,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,individual,,,0,0.376345010213288,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,central,,,0,0.438301926120084,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW, district heating,,,0,0.185353063666627,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,boiler,non-condensing,,0,0.795626932740078,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,boiler,condensing,,0,0.01574417969765,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,Combined,,,0,0.144436602075035,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,heat pump,,,0,0.044213493996383,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,fossil fuels,liquid,,0,0.117548531536412,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,fossil fuels,gas,,0,0.79696801033445,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,DHW,electricity,,,0,0.085513655546843,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,118.751721559189,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.2520122608658,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.4063396109071,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,146.800073401122,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,17.9967966036361,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,30.8131202814165,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,53.4069612538507,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.91432848206424,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,67.2830779409769,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.751233588657608,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,711.912947463002,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,554.37496323906,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,57.9794889228678,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,10.9115725698238,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,2.22,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,7.52552263933154,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.16029646445837,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.22575346603389,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,8.82589793036708,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,1.2838271709162,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.801847468540516,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.62252713676463,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,3.6106084473808,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.3860175115979,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.14316851136151,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,brick,,0,0.669922443282105,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,concrete,,0,0.294234214277755,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction material,wood,,0,0.035842717529621,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,solid wall,,0,0.61032730540683,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,,insulation,0,0.072914768635566,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,cavity wall,,0,0.06211001831573,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.325479224605773,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WALLS,construction methodology,other,,0,0.002082826761147,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,wood,,0,0.511119598920314,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,synthetic / pvc,,0,0.270075180880865,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction material,aluminium,,0,0.21880522019882,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,single glazing,,0,0.647840694863863,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,WINDOWS,construction methodology,double glazing,,0,0.352159305136137,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,wood,,0,0.102455905992593,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete,,0,0.79959610032309,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,concrete + bricks,,0,0.097947368773798,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,tilted roof,,0,0.092468729856329,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,,insulation,0,0.057667738162541,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,flat roof,,0,0.907530645233152,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ROOF,construction material,,insulation,0,0.026636476031582,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,wood,,0,0.012070002897411,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete,,0,0.50112539716946,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction material,concrete + bricks,,0,0.48680397502261,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,concrete slab,,0,0.987929372192069,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,,insulation,0,0.033237395532459,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.012070002897411,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,individual,,,0,0.199893696253081,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,central,,,0,0.627465503301264,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING, district heating,,,0,0.172640800445654,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,boiler,non-condensing,,0,0.840704630908893,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,boiler,condensing,,0,0.003668601816353,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,combined,,,0,0.099235184356401,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,stove,,,0,0.035116653081098,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,heat pump,,,0,0.021303722391482,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,fossil fuels,liquid,,0,0.125950265609078,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,fossil fuels,gas,,0,0.81950654882536,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE HEATING,electricity,,,0,0.054543185565561,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,individual,,,0,0.37325059399442,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,central,,,0,0.477463149481693,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW, district heating,,,0,0.149286256523886,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,boiler,non-condensing,,0,0.706967208118625,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,boiler,condensing,,0,0.009987176136264,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,Combined,,,0,0.261770685907856,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,heat pump,,,0,0.021303722391482,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,fossil fuels,liquid,,0,0.157562055228007,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,fossil fuels,gas,,0,0.766125663921466,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,DHW,electricity,,,0,0.076349210233471,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,108.793180169739,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,47.0472073687089,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.7626285858594,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.83544004897,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,18.5220054682908,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,32.3672034723249,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,80.8785824309742,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.88104536626595,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,97.7920233455879,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.07389641087807,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,603.595928527987,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,474.725024068695,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,52.0940794002368,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,9.29569482468752,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.7257,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,6.41668614812134,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.82290095394527,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,1.0561077226209,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,7.47102110743113,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,1.1299088204617,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.694764896794683,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.18629383802086,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.61909002730089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.1611869498027,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.11485594169453,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,brick,,0,0.349526085338145,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,concrete,,0,0.611752614223546,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction material,wood,,0,0.038721300438309,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,solid wall,,0,0.609818284404487,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,,insulation,0,0.144104704246218,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,cavity wall,,0,0.095233434260035,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,,insulation,0,0.007631428568168,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.135904205540576,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WALLS,construction methodology,other,,0,0.159044075794902,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,wood,,0,0.391144772178534,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,synthetic / pvc,,0,0.303409340279603,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction material,aluminium,,0,0.305445887541863,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,single glazing,,0,0.541082301845869,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,WINDOWS,construction methodology,double glazing,,0,0.45891769815413,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,wood,,0,0.029985075826657,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete,,0,0.734874173065015,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,concrete + bricks,,0,0.235140751108329,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,tilted roof,,0,0.043941108996966,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,flat roof,,0,0.956058891003034,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ROOF,construction material,,insulation,0,0.316316763566818,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,wood,,0,0.008736224611652,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete,,0,0.620218818739443,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction material,concrete + bricks,,0,0.371044956648905,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,concrete slab,,0,0.991263775388348,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.26145214587596,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,wooden floor (rafters + boards),,0,0.008736224611652,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,FLOOR,construction methodology,,insulation,0,0.007631428568168,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,individual,,,0,0.115136753565412,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,central,,,0,0.651478407598981,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING, district heating,,,0,0.233384838835607,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,boiler,non-condensing,,0,0.843000693793211,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,boiler,condensing,,0,0.002937703659812,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,combined,,,0,0.077402907615925,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,stove,,,0,0.055513131246124,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,heat pump,,,0,0.021171358801078,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,fossil fuels,liquid,,0,0.188138599636016,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,fossil fuels,gas,,0,0.76752710529135,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE HEATING,electricity,,,0,0.044334295072634,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,individual,,,0,0.300424435911561,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,central,,,0,0.486314125073673,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW, district heating,,,0,0.213261439014766,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,boiler,non-condensing,,0,0.723423067573014,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,boiler,condensing,,0,0.004920510327568,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,Combined,,,0,0.244984460865098,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,Solar collectors,,,0,0.005526397549392,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,heat pump,,,0,0.021171358801078,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,fossil fuels,liquid,,0,0.133177325863293,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,fossil fuels,gas,,0,0.705283991153928,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,DHW,electricity,,,0,0.161568560010338,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,95.8638711410073,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.9124231065345,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,24.2705796456201,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,120.595794969151,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.636402255316,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.4076122567673,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,61.9538934678393,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.49169705051219,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,76.2073485522839,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.866658060022713,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,483.099537010629,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,364.516150873748,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,44.4489173196536,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.7861586053071,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.4307,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.89226023724605,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.10189902458581,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.79199934347524,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,5.2839809334312,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.892940603721648,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.609237068154257,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.848151454347377,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.19396018642779,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.750367221704403,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.941787347057927,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,brick,,0,0.426966244302696,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,concrete,,0,0.542292480886597,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,wood,,0,0.018649721404134,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction material,other,,0,0.012087926665899,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,solid wall,,0,0.582383650173956,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,0.315804078122962,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,cavity wall,,0,0.119202719035561,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,0.03344599413762,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.143939456251255,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,,insulation,0,0.122923238471973,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WALLS,construction methodology,other,,0,0.154474174539228,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,wood,,0,0.28971396449089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,synthetic / pvc,,0,0.215778860450068,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction material,aluminium,,0,0.494507175059042,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,single glazing,,0,0.383337271962,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,WINDOWS,construction methodology,double glazing,,0,0.616662728038,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,wood,,0,0.085383798580453,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete,,0,0.664067420625876,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,concrete + bricks,,0,0.250548780793671,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,tilted roof,,0,0.079131142632173,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,0.085727471787602,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,flat roof,,0,0.920868857367827,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ROOF,construction material,,insulation,0,0.569637174542925,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete,,0,0.626527980734356,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction material,concrete + bricks,,0,0.373472019265644,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,FLOOR,construction methodology,,insulation,0,0.455385347148048,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,individual,,,0,0.21845734759581,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,central,,,0,0.630305286571254,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING, district heating,,,0,0.151237365832936,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,boiler,non-condensing,,0,0.788410402604683,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,boiler,condensing,,0,0.098446008413244,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,combined,,,0,0.092484242867774,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,heat pump,,,0,0.020693457122102,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,fossil fuels,liquid,,0,0.143651533247125,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,fossil fuels,gas,,0,0.818778569434591,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE HEATING,electricity,,,0,0.037569897318284,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,SPACE COOLING,no space cooling,,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,individual,,,0,0.449500701125254,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,central,,,0,0.424549479942795,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW, district heating,,,0,0.125949818931952,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,boiler,non-condensing,,0,0.735036989878923,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,boiler,condensing,,0,0.075051821047807,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,Combined,,,0,0.159617623632742,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,Solar collectors,,,0,0.009634219326229,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,heat pump,,,0,0.020693457122102,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,fossil fuels,liquid,,0,0.104834841731772,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,fossil fuels,gas,,0,0.798739800182881,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,DHW,electricity,,,0,0.096463551172146,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,80.0518063939219,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,38.7155951195131,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.9422352632489,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,102.839006078293,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.1839503691411,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.5234421340988,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,41.5721656945272,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.10507468740742,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,52.7154389553058,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.719359071863332,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,368.615582330508,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,284.375168188917,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,37.5183094542811,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.11047313437985,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.0873,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.65014114990941,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.853920783454507,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.606411201015936,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,3.99240309185011,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.640205557937498,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.477864484592246,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.582277957743466,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.91621498265875,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.647227805521712,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.835007823529,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,brick,,0,0.628527205675161,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,concrete,,0,0.352280243952628,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,wood,,0,0.009594835816797,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction material,other,,0,0.009594835816797,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,solid wall,,0,0.679077223479146,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,0.336597772122633,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,cavity wall,,0,0.098621757776621,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,0.067600127440227,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.196267387340677,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,,insulation,0,0.132795877604142,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WALLS,construction methodology,other,,0,0.026033631403557,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,wood,,0,0.124496197564509,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,synthetic / pvc,,0,0.334975129548048,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction material,aluminium,,0,0.540528672887443,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,single glazing,,0,0.39082789493519,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,double glazing,,0,0.609172105064811,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,WINDOWS,construction methodology,,low-e,0,0.199903371966488,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,wood,,0,0.042551874298605,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete,,0,0.619860660697205,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,concrete + bricks,,0,0.337587465004191,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,tilted roof,,0,0.030976893775939,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,0.00437901517386,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,flat roof,,0,0.969023106224062,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ROOF,construction material,,insulation,0,0.470799009707976,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete,,0,0.570184136133225,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction material,concrete + bricks,,0,0.429815863866775,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,FLOOR,construction methodology,,insulation,0,0.444765378304419,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING,individual,,,0,0.161301803080001,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING,central,,,0,0.67881462646501,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING, district heating,,,0,0.159883570454989,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING,boiler,non-condensing,,0,0.617387501237586,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING,boiler,condensing,,0,0.247483891742949,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING,combined,,,0,0.117585709613429,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING,heat pump,,,0,0.017568060261938,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING,fossil fuels,liquid,,0,0.103363409231975,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE HEATING,fossil fuels,gas,,0,0.896636590768026,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE COOLING,no space cooling,,,0,0.933575786880203,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,SPACE COOLING,space cooling,,,0,0.066424213119798,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,individual,,,0,0.357064535806912,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,central,,,0,0.509085525141657,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW, district heating,,,0,0.133849939051432,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,boiler,non-condensing,,0,0.652835697899479,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,boiler,condensing,,0,0.087106477151611,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,Combined,,,0,0.233687009020368,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,Solar collectors,,,0,0.008827918522506,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,heat pump,,,0,0.017568060261938,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,fossil fuels,liquid,,0,0.082829131896462,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,fossil fuels,gas,,0,0.820213506266596,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,DHW,electricity,,,0,0.096988366394624,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,68.5949054087128,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,37.7299187462385,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.8940776119496,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,89.8858587585534,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,14.7112161289973,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.9706763155633,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,28.854318323735,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.72167382229374,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,37.3461956698304,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.551939959176533,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,471.604867412803,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,342.462063470565,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,53.2612465965062,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.1064598230906,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.1215,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,4.48046925838171,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.793465450218903,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.832525114489981,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,4.7206785316998,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.759490302873531,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.626290988517262,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.430275449272439,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.49148599571311,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.487020894976881,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.618990600114396,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,brick,,0,0.607483013022739,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,concrete,,0,0.380140106656996,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,wood,,0,0.006187319128174,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction material,other,,0,0.006187319128174,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,solid wall,,0,0.717442325550797,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,0.303706022533488,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,cavity wall,,0,0.218166152652372,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,0.220683930311478,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.064391521796831,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WALLS,construction methodology,,insulation,0,0.098376232742306,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,wood,,0,0.182404902117955,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,synthetic / pvc,,0,0.292370814139883,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction material,aluminium,,0,0.525224283742161,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,single glazing,,0,0.407942616861077,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,double glazing,,0,0.573493569373026,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,,low-e,0,0.242441878501457,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,WINDOWS,construction methodology,triple glazing,,0,0.018563813765898,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,wood,,0,0.07303949775981,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete,,0,0.521642378513779,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,concrete + bricks,,0,0.405318123726411,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,tilted roof,,0,0.074967910466589,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,0.090254562311121,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,flat roof,,0,0.925032089533411,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ROOF,construction material,,insulation,0,0.528864629023131,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete,,0,0.526712454382639,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction material,concrete + bricks,,0,0.473287545617361,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,FLOOR,construction methodology,,insulation,0,0.404799979560585,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING,individual,,,0,0.185888128070767,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING,central,,,0,0.627915735946842,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING, district heating,,,0,0.186196135982392,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING,boiler,non-condensing,,0,0.603755563909237,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING,boiler,condensing,,0,0.23421968045719,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING,combined,,,0,0.151043926402493,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING,heat pump,,,0,0.011000373280267,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING,fossil fuels,liquid,,0,0.046885654738744,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE HEATING,fossil fuels,gas,,0,0.953114345261256,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE COOLING,no space cooling,,,0,0.95186648491452,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,SPACE COOLING,space cooling,,,0,0.04813351508548,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,individual,,,0,0.304281161634038,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,central,,,0,0.546422462304251,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW, district heating,,,0,0.149296376061711,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,boiler,non-condensing,,0,0.630895692820674,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,boiler,condensing,,0,0.110202257745928,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,Combined,,,0,0.212388516708578,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,Solar collectors,,,0,0.035532703493739,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,heat pump,,,0,0.011000373280267,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,fossil fuels,liquid,,0,0.058254582564184,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,fossil fuels,gas,,0,0.903535698564712,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,DHW,electricity,,,0,0.038234394003089,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,49.1712552823073,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,36.0256115974891,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,22.884764716485,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,65.5156424956581,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,12.0944786732977,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.6467039010689,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,28.1526800571132,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.19768452301152,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,37.3613617159787,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.644167011074696,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,236.470365378459,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Heated area [Mm²],,0,175.749683766163,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,15.1308472765461,Mm²,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.23290704322651,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.5633,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.39056113972227,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.42842412055838,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Tenure/ownership status and distribution,Social housing  -  dwellings/units [Mil.],,0,0.413921782945852,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.46190601711758,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.437404835768788,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,0.333596190340143,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.366161919378824,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.1155087352492,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.342982520720007,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.430020749989017,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,brick,,0,0.623281236899561,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,concrete,,0,0.365714270073887,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,wood,,0,0.005501421217564,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction material,other,,0,0.005501421217564,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,solid wall,,0,0.637193886347502,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,0.35939742857463,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,cavity wall,,0,0.261974302264808,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,0.263009541409503,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,honeycomb bricks / hollow blocks wall,,0,0.10083181138769,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WALLS,construction methodology,,insulation,0,0.160701186807991,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,wood,,0,0.371545522703474,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,synthetic / pvc,,0,0.626143262638294,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction material,aluminium,,0,0.002311214658231,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,double glazing,,0,0.910128474617088,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,0.306747643644494,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,triple glazing,,0,0.089871525382912,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,WINDOWS,construction methodology,,low-e,0,0.073365611138797,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,wood,,0,0.075345683914983,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete,,0,0.604529636280654,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,concrete + bricks,,0,0.320124679804363,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,tilted roof,,0,0.075345683914983,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,0.117679539341735,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,flat roof,,0,0.924654316085017,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ROOF,construction material,,insulation,0,0.636129960730598,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete,,0,0.560136569355034,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction material,concrete + bricks,,0,0.439863430644966,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,concrete slab,,0,1,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,FLOOR,construction methodology,,insulation,0,0.833279400261369,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,individual,,,0,0.220181488770254,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,central,,,0,0.602654480217111,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING, district heating,,,0,0.177164031012635,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,boiler,non-condensing,,0,0.618603540254401,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,boiler,condensing,,0,0.225872577392692,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,combined,,,0,0.130887532390181,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,heat pump,,,0,0.024656608438753,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,fossil fuels,liquid,,0,0.049600667192009,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,fossil fuels,gas,,0,0.944409913524719,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE HEATING,electricity,,,0,0.005989419283272,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE COOLING,no space cooling,,,0,0.870377005074776,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,SPACE COOLING,space cooling,,,0,0.129622994925224,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,individual,,,0,0.355160497277673,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,central,,,0,0.514039207085769,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW, district heating,,,0,0.130800295636558,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,boiler,non-condensing,,0,0.335923168347272,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,boiler,condensing,,0,0.244687421750382,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,Combined,,,0,0.153279242528758,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,Solar collectors,,,0,0.241473817410861,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,heat pump,,,0,0.024656608438753,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,fossil fuels,liquid,,0,0.060471335380726,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,fossil fuels,gas,,0,0.890770540391075,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,DHW,electricity,,,0,0.048781761246585,dimensionless,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,44.8383972403193,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,28.2584754398867,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,23.011783550376,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,57.3417635275283,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,10.3592804775923,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,31.6681688993658,kWh/m²/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.4025864615141,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.523422094829123,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,17.566380277057,TWh/year,Own calculations,,,, +EU28,eu28,Residential sector,Appartment blocks,Appartment blocks,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.156744690801356,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,,BUILDING,Area,Number of buildings [Mil.],,0,1.506,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,1531.11978984153,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Area,Heated area [Mm²],,0,1531.2566362293,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,479.051713777538,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,10.7585880531409,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,3.20237243704646,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.1226756332051,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,6.01155742616099,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,9.25413483806431,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,1.19411641277256,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.34740427971394,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Windows,,0,3.55285695924135,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.17298978850473,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.13116178118539,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,79.4917548813303,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.3089305820495,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.12396236301311,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,167.498711623049,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.8375207654162,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.97437842179247,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,223.041858179945,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,40.8862505379566,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,361.413512440138,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,19.9963410262747,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,1192.51340220184,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,1192.37655581407,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,249.60417,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,8.63484438122765,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,2.02707758486108,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,5.56930242687703,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,4.1640659429867,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,7.6508410474988,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.949123926204501,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.954021909864627,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,2.55348282519165,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.734339798345368,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.791668015903185,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.0963083697765,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.7088108216157,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.68335507756077,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,159.18252282926,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.4753869142234,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.94105253556355,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,176.648560786275,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,22.4816815696157,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,258.515987182457,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.88707991819937,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,630.201024690508,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,630.201024690508,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,139.379077,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.34571539568519,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,1.07663206577643,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.6018085603127,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.17248492851987,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,3.85237163184456,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.481055371682849,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.77748969650767,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.3063142079931,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.57232090159373,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.652170399741619,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,75.7893456707919,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,40.8161951257163,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,1.68613998343589,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,138.585172829031,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.3150443787058,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,2.90943470749274,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,93.2458860626271,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,12.4609371254311,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,121.862211979812,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.81318771593327,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,867.161769314444,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,867.161769314444,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,244.858836,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.3902954231276,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,1.79148766981959,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.44620100191839,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.37289182485844,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,5.56002215897183,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.687447972486031,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.655188961874342,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.45631479638364,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.465644532243367,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.552214703705077,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.3580997749733,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,44.2951927599261,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.05386479424889,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.643037842593,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,37.6423050392962,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.93084606163425,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,120.898246118754,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,22.0757390704658,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,177.919152353847,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,12.1964271278193,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,855.63572725733,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,855.63572725733,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,245.303556,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.33211951515376,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,1.79093509042911,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.3626158291212,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.37353457030729,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,5.47054487995013,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.683043220972894,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.486700439624346,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.05626551753877,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.340847381846131,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.436806378060401,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,64.0539147401028,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,43.3815090977142,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.08916898398978,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,140.612925841628,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,39.042091111116,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.05287742752656,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,89.4581808910312,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,21.2796393459979,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,160.25926330786,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,12.6959239911828,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,850.516570722286,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,850.516570722286,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,269.8530612,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,6.45497718601964,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.92734392567985,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.35748497127759,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,3.42519416537993,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,5.66059883653042,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.66371047528512,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.332244121578252,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.78162836522931,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.263405552112775,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.35771739786158,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,52.8383935227673,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,46.1460327761452,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.1001590461122,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.732084821072,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.9161859477526,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.27153451622461,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,75.2574497595404,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,25.1466469408391,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,127.710248714955,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,14.8204848385168,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,453.353287527701,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Area,Heated area [Mm²],,0,453.353287527701,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,126.064359,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.38043686438099,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.826693452025033,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.86682413926726,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.72857690622975,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,3.04651471489971,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.302445117865473,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.274763646879295,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.73145459281732,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.177126109969569,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.277974437911807,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,46.1474602321273,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,39.2126075903504,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.10430048976684,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,95.0849176483599,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,31.7662101250883,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.15341462763511,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,31.8833656317796,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.12117838399715,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,57.163380715499,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Total,Total,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,5.2083686969844,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,,BUILDING,Area,Number of buildings [Mil.],,0,0.44,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,370.088185598798,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Heated area [Mm²],,0,370.088185598798,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,93.054823468,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.86613572392038,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.675011173540494,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,2.47420343505724,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.65174984844304,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,4.05215387419061,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.503645047425759,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.93196655726292,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Windows,,0,5.00714029927308,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.68809878519086,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.71323877405098,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,113.024620024768,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.6054033324278,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.87509817852076,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,213.55097300443,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,41.5038855112974,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.98436671333519,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,43.4013429774846,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.7000524032852,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,80.8773473653647,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.86213673948986,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,415.230812552826,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,415.230812552826,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,55.602793,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,5.25659614286043,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.542100371812613,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,3.604860863866,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.52446491883272,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,4.71253844207438,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.544057700786054,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.51782545334001,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,3.58869860768602,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.10536688825158,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.23414926265928,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,137.903073172512,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,70.8584452824596,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.47572194074833,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,238.582024676025,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.8611867924642,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,3.90538164625953,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,58.8484788757285,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.42704925399619,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,100.688242761029,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.93837935295572,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,195.342117091985,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,195.342117091985,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,28.840077,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.46885159100521,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.264772865857242,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.5846669908065,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.23595352108341,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,2.21332545133617,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.25552613966904,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.29027868398124,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.33657503839863,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.909534261110384,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.05581108755659,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,135.674564334671,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,68.6612931652084,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.59161222303525,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,221.446126100157,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,34.8601181646332,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.02217533600865,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,27.3748699274324,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.14693312648192,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,44.0434553396744,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.00536849209712,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,233.72063593165,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,233.72063593165,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,52.249898,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.01224955557883,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.346260636910397,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.76505884082656,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.53423156765799,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,2.55765643490668,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.311767829002409,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.99357578798549,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,3.26998712437848,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.664287623143231,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.758868767804084,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,123.969482129385,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,65.2303951724956,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.83691785005397,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,202.091098768056,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.4438800019787,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.5865534469082,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,30.0836736819483,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.73891074724279,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,48.3048323085417,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.85193911482763,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,229.537728675158,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,229.537728675158,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,54.347438,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.99173935703513,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.32951590005897,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.71153521431411,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.54626172084236,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,2.50356291935125,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.309645023453136,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.724374690821589,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.91631474597166,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.498414419848175,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.651286127381351,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,109.552304169333,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.3240265680792,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.9688696656731,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,192.084541247766,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,35.180299109095,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.98696043797644,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,25.9999695564123,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.62741008086582,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,45.2353448835479,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.911959124653,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,212.174811140952,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,212.174811140952,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,59.655084,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.78425519482939,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.291274173122647,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.60500696169027,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.41106653853832,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.36541690796045,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.288170412664842,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.499735589880292,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.40221912856594,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.366234336666604,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.503083750641905,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,82.5966069739024,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,57.1771777019261,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.86457236262405,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,137.534571550741,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,32.0911126473325,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.96451516169832,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.3072292275384,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.96286580867054,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,30.2347168109699,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.91439802063009,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,127.976642357786,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Heated area [Mm²],,0,127.976642357786,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,35.012174,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.63403621145569,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.172465225365695,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.01687061294892,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.811673119466544,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.46491346357003,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.169122747885664,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.396110700912813,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Windows,,0,2.2159582631063,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.23756779974277,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.395002586956688,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,65.2274456620671,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,54.1495005866812,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,2.69361750917898,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,110.957824000679,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.102204838207,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,4.44928635394838,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.74927566282732,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.03306491989759,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,14.7694144873998,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Offices,Offices,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.05394363357894,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,,BUILDING,Area,Number of buildings [Mil.],,0,0.46,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,359.677435230126,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Heated area [Mm²],,0,359.677435230126,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,117.374246348,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,4.76274860238982,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,1.39765753667528,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.94105052678308,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,2.82169807560674,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,4.2423522818426,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.520396320547224,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Walls,,0,2.54641584163931,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Windows,,0,7.02215658552998,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Roof,,0,2.1370733776318,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,BUILDING,Construction features (U-values),Floor,,0,2.16842818496802,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.207965417703,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.07067076386,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,5.23821572187783,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,450.793844113347,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,81.2444548606058,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.3901744566903,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,55.8507983493637,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,9.74961520210003,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,165.877484968394,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.53600665921771,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,193.335078866814,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,193.335078866814,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,51.309158,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.60043705952214,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.707166034203382,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.26098274973681,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.33945430978533,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,2.31623374779508,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.284203311727061,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.86135100888338,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,5.85177694859076,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.48035284652248,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.60960515780957,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,142.104940632126,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,92.9183733086693,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.3105514226144,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,430.722417437373,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,96.9923251748267,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.55553058300722,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,29.7516655964519,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,5.51429656278918,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,84.9278367249725,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,4.97659453718256,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,109.789067089817,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,109.789067089817,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,31.589581,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.44566489112757,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.380660286366785,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.685758139417966,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.759906751709606,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,1.28605367079983,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.159611220327737,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.51432119897313,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,5.34786866532495,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,1.12461601096684,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,1.31486739479389,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,132.887488288272,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,90.4250541095854,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.36312486991837,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,370.377686895053,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,97.3687403009802,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,8.4820072019695,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,16.4688201779879,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.31988455558683,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,41.5946523728455,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.07583770860578,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,208.825881299542,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,208.825881299542,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,67.784367,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.77628230601911,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.843463471379537,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.20396261708392,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.57231968893519,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,2.49199774926913,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.28428455674998,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.23447483166321,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,5.37330289577633,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.901422598451267,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,1.1518511874572,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.744317797697,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,97.0103398395033,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.83476336425448,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,380.318344306574,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,110.546799792427,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.3340687180295,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,33.6008031030289,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,7.85272586520747,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,81.5783344316555,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,7.49334484780537,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,204.851091523214,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,204.851091523214,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,68.480827,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,2.73367260755708,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.85487729047532,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.18316013141242,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.55051247614466,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,2.451754317108,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.281918290449079,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.44089209850063E-16,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.940188554828064,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,4.37447054830958,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.668649555249053,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.847139183359007,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,119.270007914889,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,104.944943072666,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.96208307792677,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,354.14692081628,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,119.161688070841,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.5506490425878,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,26.3776924165724,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,8.48966182776801,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,74.7086952614527,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,8.1602909458072,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,229.947003349349,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,229.947003349349,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,82.551314,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,3.07718874739484,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,1.0425365087618,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,1.3381149298569,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,1.73907381753795,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,2.79266349893332,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.28452524846152,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-4.44089209850063E-16,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.618723807190781,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,3.6673517553741,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.515142764511795,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.687948737846762,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,102.337334106122,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,107.135913932968,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.71392199734078,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,258.262850241274,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,120.629661449806,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.4357046258755,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,25.602626733137,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,10.7416364981403,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,61.7864274960016,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,9.95813706005659,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,117.336419706072,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Heated area [Mm²],,0,117.336419706072,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,37.975915,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,1.52519895364938,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.433026527383414,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.698187291130323,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.827011662519054,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,1.42491893431909,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.100280019330285,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-3.46944695195361E-16,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.446666949143282,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Windows,,0,3.39982966965423,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.326881079540302,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.423866694042343,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,85.617580074043,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,80.5404409898874,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.73572384251122,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,232.897093233437,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,85.2340352633278,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.5061295299576,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.6786008823789,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.31351518096986,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,28.5600627039763,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Trade,Trade,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,3.23684047826714,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,,BUILDING,Area,Number of buildings [Mil.],,0,0.062,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,307.276046079179,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Area,Heated area [Mm²],,0,307.306046079179,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,106.581692,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.231691393497485,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.231691393497485,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.183073359538004,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.027186066378846,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.203519004361954,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.02817238913553,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,3.46944695195361E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.40639352248968,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Windows,,0,3.45309982813579,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.31017498991728,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.03477012056888,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,86.4866035997932,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,33.698660045169,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.98912019479488,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,49.7517672913053,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,13.5551186675881,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.63853618554651,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,36.3511640907748,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,10.3115962239264,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.7925018121949,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.44472748285233,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,237.134548459507,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,237.104548459507,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,51.435167,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.158274445111788,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.158274445111788,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.131148845286546,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.011275597158589,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.137166922877989,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.021107522233799,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-4.85722573273506E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,0.622311569787729,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,1.78620322235388,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.550419694785666,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,0.507833120759398,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.5189998941545,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.9732678649188,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.61588098082755,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,31.5725034886172,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.10652090656007,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.976346940692222,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,28.2529682691809,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.77113746809155,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,7.71750977432566,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.416960256617909,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,119.62770368642,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,119.62770368642,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,26.150562,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.078259279029228,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.078259279029228,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.063000873382421,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.006661720168908,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.068385430835578,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.00987384819365,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,0.599134813589458,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,1.79331732535744,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.497680102436052,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.504866470015748,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,55.7560924189818,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,19.914143775893,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.646444891575935,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,28.5497590374545,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.14776619930491,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,0.974664121558789,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,12.7886349976336,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.40123352818667,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.53193894517892,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.213068665156427,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,143.602563043155,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,143.602563043155,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,36.520987,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.09958457246918,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.09958457246918,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.079878670512604,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.009968728850706,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.087348343323439,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.012236229145741,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.94902990916057E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.544178029136795,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,1.69686457374815,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.419846560581009,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.424503907646237,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,49.0666536205993,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.2443362449415,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.754603972251592,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,33.7450206508158,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.86452683384552,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.24431086830504,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,13.2465064219117,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.91057283020725,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,5.02455768531242,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.323741269260023,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,132.122912790309,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,132.122912790309,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,32.508294,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.093332366139,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.093166715472266,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.076535947838641,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.008359682612742,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.082316285897492,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.011016080241507,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-2.42861286636753E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.435717851381964,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,1.46753434274955,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.304736638703953,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.383847260943368,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,39.5680009955417,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,15.164520607748,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.678246388561161,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,27.8181156185518,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,6.96472838357947,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.22445968826629,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.59172662048253,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.01069066850054,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.83718964446872,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.226411437923546,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,118.910655868212,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,118.910655868212,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,32.959351,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.083761346110955,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.083761346110955,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.068692622401706,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.007584168111116,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.073383468762208,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.010377877348747,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,2.08166817117217E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.288234396736279,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.36503755708298,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.234373870672285,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.330593786768285,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,32.6534778491769,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.8629436162228,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.794527049157027,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,25.7317822601133,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,9.27634105880841,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.51379885804344,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.76112054846325,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.4901616886313,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.2397899202706,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.305742180952978,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,66.524350821297,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Area,Heated area [Mm²],,0,66.524350821297,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,18.91769,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.039405370379503,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.039405370379503,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.031726532985854,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.002717087508053,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.034478226688302,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.004927143691201,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.322615466705764,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.53997583484618,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.173508185091237,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.386843612080912,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,37.9929000567891,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,20.9993226335376,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,0.805698053455819,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,23.7467807169196,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,8.23578356016233,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,1.21471043950501,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,3.2001018283655,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.39970522531411,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,1.66054699471269,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Education,Education,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.155802000298247,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,,BUILDING,Area,Number of buildings [Mil.],,0,0.025,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,115.42491168816,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Area,Heated area [Mm²],,0,115.581071793362,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,32.5916099615385,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.146610586560539,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.146610586560539,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.206229477749351,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.077640523037129,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.129094732011887,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.017515854548652,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,3.12250225675825E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.77485311285969,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.27123267360967,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.50167312214038,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.4913303871461,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,161.701137281842,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,74.4952484708016,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,17.8173745841663,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,194.625060690126,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.5585834036073,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.3484744442258,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,32.5028167945726,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.75017231510288,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,25.4208185365673,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.09372826115213,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,74.5234561073221,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,74.3672960021195,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,16.276259,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.140337203890057,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.140337203890057,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.327546487206728,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.054435068147765,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.119818270529774,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.020518933360283,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.23305709597984,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,3.19815259320954,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,0.998977668310212,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.04304047144533,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,147.546519943092,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,67.8007155668409,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.1552925128023,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,183.830966446196,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.5431994686386,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,23.5721053102308,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,23.9780304948272,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.27681692687793,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,15.4276866515041,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.399471471240224,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,47.6926316960944,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,47.6926316960944,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,8.70261,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.071250244403176,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.071250244403176,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.128898645230947,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.027757456912814,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.061688633127908,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.009561611275268,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-2.25514051876985E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.11349031586187,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.95824100500143,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.830747462066785,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.918807902470169,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,128.547751052024,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,69.9633437674525,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.9579731802833,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,165.273433252298,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,25.003393966635,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,24.5383119110967,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,18.5612555778292,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.669870756706126,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.05262165367069,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.217594786367978,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,66.9411813531389,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,66.9411813531389,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,15.82868,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.096342790988846,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.096342790988846,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.205733862483988,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.04210265235423,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.083843502327268,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.012499288661578,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-5.03069808033274E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.9184332061262,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.81841419665082,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.651225291193535,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.718484850031969,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,122.339741108202,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.4119483536461,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,18.6614387113953,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,155.502963418874,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.9469804471992,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,25.8465360259115,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,20.9019432942629,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.04871193026334,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.1397497306343,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.379049090464973,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,71.7358308462046,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,71.7358308462046,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,18.723811,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.095515112334226,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.095515112334226,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.197350469076231,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.044574685098999,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.083472867327998,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.012042245006228,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.669990465534877,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.51993139166625,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.488576961613213,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.584936972493201,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,100.550249885107,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.5343403211951,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,19.3553588618732,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,123.943010150013,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,21.3444253083703,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,26.6415973208299,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.69321945862698,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.11961737180159,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,10.8023119295705,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.399648985377543,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,69.0888748844367,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,69.0888748844367,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,18.939418,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.092276860427226,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.092276860427226,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.152548999543056,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.04309606172099,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.080326072846475,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.011950787580751,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-3.98986399474666E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.414589177017644,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.08936274598457,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.354987956925344,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.528537777797643,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,73.352109737616,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,59.5743410289377,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,20.0532981437379,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,91.6972092915175,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,23.7853490272587,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,28.0706375956008,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,6.48501644875859,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.29567883786151,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,8.27462578876249,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.450480667503145,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,38.2532937731663,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Area,Heated area [Mm²],,0,38.2532937731663,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,6.129868,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.0427444638942,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.0427444638942,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.053166683223733,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.014996190712308,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.037420835569523,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.005323628324677,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.21430643318377E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.323099066607346,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.6187632075138,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.18403025906965,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.344641695804868,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.8115909822248,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,52.8808102756975,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,21.6579425099182,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,63.0911229024409,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,16.7336577901011,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,29.2077270761125,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.61584388291478,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.340798650547809,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,3.53073502315501,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Health,Health,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.102575113410491,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,,BUILDING,Area,Number of buildings [Mil.],,0,0.126,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,152.323511715882,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Heated area [Mm²],,0,152.27419799845,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,48.773148,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.334109008673192,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.334109008673192,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.148943515648372,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.185165493024821,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.278861823002808,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.055247185670384,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.74304302999195,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.39461489922005,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.59660954613682,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.48213217074007,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,120.341025095429,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.6499984251661,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.86516165561096,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,163.989555589817,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,33.2396972939265,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,12.1739952323723,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,19.5661224990462,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.45742230244353,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,26.825763762969,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.62120467559187,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,124.441398322565,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,124.490712039998,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,26.054191,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.21764743371242,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.21764743371242,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.107158437384518,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.110488996327902,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.181661092192079,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.035986341520341,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,6.93889390390723E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.3710872044334,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,3.36753273844894,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.08563257880238,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.19229155382815,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,112.788607780861,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.6353139632279,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.87305379617605,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,164.944493691494,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.3496682970248,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.6178360998197,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,15.1427017290972,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.34214196835198,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,21.8553558381523,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.73862767259733,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,70.176276143185,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,70.176276143185,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,18.399066,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.180403039630893,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.180403039630893,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.086998724637879,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.093404314993015,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.150606088540537,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.029796951090356,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,4.5102810375397E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.13913462586741,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,3.28409604743602,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.875196138281234,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.97321105150671,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,106.783323686064,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,79.2584634112863,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.00589884154745,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,151.445023648828,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.2454995979995,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,10.6067996656624,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.11276660607118,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,1.72251582117378,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.3721935024243,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.556488943306567,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,89.3283657047003,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,89.3283657047003,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,32.473044,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.222270820835866,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.222270820835866,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.105846078598326,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.11642474223754,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.185610470639467,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.036660350196398,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,1.00583256923148,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.99877148616368,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.696139208011164,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.678431725786425,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,91.9225399810248,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,75.5528217856448,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.11290291622311,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,127.072540640774,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.7931037733001,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,9.54552596831765,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.93387238754334,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.79991286414281,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.203868615926,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.934999725726939,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,91.3412759703043,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,91.3412759703043,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,32.184552,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.222661475752588,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.222661475752588,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.104500781542775,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.118160694209813,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.186015379749829,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.036646096002759,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,-6.24500451351651E-17,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.709703557176178,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.50163996326875,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.492402204371452,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.597491935071498,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,81.9485594864952,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,64.5357602177482,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.76518101339225,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,112.75911272109,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,24.927254878979,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.1646239879954,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,8.19768924365965,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.39951942372954,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,11.3193522340159,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.802272530869753,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,91.3427003488868,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,91.3427003488868,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,34.225015,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.223974872727857,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.223974872727857,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.105598915400439,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.118375957327419,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.187026225622188,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.036948647105669,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.491971192931483,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,2.19026553588367,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.363393511069895,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.548156201469561,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,72.5200188100638,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.001857733426,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,7.63806067465159,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,98.1231499095901,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,27.7588341863335,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.2874192654728,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,7.34754302966466,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.92290603716555,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,9.99385683515892,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.950046516409778,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Constructed area [Mm²],,0,37.2552927395621,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Heated area [Mm²],,0,37.2552927395621,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Cooled area [Mm²],,0,10.573632,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.066892541088411,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.066892541088411,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.032085068682509,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.034807472405902,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.055808313990148,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.011084227098263,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Walls,,0,0.350821079346964,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Windows,,0,1.65939936427942,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Roof,,0,0.202246737132048,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,BUILDING,Construction features (U-values),Floor,,0,0.365720184594989,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,45.0234939977343,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,62.7076131707913,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,8.54320156009459,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,62.6793075918055,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,20.878135108129,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,11.5368566689565,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,2.00997241764284,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,0.690757467144299,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,2.76494492554211,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Hotels and Restaurants,Hotels and Restaurants,Post 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.220757717479636,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,,BUILDING,Area,Number of buildings [Mil.],,0,0.393,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Constructed area [Mm²],,0,226.32969952938,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Heated area [Mm²],,0,226.32969952938,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Cooled area [Mm²],,0,80.676194,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.417292738099469,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Area,Number of buildings [Mil.],,0,0.417292738099469,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.169175318429052,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.248117419670417,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Occupied [Mil.],,0,0.348153122654455,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Vacant [Mil.],,0,0.069139615445014,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Occupancy,Secondary dwellings/ units and others [Mil.],,0,1.11022302462516E-16,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Walls,,0,1.69922274349467,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Windows,,0,4.32247557934589,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Roof,,0,1.54805124980015,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,BUILDING,Construction features (U-values),Floor,,0,1.5447642850478,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,148.263503625908,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,71.9063945974753,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.73857237050597,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,199.191149069081,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.2262301562073,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.78975441635391,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,35.3696134687026,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,6.91739209109856,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,46.6195959946487,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,Before 1945,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,2.43853720797083,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Constructed area [Mm²],,0,147.848107892808,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Heated area [Mm²],,0,147.848107892808,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Cooled area [Mm²],,0,48.926602,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.261552096130816,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Area,Number of buildings [Mil.],,0,0.261552096130816,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.13760504339643,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.123947052734386,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Occupied [Mil.],,0,0.218301979553853,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Occupancy,Vacant [Mil.],,0,0.043250116576962,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Walls,,0,1.2474585310509,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Windows,,0,3.74162875028161,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Roof,,0,1.09336588057695,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,BUILDING,Construction features (U-values),Floor,,0,1.13878488580992,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,125.932828276926,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,72.2152094372198,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.13761560713699,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,182.537978296724,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.9627026950622,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.16484536538573,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,20.6747158209892,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,4.15023938950888,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,27.899355432473,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1945 - 1969,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.41704662760563,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Constructed area [Mm²],,0,87.5732289830074,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Heated area [Mm²],,0,87.5732289830074,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Cooled area [Mm²],,0,25.697181,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.10128635048911,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Area,Number of buildings [Mil.],,0,0.10128635048911,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.052485186836991,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.048801163652119,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Occupied [Mil.],,0,0.084600749362311,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Occupancy,Vacant [Mil.],,0,0.016685601126799,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Walls,,0,1.01984348768136,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Windows,,0,2.98383711546836,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Roof,,0,0.796481937161275,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,BUILDING,Construction features (U-values),Floor,,0,0.904013590770989,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,99.7870261870611,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,78.3077760445915,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.73880304160454,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,134.134078495459,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,28.9848571483152,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,5.94697490956064,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,9.93953877567282,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,2.20049933729575,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,12.2673501660187,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1970 - 1979,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,0.744829120399401,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Constructed area [Mm²],,0,124.743141982258,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Heated area [Mm²],,0,124.743141982258,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Cooled area [Mm²],,0,40.00186,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.183565377235769,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Area,Number of buildings [Mil.],,0,0.183565377235769,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.085720932412984,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.097844444822784,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Occupied [Mil.],,0,0.153565658505844,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Occupancy,Vacant [Mil.],,0,0.029999718729924,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Walls,,0,0.825167436797231,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Windows,,0,2.8996521625876,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Roof,,0,0.616637650368246,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,BUILDING,Construction features (U-values),Floor,,0,0.704281626512557,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,101.866402451011,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.3016586058804,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.58575946768647,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,143.081849141403,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.3324165359899,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.56813790503289,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,14.1314472300585,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.72490483340219,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,18.6678095817767,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1980 - 1989,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.21335307973435,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Constructed area [Mm²],,0,126.04688745214,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Heated area [Mm²],,0,126.04688745214,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Cooled area [Mm²],,0,39.058634,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.195198596335736,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Area,Number of buildings [Mil.],,0,0.195198596335736,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.089533284937027,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.105665311398709,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Occupied [Mil.],,0,0.163423110515552,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Occupancy,Vacant [Mil.],,0,0.031775485820184,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Walls,,0,0.629437491937171,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Windows,,0,2.29720902147863,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Roof,,0,0.440649041401353,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,BUILDING,Construction features (U-values),Floor,,0,0.576050494222736,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,77.1820336920771,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,76.9110986722175,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.64740906445456,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,107.224446245111,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,30.6037575853723,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.67260940614855,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.5978835952773,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.63273997333235,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,14.3563693548044,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,1990 - 1999,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.19534096655178,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Constructed area [Mm²],,0,129.05252513045,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Heated area [Mm²],,0,129.05252513045,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Cooled area [Mm²],,0,41.5228792,Mm²,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of dwellings/units [Mil.],,0,0.193520164529364,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Area,Number of buildings [Mil.],,0,0.193520164529364,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Owner occupied -  dwellings/units  [Mil.],,0,0.087522542385225,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Tenure/ownership status and distribution,Private rented  -  dwellings/units [Mil.],,0,0.105997622144139,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Occupied [Mil.],,0,0.161782662405774,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Occupancy,Vacant [Mil.],,0,0.03173750212359,1e6 dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Walls,,0,0.444451763935203,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Windows,,0,1.84577582045195,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Roof,,0,0.342327724627241,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,BUILDING,Construction features (U-values),Floor,,0,0.478343276228201,dimensionless,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space heating [kWh/m² year],,0,76.4761107016971,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Space cooling [kWh/m² year],,0,73.800027553085,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Useful energy demand,Domestic hot water [kWh/m² year],,0,4.67502697170379,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space heating [kWh/m² year],,0,103.179515925511,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Space cooling [kWh/m² year],,0,29.9035234763831,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Final energy consumption,Domestic hot water [kWh/m² year],,0,6.70467153581256,kWh/m²/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space heating+Domestic hot water [TWh/year],,0,10.7539137719785,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total useful energy demand,Space cooling [TWh/year],,0,3.73339807036996,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space heating+Domestic hot water [TWh/year],,0,14.1808318637915,TWh/year,Own calculations,,,, +EU28,eu28,Service sector,Other non-residential buildings,Other non-residential buildings,2000 - 2010,ENERGY,Total final energy consumption,Space cooling [TWh/year],,0,1.24168039296422,TWh/year,Own calculations,,,, diff --git a/data/retro/electricity_taxes_eu.csv b/data/retro/electricity_taxes_eu.csv new file mode 100644 index 00000000..15a13fc2 --- /dev/null +++ b/data/retro/electricity_taxes_eu.csv @@ -0,0 +1,164 @@ +Electricity prices for household consumers - bi-annual data (from 2007 onwards) [nrg_pc_204],,,, +,,,, +Last update,30.10.19,,, +Extracted on,14.11.19,,, +Source of data,Eurostat,,, +,,,, +PRODUCT,Electrical energy,,, +CONSOM,Band DC : 2 500 kWh < Consumption < 5 000 kWh,,, +UNIT,Kilowatt-hour,,, +TIME,2018S1,,, +,,,, +CURRENCY,Euro,Euro,Euro, +GEO/TAX,Excluding taxes and levies,Excluding VAT and other recoverable taxes and levies,All taxes and levies included,% cost without taxes +European Union - 28 countries,0.1285,0.1756,0.2052,0.626218323586745 +"Euro area (EA11-2000, EA12-2006, EA13-2007, EA15-2008, EA16-2010, EA17-2013, EA18-2014, EA19)",0.1331,0.1855,0.2188,0.608318098720293 +Belgium,0.1903,0.2279,0.2733,0.696304427369191 +Bulgaria,0.0816,0.0816,0.0979,0.833503575076609 +Czech Republic,0.1286,0.1298,0.1573,0.817546090273363 +Denmark,0.1011,0.2501,0.3126,0.32341650671785 +Germany,0.1379,0.2510,0.2987,0.461667224640107 +Estonia,0.0989,0.1123,0.1348,0.733679525222552 +Ireland,0.1846,0.2087,0.2369,0.779231743351625 +Greece,0.1132,0.1482,0.1672,0.677033492822967 +Spain,0.1873,0.1969,0.2383,0.785984053713806 +France,0.1134,0.1492,0.1748,0.648741418764302 +Croatia,0.1020,0.1160,0.1311,0.778032036613272 +Italy,0.1285,0.1873,0.2067,0.621673923560716 +Cyprus,0.1445,0.1606,0.1893,0.763338615953513 +Latvia,0.1035,0.1266,0.1531,0.676028739386022 +Lithuania,0.0771,0.0906,0.1097,0.702825888787603 +Luxembourg,0.1283,0.1547,0.1671,0.767803710353082 +Hungary,0.0885,0.0885,0.1123,0.78806767586821 +Malta,0.1209,0.1224,0.1285,0.940856031128405 +Netherlands,0.1187,0.1410,0.1706,0.6957796014068 +Austria,0.1232,0.1638,0.1966,0.626653102746694 +Poland,0.0906,0.1146,0.1410,0.642553191489362 +Portugal,0.1007,0.1826,0.2246,0.448352626892253 +Romania,0.0990,0.1120,0.1333,0.742685671417854 +Slovenia,0.1108,0.1322,0.1613,0.686918784872908 +Slovakia,0.0942,0.1305,0.1566,0.601532567049808 +Finland,0.1074,0.1300,0.1612,0.666253101736973 +Sweden,0.1202,0.1513,0.1891,0.635642517186674 +United Kingdom,0.1347,0.1797,0.1887,0.713831478537361 +Iceland,0.1222,0.1246,0.1545,0.790938511326861 +Liechtenstein,:,:,:,#VALUE! +Norway,0.1254,0.1434,0.1751,0.716162193032553 +Montenegro,0.0828,0.0844,0.1024,0.80859375 +North Macedonia,0.0662,0.0662,0.0781,0.847631241997439 +Albania,:,:,:,#VALUE! +Serbia,0.0539,0.0587,0.0705,0.764539007092199 +Turkey,0.0727,0.0766,0.0904,0.804203539823009 +Bosnia and Herzegovina,0.0722,0.0738,0.0864,0.835648148148148 +Kosovo (under United Nations Security Council Resolution 1244/99),0.0569,0.0586,0.0633,0.898894154818325 +Moldova,0.1020,0.1020,0.1020,1 +Ukraine,0.0342,0.0342,0.0410,0.834146341463415 +,,,0.157271052631579, +Special value:,,,, +:,not available,,, +,,,, +PRODUCT,Electrical energy,,, +CONSOM,Band DC : 2 500 kWh < Consumption < 5 000 kWh,,, +UNIT,Kilowatt-hour,,, +TIME,2018S2,,, +,,,, +CURRENCY,Euro,Euro,Euro, +GEO/TAX,Excluding taxes and levies,Excluding VAT and other recoverable taxes and levies,All taxes and levies included, +European Union - 28 countries,0.1329,0.1810,0.2113, +"Euro area (EA11-2000, EA12-2006, EA13-2007, EA15-2008, EA16-2010, EA17-2013, EA18-2014, EA19)",0.1376,0.1902,0.2242, +Belgium,0.1998,0.2429,0.2937, +Bulgaria,0.0838,0.0838,0.1005, +Czechia,0.1299,0.1311,0.1586, +Denmark,0.1116,0.2499,0.3123, +Germany (until 1990 former territory of the FRG),0.1378,0.2521,0.3000, +Estonia,0.1048,0.1182,0.1418, +Ireland,0.2006,0.2237,0.2539, +Greece,0.1125,0.1458,0.1646, +Spain,0.1947,0.2047,0.2477, +France,0.1168,0.1537,0.1799, +Croatia,0.1028,0.1169,0.1321, +Italy,0.1416,0.1964,0.2161, +Cyprus,0.1745,0.1850,0.2183, +Latvia,0.1041,0.1249,0.1511, +Lithuania,0.0771,0.0906,0.1097, +Luxembourg,0.1302,0.1566,0.1691, +Hungary,0.0880,0.0880,0.1118, +Malta,0.1229,0.1244,0.1306, +Netherlands,0.1212,0.1420,0.1707, +Austria,0.1265,0.1676,0.2012, +Poland,0.0889,0.1135,0.1396, +Portugal,0.1028,0.1864,0.2293, +Romania,0.0964,0.1107,0.1317, +Slovenia,0.1125,0.1342,0.1638, +Slovakia,0.0849,0.1218,0.1462, +Finland,0.1144,0.1369,0.1698, +Sweden,0.1287,0.1592,0.1990, +United Kingdom,0.1401,0.1927,0.2024, +Iceland,0.1152,0.1175,0.1457, +Liechtenstein,:,:,:, +Norway,0.1382,0.1562,0.1907, +Montenegro,0.0829,0.0848,0.1030, +North Macedonia,0.0667,0.0667,0.0787, +Albania,0.0759,0.0759,0.0910, +Serbia,0.0542,0.0591,0.0709, +Turkey,0.0688,0.0726,0.0857, +Bosnia and Herzegovina,0.0729,0.0744,0.0871, +Kosovo (under United Nations Security Council Resolution 1244/99),0.0579,0.0591,0.0638, +Moldova,0.0960,0.0960,0.1029, +Ukraine,0.0342,0.0342,0.0410, +,,,, +Special value:,,,, +:,not available,,, +,,,, +PRODUCT,Electrical energy,,, +CONSOM,Band DC : 2 500 kWh < Consumption < 5 000 kWh,,, +UNIT,Kilowatt-hour,,, +TIME,2019S1,,, +,,,, +CURRENCY,Euro,Euro,Euro, +GEO/TAX,Excluding taxes and levies,Excluding VAT and other recoverable taxes and levies,All taxes and levies included, +European Union - 28 countries,0.1351,0.1841,0.2147, +"Euro area (EA11-2000, EA12-2006, EA13-2007, EA15-2008, EA16-2010, EA17-2013, EA18-2014, EA19)",0.1396,0.1928,0.2270, +Belgium,0.1965,0.2355,0.2839, +Bulgaria,0.0831,0.0831,0.0997, +Czechia,0.1433,0.1444,0.1748, +Denmark,0.1084,0.2387,0.2984, +Germany (until 1990 former territory of the FRG),0.1473,0.2595,0.3088, +Estonia,0.0982,0.1131,0.1357, +Ireland,0.2027,0.2134,0.2423, +Greece,0.1139,0.1482,0.1650, +Spain,0.1889,0.1986,0.2403, +France,0.1138,0.1508,0.1765, +Croatia,0.1028,0.1169,0.1321, +Italy,0.1432,0.2090,0.2301, +Cyprus,0.1762,0.1867,0.2203, +Latvia,0.1136,0.1347,0.1629, +Lithuania,0.0947,0.1037,0.1255, +Luxembourg,0.1326,0.1666,0.1798, +Hungary,0.0882,0.0882,0.1120, +Malta,0.1228,0.1243,0.1305, +Netherlands,0.1357,0.1708,0.2052, +Austria,0.1316,0.1695,0.2034, +Poland,0.0884,0.1092,0.1343, +Portugal,0.1103,0.1751,0.2154, +Romania,0.0983,0.1141,0.1358, +Slovenia,0.1125,0.1339,0.1634, +Slovakia,0.0962,0.1314,0.1577, +Finland,0.1173,0.1398,0.1734, +Sweden,0.1297,0.1612,0.2015, +United Kingdom,0.1450,0.2021,0.2122, +Iceland,0.1112,0.1134,0.1406, +Liechtenstein,:,:,:, +Norway,0.1360,0.1529,0.1867, +Montenegro,0.0834,0.0850,0.1032, +North Macedonia,:,:,:, +Albania,:,:,:, +Serbia,0.0541,0.0589,0.0706, +Turkey,0.0684,0.0718,0.0847, +Bosnia and Herzegovina,0.0729,0.0746,0.0873, +Kosovo (under United Nations Security Council Resolution 1244/99),0.0537,0.0556,0.0600, +Moldova,0.0936,0.0936,0.0936, +Ukraine,0.0369,0.0369,0.0442, +,,,, +Special value:,,,, +:,not available,,, diff --git a/data/retro/floor_area_missing.csv b/data/retro/floor_area_missing.csv new file mode 100644 index 00000000..fa77b05e --- /dev/null +++ b/data/retro/floor_area_missing.csv @@ -0,0 +1,17 @@ +country,sector,estimated,value,source,,comments,population [in Million], +AL,residential,0,64,p.13 1.6 million m = 2.5% of total floor area,https://www.buildup.eu/sites/default/files/content/sled_albania_residential_building_eng.pdf,,, +AL,services,0,,,,,, +BA,residential,0,125.89,Tabula,https://episcope.eu/building-typology/country/ba/,strong differences ? other source claims more than 300 Million m,,https://www.buildup.eu/sites/default/files/content/sled_serbia_building_eng.pdf +BA,services,0,,,,,, +RS,residential,0,72.3,Odyssee(2011),https://odyssee.enerdata.net/database/,,, +RS,services,0,,,,,, +MK,residential,0,,"Worldbank p.7 Skopje 75% residential, 25% commercial",http://documents.albankaldawli.org/curated/ar/838951574180734318/pdf/Project-Information-Document-North-Macedonia-Public-Sector-Energy-Efficiency-Project-P149990.pdf,15 % live in illegal constructed buildings ? not part of the statistics,2.1, +MK,services,0,,,,,, +ME,residential,0,19.625,p.13 0.314 million m = 1.6% of total floor area,buildup.eu/sites/default/files/content/sled_montenegro_building_eng.pdf,Only 50 % of the floor area is heated p.12,,buildup.eu/sites/default/files/content/sled_montenegro_building_eng.pdf +ME,services,0,,,,,, +CH,residential,0,99.45,Odyssee(2015),,,, +CH,services,1,78.1392857142857,p.8 44%floor area is services,https://bta.climate-kic.org/wp-content/uploads/2018/04/171123-CK-BTA-DEF-BMB_SWITZERLAND_.pdf,,, +NO,residential,0,121.55,Odyssee(2015),,,, +NO,services,0,115.21,Odyssee(2015),,,, +PL,residential,0,1028.41,EU Building Database,,,, +PL,services,0,498.84,EU Building Database,,,, diff --git a/data/retro/retro_cost_germany.csv b/data/retro/retro_cost_germany.csv new file mode 100644 index 00000000..4493c575 --- /dev/null +++ b/data/retro/retro_cost_germany.csv @@ -0,0 +1,7 @@ +component,cost_fix,cost_var,life_time,comment,additional source +wall,70.34,2.36,40,Agora Energiewende p.110, +floor,39.39,1.3,40,Agora Energiewende p.110, +roof,75.61,1.3,40,Agora Energiewende p.110,https://www.baulinks.de/webplugin/2018/1524.php4 +window,nan,nan,35,, +source: p.37 https://www.umweltbundesamt.de/sites/default/files/medien/1410/publikationen/2019-10-29_texte_132-2019_energieaufwand-gebaeudekonzepte.pdf,,,https://www.agora-energiewende.de/en/publications/building-sector-efficiency-a-crucial-component-of-the-energy-transition/,, +,,,p.115,, diff --git a/data/retro/u_values_poland.csv b/data/retro/u_values_poland.csv new file mode 100644 index 00000000..01a6b3f5 --- /dev/null +++ b/data/retro/u_values_poland.csv @@ -0,0 +1,9 @@ +component,Before 1945,1945 - 1969,1970 - 1979,1980 - 1989,1990 - 1999,2000 - 2010,Post 2010,sector +Walls,1.7,1.4,0.9,0.9,0.6,0.4,1.7,residential +Windows,4.6,3.6,2.6,2.6,2.1,2.1,2.1,residential +Roof,0.8,0.7,0.6,0.6,0.6,0.4,0.33,residential +Floor,1.9,1.4,1.2,1.1,0.9,0.6,0.45,residential +Walls,1.3,1.3,1.3,0.8,0.6,0.6,0.6,services +Windows,4.7,3.7,2.6,2.6,2.3,2.1,2.1,services +Roof,1,0.9,0.7,0.5,0.3,0.3,0.3,services +Floor,1.6,1.2,1.2,1.1,1,0.7,0.7,services diff --git a/data/retro/window_assumptions.csv b/data/retro/window_assumptions.csv new file mode 100644 index 00000000..02e836dc --- /dev/null +++ b/data/retro/window_assumptions.csv @@ -0,0 +1,8 @@ +strength,u_value,cost,u_limit,comment +[m],[W/m^2K],EUR/m^2,[W/m^2K], +0.076,1.34,180.08,3.5,Double-glazing +0.197,0.8,225,1.3,Triple-glazing +,,,, +"source: https://www.agora-energiewende.de/en/publications/building-sector-efficiency-a-crucial-component-of-the-energy-transition/ +p.115 +",,,, diff --git a/data/urban_percent.csv b/data/urban_percent.csv new file mode 100644 index 00000000..d57e0728 --- /dev/null +++ b/data/urban_percent.csv @@ -0,0 +1,30 @@ +AT,66 +BA,40 +BE,98 +BG,74 +CH,74 +CZ,73 +DE,75 +DK,88 +EE,68 +ES,80 +FI,84 +FR,80 +GB,83 +GR,78 +HR,59 +HU,71 +IE,63 +IT,69 +LT,67 +LU,90 +LV,67 +NL,90 +NO,80 +PL,61 +PT,63 +RO,55 +RS,56 +SE,86 +SI,50 +SK,54 diff --git a/doc/Makefile b/doc/Makefile index 75df2f48..a2ae2428 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2020 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: 2017-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: MIT diff --git a/doc/_static/theme_overrides.css b/doc/_static/theme_overrides.css deleted file mode 100644 index a4c9818d..00000000 --- a/doc/_static/theme_overrides.css +++ /dev/null @@ -1,74 +0,0 @@ -/* SPDX-FileCopyrightText: 2017-2020 The PyPSA-Eur Authors - SPDX-License-Identifier: MIT -*/ - -.wy-side-nav-search { - background-color: #eeeeee; -} - -.wy-side-nav-search .wy-dropdown>a, -.wy-side-nav-search>a { - color: rgb(34, 97, 156) -} - -.wy-side-nav-search>div.version { - color: rgb(34, 97, 156) -} - -.wy-menu-vertical header, -.wy-menu-vertical p.caption, -.rst-versions a { - color: #999999; -} - -.wy-menu-vertical a.reference:hover, -.wy-menu-vertical a.reference.internal:hover { - background: #dddddd; - color: #fff; -} - -.wy-nav-side { - background: #efefef; -} - -.wy-menu-vertical a.reference { - color: #000; -} - -.rst-versions .rst-current-version, -.wy-nav-top, -.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a:hover { - background: #002221; -} - -.wy-nav-content .highlight { - background: #ffffff; -} - -.rst-content code.literal, -.rst-content tt.literal { - color: rgb(34, 97, 156) -} - -.wy-nav-content a.reference { - color: rgb(34, 97, 156); -} - - -/* override table width restrictions */ - -@media screen and (min-width: 767px) { - .wy-table-responsive table td { - /* !important prevents the common CSS stylesheets from overriding - this as on RTD they are loaded after this stylesheet */ - white-space: normal !important; - background: rgb(250, 250, 250) !important; - } - .wy-table-responsive { - max-width: 100%; - overflow: visible !important; - } - .wy-nav-content { - max-width: 910px !important; - } -} \ No newline at end of file diff --git a/doc/cloudcomputing.rst b/doc/cloudcomputing.rst deleted file mode 100644 index f751d624..00000000 --- a/doc/cloudcomputing.rst +++ /dev/null @@ -1,130 +0,0 @@ -.. - SPDX-FileCopyrightText: 2020 Maximilian Parzen and Emmanuel Paez - - SPDX-License-Identifier: CC-BY-4.0 - - -.. _cloudcomputing: - -########################### -Cloud Computing -########################### - -Google Cloud Platform (GCP) -=========================== - -.. note:: - This set of instructions is partially Windows specific. - We are happy to take pull requests explaining where the procedures deviate from the descriptions below for other operating systems. - Likewise, tutorials for other cloud computing solutions are also highly welcome. - -The Google Cloud Platform (GCP) is a cloud computing service you can use to run PyPSA-Eur calculations, especially if - -- you do not have immediate access to high-performance computating facilities, -- you have problems with the Windows operating system and want a quick run on a linux-based system, -- you want to model whole of Europe in sufficient spatial and temporal resolution, -- you need quick results (trial version includes 32 vCPU cores and up to 800 GB of memory). - -With the Google Cloud Platform you set up a virtual machine in the cloud which can store and operate data. -Like on your local computer, you have to install all software and solvers, and create paths on the virtual machine to set up the required environment. -The 300$ free trial budget is offered which equals roughly 10-20 simulations with 180 nodes at hourly basis. -The following steps are required: - -- `Google Cloud Platform registration `_, to receive 300$ free budget. -- `Creating an Virtual Machine (VM) instance `_, which is practically a virtual computer with Linux as OS. -- `Installation of Cloud SDK `_, to create a communication channel between your computer and the cloud virtual machine (VM). -- `Installation of WinSCP (Windows) `_ (or alternative), to handle or transfer files between the VM and you local computer. - -Step 1 - Google Cloud Platform registration -------------------------------------------- - -First, register at the `Google Cloud Platform `_ (GCP). -Ann active bank account is required, which will not be charged unless you exceed the trial budget. - -Step 2 - Create your Virtual Machine instance ---------------------------------------------- - -With the following steps we create a Virtual Machine (VM) on Google Cloud. - -- Click on the `GCP Dashboard `_. -- Click on the "COMPUTE" header, on the "Compute Engine" and then on the "VM instance". -- Click on create. -- Click on new VM instance. - -Now a window with the machine details will open. You have to configure the following things: - -- Name: Set a name for your VM. Cannot be changed after creation. -- Region: You can keep the default us-central1 (Iowa), since it is a cheap computational region. Sometimes your machine is limited in a specific region. Just pick another region in that case. -- Machine configuration: The machine configuration sets how powerful your VM is. - You can start with a 1 vCPU and 3.75 GB memory, N1 series machine as every operating second cost money. - You can edit your machine configuration later. So use a cheap machine type configuration to transfer data and - only when everything is ready and tested, your expensive machine type, for instance a custom 8 vCPU with 160 GB memory. - Solvers do not parallelise well, so we recommend not to choose more than 8 vCPU. - Check ``snakemake -n -j 1 solve_all_networks`` as a dry run to see how much memory is required. - The memory requirements will vary depending on the spatial and temporal resoulution of your optimisation. - Example: for an hourly, 181 node full European network, set 8 vCPU and 150 GB memory since the dry-run calculated a 135 GB memory requirement.) -- Boot disk: As default, your VM is created with 10 GB. Depending on how much you want to handle on one VM you should increase the disk size. - We recommend a disk size of 100 GB for a safe start (cost roughly 8$ per month), the disk can be resized at any later stage with an additional disk. -- Click on create and celebrate your first VM on GCP. - -Step 3 - Installation of Cloud SDK ----------------------------------- - -- Download Google Cloud SDK `SDK `_. Check that you are logged in in your Google account. The link should lead you to the Windows installation of Google Cloud SDK. -- Follow the "Quickstart for Windows - Before you begin" steps. -- After the successfull installation and initialization, close the Google Cloud SDK reopen it again. Type the following command into the "Google Cloud SDK Shell": - - .. code:: bash - - gcloud compute ssh -- -L 8888:localhost:8888 - -- This command above will open a PuTTy command window that is connected to your Virtual Machine. Time to celebrate if it works! -- Now install all necessary tools. As little help, the first steps: - .. code:: bash - - sudo apt-get update - sudo apt-get install bzip2 libxml2-dev - sudo apt-get install wget - wget https://repo.anaconda.com/archive/Anaconda3-2020.07-Linux-x86_64.sh - ls (to see what anaconda file to bash) - bash Anaconda3-2020.07-Linux-x86_64.sh - source ~/.bashrc - -- Close and reopen the PuTTy file (-> open Google Cloud SDK -> initialize again with the command above to open the PuTTY command window). Now ``conda`` can be listed with ``conda list``. - Noq you can follow the standard installation instructions to finalize your machine (don't forget the solvers - for bigger simulations use commercial solvers such as Gurobi). - -Step 4 - Installation of WinSCP -------------------------------- - -For smooth data exchange between the VM and your local computer you may use WinSCP on Windows. -Make sure that your instance is operating for the next steps. - -- Download `WinSCP `_ and follow the default installation steps. -- Open WinSCP after the installation. A login window will open. -- Keep SFTP as file protocol. -- As host name insert the External IP of your VM (click in your internet browser on your GCP VM instance to see the external IP) -- Set the User name in WinSCP to the name you see in your PuTTy window (check step 3 - for instance [username]@[VM-name]:~$) -- Click on the advanced setting. SSH -> Authentication. -- Option 1. Click on the Tools button and "Install Public Key into Server..". Somewhere in your folder structure must be a public key. I found it with the following folder syntax on my local windows computer -> :\Users\...\.ssh (there should be a PKK file). -- Option 2. Click on the Tools button and "Generate new key pair...". Save the private key at a folder you remember and add it to the "private key file" field in WinSCP. Upload the public key to the metadeta of your instance. -- Click ok and save. Then click Login. If successfull WinSCP will open on the left side your local computer folder structure and on the right side the folder strucutre of your VM. (If you followed Option 2 and its not initially working. Stop your instance, refresh the website, reopen the WinSCP field. Afterwards your your Login should be successfull) - -If you had struggle with the above steps, you could also try `this video `_. - -.. note:: - Double check the External IP of your VM before you try to login with WinSCP. It's often a cause for an error. - -Step 5 - Extra. Copying your instance with all its data and paths included --------------------------------------------------------------------------- - -Especially if you think about operating several instance for quicker simulations, you can create a so called `"image" `_ of the virtual machine. -The "image" includes all the data and software set-ups from your VM. Afterwards you can create a VM from an image and avoid all the installation steps above. - -Important points when to solve networks in PyPSA ------------------------------------------------- - -If you use the GCP with the default PyPSA-Eur settings, your budget will be used up very quickly. The following tips should help you to make the most of your budget: - -- Always test using low resolution networks; i.e. a single country at 5 nodes and 24h resolution for 2 month of weather data. -- Adjust your solver in the ``config.yaml`` file. Set ``solving: skip_iterations: true``. - This will lead to a single solver iteration which is often precise enough. diff --git a/doc/conf.py b/doc/conf.py index 01dd6bc8..8111c86c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # SPDX-FileCopyrightText: 20017-2020 The PyPSA-Eur Authors # # SPDX-License-Identifier: MIT @@ -16,19 +17,18 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys import os -import shlex +import sys # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -sys.path.insert(0, os.path.abspath('../scripts')) +sys.path.insert(0, os.path.abspath("../scripts")) # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. -#needs_sphinx = '1.0' +# needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom @@ -36,88 +36,94 @@ sys.path.insert(0, os.path.abspath('../scripts')) extensions = [ #'sphinx.ext.autodoc', #'sphinx.ext.autosummary', - 'sphinx.ext.intersphinx', - 'sphinx.ext.todo', - 'sphinx.ext.mathjax', - 'sphinx.ext.napoleon', - 'sphinx.ext.graphviz', + "myst_parser", + "sphinx.ext.autosectionlabel", + "sphinx.ext.intersphinx", + "sphinx.ext.todo", + "sphinx.ext.mathjax", + "sphinx.ext.napoleon", + "sphinx.ext.graphviz", + "sphinxcontrib.bibtex", #'sphinx.ext.pngmath', #'sphinxcontrib.tikz', #'rinoh.frontend.sphinx', - 'sphinx.ext.imgconverter', # for SVG conversion + "sphinx.ext.imgconverter", # for SVG conversion ] -autodoc_default_flags = ['members'] +autodoc_default_flags = ["members"] autosummary_generate = True +bibtex_bibfiles = ["publications.bib"] +bibtex_default_style = "unsrt" + # Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] +templates_path = ["_templates"] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] -source_suffix = '.rst' +source_suffix = ".rst" # The encoding of source files. -#source_encoding = 'utf-8-sig' +# source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'index' +master_doc = "index" # General information about the project. -project = u'PyPSA-Eur' -copyright = u'2017-2020 Jonas Hoersch (KIT, FIAS), Fabian Hofmann (FIAS), David Schlachtberger (FIAS), Tom Brown (KIT, FIAS); 2019-2020 Fabian Neumann (KIT)' -author = u'Jonas Hoersch (KIT, FIAS), Fabian Hofmann (FIAS), David Schlachtberger (FIAS), Tom Brown (KIT, FIAS), Fabian Neumann (KIT)' +project = "PyPSA-Eur" +copyright = "2017-2023 Tom Brown (KIT, TUB, FIAS), Jonas Hoersch (KIT, FIAS), Fabian Hofmann (TUB, FIAS), Fabian Neumann (TUB, KIT), Marta Victoria (Aarhus University), Lisa Zeyen (KIT, TUB)" +author = "Tom Brown (KIT, TUB, FIAS), Jonas Hoersch (KIT, FIAS), Fabian Hofmann (TUB, FIAS), Fabian Neumann (TUB, KIT), Marta Victoria (Aarhus University), Lisa Zeyen (KIT, TUB)" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = u'0.3' +version = "0.8" # The full version, including alpha/beta/rc tags. -release = u'0.4.0' +release = "0.8.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -#today = '' +# today = '' # Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' +# today_fmt = '%B %d, %Y' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +exclude_patterns = ["_build"] # The reST default role (used for this markup: `text`) to use for all # documents. -#default_role = None +# default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True +# add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). -#add_module_names = True +# add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. -#show_authors = False +# show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = "sphinx" # A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] +# modindex_common_prefix = [] # If true, keep warnings as "system message" paragraphs in the built documents. -#keep_warnings = False +# keep_warnings = False # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True @@ -127,170 +133,168 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'sphinx_rtd_theme' +html_theme = "sphinx_book_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - 'display_version': True, - 'sticky_navigation': True, + "repository_url": "https://github.com/pypsa/pypsa-eur", + "use_repository_button": True, + "show_navbar_depth": 1, } # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +# html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = "PyPSA-Eur" # A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None +html_short_title = "PyPSA-Eur" # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = "img/pypsa-logo.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -#html_favicon = None +# html_favicon = None # These folders are copied to the documentation's HTML output -html_static_path = ["_static"] +# html_static_path = ["_static"] # These paths are either relative to html_static_path # or fully qualified paths (eg. https://...) -html_css_files = ["theme_overrides.css"] +# html_css_files = ["theme_overrides.css"] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation. -#html_extra_path = [] +# html_extra_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' +# html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +# html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +# html_sidebars = {} # Additional templates that should be rendered to pages, maps page names to # template names. -#html_additional_pages = {} +# html_additional_pages = {} # If false, no module index is generated. -#html_domain_indices = True +# html_domain_indices = True # If false, no index is generated. -#html_use_index = True +# html_use_index = True # If true, the index is split into individual pages for each letter. -#html_split_index = False +# html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +# html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True +# html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True +# html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. -#html_use_opensearch = '' +# html_use_opensearch = '' # This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None +# html_file_suffix = None # Language to be used for generating the HTML full-text search index. # Sphinx supports the following languages: # 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja' # 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr' -#html_search_language = 'en' +# html_search_language = 'en' # A dictionary with options for the search language support, empty by default. # Now only 'ja' uses this config value -#html_search_options = {'type': 'default'} +# html_search_options = {'type': 'default'} # The name of a javascript file (relative to the configuration directory) that # implements a search results scorer. If empty, the default will be used. -#html_search_scorer = 'scorer.js' +# html_search_scorer = 'scorer.js' # Output file base name for HTML help builder. -htmlhelp_basename = 'PyPSAEurdoc' +htmlhelp_basename = "PyPSAEurdoc" # -- Options for LaTeX output --------------------------------------------- latex_elements = { -# The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. -#'preamble': '', - -# Latex figure (float) alignment -#'figure_align': 'htbp', + # The paper size ('letterpaper' or 'a4paper'). + #'papersize': 'letterpaper', + # The font size ('10pt', '11pt' or '12pt'). + #'pointsize': '10pt', + # Additional stuff for the LaTeX preamble. + #'preamble': '', + # Latex figure (float) alignment + #'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'PyPSA-Eur.tex', u'PyPSA-Eur Documentation', - u'author', 'manual'), + (master_doc, "PyPSA-Eur.tex", "PyPSA-Eur Documentation", "author", "manual"), ] -#Added for rinoh http://www.mos6581.org/rinohtype/quickstart.html -rinoh_documents = [(master_doc, # top-level file (index.rst) - 'PyPSA-Eur', # output (target.pdf) - 'PyPSA-Eur Documentation', # document title - 'author')] # document author +# Added for rinoh http://www.mos6581.org/rinohtype/quickstart.html +rinoh_documents = [ + ( + master_doc, # top-level file (index.rst) + "PyPSA-Eur", # output (target.pdf) + "PyPSA-Eur Documentation", # document title + "author", + ) +] # document author # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +# latex_logo = None # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. -#latex_use_parts = False +# latex_use_parts = False # If true, show page references after internal links. -#latex_show_pagerefs = False +# latex_show_pagerefs = False # If true, show URL addresses after external links. -#latex_show_urls = False +# latex_show_urls = False # Documents to append as an appendix to all manuals. -#latex_appendices = [] +# latex_appendices = [] # If false, no module index is generated. -#latex_domain_indices = True +# latex_domain_indices = True # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'pypsa-eur', u'PyPSA-Eur Documentation', - [author], 1) -] +man_pages = [(master_doc, "pypsa-eur", "PyPSA-Eur Documentation", [author], 1)] # If true, show URL addresses after external links. -#man_show_urls = False +# man_show_urls = False # -- Options for Texinfo output ------------------------------------------- @@ -299,23 +303,29 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'PyPSA-Eur', u'PyPSA-Eur Documentation', - author, 'PyPSA-Eur', 'One line description of project.', - 'Miscellaneous'), + ( + master_doc, + "PyPSA-Eur", + "PyPSA-Eur Documentation", + author, + "PyPSA-Eur", + "One line description of project.", + "Miscellaneous", + ), ] # Documents to append as an appendix to all manuals. -#texinfo_appendices = [] +# texinfo_appendices = [] # If false, no module index is generated. -#texinfo_domain_indices = True +# texinfo_domain_indices = True # How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' +# texinfo_show_urls = 'footnote' # If true, do not generate a @detailmenu in the "Top" node's menu. -#texinfo_no_detailmenu = False +# texinfo_no_detailmenu = False # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {"https://docs.python.org/": None} diff --git a/doc/configtables/atlite.csv b/doc/configtables/atlite.csv index 7bb56040..0b01005d 100644 --- a/doc/configtables/atlite.csv +++ b/doc/configtables/atlite.csv @@ -1,9 +1,13 @@ ,Unit,Values,Description +default_cutout,--,str,"Defines a default cutout." nprocesses,--,int,"Number of parallel processes in cutout preparation" +show_progress,bool,true/false,"Whether progressbar for atlite conversion processes should be shown. False saves time." cutouts,,, -- {name},--,"Convention is to name cutouts like ``--`` (e.g. ``europe-2013-era5``).","Name of the cutout netcdf file. The user may specify multiple cutouts under configuration ``atlite: cutouts:``. Reference is used in configuration ``renewable: {technology}: cutout:``. The cutout ``base`` may be used to automatically calculate temporal and spatial bounds of the network." -- -- module,--,"Subset of {'era5','sarah'}","Source of the reanalysis weather dataset (e.g. `ERA5 `_ or `SARAH-2 `_)" -- -- x,°,"Float interval within [-180, 180]","Range of longitudes to download weather data for. If not defined, it defaults to the spatial bounds of all bus shapes." -- -- y,°,"Float interval within [-90, 90]","Range of latitudes to download weather data for. If not defined, it defaults to the spatial bounds of all bus shapes." +-- -- dx,°,"Larger than 0.25","Grid resolution for longitude" +-- -- dy,°,"Larger than 0.25","Grid resolution for latitude" -- -- time,,"Time interval within ['1979', '2018'] (with valid pandas date time strings)","Time span to download weather data for. If not defined, it defaults to the time interval spanned by the snapshots." -- -- features,,"String or list of strings with valid cutout features ('inlfux', 'wind').","When freshly building a cutout, retrieve data only for those features. If not defined, it defaults to all available features." diff --git a/doc/configtables/clustering.csv b/doc/configtables/clustering.csv index 2f63f955..f13d8cbd 100644 --- a/doc/configtables/clustering.csv +++ b/doc/configtables/clustering.csv @@ -1,3 +1,17 @@ ,Unit,Values,Description -simplify,,, +simplify_network,,, -- to_substations,bool,"{'true','false'}","Aggregates all nodes without power injection (positive or negative, i.e. demand or generation) to electrically closest ones" +-- algorithm,str,"One of {‘kmeans’, ‘hac’, ‘modularity‘}", +-- feature,str,"Str in the format ‘carrier1+carrier2+...+carrierN-X’, where CarrierI can be from {‘solar’, ‘onwind’, ‘offwind’, ‘ror’} and X is one of {‘cap’, ‘time’}.", +-- exclude_carriers,list,"List of Str like [ 'solar', 'onwind'] or empy list []","List of carriers which will not be aggregated. If empty, all carriers will be aggregated." +-- remove stubs,bool,"true/false","Controls whether radial parts of the network should be recursively aggregated. Defaults to true." +-- remove_stubs_across_borders,bool,"true/false","Controls whether radial parts of the network should be recursively aggregated across borders. Defaults to true." +cluster_network,,, +-- algorithm,str,"One of {‘kmeans’, ‘hac’}", +-- feature,str,"Str in the format ‘carrier1+carrier2+...+carrierN-X’, where CarrierI can be from {‘solar’, ‘onwind’, ‘offwind’, ‘ror’} and X is one of {‘cap’, ‘time’}.", +-- exclude_carriers,list,"List of Str like [ 'solar', 'onwind'] or empy list []","List of carriers which will not be aggregated. If empty, all carriers will be aggregated." +aggregation_strategies,,, +-- generators,,, +-- -- {key},str,"{key} can be any of the component of the generator (str). It’s value can be any that can be converted to pandas.Series using getattr(). For example one of {min, max, sum}.","Aggregates the component according to the given strategy. For example, if sum, then all values within each cluster are summed to represent the new generator." +-- buses,,, +-- -- {key},str,"{key} can be any of the component of the bus (str). It’s value can be any that can be converted to pandas.Series using getattr(). For example one of {min, max, sum}.","Aggregates the component according to the given strategy. For example, if sum, then all values within each cluster are summed to represent the new bus." diff --git a/doc/configtables/conventional.csv b/doc/configtables/conventional.csv new file mode 100644 index 00000000..fb031197 --- /dev/null +++ b/doc/configtables/conventional.csv @@ -0,0 +1,3 @@ +,Unit,Values,Description +{name},--,"string","For any carrier/technology overwrite attributes as listed below." +-- {attribute},--,"string or float","For any attribute, can specify a float or reference to a file path to a CSV file giving floats for each country (2-letter code)." diff --git a/doc/configtables/costs.csv b/doc/configtables/costs.csv index ed2d56e4..9797d77e 100644 --- a/doc/configtables/costs.csv +++ b/doc/configtables/costs.csv @@ -1,8 +1,9 @@ ,Unit,Values,Description -year,--,"YYYY; e.g. '2030'","Year for which to retrieve cost assumptions of ``data/costs.csv``." -discountrate,--,float,"Default discount rate if not specified for a technology in ``data/costs.csv``." -USD2013_to_EUR2013,--,float,"Exchange rate from USD :math:`_{2013}` to EUR :math:`_{2013}` from `ECB `_" -capital_cost,EUR/MW,"Keys should be in the 'technology' column of ``data/costs.csv``. Values can be any float.","For the given technologies, assumptions about their capital investment costs are set to the corresponding value. Optional; overwrites cost assumptions from ``data/costs.csv``." -marginal_cost,EUR/MWh,"Keys should be in the 'technology' column of ``data/costs.csv``. Values can be any float.","For the given technologies, assumptions about their marginal operating costs are set to the corresponding value. Optional; overwrites cost assumptions from ``data/costs.csv``." +year,--,"YYYY; e.g. '2030'","Year for which to retrieve cost assumptions of ``resources/costs.csv``." +version,--,"vX.X.X; e.g. 'v0.5.0'","Version of ``technology-data`` repository to use." +rooftop_share,--,float,"Share of rooftop PV when calculating capital cost of solar (joint rooftop and utility-scale PV)." +fill_values,--,float,"Default values if not specified for a technology in ``resources/costs.csv``." +capital_cost,EUR/MW,"Keys should be in the 'technology' column of ``resources/costs.csv``. Values can be any float.","For the given technologies, assumptions about their capital investment costs are set to the corresponding value. Optional; overwrites cost assumptions from ``resources/costs.csv``." +marginal_cost,EUR/MWh,"Keys should be in the 'technology' column of ``resources/costs.csv``. Values can be any float.","For the given technologies, assumptions about their marginal operating costs are set to the corresponding value. Optional; overwrites cost assumptions from ``resources/costs.csv``." emission_prices,,,"Specify exogenous prices for emission types listed in ``network.carriers`` to marginal costs." -- co2,EUR/t,float,"Exogenous price of carbon-dioxide added to the marginal costs of fossil-fuelled generators according to their carbon intensity. Added through the keyword ``Ep`` in the ``{opts}`` wildcard only in the rule :mod:`prepare_network``." diff --git a/doc/configtables/electricity.csv b/doc/configtables/electricity.csv index aef35350..9cf23ebf 100644 --- a/doc/configtables/electricity.csv +++ b/doc/configtables/electricity.csv @@ -1,19 +1,29 @@ ,Unit,Values,Description -voltages,kV,"Any subset of {220., 300., 380.}",Voltage levels to consider when +voltages,kV,"Any subset of {220., 300., 380.}",Voltage levels to consider +gaslimit,MWhth,"float or false",Global gas usage limit co2limit,:math:`t_{CO_2-eq}/a`,float,Cap on total annual system carbon dioxide emissions co2base,:math:`t_{CO_2-eq}/a`,float,Reference value of total annual system carbon dioxide emissions if relative emission reduction target is specified in ``{opts}`` wildcard. agg_p_nom_limits,file,path,Reference to ``.csv`` file specifying per carrier generator nominal capacity constraints for individual countries if ``'CCL'`` is in ``{opts}`` wildcard. Defaults to ``data/agg_p_nom_minmax.csv``. -extendable_carriers,,, --- Generator,--,"Any subset of {'OCGT','CCGT'}",Places extendable conventional power plants (OCGT and/or CCGT) where gas power plants are located today without capacity limits. --- StorageUnit,--,"Any subset of {'battery','H2'}",Adds extendable storage units (battery and/or hydrogen) at every node/bus after clustering without capacity limits and with zero initial capacity. --- Store,--,"Any subset of {'battery','H2'}",Adds extendable storage units (battery and/or hydrogen) at every node/bus after clustering without capacity limits and with zero initial capacity. --- Link,--,Any subset of {'H2 pipeline'},Adds extendable links (H2 pipelines only) at every connection where there are lines or HVDC links without capacity limits and with zero initial capacity. Hydrogen pipelines require hydrogen storage to be modelled as ``Store``. +operational_reserve,,,"Settings for reserve requirements following like `GenX `_" +-- activate,bool,"true or false","Whether to take operational reserve requirements into account during optimisation" +-- epsilon_load,--,float,share of total load +-- epsilon_vres,--,float,share of total renewable supply +-- contingency,MW,float,fixed reserve capacity max_hours,,, -- battery,h,float,Maximum state of charge capacity of the battery in terms of hours at full output capacity ``p_nom``. Cf. `PyPSA documentation `_. -- H2,h,float,Maximum state of charge capacity of the hydrogen storage in terms of hours at full output capacity ``p_nom``. Cf. `PyPSA documentation `_. +extendable_carriers,,, +-- Generator,--,"Any extendable carrier","Defines existing or non-existing conventional and renewable power plants to be extendable during the optimization. Conventional generators can only be built/expanded where already existent today. If a listed conventional carrier is not included in the ``conventional_carriers`` list, the lower limit of the capacity expansion is set to 0." +-- StorageUnit,--,"Any subset of {'battery','H2'}",Adds extendable storage units (battery and/or hydrogen) at every node/bus after clustering without capacity limits and with zero initial capacity. +-- Store,--,"Any subset of {'battery','H2'}",Adds extendable storage units (battery and/or hydrogen) at every node/bus after clustering without capacity limits and with zero initial capacity. +-- Link,--,Any subset of {'H2 pipeline'},Adds extendable links (H2 pipelines only) at every connection where there are lines or HVDC links without capacity limits and with zero initial capacity. Hydrogen pipelines require hydrogen storage to be modelled as ``Store``. powerplants_filter,--,"use `pandas.query `_ strings here, e.g. Country not in ['Germany']",Filter query for the default powerplant database. custom_powerplants,--,"use `pandas.query `_ strings here, e.g. Country in ['Germany']",Filter query for the custom powerplant database. -conventional_carriers,--,"Any subset of {nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass}",List of conventional power plants to include in the model from ``resources/powerplants.csv``. -renewable_capacities_from_OPSD,,"[solar, onwind, offwind]",List of carriers (offwind-ac and offwind-dc are included in offwind) whose capacities 'p_nom' are aligned to the `OPSD renewable power plant list `_ -estimate_renewable_capacities_from_capacitiy_stats,,, -"-- Fueltype [ppm], e.g. Wind",,"list of fueltypes strings in PyPSA-Eur, e.g. [onwind, offwind-ac, offwind-dc]",converts ppm Fueltype to PyPSA-EUR Fueltype +conventional_carriers,--,"Any subset of {nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass}","List of conventional power plants to include in the model from ``resources/powerplants.csv``. If an included carrier is also listed in `extendable_carriers`, the capacity is taken as a lower bound." +renewable_carriers,--,"Any subset of {solar, onwind, offwind-ac, offwind-dc, hydro}",List of renewable generators to include in the model. +estimate_renewable_capacities,,, +-- enable,,bool,"Activate routine to estimate renewable capacities" +-- from_opsd,--,bool,"Add capacities from OPSD data" +-- year,--,bool,"Renewable capacities are based on existing capacities reported by IRENA for the specified year" +-- expansion_limit,--,float or false,"Artificially limit maximum capacities to factor * (IRENA capacities), i.e. 110% of 's capacities => expansion_limit: 1.1 false: Use estimated renewable potentials determine by the workflow" +-- technology_mapping,,,"Mapping between powerplantmatching and PyPSA-Eur technology names" diff --git a/doc/configtables/enable.csv b/doc/configtables/enable.csv new file mode 100644 index 00000000..8a543b46 --- /dev/null +++ b/doc/configtables/enable.csv @@ -0,0 +1,10 @@ +,Unit,Values,Description +prepare_links_p_nom,bool,"{true, false}","Switch to retrieve current HVDC projects from `Wikipedia `_" +retrieve_databundle,bool,"{true, false}","Switch to retrieve databundle from zenodo via the rule :mod:`retrieve_databundle` or whether to keep a custom databundle located in the corresponding folder." +retrieve_sector_databundle,bool,"{true, false}","Switch to retrieve sector databundle from zenodo via the rule :mod:`retrieve_sector_databundle` or whether to keep a custom databundle located in the corresponding folder." +retrieve_cost_data,bool,"{true, false}","Switch to retrieve technology cost data from `technology-data repository `_." +build_cutout,bool,"{true, false}","Switch to enable the building of cutouts via the rule :mod:`build_cutout`." +retrieve_cutout,bool,"{true, false}","Switch to enable the retrieval of cutouts from zenodo with :mod:`retrieve_cutout`." +build_natura_raster,bool,"{true, false}","Switch to enable the creation of the raster ``natura.tiff`` via the rule :mod:`build_natura_raster`." +retrieve_natura_raster,bool,"{true, false}","Switch to enable the retrieval of ``natura.tiff`` from zenodo with :mod:`retrieve_natura_raster`." +custom_busmap,bool,"{true, false}","Switch to enable the use of custom busmaps in rule :mod:`cluster_network`. If activated the rule looks for provided busmaps at ``data/custom_busmap_elec_s{simpl}_{clusters}.csv`` which should have the same format as ``resources/busmap_elec_s{simpl}_{clusters}.csv``, i.e. the index should contain the buses of ``networks/elec_s{simpl}.nc``." diff --git a/doc/configtables/licenses-sector.csv b/doc/configtables/licenses-sector.csv new file mode 100644 index 00000000..d65d3b36 --- /dev/null +++ b/doc/configtables/licenses-sector.csv @@ -0,0 +1,28 @@ +description,file/folder,licence,source +JRC IDEES database,jrc-idees-2015/,CC BY 4.0,https://ec.europa.eu/jrc/en/potencia/jrc-idees +urban/rural fraction,urban_percent.csv,unknown,unknown +JRC biomass potentials,biomass/,unknown,https://doi.org/10.2790/39014 +JRC ENSPRESO biomass potentials,remote,CC BY 4.0,https://data.jrc.ec.europa.eu/dataset/74ed5a04-7d74-4807-9eab-b94774309d9f +EEA emission statistics,eea/UNFCCC_v23.csv,EEA standard re-use policy,https://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-unfccc-and-to-the-eu-greenhouse-gas-monitoring-mechanism-16 +Eurostat Energy Balances,eurostat-energy_balances-*/,Eurostat,https://ec.europa.eu/eurostat/web/energy/data/energy-balances +Swiss energy statistics from Swiss Federal Office of Energy,switzerland-sfoe/,unknown,http://www.bfe.admin.ch/themen/00526/00541/00542/02167/index.html?dossier_id=02169 +BASt emobility statistics,emobility/,unknown,http://www.bast.de/DE/Verkehrstechnik/Fachthemen/v2-verkehrszaehlung/Stundenwerte.html?nn=626916 +BDEW heating profile,heat_load_profile_BDEW.csv,unknown,https://github.com/oemof/demandlib +heating profiles for Aarhus,heat_load_profile_DK_AdamJensen.csv,unknown,Adam Jensen MA thesis at Aarhus University +George Lavidas wind/wave costs,WindWaveWEC_GLTB.xlsx,unknown,George Lavidas +co2 budgets,co2_budget.csv,CC BY 4.0,https://arxiv.org/abs/2004.11009 +existing heating potentials,existing_infrastructure/existing_heating_raw.csv,unknown,https://ec.europa.eu/energy/studies/mapping-and-analyses-current-and-future-2020-2030-heatingcooling-fuel-deployment_en?redir=1 +IRENA existing VRE capacities,existing_infrastructure/{solar|onwind|offwind}_capcity_IRENA.csv,unknown,https://www.irena.org/Statistics/Download-Data +USGS ammonia production,myb1-2017-nitro.xls,unknown,https://www.usgs.gov/centers/nmic/nitrogen-statistics-and-information +hydrogen salt cavern potentials,h2_salt_caverns_GWh_per_sqkm.geojson,CC BY 4.0,https://doi.org/10.1016/j.ijhydene.2019.12.161 https://doi.org/10.20944/preprints201910.0187.v1 +international port trade volumes,attributed_ports.json,CC BY 4.0,https://datacatalog.worldbank.org/search/dataset/0038118/Global---International-Ports +hotmaps industrial site database,Industrial_Database.csv,CC BY 4.0,https://gitlab.com/hotmaps/industrial_sites/industrial_sites_Industrial_Database +Hotmaps building stock data,data_building_stock.csv,CC BY 4.0,https://gitlab.com/hotmaps/building-stock +U-values Poland,u_values_poland.csv,unknown,https://data.europa.eu/euodp/de/data/dataset/building-stock-observatory +Floor area missing in hotmaps building stock data,floor_area_missing.csv,unknown,https://data.europa.eu/euodp/de/data/dataset/building-stock-observatory +Comparative level investment,comparative_level_investment.csv,Eurostat,https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Comparative_price_levels_for_investment +Electricity taxes,electricity_taxes_eu.csv,Eurostat,https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=nrg_pc_204&lang=en +Building topologies and corresponding standard values,tabula-calculator-calcsetbuilding.csv,unknown,https://episcope.eu/fileadmin/tabula/public/calc/tabula-calculator.xlsx +Retrofitting thermal envelope costs for Germany,retro_cost_germany.csv,unknown,https://www.iwu.de/forschung/handlungslogiken/kosten-energierelevanter-bau-und-anlagenteile-bei-modernisierung/ +District heating most countries,jrc-idees-2015/,CC BY 4.0,https://ec.europa.eu/jrc/en/potencia/jrc-idees,, +District heating missing countries,district_heat_share.csv,unknown,https://www.euroheat.org/knowledge-hub/country-profiles,, diff --git a/doc/configtables/load.csv b/doc/configtables/load.csv index 66f3b994..6e98f881 100644 --- a/doc/configtables/load.csv +++ b/doc/configtables/load.csv @@ -1,6 +1,5 @@ ,Unit,Values,Description -url,--,string,"Link to open power system data time series data." -power_statistics,bool,"{true, false}",Whether to load the electricity consumption data of the ENTSOE power statistics (only for files from 2019 and before) or from the ENTSOE transparency data (only has load data from 2015 onwards). +power_statistics,bool,"{true, false}",Whether to load the electricity consumption data of the ENTSOE power statistics (only for files from 2019 and before) or from the ENTSOE transparency data (only has load data from 2015 onwards). interpolate_limit,hours,integer,"Maximum gap size (consecutive nans) which interpolated linearly." time_shift_for_large_gaps,string,string,"Periods which are used for copying time-slices in order to fill large gaps of nans. Have to be valid ``pandas`` period strings." manual_adjustments,bool,"{true, false}","Whether to adjust the load data manually according to the function in :func:`manual_adjustment`." diff --git a/doc/configtables/offwind-ac.csv b/doc/configtables/offwind-ac.csv index e5bbc847..6b756799 100644 --- a/doc/configtables/offwind-ac.csv +++ b/doc/configtables/offwind-ac.csv @@ -4,10 +4,13 @@ resource,,, -- method,--,"Must be 'wind'","A superordinate technology type." -- turbine,--,"One of turbine types included in `atlite `_","Specifies the turbine type and its characteristic power curve." capacity_per_sqkm,:math:`MW/km^2`,float,"Allowable density of wind turbine placement." +correction_factor,--,float,"Correction factor for capacity factor time series." +excluder_resolution,m,float,"Resolution on which to perform geographical elibility analysis." corine,--,"Any *realistic* subset of the `CORINE Land Cover code list `_","Specifies areas according to CORINE Land Cover codes which are generally eligible for AC-connected offshore wind turbine placement." natura,bool,"{true, false}","Switch to exclude `Natura 2000 `_ natural protection areas. Area is excluded if ``true``." +ship_threshold,--,float,"Ship density threshold from which areas are excluded." max_depth,m,float,"Maximum sea water depth at which wind turbines can be build. Maritime areas with deeper waters are excluded in the process of calculating the AC-connected offshore wind potential." min_shore_distance,m,float,"Minimum distance to the shore below which wind turbines cannot be build. Such areas close to the shore are excluded in the process of calculating the AC-connected offshore wind potential." +max_shore_distance,m,float,"Maximum distance to the shore above which wind turbines cannot be build. Such areas close to the shore are excluded in the process of calculating the AC-connected offshore wind potential." potential,--,"One of {'simple', 'conservative'}","Method to compute the maximal installable potential for a node; confer :ref:`renewableprofiles`" clip_p_max_pu,p.u.,float,"To avoid too small values in the renewables` per-unit availability time series values below this threshold are set to zero." -keep_all_available_areas,bool,"{'true', 'false'}","Use all availabe weather cells for renewable profile and potential generation. The default ignores weather cells where only less than 1 MW can be installed." diff --git a/doc/configtables/offwind-dc.csv b/doc/configtables/offwind-dc.csv index 06b82ba0..1f72228a 100644 --- a/doc/configtables/offwind-dc.csv +++ b/doc/configtables/offwind-dc.csv @@ -4,10 +4,13 @@ resource,,, -- method,--,"Must be 'wind'","A superordinate technology type." -- turbine,--,"One of turbine types included in `atlite `__","Specifies the turbine type and its characteristic power curve." capacity_per_sqkm,:math:`MW/km^2`,float,"Allowable density of wind turbine placement." +correction_factor,--,float,"Correction factor for capacity factor time series." +excluder_resolution,m,float,"Resolution on which to perform geographical elibility analysis." corine,--,"Any *realistic* subset of the `CORINE Land Cover code list `_","Specifies areas according to CORINE Land Cover codes which are generally eligible for AC-connected offshore wind turbine placement." natura,bool,"{true, false}","Switch to exclude `Natura 2000 `_ natural protection areas. Area is excluded if ``true``." +ship_threshold,--,float,"Ship density threshold from which areas are excluded." max_depth,m,float,"Maximum sea water depth at which wind turbines can be build. Maritime areas with deeper waters are excluded in the process of calculating the AC-connected offshore wind potential." -min_shore_distance,m,float,"Minimum distance to the shore below which wind turbines cannot be build. Such areas close to the shore are excluded in the process of calculating the AC-connected offshore wind potential." +min_shore_distance,m,float,"Minimum distance to the shore below which wind turbines cannot be build." +max_shore_distance,m,float,"Maximum distance to the shore above which wind turbines cannot be build." potential,--,"One of {'simple', 'conservative'}","Method to compute the maximal installable potential for a node; confer :ref:`renewableprofiles`" clip_p_max_pu,p.u.,float,"To avoid too small values in the renewables` per-unit availability time series values below this threshold are set to zero." -keep_all_available_areas,bool,"{'true', 'false'}","Use all availabe weather cells for renewable profile and potential generation. The default ignores weather cells where only less than 1 MW can be installed." diff --git a/doc/configtables/onwind.csv b/doc/configtables/onwind.csv index 31884183..ba9482e5 100644 --- a/doc/configtables/onwind.csv +++ b/doc/configtables/onwind.csv @@ -11,4 +11,5 @@ corine,,, natura,bool,"{true, false}","Switch to exclude `Natura 2000 `_ natural protection areas. Area is excluded if ``true``." potential,--,"One of {'simple', 'conservative'}","Method to compute the maximal installable potential for a node; confer :ref:`renewableprofiles`" clip_p_max_pu,p.u.,float,"To avoid too small values in the renewables` per-unit availability time series values below this threshold are set to zero." -keep_all_available_areas,bool,"{'true', 'false'}","Use all availabe weather cells for renewable profile and potential generation. The default ignores weather cells where only less than 1 MW can be installed." +correction_factor,--,float,"Correction factor for capacity factor time series." +excluder_resolution,m,float,"Resolution on which to perform geographical elibility analysis." diff --git a/doc/configtables/opts.csv b/doc/configtables/opts.csv index 918d0d17..b468be6e 100644 --- a/doc/configtables/opts.csv +++ b/doc/configtables/opts.csv @@ -8,4 +8,5 @@ Trigger, Description, Definition, Status ``ATK``, "Require each node to be autarkic. Example: ``ATK`` removes all lines and links. ``ATKc`` removes all cross-border lines and links.", ``prepare_network``, In active use ``BAU``, Add a per-``carrier`` minimal overall capacity; i.e. at least ``40GW`` of ``OCGT`` in Europe; configured in ``electricity: BAU_mincapacities``, ``solve_network``: `add_opts_constraints() `__, Untested ``SAFE``, Add a capacity reserve margin of a certain fraction above the peak demand to which renewable generators and storage do *not* contribute. Ignores network., ``solve_network`` `add_opts_constraints() `__, Untested -``carrier+{c|p}factor``, "Alter the capital cost (``c``) or installable potential (``p``) of a carrier by a factor. Example: ``solar+c0.5`` reduces the capital cost of solar to 50\% of original values.", ``prepare_network``, In active use +``carrier+{c|p|m}factor``,"Alter the capital cost (``c``), installable potential (``p``) or marginal costs (``m``) of a carrier by a factor. Example: ``solar+c0.5`` reduces the capital cost of solar to 50\% of original values.", ``prepare_network``, In active use +``CH4L``,"Add an overall absolute gas limit. If configured in ``electricity: gaslimit`` it is given in MWh thermal, if a float is appended, the overall gaslimit is assumed to be given in TWh thermal (e.g. ``CH4L200`` limits gas dispatch to 200 TWh termal)", ``prepare_network``: ``add_gaslimit()``, In active use diff --git a/doc/configtables/plotting.csv b/doc/configtables/plotting.csv index f5910e16..bea345ca 100644 --- a/doc/configtables/plotting.csv +++ b/doc/configtables/plotting.csv @@ -1,10 +1,6 @@ ,Unit,Values,Description map,,, --- figsize,--,"[width, height]; e.g. [7,7]","Figure size in inches." -- boundaries,°,"[x1,x2,y1,y2]","Boundaries of the map plots in degrees latitude (y) and longitude (x)" --- p_nom,,, --- -- bus_size_factor,--,float,"Factor by which values determining bus sizes are scaled to fit well in the plot." --- -- linewidth_factor,--,float,"Factor by which values determining bus sizes are scaled to fit well in the plot." costs_max,bn Euro,float,"Upper y-axis limit in cost bar plots." costs_threshold,bn Euro,float,"Threshold below which technologies will not be shown in cost bar plots." energy_max,TWh,float,"Upper y-axis limit in energy bar plots." diff --git a/doc/configtables/run.csv b/doc/configtables/run.csv new file mode 100644 index 00000000..90cf65ad --- /dev/null +++ b/doc/configtables/run.csv @@ -0,0 +1,5 @@ +,Unit,Values,Description +name,--,"any string","Specify a name for your run. Results will be stored under this name." +disable_progrssbar,bool,"{true, false}","Switch to select whether progressbar should be disabled." +shared_resources,bool,"{true, false}","Switch to select whether resources should be shared across runs." +shared_cutouts,bool,"{true, false}","Switch to select whether cutouts should be shared across runs." diff --git a/doc/configtables/scenario.csv b/doc/configtables/scenario.csv index a82462e4..d456be80 100644 --- a/doc/configtables/scenario.csv +++ b/doc/configtables/scenario.csv @@ -3,3 +3,5 @@ simpl,--,cf. :ref:`simpl`,"List of ``{simpl}`` wildcards to run." clusters,--,cf. :ref:`clusters`,"List of ``{clusters}`` wildcards to run." ll,--,cf. :ref:`ll`,"List of ``{ll}`` wildcards to run." opts,--,cf. :ref:`opts`,"List of ``{opts}`` wildcards to run." +sector_opts,--,cf. :ref:`sector_opts`,"List of ``{sector_opts}`` wildcards to run." +planning_horizons,--,cf. :ref:`planning_horizons`,"List of ``{planning_horizon}`` wildcards to run." diff --git a/doc/configtables/sector-opts.csv b/doc/configtables/sector-opts.csv new file mode 100644 index 00000000..5a6b6852 --- /dev/null +++ b/doc/configtables/sector-opts.csv @@ -0,0 +1,11 @@ +Trigger, Description, Definition, Status +``nH``, i.e. ``2H``-``6H``, Resample the time-resolution by averaging over every ``n`` snapshots, ``prepare_network``: `average_every_nhours() `_ and its `caller `__), In active use +``Co2L``, Add an overall absolute carbon-dioxide emissions limit configured in ``electricity: co2limit``. If a float is appended an overall emission limit relative to the emission level given in ``electricity: co2base`` is added (e.g. ``Co2L0.05`` limits emissisions to 5% of what is given in ``electricity: co2base``), ``prepare_network``: `add_co2limit() `_ and its `caller `__, In active use +``carrier+{c|p|m}factor``,"Alter the capital cost (``c``), installable potential (``p``) or marginal costs (``m``) of a carrier by a factor. Example: ``solar+c0.5`` reduces the capital cost of solar to 50\% of original values.", ``prepare_network``, In active use +``T``,Add land transport sector,,In active use +``H``,Add heating sector,,In active use +``B``,Add biomass,,In active use +``I``,Add industry sector,,In active use +``A``,Add agriculture sector,,In active use +``dist``+``n``,Add distribution grid with investment costs of ``n`` times costs in ``data/costs_{cost_year}.csv``,,In active use +``seq``+``n``,Sets the CO2 sequestration potential to ``n`` Mt CO2 per year,,In active use diff --git a/doc/configtables/snapshots.csv b/doc/configtables/snapshots.csv index 4d917f4d..d60c78dc 100644 --- a/doc/configtables/snapshots.csv +++ b/doc/configtables/snapshots.csv @@ -1,4 +1,4 @@ ,Unit,Values,Description start,--,"str or datetime-like; e.g. YYYY-MM-DD","Left bound of date range" end,--,"str or datetime-like; e.g. YYYY-MM-DD","Right bound of date range" -closed,--,"One of {None, ‘left’, ‘right’}","Make the time interval closed to the ``left``, ``right``, or both sides ``None``." +inclusive,--,"One of {'neither', 'both', ‘left’, ‘right’}","Make the time interval closed to the ``left``, ``right``, or both sides ``both`` or neither side ``None``." diff --git a/doc/configtables/solar.csv b/doc/configtables/solar.csv index 7be39c04..803445d5 100644 --- a/doc/configtables/solar.csv +++ b/doc/configtables/solar.csv @@ -12,4 +12,4 @@ corine,--,"Any subset of the `CORINE Land Cover code list `_ natural protection areas. Area is excluded if ``true``." potential,--,"One of {'simple', 'conservative'}","Method to compute the maximal installable potential for a node; confer :ref:`renewableprofiles`" clip_p_max_pu,p.u.,float,"To avoid too small values in the renewables` per-unit availability time series values below this threshold are set to zero." -keep_all_available_areas,bool,"{'true', 'false'}","Use all availabe weather cells for renewable profile and potential generation. The default ignores weather cells where only less than 1 MW can be installed." +excluder_resolution,m,float,"Resolution on which to perform geographical elibility analysis." diff --git a/doc/configtables/solving-options.csv b/doc/configtables/solving-options.csv deleted file mode 100644 index f77eec24..00000000 --- a/doc/configtables/solving-options.csv +++ /dev/null @@ -1,10 +0,0 @@ -,Unit,Values,Description -formulation,--,"Any of {'angles', 'kirchhoff', 'cycles', 'ptdf'}","Specifies which variant of linearized power flow formulations to use in the optimisation problem. Recommended is 'kirchhoff'. Explained in `this article `_." -load_shedding,bool,"{'true','false'}","Add generators with a prohibitively high marginal cost to simulate load shedding and avoid problem infeasibilities." -noisy_costs,bool,"{'true','false'}","Add random noise to marginal cost of generators by :math:`\mathcal{U}(0.009,0,011)` and capital cost of lines and links by :math:`\mathcal{U}(0.09,0,11)`." -min_iterations,--,int,"Minimum number of solving iterations in between which resistance and reactence (``x/r``) are updated for branches according to ``s_nom_opt`` of the previous run." -max_iterations,--,int,"Maximum number of solving iterations in between which resistance and reactence (``x/r``) are updated for branches according to ``s_nom_opt`` of the previous run." -nhours,--,int,"Specifies the :math:`n` first snapshots to take into account. Must be less than the total number of snapshots. Rather recommended only for debugging." -clip_p_max_pu,p.u.,float,"To avoid too small values in the renewables` per-unit availability time series values below this threshold are set to zero." -skip_iterations,bool,"{'true','false'}","Skip iterating, do not update impedances of branches." -track_iterations,bool,"{'true','false'}","Flag whether to store the intermediate branch capacities and objective function values are recorded for each iteration in ``network.lines['s_nom_opt_X']`` (where ``X`` labels the iteration)" diff --git a/doc/configtables/solving-solver.csv b/doc/configtables/solving-solver.csv deleted file mode 100644 index e9146dfc..00000000 --- a/doc/configtables/solving-solver.csv +++ /dev/null @@ -1,3 +0,0 @@ -,Unit,Values,Description -name,--,"One of {'gurobi', 'cplex', 'cbc', 'glpk', 'ipopt'}; potentially more possible","Solver to use for optimisation problems in the workflow; e.g. clustering and linear optimal power flow." -opts,--,"Parameter list for `Gurobi `_ and `CPLEX `_","Solver specific parameter settings." diff --git a/doc/configtables/solving.csv b/doc/configtables/solving.csv new file mode 100644 index 00000000..c252ff32 --- /dev/null +++ b/doc/configtables/solving.csv @@ -0,0 +1,17 @@ +,Unit,Values,Description +options,,, +-- load_shedding,bool/float,"{'true','false', float}","Add generators with very high marginal cost to simulate load shedding and avoid problem infeasibilities. If load shedding is a float, it denotes the marginal cost in EUR/kWh." +-- transmission_losses,int,"[0-9]","Add piecewise linear approximation of transmission losses based on n tangents. Defaults to 0, which means losses are ignored." +-- noisy_costs,bool,"{'true','false'}","Add random noise to marginal cost of generators by :math:`\mathcal{U}(0.009,0,011)` and capital cost of lines and links by :math:`\mathcal{U}(0.09,0,11)`." +-- min_iterations,--,int,"Minimum number of solving iterations in between which resistance and reactence (``x/r``) are updated for branches according to ``s_nom_opt`` of the previous run." +-- max_iterations,--,int,"Maximum number of solving iterations in between which resistance and reactence (``x/r``) are updated for branches according to ``s_nom_opt`` of the previous run." +-- nhours,--,int,"Specifies the :math:`n` first snapshots to take into account. Must be less than the total number of snapshots. Rather recommended only for debugging." +-- clip_p_max_pu,p.u.,float,"To avoid too small values in the renewables` per-unit availability time series values below this threshold are set to zero." +-- skip_iterations,bool,"{'true','false'}","Skip iterating, do not update impedances of branches. Defaults to true." +-- track_iterations,bool,"{'true','false'}","Flag whether to store the intermediate branch capacities and objective function values are recorded for each iteration in ``network.lines['s_nom_opt_X']`` (where ``X`` labels the iteration)" +-- seed,--,int,"Random seed for increased deterministic behaviour." +solver,,, +-- name,--,"One of {'gurobi', 'cplex', 'cbc', 'glpk', 'ipopt'}; potentially more possible","Solver to use for optimisation problems in the workflow; e.g. clustering and linear optimal power flow." +-- options,--,"Key listed under ``solver_options``.","Link to specific parameter settings." +solver_options,,"dict","Dictionaries with solver-specific parameter settings." +mem,MB,"int","Estimated maximum memory requirement for solving networks." diff --git a/doc/configtables/toplevel.csv b/doc/configtables/toplevel.csv index b7f39d05..8a4b443c 100644 --- a/doc/configtables/toplevel.csv +++ b/doc/configtables/toplevel.csv @@ -1,17 +1,10 @@ ,Unit,Values,Description -version,--,0.x.x,"Version of PyPSA-Eur" +version,--,0.x.x,"Version of PyPSA-Eur. Descriptive only." tutorial,bool,"{true, false}","Switch to retrieve the tutorial data set instead of the full data set." logging,,, -- level,--,"Any of {'INFO', 'WARNING', 'ERROR'}","Restrict console outputs to all infos, warning or errors only" -- format,--,"","Custom format for log messages. See `LogRecord `_ attributes." -summary_dir,--,"e.g. 'results'","Directory into which results are written." +foresight,string,"{overnight, myopic, perfect}","Defaults to overnight scenarios." countries,--,"Subset of {'AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK'}","European countries defined by their `Two-letter country codes (ISO 3166-1) `_ which should be included in the energy system model." focus_weights,--,"Keys should be two-digit country codes (e.g. DE) and values should range between 0 and 1","Ratio of total clusters for particular countries. the remaining weight is distributed according to mean load. An example: ``focus_weights: 'DE': 0.6 'FR': 0.2``." -enable,,, --- prepare_links_p_nom,bool,"{true, false}","Switch to retrieve current HVDC projects from `Wikipedia `_" --- retrieve_databundle,bool,"{true, false}","Switch to retrieve databundle from zenodo via the rule :mod:`retrieve_databundle` or whether to keep a custom databundle located in the corresponding folder." --- build_cutout,bool,"{true, false}","Switch to enable the building of cutouts via the rule :mod:`build_cutout`." --- retrieve_cutout,bool,"{true, false}","Switch to enable the retrieval of cutouts from zenodo with :mod:`retrieve_cutout`." --- build_natura_raster,bool,"{true, false}","Switch to enable the creation of the raster ``natura.tiff`` via the rule :mod:`build_natura_raster`." --- retrieve_natura_raster,bool,"{true, false}","Switch to enable the retrieval of ``natura.tiff`` from zenodo with :mod:`retrieve_natura_raster`." --- custom_busmap,bool,"{true, false}","Switch to enable the use of custom busmaps in rule :mod:`cluster_network`. If activated the rule looks for provided busmaps at ``data/custom_busmap_elec_s{simpl}_{clusters}.csv`` which should have the same format as ``resources/busmap_elec_s{simpl}_{clusters}.csv``, i.e. the index should contain the buses of ``networks/elec_s{simpl}.nc``." +co2_budget,--,"Dictionary with planning horizons as keys.","CO2 budget as a fraction of 1990 emissions. Overwritten if ``CO2Lx`` or ``cb`` are set in ``{sector_opts}`` wildcard" diff --git a/doc/configuration.rst b/doc/configuration.rst index a448f817..ee61c018 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 @@ -9,16 +9,16 @@ Configuration ########################################## -PyPSA-Eur has several configuration options which are documented in this section and are collected in a ``config.yaml`` file located in the root directory. Users should copy the provided default configuration (``config.default.yaml``) and amend their own modifications and assumptions in the user-specific configuration file (``config.yaml``); confer installation instructions at :ref:`defaultconfig`. +PyPSA-Eur has several configuration options which are documented in this section and are collected in a ``config/config.yaml`` file located in the root directory. Users should copy the provided default configuration (``config/config.default.yaml``) and amend their own modifications and assumptions in the user-specific configuration file (``config/config.yaml``); confer installation instructions at :ref:`defaultconfig`. .. _toplevel_cf: Top-level configuration ======================= -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml - :lines: 5-12,20,31-38 + :lines: 5-11,18-19,62,80-90 .. csv-table:: @@ -28,28 +28,55 @@ Top-level configuration .. _scenario: -``scenario`` -============ +``run`` +======= It is common conduct to analyse energy system optimisation models for **multiple scenarios** for a variety of reasons, e.g. assessing their sensitivity towards changing the temporal and/or geographical resolution or investigating how investment changes as more ambitious greenhouse-gas emission reduction targets are applied. +The ``run`` section is used for running and storing scenarios with different configurations which are not covered by :ref:`wildcards`. It determines the path at which resources, networks and results are stored. Therefore the user can run different configurations within the same directory. If a run with a non-empty name should use cutouts shared across runs, set ``shared_cutouts`` to `true`. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: run: + :end-before: foresight: + +.. csv-table:: + :header-rows: 1 + :widths: 25,7,22,30 + :file: configtables/run.csv + +``scenario`` +============ + The ``scenario`` section is an extraordinary section of the config file that is strongly connected to the :ref:`wildcards` and is designed to facilitate running multiple scenarios through a single command .. code:: bash - snakemake -j 1 solve_all_networks + # for electricity-only studies + snakemake -call solve_elec_networks -For each wildcard, a **list of values** is provided. The rule ``solve_all_networks`` will trigger the rules for creating ``results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc`` for **all combinations** of the provided wildcard values as defined by Python's `itertools.product(...) `_ function that snakemake's `expand(...) function `_ uses. + # for sector-coupling studies + snakemake -call solve_sector_networks + +For each wildcard, a **list of values** is provided. The rule +``solve_all_elec_networks`` will trigger the rules for creating +``results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc`` for **all +combinations** of the provided wildcard values as defined by Python's +`itertools.product(...) +`_ function +that snakemake's `expand(...) function +`_ +uses. An exemplary dependency graph (starting from the simplification rules) then looks like this: .. image:: img/scenarios.png -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: scenario: :end-before: countries: @@ -66,7 +93,7 @@ An exemplary dependency graph (starting from the simplification rules) then look Specifies the temporal range to build an energy system model for as arguments to `pandas.date_range `_ -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: snapshots: :end-before: enable: @@ -76,12 +103,29 @@ Specifies the temporal range to build an energy system model for as arguments to :widths: 25,7,22,30 :file: configtables/snapshots.csv +.. _enable_cf: + +``enable`` +========== + +Switches for some rules and optional features. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: enable: + :end-before: co2_budget: + +.. csv-table:: + :header-rows: 1 + :widths: 25,7,22,30 + :file: configtables/enable.csv + .. _electricity_cf: ``electricity`` =============== -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: electricity: :end-before: atlite: @@ -91,9 +135,6 @@ Specifies the temporal range to build an energy system model for as arguments to :widths: 25,7,22,30 :file: configtables/electricity.csv -.. warning:: - Carriers in ``conventional_carriers`` must not also be in ``extendable_carriers``. - .. _atlite_cf: ``atlite`` @@ -101,7 +142,7 @@ Specifies the temporal range to build an energy system model for as arguments to Define and specify the ``atlite.Cutout`` used for calculating renewable potentials and time-series. All options except for ``features`` are directly used as `cutout parameters `_. -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: atlite: :end-before: renewable: @@ -119,7 +160,7 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``onwind`` ---------- -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: renewable: :end-before: offwind-ac: @@ -132,7 +173,7 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``offwind-ac`` -------------- -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: offwind-ac: :end-before: offwind-dc: @@ -145,7 +186,7 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``offwind-dc`` --------------- -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: offwind-dc: :end-before: solar: @@ -158,7 +199,7 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``solar`` --------------- -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: solar: :end-before: hydro: @@ -171,10 +212,10 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``hydro`` --------------- -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: hydro: - :end-before: lines: + :end-before: conventional: .. csv-table:: :header-rows: 1 @@ -183,10 +224,30 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia .. _lines_cf: +``conventional`` +================ + +Define additional generator attribute for conventional carrier types. If a +scalar value is given it is applied to all generators. However if a string +starting with "data/" is given, the value is interpreted as a path to a csv file +with country specific values. Then, the values are read in and applied to all +generators of the given carrier in the given country. Note that the value(s) +overwrite the existing values. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: conventional: + :end-before: lines: + +.. csv-table:: + :header-rows: 1 + :widths: 25,7,22,30 + :file: configtables/conventional.csv + ``lines`` ============= -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: lines: :end-before: links: @@ -201,7 +262,7 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``links`` ============= -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: links: :end-before: transformers: @@ -216,7 +277,7 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``transformers`` ================ -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: transformers: :end-before: load: @@ -231,10 +292,10 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``load`` ============= -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml - :start-at: load: - :end-before: costs: + :start-after: type: + :end-at: scaling_factor: .. csv-table:: :header-rows: 1 @@ -246,57 +307,159 @@ Define and specify the ``atlite.Cutout`` used for calculating renewable potentia ``costs`` ============= -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml - :start-after: scaling_factor: - :end-before: solving: + :start-at: costs: + :end-before: clustering: .. csv-table:: :header-rows: 1 :widths: 25,7,22,30 :file: configtables/costs.csv + +.. _clustering_cf: + +``clustering`` +============== + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: clustering: + :end-before: solving: + +.. csv-table:: + :header-rows: 1 + :widths: 25,7,22,30 + :file: configtables/clustering.csv + + +.. _energy_cf: + +``energy`` +======================= + .. note:: - To change cost assumptions in more detail (i.e. other than ``marginal_cost`` and ``capital_cost``), consider modifying cost assumptions directly in ``data/costs.csv`` as this is not yet supported through the config file. - You can also build multiple different cost databases. Make a renamed copy of ``data/costs.csv`` (e.g. ``data/costs-optimistic.csv``) and set the variable ``COSTS=data/costs-optimistic.csv`` in the ``Snakefile``. + Only used for sector-coupling studies. + +.. warning:: + More comprehensive documentation for this segment will be released soon. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: energy: + :end-before: biomass: + + +.. _biomass_cf: + +``biomass`` +======================= + +.. note:: + Only used for sector-coupling studies. + +.. warning:: + More comprehensive documentation for this segment will be released soon. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: biomass: + :end-before: solar_thermal: + +.. _solar_thermal_cf: + +``solar_thermal`` +======================= + +.. note:: + Only used for sector-coupling studies. + +.. warning:: + More comprehensive documentation for this segment will be released soon. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: solar_thermal: + :end-before: existing_capacities: + +.. _existing_capacities_cf: + +``existing_capacities`` +======================= + +.. note:: + Only used for sector-coupling studies. + +.. warning:: + More comprehensive documentation for this segment will be released soon. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: existing_capacities: + :end-before: sector: + +.. _sector_cf: + +``sector`` +======================= + +.. note:: + Only used for sector-coupling studies. + +.. warning:: + More comprehensive documentation for this segment will be released soon. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: sector: + :end-before: industry: + +.. _industry_cf: + +``industry`` +======================= + +.. note:: + Only used for sector-coupling studies. + +.. warning:: + More comprehensive documentation for this segment will be released soon. + +.. literalinclude:: ../config/config.default.yaml + :language: yaml + :start-at: industry: + :end-before: costs: .. _solving_cf: ``solving`` ============= -``options`` ------------ - -.. literalinclude:: ../config.default.yaml +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: solving: - :end-before: solver: - -.. csv-table:: - :header-rows: 1 - :widths: 25,7,22,30 - :file: configtables/solving-options.csv - -``solver`` ----------- - -.. literalinclude:: ../config.default.yaml - :language: yaml - :start-at: solver: :end-before: plotting: .. csv-table:: :header-rows: 1 :widths: 25,7,22,30 - :file: configtables/solving-solver.csv + :file: configtables/solving.csv + +.. csv-table:: + :header-rows: 1 + :widths: 25,7,22,30 + :file: configtables/solving.csv .. _plotting_cf: ``plotting`` ============= -.. literalinclude:: ../config.default.yaml +.. warning:: + More comprehensive documentation for this segment will be released soon. + +.. literalinclude:: ../config/config.default.yaml :language: yaml :start-at: plotting: diff --git a/doc/contributing.rst b/doc/contributing.rst index d57f1212..30de4f7e 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 @@ -7,20 +7,31 @@ Contributing ####################### -We happily welcome anyone interested in contributing to this project, -be it with new ideas, suggestions, by filing bug reports or contributing code -to our `GitHub repository `_. +We welcome anyone interested in contributing to this project, be it with new +ideas, suggestions, by filing bug reports or contributing code to our `GitHub +repository `_. * If you already have some code changes, you can submit them directly as a `pull request `_. * If you are wondering where we would greatly appreciate your efforts, check out the ``help wanted`` tag in the `issues list `_ and initiate a discussion there. * If you start working on a feature in the code, let us know by opening an issue or a draft pull request. This helps all of us to keep an overview on what is being done and helps to avoid a situation where we are doing the same work twice in parallel. -* We encourage you to use the `PEP 8 coding style `_. + +For linting, formatting and checking your code contributions +against our guidelines (e.g. we use `Black `_ as code style +use `pre-commit `_: + +1. Installation ``mamba install -c conda-forge pre-commit`` or ``pip install pre-commit`` +2. Usage: + * To automatically activate ``pre-commit`` on every ``git commit``: Run ``pre-commit install`` + * To manually run it: ``pre-commit run --all`` + +.. note:: + Note that installing ``pre-commit`` locally is not strictly necessary. If you create a Pull Request the ``pre-commit CI`` will be triggered automatically and take care of the checks. For all code contributions we follow the four eyes principle (two person principle), i.e. all suggested code -including our own are reviewed by a second person before they are incoporated into our repository. +including our own are reviewed by a second person before they are incorporated into our repository. If you are unfamiliar with pull requests, the GitHub help pages have a nice `guide `_. -To ask and answer general usage questions, join the `PyPSA and PyPSA-Eur mailing list `_. +To ask and answer general usage questions, join the `PyPSA mailing list `_. diff --git a/doc/costs.rst b/doc/costs.rst index 5ced95dc..21938ced 100644 --- a/doc/costs.rst +++ b/doc/costs.rst @@ -1,16 +1,24 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 -################## -Cost Assumptions -################## +############################ +Techno-Economic Assumptions +############################ -The database of cost assumptions is stored in ``data/costs.csv``. +The database of cost assumptions is retrieved from the repository +`PyPSA/technology-data `_ and then +saved to a file ``data/costs_{year}.csv``. The ``config/config.yaml`` provides options +to choose a reference year and use a specific version of the repository. -It includes cost assumptions for all included technologies for specific -years from various sources, namely for +.. literalinclude:: ../config.default.yaml + :language: yaml + :start-at: costs: + :end-at: version: + +The file includes cost assumptions for all included technologies for specific +years compiled from various sources, namely for - discount rate, - lifetime, @@ -21,6 +29,10 @@ years from various sources, namely for - efficiency, and - carbon-dioxide intensity. +Many values are taken from a database published by the Danish Energy Agency (`DEA +`_). + + The given overnight capital costs are annualised to net present costs with a discount rate of :math:`r` over the economic lifetime :math:`n` using the annuity factor @@ -28,26 +40,18 @@ with a discount rate of :math:`r` over the economic lifetime :math:`n` using the a = \frac{1-(1+r)^{-n}}{r}. -Based on the parameters above the ``marginal_cost`` and ``capital_cost`` of the system components are calculated. - -.. note:: - - Another great resource for cost assumptions is the `cost database from the Danish Energy Agency `_. - -Modifying Cost Assumptions -========================== - -Some cost assumptions (e.g. marginal cost and capital cost) can be directly overwritten in the ``config.yaml`` (cf. Section :ref:`costs_cf` in :ref:`config`). - -To change cost assumptions in more detail, modify cost assumptions directly in ``data/costs.csv`` as this is not yet supported through the config file. - -You can also build multiple different cost databases. Make a renamed copy of ``data/costs.csv`` (e.g. ``data/costs-optimistic.csv``) and set the variable ``COSTS=data/costs-optimistic.csv`` in the ``Snakefile``. +Based on the parameters above the ``marginal_cost`` and ``capital_cost`` of the +system components are automatically calculated. -Default Cost Assumptions -======================== +Modifying Assumptions +===================== -.. csv-table:: - :header-rows: 1 - :widths: 10,3,5,4,6,8 - :file: ../data/costs.csv +Some cost assumptions (e.g. marginal cost and capital cost) can be directly +set in the ``config/config.yaml`` (cf. Section :ref:`costs_cf` in +:ref:`config`). To change cost assumptions in more detail, make a copy of +``data/costs_{year}.csv`` and reference the new cost file in the ``Snakefile``: + +.. literalinclude:: ../Snakefile + :start-at: COSTS + :end-at: COSTS diff --git a/doc/foresight.rst b/doc/foresight.rst new file mode 100644 index 00000000..9b821060 --- /dev/null +++ b/doc/foresight.rst @@ -0,0 +1,271 @@ +.. + SPDX-FileCopyrightText: 2021-2023 The PyPSA-Eur Authors + + SPDX-License-Identifier: CC-BY-4.0 + +.. _foresight: + +##################### +Foresight Options +##################### + +.. _overnight: + +Overnight (greenfield) scenarios +================================ + +The default is to calculate a rebuilding of the energy system to meet demand, a so-called overnight or greenfield approach. + +In this case, the ``planning_horizons`` parameter specifies the reference year for exogenously given transition paths (e.g. the level of steel recycling). +It does not affect the year for cost and technology assumptions, which is set separately in the config. + +.. code:: yaml + + scenario: + planning_horizons: + - 2050 + + costs: + year: 2030 + +For running overnight scenarios, use in the ``config/config.yaml``: + +.. code:: yaml + + foresight: overnight + +.. _perfect: + +Perfect foresight scenarios +=========================== + +.. warning:: + + Perfect foresight is currently under development and not yet implemented. + +For running perfect foresight scenarios, in future versions you will be able to +set in the ``config/config.yaml``: + +.. code:: yaml + + foresight: perfect + + +.. _myopic: + +Myopic foresight scenarios +============================= + +The myopic code can be used to investigate progressive changes in a network, for +instance, those taking place throughout a transition path. The capacities +installed in a certain time step are maintained in the network until their +operational lifetime expires. + +The myopic approach was initially developed and used in the paper `Early +decarbonisation of the European Energy system pays off (2020) +`__ and later further +extended in `Speed of technological transformations required in Europe to +achieve different climate goals (2022) +`__. The current implementation +complies with the PyPSA-Eur-Sec standard working flow and is compatible with +using the higher resolution electricity transmission model `PyPSA-Eur +`__ rather than a one-node-per-country +model. + +The current code applies the myopic approach to generators, storage technologies +and links in the power sector. It furthermore applies it to the space and water +heating sector (e.g., the share of district heating and reduced space heat +demand), industry processes (e.g., steel, direct reduced iron, and aluminum +production via primary route), the share of fuel cell and battery electric +vehicles in land transport, and the hydrogen share in shipping (see +:doc:`supply_demand` for further information). + +The following subjects within the land transport and biomass currently do not +evolve with the myopic approach: + +- The percentage of electric vehicles that allow demand-side management and + vehicle-to-grid services. + +- The annual biomass potential (default year and scenario for which potential is + taken is 2030, defined `here + `_) + + +Configuration +-------------- + +For running myopic foresight transition scenarios, set in ``config/config.yaml``: + +.. code:: yaml + + foresight: myopic + +The following options included in the ``config/config.yaml`` file are relevant for the +myopic code. + +The ``{planning_horizons}`` wildcard indicates the year in which the network is +optimized. For a myopic optimization, this is equivalent to the investment year. +To set the investment years which are sequentially simulated for the myopic +investment planning, select for example: + +.. literalinclude:: ../test/config.myopic.yaml + :language: yaml + :start-at: planning_horizons: + :end-before: countries: + + +**existing capacities** + +Grouping years indicates the bins limits for grouping the existing capacities of +different technologies. Note that separate bins are defined for the power and +heating plants due to different data sources. + +``grouping_years_power: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2020, +2025, 2030]`` + +``grouping_years_heat: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2019]`` + + + + + +**threshold capacity** + +If for a technology, node, and grouping bin, the capacity is lower than +threshold_capacity, it is ignored. + +``threshold_capacity: 10`` + + + + +**conventional carriers** + +Conventional carriers indicate carriers used in the existing conventional +technologies. + + conventional_carriers: + + \- lignite + + \- coal + + \- oil + + \- uranium + + + + +Options +-------------- + +The total carbon budget for the entire transition path can be indicated in the +`sector_opts +`_ +in ``config/config.yaml``. The carbon budget can be split among the +``planning_horizons`` following an exponential or beta decay. E.g. ``'cb40ex0'`` +splits a carbon budget equal to 40 Gt :math:`_{CO_2}` following an exponential +decay whose initial linear growth rate r is zero. They can also follow some +user-specified path, if defined `here +`_. +The paper `Speed of technological transformations required in Europe to achieve +different climate goals (2022) `__ +defines CO_2 budgets corresponding to global temperature increases (1.5C – 2C) +as response to the emissions. Here, global carbon budgets are converted to +European budgets assuming equal-per capita distribution which translates into a +6.43% share for Europe. The carbon budgets are in this paper distributed +throughout the transition paths assuming an exponential decay. Emissions e(t) in +every year t are limited by + +.. math:: + e(t) = e_0 (1+ (r+m)t) e^{-mt} + +where r is the initial linear growth rate, which here is assumed to be r=0, and +the decay parameter m is determined by imposing the integral of the path to be +equal to the budget for Europe. Following this approach, the CO_2 budget is +defined. Following the same approach as in this paper, add the following to the +``scenario.sector_opts`` E.g. ``-cb25.7ex0`` (1.5C increase) Or ``cb73.9ex0`` +(2C increase). See details in Supplemental Note S1 `Speed of technological +transformations required in Europe to achieve different climate goals (2022) +`__. + + +General myopic code structure +--------------------------------- + +The myopic code solves the network for the time steps included in +``planning_horizons`` in a recursive loop, so that: + +1. The existing capacities (those installed before the base year are added as + fixed capacities with p_nom=value, p_nom_extendable=False). E.g. for + baseyear=2020, capacities installed before 2020 are added. In addition, the + network comprises additional generator, storage, and link capacities with + p_nom_extendable=True. The non-solved network is saved in + ``results/run_name/networks/prenetworks-brownfield``. +The base year is the first element in ``planning_horizons``. Step 1 is +implemented with the rule add_baseyear for the base year and with the rule +add_brownfield for the remaining planning_horizons. + +2. The 2020 network is optimized. The solved network is saved in + ``results/run_name/networks/postnetworks`` + +3. For the next planning horizon, e.g. 2030, the capacities from a previous time + step are added if they are still in operation (i.e., if they fulfil planning + horizon <= commissioned year + lifetime). In addition, the network comprises + additional generator, storage, and link capacities with + p_nom_extendable=True. The non-solved network is saved in + ``results/run_name/networks/prenetworks-brownfield``. + +Steps 2 and 3 are solved recursively for all the planning_horizons included in +``config/config.yaml``. + +Rule overview +-------------- + +- rule add_existing baseyear + + The rule add_existing_baseyear loads the network in + ‘results/run_name/networks/prenetworks’ and performs the following operations: + + 1. Add the conventional, wind and solar power generators that were installed + before the base year. + + 2. Add the heating capacities that were installed before the base year. + + The existing conventional generators are retrieved from the `powerplants.csv + file + `__ + generated by pypsa-eur which, in turn, is based on the `powerplantmatching + `__ database. + + Existing wind and solar capacities are retrieved from `IRENA annual statistics + `__ and distributed among the + nodes in a country proportional to capacity factor. (This will be updated to + include capacity distributions closer to reality.) + + Existing heating capacities are retrieved from the report `Mapping and + analyses of the current and future (2020 - 2030) heating/cooling fuel + deployment (fossil/renewables) + `__. + + The heating capacities are assumed to have a lifetime indicated by the + parameter lifetime in the configuration file, e.g 25 years. They are assumed + to be decommissioned linearly starting on the base year, e.g., from 2020 to + 2045. + + Then, the resulting network is saved in + ``results/run_name/networks/prenetworks-brownfield``. + +- rule add_brownfield + + The rule add_brownfield loads the network in + ``results/run_name/networks/prenetworks`` and performs the following + operation: + + 1. Read the capacities optimized in the previous time step and add them to the + network if they are still in operation (i.e., if they fulfill planning + horizon < commissioned year + lifetime) + + Then, the resulting network is saved in + ``results/run_name/networks/prenetworks_brownfield``. diff --git a/doc/img/elec.png b/doc/img/elec.png index 52d4f772cb18125026abb3a2268d0720fd52e43c..2f688671933b908635bb4b6db6a47a452766715f 100644 GIT binary patch literal 1779165 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

(N~ab6OqIBO0`F_OG?^ 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�V zd6W`tp&G@OURJL#?=2@Y7Ls4!zVsClQKPVdT1X-m4am7DqhW=peiOyC4lPAinF(0{ zU7CkN9urn-HdF^2+_e+6Xh$S{&_g;CQBA@`B-pKPce~NEJ&V1w3x_}!=RTLV_f%yrmvpE-U?-^nq?G#A`drusB<0{Iom=w<~mNzEJmHPwVcUZWAo-> zelB#A(?%>7v>=uS-I2mSEtkAg-+sfBvdyx~0b%7slv~)0&K}x!<{rnZ*7#EvO6G#^ zS^XYThKog^(iC09rXV8yZ?yB^{Z|+QJ{WqSkCJJrzFsFWN76z!qi!4Ex@}l-y>r8B z+Hr#xLIV82oH%gX3J`=aNR1#u)%VgUFGVjX5U`vIk{Ro~|<>;oUgLM!^6b)Vx> zDp_Ou6#~$Hg8q&KBX&V7EH8FfI_Tu}ao+HhAz;R*GB)<+{pj@J)z9M1koGKW#g^mk zp8l?@XFs)E`#9bkM3pzZ20$&VE2E^dJ%ZKkT5`1u*s+GbYdnvhui2E8?@XlVN5}7T zJNUL$8FJXJ9d%*G9BA>XegA0L$9Z?Uvm#jO^8WJ-JS8?Av~ipF_J1_wSitllT5

MxV*x}xI8vh@` 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�na5>H(uU|pC#a=8?=?RdQ_ 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

7C$IbS> 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

II1L)e3mMNhp-=Bb~ zut8PpIsL?%DEi%zSl02qyzRqa+C13}1yT5vfk9q|^FzlK*e2fX`{H9wZnN%3EOD*o zU5cKzySJR4XD?4asA5ckY>+4XW(+ZIH}BYx7+ag0o3p{Bb~|Iqg2|qg`zvs7a&{ge zz91a_nies?@3HFr0-wVSA0~i?1yup<2r-zl_Y96EDeazmaP4kN%)?hSm8HY7aR9mS zbmt38AE=i#NIF9sd@HA(K{W8jwYYjOH3uRBxwVH@>H1smbt_nVE_Pk$CVyYL#p1 zrEZ_?$v4Yt?5~P}oV!rwq`>h#Q36)PFCS{MO}aKLE=8uLRe5jxc?~B@J(EZIaD;L{bd*O?Fl_5qrb_*7juv!+bxnbC8fm_ zmi95~c1)|6SzbtiL&>=3sQ6oH=ZHZ) z@6Shc*Uq-w97`xZwSlQOY->wqFbv{R=fbCPf7%PX{k4B+qFX1;XC1k6AN0gtsV{GT zJR2N)dby)rZ7}|BNchGqw2&M*)%Ca$_VEDZ`&+OH01z$jwOa7gEoG zQIcVLafxu^{@NL>K_J$4I%&P$U8p}HFmL~V2FhTm>;Iup{yDdFkQ+Ms6nJwRyd_#R z634WR{aL6!!^&B35~8hGV9(`aSvUiqOXcLE_?0~}Yf5ckf88ilTiAy^g#cbq*G-FC z{xH>Fet{WBolQxG#sE?CXWrHpCU(5Z$)`Qz3ch|LDsZE$s<8XQm=OUR$ouyud1FuB z|NL%#dG>qfAhKq3a=$e)ECi30oO|_w;+ZG^KeywXL)PUCLBUOnsjpr+k7sp%Y}Otw zQ!EQ!Vi!K!?CLqIj-q7VvwN^PRDC)d=ETfc;3HKb;U8dSH4u9*I5FF&et(T^$)rHA z{T}z8U(;@$m(^XnCR$Qz{w7c#hk>D`!j|?r!Ag}sP6RPC_&p_Pw2Hw;8<_! zotE!x1#cox`38@N_)8vlvEW1N^ewn5T^$h}FOJ_!5%X5}?wJ2ltfI|=#pQ^_ z@(RQiAuUysas0jsj_)bx%VKX%p&G=fztBKJ8f}J4GLfen$&NNth*qo1+NI0aHaBk1 zhYd2(LPB7tz~^&fn#`Bq0cF|-4>zZn=cb@M59qKqVJpgMFWGDEht!cLOmWQn<0U%u z7f3NLJ9D61MMV`PL6H0=VuPy_X}v#@ULmoeUQ79+@9qkXpxya&T;?hW9iihoV&%3! zrb&{qC2i?2B;&4|T%XypiR1t1J4K)~F%iK+0BP6Uvlz4Sa{DgFaf*@ph-572`RRn( z?4pwq*ktORdCBLeev4YqEfm4}FGZ0>#qyp3M>|d?ZL*_Y_UpsZF2X}_-xnO5_fNZ& z%SoIcVmVG_GT`}Thv$@QqPvKIYA=U#Ij{k@X6LHbbT20I*X%c`%=Bmg%?~U#YFsS4 z@|_>mKeS+5E7aT$mP{$VNOaR;dDOD&caS1J<$B;D{w`8j`Sq(?l@Vq_%Ri5RPc?(+ zWIbz_ReDcuc82}*MUPKLwqr2I3-`Z=bC{ABq&XV^Bf6f!)qC-;H7=bm$v#lmVTj{} ztOhN55-M({Uf6|muq*xfBUU^!I6d&nKQ}jOUe;vsnYTG_i`LcDlz3>V?6|dt+_Smf z&<8hwDJ$vJDiJ;y+g^AJ&9{o8p%I%H1vbS2;}Lm$a0D%QPk_6vjjpcf@4^#Tet#y% zg6N2*_d9X==$vdnM*On!XrgtA0kHS_Avj(@j(^U&alF}q%wZ4amPh7z!X$fcz($gnh~ zQsC2=l;vc$*_2H8d~z;p+ApeJ#QtA;1@>8-)hFRt*x5Pok8h3syh-Pd8+u4*614wT zF%dG@PhC$Q>7gN2Hx;)x zjdyI8Y$UP|KRE5Xt%t%fe^UR&!OIapcz3VxY&K zQj%9$2cdi>OeGuf4GaHwc_+IAm31^E3*H^#pQf2V$dOxISD!rtNVXsR3;zLr@UEfM zcK#215~i)Je zRT0CBIZ5`@92$PD2NDi$Re531t#rcKQvg%|HS99qdRFiM+Z5QoqKjR=fj+=Za05PUw`MSdT(2i`%<^XFUNq_XV8!S z4cz2r|E!d>b!_a90hQ^lv3*4@M<>c?4kprJQf&5c1gp=KS(!}K)EF0zP)U(r_Tn$4 zZ5Y|26 zXB}}*b#(ZUQ^So&K)s2pKlXz7H^^mnn*Qc-u1O(J7EbFHt*xvvB%9&(`unIqP``2<=~9Lku`(J*=FzupTK0yOrl~q~W$U-5R`@~J%NlEzN_U7J zy?5ap_k+oA1dn=SZ0xFP(ZcrMK^$^O?dX~tGdZ^qk9}Dh$1?|T9@q7}=SxTNin&CU zm)5<+`NDMFdQG9R^h^a0kM$n__#Kz|-mi$7EfS26H2?U40E@8)k(@j#C8{0mPnREH zZLqLt-I?_Cz|7|;R1Zlp%u)Dh;rz9=fD}0?D%wqm74y(=ORUSz zwoT7Mm{20MF#5Gp#-M$32Imca!vlZR?^^91m>J-39Z*xFt5l<}R-^1v%2hG#;!hsl z`0nY>f6ohTPx{7$F!2|0@@&g5cWW>xtb1`-04*$`8a>nFOM<@R)E@;rn(b&DKh3ya zXc!7IbBg+XGy|!?SI05_8V3HF8|(8a+eX#e-0YC?Y-9D^bsTh#&ivi_|sQPQUqr z71Gj5m5$C0xb`%r+dY5y&gz3s@|C+w%&fkM2-4i;HFCM~op0{^U)*or0A#a$G|^iH z;(YQ84ghiD$fZDN1PId8yGN%754Wn&FY%{0k52jo<%hKTl5oLP(c4@?RSoI#$tHne zf}HF4LlvqX6*Z~<&_31FSOKMwgQ~!L_BcV=bYlH5vhc)2e8%<%8`#I81Fz{!nLd~| zVQACDb&@$!|1Ismw?*F)<*R)VqY)2~^;AV)LB| zN6SG~D(GZzFGq1+?Q8#v;m|kTuLK#Sytrz|ar&eHYS=LxJ+6@ZV`ni}iTskAZXz24 zA}XxMbUok=e>-0E860Z*AgVRN{Aj;=#cXl*yLQ;%(B_0g$1HmY?)b^=j(pSgjphXl zo6YsUeriJ6@D4S#o3j;sdkTiUf47Kq^CxLdZlw#ol4k7phwmz@-J}^htLtr{84-ml zxG|ADB&8CE;~eppAF^upDLvSqdIB#r%oofT*P!SapBY(+u2At2Q z^XqkY{oPvcMwOO6sCrDpEL~c<>^{DzES{B!-@-@iN9(&|Mo#`AH<%%{gqb+;H_QWL zxNe2gDY;WXAuCA&F0EPA*cXl&;2NwcP}Y>wewH{6T6S>?#`aJzFX8Ntqw}?opoLjQ z?8<3fk(^w zQ%V#<(&lV~LWR0j(qE1)U75-(y46_3V6(!O21}m6SG+wcufm zjI8Oq5S5Z|M>t=;p^oqh6vy?T5g9Ev;TT$5)7k5s-R^bePybLt7f{8QkCtA&KG518 z9z3RDmLkmlD?swr(r@7X#hK9lY_Q1cJjF|vjhKPGBX@)rPq-uKmqfV!em94$xFP40 zR&h-@lX6v&x81DeI8=HsRi5PA=*Ut-}MxU8kM zt6O>G#-oTUm59tnnP+*AE2GB1TU0C>E(^|-4tjb?k&n!=OB?!NHIL>fEpl1y@D+A#ZNk|=F!5&m+pn$j z@qK}zZ1p;YKYzMbo6J!y7|{X~A3S=Tl5c-b_)g(;j^|1269Zk>#$HMya#I=|0)nFD z@j~yB>CF1+J>aWGhY~yNMFXC`x=3YOP5Um}b)juPGVDil)9m4S_GOerku|ZSK0iJefTS|h4ha@Ob1#zjX z6Ve}YYir|x-8)o&F#Z%oQwITl$K`Tg+?na~A;3~$At0(CIRpCLHl8l{;VhwD@Ar?F zuzrdEPT70NZvvFl|MfWghx3nLp5VXEV>#@M(Euta|0~>H^%|pULb}O%^4r=QYO<=$ z?2eU2BhhzIJ=OPmsyq^9^J4Jk3qbMTJR_~C!1s9}$g48AGpSOyLcs^b_Nt62A!WcJ$HO3D{TT%k56+ah#Lhmn&4;^3&h4gDO ziQfT&hYq`^fG;S?FsS@{O~Bfqe`$iC{jRA;HgqrlyKPcX<|u!+yhKJXrL6_|lo?>Z z)#e+Y*;5DJwF&o8#+A1GHAbv@E)|d7{{D2a2~ss#)bQOv<&Swyqj{`a>ET=R^~qs- zJ{H{<*)PQK%4&)PQJObz=yP~jZ>B=7c=lnb%8wjLnJaL_2Vegv{S=d%Y ze_=8xti;()U1c-0w6?v9kYBs2yr=(DwmH0nbY|<%Vy$qURgiuhGS+A@(!;y`re@_4 zvtzEY0!c_XbHJi^yZ&djWY-PRU#I82OZ|V;Y5fog6{$E!hWhN1M8jwvszOzwD|Vmn zwI=fm1jj+_Xe2c>*8Xu`a^23-J`E5Sdg&D8EG;ae4H_RHBz-kVOr>( zXli1#<53PRK>7kQJ76SQwtUvyg&M!i?ca^n3PF&Q>V3u^TL0-l=}it z_;X9Xe=2NPIj>G9R~ll%c+r_HFS3!FQu`=6HtMGiHfl%TMMW~*O6cHRE0ml@+DcH0Pe}UX@_iPY)tT@n+J|5!^9R2cwk8D7X zssV^vSnc2M-@h$pQ1YcQQ<)JxJ93SJm-p-*xmwd-&dnW`l;w?YWlb1#9-lI?@blY| z4g`w?O$|i#^q@cg&A|Z`b@q5-A9@Qcdb&(1<%W_bZ$*`qdEN35CdcAHD&PDfF@|)l zZHkF4=5vv2ZqpPew2kb$NY$yWkg!4s3FKCp;Dj|Fz}LSL zL%5@+QH;bO!-qd%eyAGq)%NID7XC5>a0n2<`uoS>;lH=cu~~GmIPHhW6VDxBje#d0 z`S$IzB4&RUin+{Yqk}>|Q%eFV0G7S)?jm>PEXPZE%I!Qj8vN%=96 z*#Hs!_QYZ?D@3ZtB7p`DCsI*e#H9W_3bTVxK?E)t)H^+=_ha+OX@v}+VJ#_WdQ2G zG%k)LUXWE6sTDhGrTURJVyaHJ4|EvzQzuw~k7uwFLl8^aiKp!*tfoc?=>E5`3_h^( zl!F2Q^aL#zdJvU?lFLN`3UOUpN!4j7Kn(l;{fJ|Y`1!!e52vgMdvK#|4<&U1W-NTz zpc4;wc0aVTytSvTNfNFz_wnxZt{X4otS%ezYm@B)vUV@+ARAYj#^YMRBC7?lN_~n; ze$1H!@BQn$z6qL*sip=CH4f}^7P+PjG0c~KAu8awwSVQTtBLbMD#CWDV1?=DDk)^p ztnBedH~!=UMH@X@{TZR9#wYo>cS&hy=9{#76N2>gkvg<*-fTXbnB<6?=E2lx?(3J_ znPf>~z`7llC*PC&(=dYp(SG*a(%L^BQ5!8=p6o$_A@*oU!|kzloMZAF_;S=vezoz;Ym#*43V zE(CqY6cujVBZhl=Bmi*1?eXBW3o@B>50{z~;z5b>`Z_+aIRMoMkP>4=^!oPe?O!;7 z00Sk!0M5GtO&T5;v(5 z6)>(;Pks9-m%TP~_kp0ia91${{PoVZf;8TmN&Wd`Ro(06t4M}HH>*LDoaQp2+_FoJ zMyQxGlHPkfFbABwpn1A)U?A9q?=x5)JEEz9`i1)W4S<(3KV=&FvQh_|6n|8K;CkM? zAtU9VH=ZlGb0HOQ2=&k$!s*}1pFCLKM;|;OL2oN9%JNitP$)Go2NLyDK3yI?NuBcK{DAmLD;_)Af>#ce zfL23=?>8WU)u5(sC@vnSzGc3|5|%mfiP1Us0Fvbk1kFxxC$ zYe?n-91h$AuO^IY$2mUs2mgj0Ng?qRfuHDH%&J1f;fc5v^RqKMi0!fcy97|%HgVQN zX?u@lP|ll*l@%di6qQ;a&h`0SIPue{p(Gbk9x^kUAC?jMf#ah^fLC!0G`qV14LSFM zFep1L>IfYf$ufR4j3QcZ%;jXDtl#1`)zAvdw@S|a7G%8~!I%};yb(Tz7Yn5vu zKX1tO(5Q4qC=LmM!;eiJx<|nk%V7~9+E`Xjm7^u%w9p$)W-rldO|Gh9@wlqaIGxpv z05yRO7MwF456mHkslAvH@bW2ELnq+10Oq4YWbA}4Pzn>5I#^Spm8m~|oV4)t1p?l= zz1dT}H&sno;@;;aCl&O^uUbeyxYi;4s1A~#)Ma5w1U?kS>@{#+p(BV%nH!U@qzPs; zwz@j*ZoF%DwB6ash>1=bO55nM5qBV^u0<>1aR~kVF~X)mQ_TQ)k3y)BXS2Dm9Q^5! zK?G$cBoZtIv?O_e9}Eu@zt)b-I|_-$V)Xd;h)!xcgHG_f-C+1GqNea2(5c3Q^m*U} z0>>mu?yqx~))LL;_!%wNFp%l-t$MC+WW)d@4*i*)w%P2%3@7Fm(P*|?fBWB$e+fY2 zz6p|?^_QCLfzNWoii@Hxd*6xMaKGbYhY{OapzFIClB-E3!r zmv(;t97ec*TQRg<4|cY>df8n!>z^qI?wiBCfSkH*2#1}l`HZue_6Y4;IAE~)qKT4EW3GN!x^m_0L{)UnC?wn zekn6NOwB1knnvePH7o)t+pi;ec3rAXc6V>+JGvFZAnPSo=S)Rc%r(pAMH_!_9DEHF z)=@ef8C8Ovoi)yW{ZKB_fCOhFWQ?VXec!fWyr)AMOaLJ24k1%o{Pd-I!B;mGy ze|V1quZCnhJ7$61_)%tWs&9URN{_8( zcVc#F{hOVH%}-gyJH>_h0f&ST(>o-kN4L*fBb4fORx>}C1ATRFkBv|Wb@|ZzKT3vC z_`f5U*Wygpt!1TtyOW`|0PB_05VjhWQy85n>VN8jAE zhOV7+c)*m=M8tDWBvKL#iDzb4;0xTN~UBl!jgGqKV4qex+mk@?KDLa>N7D zWM1N7C4DV4wrK1nE#hl)rPpC}{)=C!gvnLPbzS7($w;JyDWw|R1o%8W>B3S*J#9vU znYqRY`MBH(fia3Q_-5;u02#PPfZCGGQzOCYxynj6x7#fl?W!EnrqUJnTk2C6eok~U z(#n?ZIT3Sdl0ur-l}PYLRg|gWE+Px3WQvZskO&KYry5NTX7`<)&+QFo9Mj?xscl8t+nzee`1Uq*a3HHD*Ka+K1_1U7`O~)E+teTZ_PNsvn`lq`FSLPO#jTg_au5LPH%Z>kXpxr4;TFkM&Zn#j87Iu zj6gug{kEs|M`28yGW_^7{6HU}e>qf7Slzjog0f$pD}iY1jHe4)kF%JJA6*L1fYb|C z^a$Ke4<3Rq(22htOqYT!3u|g{x95odHQu^W z1A>F2_~}y@u!eMj3u+MPEl8vMZ#?6oqp?6L04_{^1abiXO%B7R`P+Y3pD}V_K+Bn6 z#L7v86UGwBxKGO(z3d2NZ9S{ZC-TF|GRfMV_1nVc`56KR)g|nC!M`U#4Fd%+LXq66 zDDrNn&-@4^JSv|7i#ju(K#Gzhwjj^WrfNPBg>MniOtjkDADZLQCHSo8ctD{S@^X2W zA|eWOaecr|`EF%oGYZAEnw*3bG!_F@_)gmGd6d_vv=k6-%qnUQ`%g?Le4{56koK&b zRWr6=X086|1=ypHlu)M<6{_qE15US^19s5%QC++|dhy_9LCWm2QhG_@y#Mz=Dbk*H zMRg*OVn^Swx~-&S0~h1Di+fP$ z5ZCP-8s#}uo-e8F>*R~!Tc`lNbTT48&7g7aTN=Gx9wCu8DQP(oMc_4;CG{0ebF#4eo@?yJ*nJdrZ z7uC!W*9Zh&1i-Fp2AM7=A*$m5s3IJ6cqaR z?_rfl&xpCKyg-AdvbMIovom)JhdBiZ9|Fc=;87M`F97_Gp1ANcwrDYtI@0U{@<0KA zCC*h|x-GH!L+Q2GE^h{VtP+S zbGD|Rz`0<_pVyF6d(*T^=Qj!j1;z4;9hanyFoh6}p4u1?EE=)N?oO&F9WO=T1$m25#z7go z_SC4FgM4lf*s{E+0;%xf8FhTjz?v9k#8zc8PQeJ0m&@N$Xm$suq%^LUa^3`dmEJG1 z*W@J|P(j#{08hvxH{B`ci@UkuLfF_|oNtj=Vec z2NfqQrql0PSXoc+AK5^j1juh(?+$4M*`ED_gD7$4yy@-&WFWyaC*RRs#*Z?HA_*4- zJh6XwsWjP3W4KxO1!LJn+c~wq`3MDDFy$`GT)OadxP=hE_`4fnZ^|BxJD$O@Ur9qf>@x=3=t3~Uj z%6nYt{A>F9Q2dV1WS(8O%Dq;L7C;=xk8b(ROk9{;P$2v_?2p@rpzHSM$S=PxT!O4L z$i6iETN(w((I7Ag{611ZuQ(WxA#c0vo`9yWk17RS3k&%WzT4ZG!WppG7_aR@?+e;~ z`&dZZ$s$%FW=?u32OHc4_=IO>8Md~}3QP2W%}FlfHIScf3Ms|%xRy@XbjTKEAs!J9i7XkQ)!z*+Z;D7+iOOjWriKldRCxcSpjrfT$M30o8 zCq=ikkao$~SFi&vjE9jtVV*GX*!uShR*&F(SlOGktPBNx z9_1gSsWcezmMid{1C<_70LUb<_<@$U0AXLG$H-xU4Omd%_NwiFWeWWJUy72neI-I- z@?2W2Mo6`_(|c*719(hN^C=jOUH_6Cb-2JNk4dP9+XMa7f@b4L-ON|b@d10<;0Y51 z6J6;f+?bDYEq;jD%AyC4w^;Db>q-iTW@tSc=rtEZ$Ft>h#O5aJM#|VQqpUzR9Stg& z*TzjUt!Eg4M9~^5hZN!N#6UKUYqc2VMTH#b<5l0>hC$zwx5v-Bm4}ej=NSZl`F8mDfIv$fU zQQ3*U-2IX?BQ{^@4g24;OY-92;0DVFCl3yjPx5`R79UHd=lW zvNvz3hlhzvB6@#XgQY!qVMkPAtqA8u6qPqyby7(pJ_`db;Jrlz^Bnf_vKp`LK4xnV zzI}wKOm|m0=&%HzJo`KqP~fPq80j2)mmGeun`0GF5K~wH5q0VKOfnTkh^CncGcmgI;jaurQY&_Pve)PRD)b~y6QBCowk!~)s!b+!1tu3Gtw zE)zc3B58PeiBg6o#KjQ-W=AaGmI#fZ$z&zuO;z6-hSoHMb`hp}+eHRPy|Hc{lV&8h z8sg?>G*LIfJRN)2^ID0oKaXlew$D&sp`l@s*UK!^Z*N}c*ZfNVQ<*&%orOgfa9D?+ z9L%cWd^8Th)E$GCm6d(?+K-kP%BY5;xtsbY7>glY1S$1g*T%*+dz!?&j3hmMWC9VT zVfXPGKAbhP%4(;1g^80DCI4THoW$IV!tFIs$I^#1Z} zoX9e}T#2hFfj&{M=i98rhif-mSe9>nO5*bC9_i=q8a>U;Uy{6cGk$RP=Z9B{k#ESpEP2@oNF2+Q6 z?RbDAqqMXXL?MF|=0KI=qf=*+2X(b3; zg|;F9=VsNu5+tkF*vWL@jT;JmfbROD$GJd#wJ0+asGjCMIVz#8piaF&``qwQ_A)1w zNHk>UGqDzCJJ#GXi7Y*FjsD-WR1_ew`o&m(FFFBo{Q!h9a=VkULTShvBG>z~i)#7y z;T;=yKeDi4H)w%-fLM{md1Tn8A=%)|JukQFf1XBhFZ#QR|Rlo>4J>dh= zCBU>|AcJ}xPPQT|>-}dDNC))+hO?j~iZn@|@ZtcWk8NIZVlHTkz{tV1Z#u4`w#;?y zsW6gg{J1&L{x^W~p#`II2;k~-AgQYpjWaR|^VUa3 zQwXg#M>jQbbzIm!u0TOQM0!z9TH^2PtsgDlyI7;A=H`tNqpiq;!!Gp8+r*>YLq>Me z_OZfl>@~H;j-1rf>1%Xq+88{%fckEk_9BDieX&>k5;pmHXCUg-P5pEC{JU~J88E15 z)Q2ZHo}f=H9NLH@<#NFtC5Wc5>S7?A_g%j7+>F8W|?S zt<++hDZ3g(+E#6_aG@D&FY4a^`zDB~Nd7$vZEnW&je~y{-NSkFiI*4lG#DOqYVTER zOG(QGF>Xw;FLQg0lh~P3hy>?IJ|j=X3GILK(OmP%{f$cbVvr>EYiYxy01_3ocmv*M zEkjpVGh_NZZRg!1=lzf?Yi=j(N_gSity8R+v#CQxhh$G3EpzY=7} zRQFl*Z_d8qJYiQq{TyG>Mjes}@zYAiWur^1RjY~q0WB8CWTT5Wi=B0gO?2CASf;af zr?~q&y3}k8g|3Z|JtDhGqkw`=x?mrza>F8(K|kq)38U&LBc`7ydCm{l>HLe_CXhR2 zNND=-Pu=^*oYrhv85va2hYTxr252W?{eo=n0?FDe!s@B1v;F<2Gpv0hs~(%ninPQ_ zd!tR6k`Xo_S(?Uu7nV+=bBRUA_;(KDv6hc-!)3bVGbZYDl!ql&Ts%U?3DUi)qmP6{ zP$qmyHo`{o{3ybJaQ92x0dp4`7D{HB9itk}=G@ve zKndG@jVH)R8;*89Z*ZHd5>m$rtT)iL>aJP~OknoAMJ7Hm_?3b|L?&GMUMQ%Q#U-km z+{@IHSazU)?ZafA^^9SLb^mlJzNVTO_hG{)v4>qSKlNAr&>nSPoquUV8c3^*TI(F? zmfIf8qD`8|aL@gzB`yvZjZ!_jug(CmI86NS47n3}*6yA6Y`4eQ>+mKn4K}k06KBgO zH^B64czv5Wk(jB$={Wg?^zim`C-xSFHInEkl2qjz4gt8rh^)Xue)W9!>Pr_6Aaduw zUhHI_(eMRi0u2pP^&G4bue|+<2S#-5?WJks{Z4z&%O$VovPSX`e5u;<_$>pWLAdh93i#Z}rs42{_6q1wtH- z3T?TZoX!ojmRpGs$7ZIPZ6viNAluRSkj!pr!XCo)CWxrLy}2tmf%`esxtt!jc;CHE zTq!3z4{-Dls3R-x5EdR9?~zy(Aae;r5?6HEEiSjZa|3ei71`8TWB0Vo7%Je9U}pFb z0gOJnK**Q@!KvJzW!}Czp5w2Tfb8MOMBy>C)@a8UT9~5+=Mq9M6QamJXU`<}Lz}&b zqMxHH>dZ!vBL`ZYSqclix>x^EZ~){Z9^<>L1|_q^x4 z<_o)ajnR@gipO42Dqv{Gxwon)C?G+2+|9r(e>WBv2rv{us4&@gE8ZKim3j^Pm5sXp zy?68c|K2{*oDnZuH1#ZIHanZWc=G)RB)EC#6_L)IhTdLa_O2WKumoG6!fi5@JgDpi z)mgn?+PL6j2kONUiaYk-w}3Sd9d*yruT6}!x7Zr%_HVVJnX$s9>=)_%ib^!v)9?2E zCuxCApZCCagqBAad*`%q+`igQJ)Ep&5$^r4Ubz4Bq0`rYF2eI2&FC z4ce-d6_w0C;CyM>sYg9rT87WrVO#9D_JI44GeY&Q_$!uD1fIi+ls*r5L{s_on>bvV zjw|l|FpJ>Lc*{c%w4pdp`MydA~{IRX#PI*UQpe%moMh@a-V!QIj}zLnss-`2POS_xA+J@t7V;7Segc zYpYUfTw1^@)mO*C=)iMGsw#){)q*R51V_QLuji{}?dfCRNptC@IV&sAJ1C%Tl$$S7 zA2qGP?8nGt6Y&R+8|__2ah`2|x{y;=`dz?IW$T`m9S3d*ifF{EfRQq4!v&rQ3E)?B z>{{zH9{a{oQ<(>!#2{E9W-qiP3d+VEpQU+vWpd4R{NN&^u`#yi z?j2(D@_W#hi_pM`jm9(psefz2rJWr}~kIu~O-OC2ecqJjvLK zmU9N5>$u9x{oWBK4*hzw5}##4AsEPe;7MAjYQ;FG9x~=2C6JwkBdRhovNP4<20_n7 z)moW2_d*A6xZBx~hK{3SmYf)wP|l_X=SoMlFq`@Oup5}e>RIA4gPF3M$#?orH9!I@ z8Di42W!HBcU%NX`ya4knZdEuup9tpn-@Bvl&k~LFlJt6}{e~G5>3aqP87seSw46!p zgWaS@3qN+UzL#Z>b~L%vR5gQ+wt_L6vklv(T6D_|XUhDBLNFh~e(^TMT4oGYiv5dh z4cUM`@KVHrnx?gB9gIi1xDm?4*i>oM8NuYQ?+f%d@k)bm63F0ck$EdwA#g%)x7-0b z;cMDV0N@$O>Bi>XdW$!63&ccF1G`nQXnTf`Qy zt;loctpDUG`UDYaB~h^ZjDGbC-n`rT&R#$sFH;hs;KevNIB|O_MH(m#B0tdKlL|6c2p0coAO zrp6TB>too}5-M4+e(;)i2>Vql43-AK6}c!F`1oeQIDtM~Y6Upx#eLogMTjL1IhXA) zc>0|`Z8lC-oH1hE9A=3Jw?tuA6A0Cjs=aqzeFaE>r%lMLCV^m7Ax;XUk0{N)+yH-7 z1$A`^4R$l-DysimS00_-`9l)Wn1g|LgT~?G@LmzX*7vaTvJKW7+ox;YuYf2GsqNx) zTx{lCHiEcIl3zsCVAcQg6J9QEp8}=WTM?)UvxM7OYxPDn6I-QIEP0YrIB0nB%OV_3 z%089}J3xhpL4jAIlbU%OmH36uZ6TTXy6iC5bHm?&Cc0sda>zoq!(o*Jt z?|Aw%`;%mDE8oeC5*RrQxw)yGR4Igr@0+GZILw$0L~IeF^VRHx2ae&QD&Vh+iyM+z zVxe8>Hr`ZBc<^l_L2yFnKJA$vY00=7bLPsHaUP--aU>h6?~0w5M)R_cbF8}v#W5nA ztP4_JegZ$jYa-t8=NGs4NR4@S>_Yxk-^TUu^w%PCfo$fGT665rP~B=vTqZ6x34 zvrD1(1RCogspHHU1jU3A3w9joHn-FDE01ZUSil3G;Ln_o47^6h|rcTo1*^4)LC5d+#P2bIa!+36OpAW3L zlBOGs9<@9zejx!j<7zSiu6)!r^BFdVD0n)R%@1}nGL;Xv(^br*Le2fv$V)@Wg4Yfd z^2Sm>t%zLjFAP(JwQZ>AjxqEUcS4xeasK}Kll$X`xd1BQC62jQE)OZzIOV$WQ} zf|qhMnE!X{_j(iN=Ma^I(Z7UJPk(`9VhAz2`_Xq2x4mNphl2cJAS>c0MYvC^B+7{g z0&3vCFm2{@;!euK$p;+=RIud#YUrr&`6)>YwJ&!_YR3-RpZ-=HDRMjW*&=!{D~aqr zq_UEk7H|+nlzvU};CnT^?A#pmt6u2)1leizxOQdqRL{f66m#FuFIAZMp-YRxxIak@ z3Mi)D2SjOu*zZ5K8k117-;(`DNH9_wXf^n1ln;g87>}{^>A$!OWdswF&$-e&FEw<> zP!w36^!+w!IzJYj%fK}juG__r_VndiyJ5D|;kqa2kanu~+dp*82DD7H$dpsan=r zBy83nVayk0QJLIN-Jjp2E{`CS{+>(jCv?u$c9pj9XzXCPFjulSL20F(GGo zh6rLI(i9TqUyYG*1Ft@O8k$NL*6kvGx9_b>n(&`io)QxT4C&^d+`R9eJUmd8mA8Up ziPRAc;E(sjZQI__EDjyIcallfyobNfTS`4BWWjiPe}4bu?|w=Dii1+R3h4AvS-i`? z9s$9zwB?&XM5vv}edOnd%QYu_1F`U}f5is}U$PhD!1NC(mkm7oZ2UFd*S9+Ge~-tP zR7h2TON8(UiD;mIT(8=i5IEbEvIMx@o$kPmRuWgL3<8MF{J&SwY|bqVEvyvV!U>O& zRic5H<+fCC+eV&R&=o7FzcedR@Kc{C8&3&2i52$aqZ7`8QeQq4)shk?XA{Y8zxB4l z#S2eC4iQTp!lU@A=X?8BI~7@#t}EIpy>8FWCU+7O9mM~oAa5QZ8cE?#9Z_K5RL<2h z{}`fRU;yK7fH9}b`d_gHHU2MV`fvj8$V;_!u82i-?eh8@pw`)KsEHjIW**Tvgcokl z5I%{Lrc2nXJz@;u?)AAnxE1ZF*EKqB?KyQ8jcu(1{E?5{ib!@gxS*+3GtJc010{M5 zfG=M`jPOgt{Ng3Jdx;(#yDQcg=L7Q!DmeP@_eHz7eb{O%Y*~#{q93hgXc0|+S6z3N zOzh3*1Ex+#d30(`no7ms$WJUmR2HN4e}v(bcoUKHOwR4Jh`?prMB(D*3pyu2B8KQsF!5?ot zGLyZA|8iV+3{-g!45`0$F_h7hUTfqZCargIi9VA>e{b5qb`7|DzYcmg z@&Cl3#{`@hK|yK8sP#h9j^O=*BAA~anDX#Qvv`9)cSt&?l-HPTQ4=vPLn1wdn0AV} zgOjJd{kEDU^PGO5(fbz~#T7w+-#MR^kgn@`iI{@2MV;^AG^ z@9t|W_5uKSYoWqutb5!vir{CJnUt?U)AFIYFJ_n}V z`&@{VLMC|o^7V;8))#=d9?1k-k;hFsQPaT`miFs;I|~boOwTN96#Bp2XLRWOLH7-r zSZga54=;aAUYnTYT5g8OcwGKO*L>ud{?3(jqk}kz(A!A zgBmh^_gF~pEHn^c2{6N&iFLZ}i82 zJ`_jewiJMe7qy@70bAl{&n{T?-rEnpDu4|JRDx)T3l~D+g47`ZWK6>ZJ~qftpH^HQ z==wccFpj>tyMtikpF(aVFCMP9mR`d*`#N9Zq#8ERWP+Q?qgy}Pa{H|rfW14|s~C#*iVW}wQY|eZ4CWaW(#O!ts*-$A^pu|XlRAzM@F%KPWXHsy++QCJu60MmQi zBmaQg|I?>WkWAjcY~i+k2XKFU++qtd1*X8s$;s6l_@7S-2~uEk2Y&-wI-U2paFVj{ zher!dZUAWJ_5K-%(&IJ8t27OnnZzOwhxM!rr<3ngYyIzB_xJZtAD%${T$hQ-C@2RaUL5DrH`G7zG)tVhw^?iR#JJjf+b1AHWe{@AqaYuCfG5^!S( zX{0SLFPC`Y%@|Sw#~Ns)A$W&wBq0cDqf~{ja0I=M3(Lw7jTbH+aybL6tY{(B14t0H z2>%#}#m`Ou=T`gzZ{5~~9>m$C+6fsABHvIhbDrWc(aD1JtBAAaI+-(%fGZVl4 zC^%ic1)>JC2I^hSGe#Q_kmg9U3xSIGsaLVj=^&e=&HC}dwgYq9;7H=2qD|dHBrgHq zxHYWwYJKG#rturKp+U~{ ziataxaZD}|GxC!m?p~q2V$rWHiL*OvdxxGp2P?4{Ir&7i3PBA#NYE@yRjz6IE?yFU&dR7X8K7bYix9>ht5Ag`jb4S|h72y3AL$_=P=V3Cec zF!l!ojMxcKfa?};iCe7HSPD4xfSKZR`hC^%UT%>gqgp6+{9M$5<_-dVE8k|4n}GlM z+E_u_4?Qa!94Y2ba?u<>iTC$>Y% z#ht;{&;(#(`?&9GS~VOja7%`NH`&v`LnHXu2!Hc@)JX;fqF|3!8#2qyx9g)%S{bvN zSYfO+$yp@kU=7FT*ictf{e`=?_tm9}+-iT9NK*it;Jf_N>;4CHmgwllr_;^_!Esh$ z_fkm`o_ z*s`R^6P>>b40nK8KKH{08>sc@5L{(jrQOy3)PEF;hho&65n0ga04bxb>9{6j>$t?C z67YGR&1R};PXIessUJgD_3FfrB9qwx57#bB9y6v*3sfl&Pl5Xf2R{2{CAW_kBf72b z44^OvQab+B^nL1|TwpOBoyix^>NrB6yW-?WfR? z<%Cnm6<(<7*%lE*2SNSsa&X{j@!Cl+$Hr)>BZI5~8KnU|B{R0^Z>MSyj`Ui# z$HDEzWSKSfUS*8(1G&ON9Te{HSMPY?W? zYCwwL%s8ltbB>7KzD#`U$(+pA8MAmibmfditAf%13*D80^7+%hGy)k|SWT}O(jjG_ z_)UwzM)(lO;!@QaTLB0xv7`0sP{6}?AEC?WSW7j3!W|mk3AU4VHNWuUqT1vA3LncE z*1(6YRA9RyU1&|d0lV2U&=HxEiqEc6LU=2%BsQo2a1CWLZv9@!LN4{HX4yzJQJ9=^ zR36KyGY3vplriHq)GAy?T!SEC8ZSkIBJYpv)3JD}N>*Fb<`p)sYcMPU^}b%ahcqU%7*>V6>k1 z(*?Fg4>u?44eap=C(+o9hiz`7i1NtD2j4)EoKO7rw-(1G}}g$DKF=Op|!r96hJ4SjMiF1bd7a z4$L!$17StBH>Cs$Zfr#|2V;kfP;~fZ?jP~9;8hIy>nXFy3-gP8{xu|_!$jOt*TVDT z#-|un_C$>9zTCkrGl-oiN2FuW&V7NsIEFeGH|7HX-z3DU*(;`zm3QdI z!QWUFX4)@e{x6=e?tbCTcnO;LD<~-OSC~*a%p0e-v&PzezcPuX*!hO%nMY&A+cwmD z`ntz_(daD{SQ`~A7nj%UCNB98RlR}S>y%8!dCZ@+t=nc=Y+#Z1{+f@g+5xEO+74meaoDFXvy z&lW`W_XCYioir>gu~1JBvXR7}3z{Xjdi&vb3g30l_)$cXoVe)_i~IxVSf%+tNi7o> z7k4vXNHpi|iS4adWxK;c$VJq!K3p#%H1z6<+2ChpNwMk&X9Xm17OaDyG{eKq$%oU` zE}^p??B*p$uvB~lVtD{C31*qEfCg!0WwqP%*W&k@vl=~OwyW8e%PHRs^5 zHvyUycApX~jTY)7L>-rvLMIT#K;-lZo7VZ@PrQ1+0^NVEWKGv6adK41B)zI@q8MrK z4)pX}9IkA$bA$!Wj6?`VKZua%MOwi?E6ik?UwCU<-{NB|u-ik}4 zb-9TA<iNO7Xid?1K#bvRqAegLVR_r6_=ph`gu!MHyrT*e3NeJvfsUNC&B7OP~< z+boc;e$*n{Rv{Zk%T9v;ph^NP`|-!0uX3{ZvpY zgDGibryKYBaM`LJa@a^WCw$@rSb0zcOqsIhE&!^`!I|dFC!wP2;LyHbUNQSKz%NYl z2ZZVLzmp?~0T6dV@@_fkB>-}I0MaBRB3)EeL_)eq7%RhLKl=;#!NXKa%pp1ZH1<%4 z#hfqAcJ-zFZTXN#;Sfc6RnFRz1Dn+@mu2?U{E_4tC#Lho{gZt~`FgP1$kC~8^Ma0- z!`U4$$=+`Ipk_k>=&>swaB$o)q;R>pU5;eQ&iZ=sBcL_b%<4zaOt=yPE{2kxo=z}|j-uX` zU~$?L(34`gV+Po>LGPs|!GwHV@#aw0GxZlrbal0EtS zbvuFOeYPufm<^+`{)2fx0EVHAET5*nzbnTw0?iaTP`86?c6b;J>?E>OhSQgXs2K{B zByyglcBac=yL&mUf}Ybywz>JX_}z6cLw>TuTji!Z7kjnl6s8HXDQDq`$-iH&!;;T_ z7*8L&c{wjx=lDDxVM#F{>0Vtu7PUYXOsb1fw6;gm|3M(2iBf;_2Es6ul>9>|(7r-i z^G}ed{OqsV@_5Kkk=TxYd~ycvMS&)ri2H6EK^`(NUV6~b{4u=>1X`uBmZr0#=MG}K zudBfi*yxUs5!Hmeu9Y-5$_ghH?+WSzo{Y0(%+AHD+sTiyDB%Sa|JeeS1&f1r75l}1)Y>%E-L2E$IS z^2UZ^4B+eDY$>-mqs?dG&`oNnWqgbY*~J}QcrC#zpTw?68k3MJm6d3yfr5mjY7f;l z@y~0Dr|*NMDH=8lq(D$xTgK7RF?Hd}+cI6h`wNpeWQhX?6^>hSC93}1v6zCt4OvH8 z${?Px&qb5^@zwIW<46N14J%^K#*&s6=FzwvSDNKF?HYV}969+Jv#-MH2V)9YZAq{O zYIz%=#(Q)DR!&uR!vnjZUd9k)$8hHC{oU4Ks5r;Rqh zuNB!^E{ev<`8CbMzmFje+(hzUPnpIZ$gI;*YtPvJ$ag|L{Td$h02Y-^P~WvW)A`H| zQI{Yr^v`%K0!R0O)?iQ5*w`2fTGx>OEJOlG-B`Y~dcT}o?#JH&CoZeMpng8OV#C7T z;o#ty-S|jC=cwtb7wYgjQOHV04M`7YFPq*WX2jO0X0EQ_8&0m(%Xj#ij#@k4`9tQA z*NKTOfxDw0>20rU8IL@v#aAIBx{DQUoRJ%`!! z$E3wq!vQOAs3)q>eIwgzDp&m9%j)ZDQXxKPqll$M4{j&^b|c68P3&yG7k}U0Ug;zU z#c%j5S}sI}U_y}+Oq~iC{>bh;nIZFuBeX?5%;bXv&Xg9}NTZ^r&Xw164fx1ouInHa zO2kZgJ)*hYeS|91XJ*!GjA8!#2`=?BklT!__50z0OfaHbznej@#89)mmRq_heSdIc zI=TCns}sc#Azwv{901*UK*(lC=I*%|5`lsI10C_(Kpa-w#E6$|D+>{bIiC>Nlm1$) zLzW(ZZGymJXKlR-QKXCm?`SZbkAJR5GvyaoJb;;isz(i+eGq@(%hOGSloXf``pJSa zA#o>nr$=x$bK1|o1q2I3G0=!~2cR~uAY~&w`m0+dm{c+l%8lnj4bR#r(4#;N$TJ3( zPD5j(E7)I$@54ddD|5{*<`Dv*T;vzX3zdw%2Yl@iWJzSxf)MT3Jc?NI z%_-=K2gV~4Fg#Lwx~`ytToI6gAHlTs0cc|OAPoh6TpTz9-04?v+y(Gqf{7fPgTcrt zc&Tw;XF1pm1}v(+x>%o!?Xyuy^iMDfATP2Gj$Y*05pcFJu(6fs)cn~g0-y-@FoJR* zeLMn>WIo^@V{U;>dN-&RCBsT@S#kuiwlV~ljQ{7Xq7cbpOR{S%EQCR5uQHkqBEV-O z?(gXmV3s%ET`D01TY6g1g$#1R+SLYs=Ns%GgB%f${VM1zrK6*ZcmtZ*O}e11hSINs zGzg}w@E3IV!>?bwc;EnDfHswBJ@%}=YapKz*pZfO1Y7;YPMq(2Ts&ZREUG`a9yk4o zx(R7K$i2TQ`ezGz(lJjybu3*3yk-ReAy9vi#Krq=aZxF1O2Omp_hL+#I&*V|$T&K% zREgr}uN3l(shTmw_jmz2B$^@nV%laAm`u}YV$ori3Z0AfPxvzJTFWBVDbCA2a(Kv7 ziYcoo0teQK33A^AQ#bkD)C}NfeQ$GONFTZM0V}mp-K`ZjA4I@b|IQkH~)bU*1(nD=wwSN=QKQ9#u#ke9PI3wx%hXE1h zU8!&a!kvxGz`g;WaA13%|2mc;6jQV%n!>;2yxNNe`%6WI^{^#UESnZs*bWSSJU6W7{PcaODHD-__kCQWNW|rGG~plRP8P7~2y(JwMVP&f4Gb2G zAR{~B5y{aUCQNu?@p_`AEiu}wm}hl_L-Jk=z)ztPY&6$ng@S^G_1B`WLk~O2v27Hb zzu$LqkUqP6yGzw%Gi`$j6TFEc%<9A~0bgeDu^={J?rEQAxQtDb?7BF+Mk}s>1MQu* zta_44!Y&!v2=Fdc;U;G$#z*uf#=4uyzc0%jd?$EWhg~o&3kp=M6p2|RbpFd5%kGG4djIsEyHM}E z)HTVIJM$xc?HS_cW`x*6OLMKDl=>zJBXWWS@1pyJGKdqqF8l0cc?O75%YGpS=UWPR zc6i+$MyPNe9{8cM$3DElC+Y{VFFyZU3?PIMAe{>)4MoLD6K#>^FBa8>Rf2XwPfX#tV$z^w7RYU-WmxS-Y~0-3nS3rGU@-wA&)_hlVPTeb;bRFT z%i$+vZ;j)ed7+(B+8nO(1-c!Vrj>>YTAXUuz}HE+TK9!#l%QHrzz9-HTA^@f^T$hz zliluUBD&k#sv>LE?B)b%nZ#>^Mf3{vmPX*6u9i{~@nWhKG@_e$CtElCFY-sg<*;z) z#KYqRru5b2tYaHG-vo5mDZZjga#4g}>zN^siCD?j$iWn-toxaMN9HeLjQ{sPk!MLB1MPvMnWoT>Of@~wyN`4FMj<_Shi{t?_1iMkb`hh z^l@;A?1b{bA{2_Z95pU9gKuX(V#wPKl)vv*LxhlaFvxed_d4P+(3oGG(MN>v4V%e>kEs40mFe&!oh=h}OTxJ?_8(r$s`9-_ zsfG_?$-j~Yzh`X*B_$qB{RdZ+@{|x*yQ)&gv_pCH>8sF6deH7gjEqx3f$+akSJ&)1N zYlT216K!nx2djU(8W;qEW-w<|vg-~G(l){$wT*+ZIC)3uy2a9!y<8X4xrIdic%%@y z7^1PbI|f%LHAw-xkJ@}QRU(%Dyk9=?y_RNA{??$6=QML&NaNoKro%^%EzA^yj>MYn zxYe~MDsR^Xo^%6NNB#P6)f>mPJ0qGxfzJZ=Y+|`2DqiI8lgRuu_^5e~0kbv2exQf< zls0TLFYh{H8V`oizESO?v$q~$l#KZ$3+zn`HB#CYWz}(_d7=eZqQ$@d9UbdBzo;o- zj$U<2so6cy1$dn9>WVHym!1bLHzK_B0RrnIFyE-fp!4_8j7{gWRl z0QV7)ndGrrbH6KqVijcl>9vxI5o*MM@1$AOc@x&7@X~tW<&6KpL_IqmLO>RWfgeF_ zH`<_?8*dR4C|Xq)qd2ay9f{sh)AgU^fzR0)3NaVGyHGeh+XjoCg|rojBs%7#oVh@a zNlL`)T&Ol+&yT7X5pv8_4L=qafWgTZI*N{m^@UmFV zDDfX-bGc=I7*}BKX4&NHoaD)|^Z#L=`?HPmRRyjMS6Upwk9-{mM}%k2r6~Gw9?Qr6 zDtacLUnH8VK%%(zO$ilR#c=4mYpjEbRdhSG_CD!&VbXVL6yXy)=3dIE=JjFZBba^YXl9AwljBxD2tOswUuLNi;z=hGnql;%#q zzse;8`bUCZnQAjCQX;(GXz5zhVqB`hx0`5N{VrPmIxcD6u^G$-N{PsfF`;D~m#{hL zsUvan6%;lhcn@?Oq;ZkD`>z#Tc8E~9=f2E7GP|A^xZA=`OG5g30Q9KkxbK#L5*J9z_ZpeUK(HD0B`maTO%J% zG%h_$(zr(6F>8FWOR9X|*76EjqLNiYRPygOt+nL^`VQrl6e|sa*B#nEG$*}Yq7E^x|0S`a|d~y zo9otB6km89p$FwmFuujd3waDMWF}^j)CEi@UrdB#5)VI|D^?TmFz@1%N31L%P`OP$_d%sj*)C~=FhO}UJEqF0)x$6okjOY>_=!==;HJqf>J36XW zwQYZD2P*5L#YJo#jc@HGDOfcj+zBxGIU5k$ffA)hwodArpV@+au^U+(U@_d{ZSmxr z0(7#2`VX9xtKYONcHdsEm0v;|JM zXPr~;`Q^VJS(g;qN`Sk5mz(tAF1U^))@b3a2GcuM`6+r&9rUa^e z1cQ_Zh9oS9!#o!xFCucciTx|p^%&B91G4#a?W$Gaw&V%^ge&kjz!&{qsQ-X&{u&M% z650oo(94ZobxUz50pr(Nuses;%50??LxV!MZO4ZS@B_zlf1EAFfBQBkjxsd>PTwo(fP)jI0bNM)SQe+1$s*dCQ>iE)=Bw)qC=p^DJdgo4g{Oov%YO<+ql(ximx8 zXV7TW{?^Uv&%vK1*MQx_h;LJ>CN{m~%ggl<=r<=jna@uxu0RK{vdBen9^$VE3WDqJ zb-6$nJuPwBAjtmui^NWwgYrV3xLQxCoYUKVo(pet^Ry(HDXKXdH7W9yo2&cJ zbU|0OGG1Fm0wKH+VvGx3U$K3!eo!Vz6Sq8GGRMrXUJ!T(GFEA`KHb|jYTfRiM3w%s zjy1RP6!03!kgrrf!WS;XiFSnbJ33R~5WGmAji2e6EnGrTW;QeLwNxU*iICCk%{p=FfGgI+`cYA(gC3lu(eZ*)-&65H8tDmG=fp%bs3 zQ%HuucY5LQXgyXJ26Y|QfuMcXe1O|G=N1lhU#e9*ka}Zx_B{C9QVGbu! z0!JMIx;jOmsb)|VjpnNuqtBGg@#ivgHT%k!*<^j@!Z2rTh@zEh==p|s$sN1Iz@Pml z;1p^C?n8pMM)3F)5 zY>fMUoRjPTuGqjuaxM@gqG! zZ>5$)hUwJSLNn5WplkcQ=nkpJ@IX8PM^g~>kN2#RdKY*vI|U>A%kvKVgQ>GLJ_?MF z9g{~{Ys$!=`6gxl9wPqpf=59SJo)ipbj>ql=*#$q%o|g9arkI@4K5N`?W%uXZ0AMx zD4zW;1RZP2qnFai)eHm`-VR-FZ@f>sL9@9Ft8U5no6mWFwXw`?=iCq(y<=f{w`0iePQL)0sY|T_i!xLv zWcu@c1^p+kSKuY*pUn=uj=rHNyo<8?hqV>gWc){3=G zFBM-AfxZJykrqoO*?0%?5r;VmPbHKKcvPgjhj04ECoi2>yvPE@(#I%%k)n^o3~P1{eJgxtOp&3FkaxUNVth zso4D4;F;~P&`o0CUeXP=GK^yK-qJBr?Q!oe}l7J2T;@rny_F3tV# zTymmiV~YbF^NA1z^ZwrVhaQWLp$BfzLk62L+^_4!#_%j^WN#W&)apQ-3{E)>u0))L zyHYoC41%{NuZ+RSGyy`3Yrj9)g9_v4r-zsAhigAfK$``U07x>wS zY!t?WEdQ1~q_U!uj@;TPQ{Xzkj?E?gV!!KODE~o;fZ#9wf+BsjymW;c`N0TZnFrjh z%LkGO#mdr&MXuTXG}8JcHgwdYUx%CT&8bk)j7N1V)JAzZ5(3A@P@+C>EJD4OV<%8^ zXFp$;g62{HmsSO&5&OB{ocfLAuK?`q%{BeB(MlMxN201VHNvX4v+_N=HkXWsZJdRn zBKcJoiJ*1$a!(a!jfJyBM#f)#cqZLUp6Zw0f2JcpHgXm-DH|HKpuH8?K zbWv0rofZ2u^?S708?-z^FR57Qo+9Vpm(6QTxbrpku29W0I>$XC)6YX|4k9DHik#Zx z&wWhc|q=)B@dH79rK{0RhoJ-R#Fr6xBY@i@tpE1 zNq;VBbQgEWF8X^4oW<{>S!yyH#gr@!@_e-VLr$#dwd#lmoFdAef|w!6aLG_j8d369 zRuZ<1Egl}kE^WF~CFm~ukmWRNjgM*zVR^jufgH*N>DZ{~U<`IeXZ~jEj4o$9g z|B*ZKiB6dg=vAF^0~2!Y1)f8ve<=~b=n2zbOlzHX}JxJZjeP7xb=qocnT zWDQ~zgi>qR+P@NYzGS!2saPoJ5jGg%_cQnJI@Q6!W+*Bs@PXg}|3(a_H(*1wTmp!~ zTUkOEDRk=E!jRH*I2d{8SiEFLxG>Lr{P_V+0u+=t9Dr(Uk8||t9fkF^Z;O$7=sSA2 z7$v2X?vH<-j#99!6Y}{gNg@^TnP!Uy_-smCQB7VW6gH6uW zqUY1lkxl5rpjNOu`n4BRXzf8KzvK^|hw)K}_RK8ESQg3L`n&kJpX93$u_U2HcuS0; z;T884d~A9}%N)xQJ3dZEn&^g@7{}o}d>!E~_ei16<08b=WVC3?pf5nG9}3l>*_gW9 zxB3;Vaf+3vUZBHJ+qwu+pGoTN!en)FrPd!_iitVRh6 zy+APm#1MLb?dad2U}TI28SfmxPmU6OTti>p794O0(}nX9lt@q9a}R=qs#*27m2wE@BFW9X=P;Hp6_-zfe;5!AtJzjupe}6 zDJwex9x#;k-;(>kfG6{!Bd?ut;5Sb2nM(E*mbT*bdU@m|%W^|QuQVL=pptpp1b>3K z^yD~e83m5?$ys}XsQh1kB$$LOob?>df|e3ZTVDNlui-fWucz7S*7>r0lyU^zVoUz+ zZ7$0v3UsjQExm;`5mQncb*-X`YMa+_kfMAlHj-ZJi~HJPG!R!F^`<$OXpZ68Rj|z} z=%`^)Yi{YxPGb`mi_viTQ9M*Y=|G79H*f6p3eXxafNb|Xp$fTcGyegsfeM{>c1;(H zDJ=dO8G~R}i|~&)cwmxV{T~l+vh1Czg3td>xwkJzkEHnt<>iboFQF1Y*d-yYS)Jra zCcwt?%;g18dZ(&!v9Z0g>+37Hwhif%lbQ+&3a^YacP!q50!h}LCND3?m8KtFCq^$X zV`F2&3dRIvWN~^`*T|D#sWnkXu7D$b|4D9T88?wudEebgvn?3HcG#_}{Pp}(Z6=*Q z8ihpQhkpDbh?m|1X_A4F@m%%63*`qAHtjzr)%O^z)<>Zg^3M`-8Q46&lhMmcpX{_LKAet?Cv;Bduy$UI#hb58&LRrtt{W zY*qX=L(+lBddOmb{W&j_6kS<`SH^?O(+Oode4{7K`TVH*5XuHlGoU=GdS)X!kf0&Y zZE#^ZX=#78u0B6R^+xlZ!P<6dOH^%{0^y+*O07<`B102JcQT+L`(X} zHu{|Qt*Il3WMkL!Gl^M={Dgy6Zdl`<&XL)M(?2l}9#&PaO|zSaKy%hHzjLTJ)vUPN z*^i6l5FNs9N&N2DfTAd8;_E9AM9dxC`S{3*O6y%@V)iG1!Nzv|Z!D3I?S_mBs7I^- z6)>5H_U??hFG3qA%PUQBy%A`&RWiNblPIk9!;l9;Yx3yzC37MXu&&_HW~MY8YfaqR z=CsvSqQ~S^?1>32KifqgK2%^>aPVW)u~tPk_^BQFpxylO6U*D4$`X8%C_Ipj+5PVS zVTYYZqIc*+$;Gqk)+A3$nbY-cuNq;Imt)Sur?tA_eM zFEpNkh_dGUs-LZh&`q%bF{@}l!z(WGOwk5Aji#Lf&Djk1;hu0bhNyf^G zPXa;qqHoR>0$j>o~w(v$)f4ZaENYWv~QPG>LoL}Wj+YT$m7s8S14`gXH@yhOcw zRY(xqb8y9+&KpM*bQ_FXO}i;4%)V@p?{2hg$Gk!Lj*`_48z7oRo*r%>A67FRE!;sp zje}VhPfd1AO^agnx9OCTihHskCGzIY8$&(Qrj>rL zo8#WfAt{HNu0O=v=mx|;{*B&xk5j(Gz#^p^ugytMCydTWFFn`Jho&wfZK5B;p-Eut zKmE*1HB0PWXcBBzKPX*42#&DgzcvMv+W$^r@CE)NFT<#Xd43-+lh!cjPMYSI9EOh^ zwU*~07-d*UQGbs^Jm_HI{RK|yHG;ztmhJ?*r5U~6NuI46r>g%0vvx_*LvnjVWJ4Tz zuQ1v`;|dt)Mz0Pcs%ZGKNo$Jw4)S%+4P|L7pDmN~L*%L=7nmrb8C^39zWaurtocTS z3TtV_C@28T={_v4rGlUts?zwb3x1zT4F|{SB9j;4n5f|GXzG(;9|eRE2pPPmHY!tDKK2%{o_SfGgn z>+~;Mx%F>PhuyR@7&PtMwh52#?mqk!at$lEy2`x%OGn+P7?*GBGAQ&0Vn@yNoVSs> z=D4y1YUF!+E8 zBDWV^`B7Y8$%VtPf<_+V7>2C6K-r3dqGDNDSzb#EKXV`w_I6O@cXCFEMCvOKBx_(8 zG3yRTwV(YS3}Raw?v1b%=72>ET9pBI^!C>KW%vH^(I3*+!o+mp#le)U0J_vEpKtp` zU2PQ^*)oQv^RRtQ(t}@1|1>d8X9!=XB@$#}`t~(NY9;L0&9&+0S4dqDB=Y>9R$-6? zFaa(mVKm|wQZT@tZ6>O^f(e!r^bjN|SjL4q1FSB1z+?lsgIhm|7sPCXH8xke>Zq}u zrBu%1sqoLr_Ry2qk@v2`Y0I<;twTdvr9A3Gjr-k%%q30@b#22jUsD{>3=_L%M5}Jq zVR^Zkjx;R1t*x`7UJZ`sE2vkmCVOq^ z>8z=%A(AFJbOy35P*%qvO$ZOdRFgjg_)CI4(aX=m2N5N?(Puj?(XjHP`W|7k?wAZf1mGu_rGI!hKj>; z;63lzd#|NZ00dds;z~rb(6aH{5C`WUzVu#eO!{UZ{qC6+mR8(*>6y zXKJt*8(p+nnRugrT5ZJt+zcfZGifSHawXkXlj?2B&$5RVH_a(uVgUY^KOsE)fVoN6 z^2HZ?blhQF(50^+KUR-k_);?&L_@T#Tk5WA-VSv*n`~1$d!#2}RW%$tM_ZFyRNkFi zHa3`{KN@yIxV~e5gjF*aN;d35_O6obZ!{TiO&E7&7>#-#9)?&Rnb7Cm$Oc1$cwuxV zBwX>uaE=@)X}y`da}TdOM&t^u&jB+-2RS6@eqHIC{Vde<@5>bib>may3xo}h^V11V z@V7b)xRm%^|$L7uVq!?^@|e7tR4M@Dm|XJ1f{Xazoh8iKtYet z*yJ^s@{8I?sD>t?URh=e*CAS9V!~3AF)PsMgmI@B>!ki72lGkWlW?;|Dt6h0eo%rIis~t za8P~3B9DGl0FR|)#we|g(`MzM;9ed7A)XsEZV+)Ih}D&*xc03;e~AUV)BG{jznlDJ z#a@+SKVLUr`~Jph`RObUFW;jMtY4b`6BngX*cbuz>Uk{-LiG}4eOTe6OF_#urwYUN zJwd5<))+>mqP1~BWW&#qstLjJMQ0>>zkNqpmlr|mR&l>2wS?!>#;u}RC zeybP=^)OCKP8$0!XjF$1Gg)rTj@kYbRUg_q8JFT{()=`S#zqql7N{ma&<0I|Xd^%t zdLS4YMSwrAWHub%u7enKUC@|L@xZ`yT;roWSm1EaSZ0mW?ao78Z1g4S7MWfB&6QTbXU7 zF?8tm0_{UXQ<6E5EX=TsA6+zN)1H56Q~2sAPp&7N8YD_QIKq~Jx61@@avJRcZJDb% zL`>0M-HNDsG+i|zGq_WCk_5k7KWfjG7nLfb%&3=iWi)8T0?XP`fn3;yj%xd4Gj(3D|O+_%oa7PpcQW&aTMW% zvRb42(cDm!tb?E8O-I~Qepb;g7Um#qiNeUYa}`kP%c&?TqJiTICD`@g3x6SiQQ?29 zJuTv4W?HwS>;66d7B&240eE%tSP_)zQ z3BufXdblQ~r40q1mGrGG15x>&W2am>Dq*L28GM}HRsGQ|)p;NZD=RV?k$L-eFu#c_ z_{d7>(s%pme%#yWbhX_BY=FEs^ZJkn<+V$*<|ic@<;ou_|Kk;aq&R_At1Ix0Gy&%` z#P+`QC-}+-qT2z3xlmyBu5rCIB5>V8t!TR#LNbl@G7l_z{0W<|vr_{`80kwtG*G*P zez<_rAsQ_;m?~&~`4cO}M~-qe-|o%t9@6lI#s-WeOw~(Wqa7(YICw}h`%{V8u+{1Op+XDv%eG3scdJFkcDEf_crCa7Tsh1j9nB)8|Bde82@0Dp zpJfZPvVHa6zi%QBhGt`nW8*+0OnxU=Kzt=xDn~`bZlkpK+4XaOFSX~t9HgdCQ1}!r z!o?_9vG~89H!+u28~7N?LUVrWW&c*#&vcp_59G3-CkKJKCZ6q;1b$ukoBj4LTZ1Ow z8cuH{kGPfx;<4|EhP}RT0)h2lWtB50A#Q|3b^VB+s@X+o+KsoW57wGs?Na#6HVGF; zA`1dM90tvode+#oso3P?U^e>j@;7fxv_9c{5m$-8?ru^vw!6=_{7oT*k`$jjxFHf) zL`5e`e5Y{C*Xc-`38o}dg=xQ=p=*ThvWCqI`O<^C$fQU>06ZZ>dz>s1!Pf3(|NYU~ zcW@unl-9)jn=Sh;B!e^;f%U8C6W&c0y`lEu4WL$mw+7h!DsZ`Cc)T74J1sK$$D-~y z;c;*l_Ja(fm@#`|MroaC*w#b%Bmh!9iyYFtem{~=js^!#} z4a70`M)!N?uMwaf4a3^-*yoBur{ilN7SU26(k_dQI@%}lemZF-{UlYWoI)jcy?#_B zjUc)Dr_lqcu48MkLJ-_4&OsSFKYvPZ!cgPWq1K(V_y=4 z{!%=jV3(Ef`I$9&TV>{>wDtivJY; z)Gu$szZRz?uP!e`wEtX~Q6{%OHj+oi{K20NtvKwb)01Zj7HN(?EvK`vz7J`z!FNH6 zHyUEBV9N!k5P&JmYe;TpxFhYlA1u^$kVVEvkN1X4VddF{+aGc4*giW5%YNk( zEIen7K1}cSM5oCy2ra;aY2y0Hp-v2ittd3Bdk~X4V51R5$^lQ#+LWz#e-QQ<$}ppNd9N8-OKU&qsPky z+flaVPA7W86J!}@-2BPA+s_Gx7VNmdtlD(M7BfqPF!#@6xu49N&a^mn>tEC~} zzuJ`FKYRgt!@GoCDu&Z$U9gdQSSId9=8IccUGI0|D=Gp?mk+6GPA@Oo#6ll_vu|Zh*6~1!LPYz)ZHgJNvs0^yxpS@`NUEKV7XwzTZr@Gi9E@dD*UG+3p1q2rXZZh zrm3p*L#q5lsZQ6idH$Q$=-807ld8&}BRkaWNk$r`XzJqPWmYrvp9F1WEhISio6Uo1 zGXk~!{ZPVhK^eJzzb#106G1Z=!WC#X?A)YTzZ~EGKKbyKVdD1PsX%@V0swvZ`9c@h zFQ~<&4sZCsUC_{8-EJVy8rbT}9Iq0>rQVHNO537x^LzL;V&h3*|@F zHhNBwOz{;DDo_FyYJ@A6_wh18FI7>^&L3-bdT^;C6OR4ZQgTZCXfuN>pnvIdcajr2 z5E8NDTW@|(!I21BNW&dZ3D}+wXUikW$C{HZ1+AAP@K6YWNZY@K{F7qids_jQsv{33 zbZNBp-_7|+hi90DZMX)bi;bi)N}Ka$4j=YnvYEv5<_M;>ox`o-;=w#eptU^q|(xyapsUEh{%z3BHW14!v=wq*CZFQ z2P9)`(?qyqh^tCLPu2`SpfXc?1sbeRtIAX{i|ufNfx6mYuPMv5JR-6MGdcrt0Ox(R zIH`Cpwh%B0s&Glm3s%}iTcM)pom}keb&H2f!iZJli#~EmNOCDp2 z^jNTnf^(IGH?KZFGz7#GIq+-9k%xqRl`*nc$5xU09iJXPy@6+N?Si6Yc2(rdjvB+w z|7*98tQFPL{1>SYGiuxWA~A#~eLAw#FubBaQ@Wu&1}47`9X2eRWpL7DuB6%6POus@ z#Lr`0NgT&G$wGfvM9;6$vDmnf`0GidM4?8Zf=VDXgGh(JG3(f2EhkUoLwdiQ>TuYc zN=}ryPsQ>1(?ELYmYctJWxr9aqe}xah!uwp2K){OyWS3U=cG9V-$?Yyo0zkp^lERais#3OIFqtb-zQuWQlxo7(5h~U&*)sQE}oNB2Z-N(g0Bd34@Fl;dkeXYIc!GRrS`F*|; zfu`6&P;dEDM ze&{^<+I@o3#Mv8AAXYVve|+d@)CoFlgXEfLGpcFNgOnbge*@b1-PsZB>|7k4+~9F> z0gZZIS-E#1(|Zi8=g}wEkfH*NC9CDNf7I!8JtO!TzEc>1&Vqj;04cGA7b7g=XW(*X z$obGidWn!tX2(0&evGT1AqdI^2uxf6+1V@BGQY6!t!F1t-1@rK?vaq*vX=jlCbJz z=HIh_NqX`6?N){IL@_COEaOyu5o{_0m3ktNZf&)CL*~9soVaSCTk- zT(D?FS{;f`Z}+(+?Yg&@Zg@C1t2$afICx}uY$v){ktc|;A|w8HNJ#e=*<*j1VhSFy z@iO`9z4{KpCh2TlJB<{bX%*wf+J>SaN_MNf-+JG5E$9jj4H((z-=|CWE^g=*6cpy7 zi-B<>=!?!TY+NW9H-fPQMAMj*M+PLsVFOO2dG13$V?I24J?!&ocf{Wa<*tTtj#r+A zf3mh1$^P?z&7yz?FqsCjwaA(TyD8H)&k2mEb?FmdmdFJ^3LiVD=0RvVI9_%e}x z;3INz;YB8GY^3W!&mE7Zp8PWl4)I6Baj0sH%>r&x`H*p|)dznb)D4&dr*~q9ZMM)P z>W!Vge>98(uaRe`<*duHvif#0^TEWH*_Pz?OInb|GE2oZ0-*rcDeo*M#(CmQDVN%};g$_O3ZQ!A2*VrnS1dqT`ueJk zJ==9<-IN59fTW1g0KA-H!|q>wQP;}vWRMagiNvu4 z>#SG;#=gcK9+N>Ey=`lJB0=9EuyM9>J*gDAEF2gjGk7wHP=*!A9YNywHWWi``;~~& zi#FWp?YE)f=;-3w1yA9=g#P?>?&)7EbmzYjxSp5oS7wRPaq?r%si_~!K0AuQW6%@uD!AwAxa_>eFA^=xn0x z@i&hx@msMx2@U-dkM1<44|M-s+YO2)FW;mo4IC+x_6!89T1hHtyuhC-#FgZI_Ilz_?jh~SxJGwdJ&Pc1K zR1&t4Fe|hsQzLFn_xIbH%|Bivy**9$WWTLY7l~c~dB*+DC|f^hIQaO|0pRin1R!O- z%G+SQcH(S#5SEiea?%O%3ZAYM(c#}f!i2$u5cIJg1pJ5q1;D0t<=L`f%)VLErCpny z(8}Ppdb3P}7mew}33Qcv055$Ibh5*U;7nL?AkPC%E8@>*fdUTdlmWuNGKB~aqN1Wv zF)_aZVIrB;^aF4NhzD*?V)Po>OA5t-3Dx!aCLIG+)~u1fh8s6WB({hOrKzZfsST%` zxVo!}_P9c4&w;}TA#2dRKP+gVN*o@ldp>fW9BTi8*BXj&8*kwwp7!5S)E|vLPwNv{=tUUQ# zudhLLbzU;b*}w-L8X8GURPlFyK170UqA>4Zp~-hdr(*%H+ zSDK<_4lqmJRj^?vm5%85-7RrXQ=YXsB`lKLq$m*E40G*!)V27D^mfR+3G5#oD}g_# z!BN1~+Vi%@|AT-ZJ# zUK0izj-Js-Rz>=JIbS&v3sQZ`in_YbxH8p@!NxCYMH{5&kWA!IP4@@GqG?MKI`xF) z$wK5*z&!(d#-=qcyPR?3B@lT)#%A8>%mIfI5u(_7Jqy7F!0PP#nu!VG`Qc@Dq*>eE zy*ycMFQfg`ci?pS+~L{QX-(LT_TjNY-YnqvDGD&*Ty~|fy`tlCi!+x<`>eFKB*bbn zVyJJd^(HzZT}d=uSX~}fyE4(f;ETSO9;^#J5du1UoSnFMm3h?Yl2ZgB0gvzZhlmo7myp+4MV@S(FP4CinNf_`Au%U?jK<;h<5K$ch_>yeaV;4{T-Ksue_m z`IM0nBtw5Ob@H(8>Z9QB7l?T29UFpsr~+*STT}K+6dEuhH(f-K;BDcO3)t`uXO$$y zSvw>1@B>%&dBzC_KYNKli$%arNMYqLSMQOrCwebCXQL@)F^mY2|(ae^3Kx%&Y4L) zhgLnNKbNSJC}AWF)}h4*nl^~)4XQkf930dx7eDz|^&*6o+nb{q{nDpKpFF{Bk z09XYJPIgfK9z>~h88M=Ji>${$C%X1F=cl_6YIqp| zVu{y8O?aYk)991ya+8%J(QU%%<>mR1U7&-j785P0eVlGS0Mlid}lwHw+eG?s~!L(lU`Zog5Pt{42;{-sZO9!ZA3+5{2DAG() z#hZNFG5=Qh#>4ta6IcySPnY^lLov^Hfv+bsWoW&LbCu_xg%=H-!Q?OhtK#zfUz^{- zRmv0Z#tJ|+sB%|Suhu6s3XKhFg0iz))Le#8o8ncq2fL94MnFpBV`+rz|4BaJrSoId zYmLsqKfYSGYi>HMXa(Ad=krtx25#<@2h7HMkN|yck`C+u=ir@+2NNU+lNVsA*1ccw zm<{0K<2!^>udlDw=n|~n$b3p1?nDyI@P?g~ZMU#^1zX#33!^7gr%2W0eV9w?Q zFvZ}Ypez9S7)j-b1hlP3f*HPIV62{f>7)v2dww`vsZhja)V;WMNJRpQ$5V;_?rhWz zRx3lmMm}&bQz~Dqlm<@gkh=xI*I4YfKz!BLNNB3;1O&Fx<7lc1Ga}jw99FHu;XO8vqn4@BLORA|7Ye@I!q_s)71Vs{`wj=JNdxu~`Uz&(32| z{O41_u!x=g-3$aACObfJiB3rgA(H~Ze?XY4QO+)Tmp6APYZ52r{I?jm$~F}|g!;H! z(@zoL)xe2WTWX^&43Qw6eKhj|p#@pj!(;swf_pMc`?beAzpku#HQ3%hyWu1zPCf#p znb{BJGk<`T@0)F+EE(yQ8>@@9h=^QB30i*R>%l3B-YVM8u+ltuR%URDgRI7NSWM;gyCKt&)&;I8PY+bTm{N2 zlYcdI`bwqE24}jfNL3*T2FbTK$D7&3imx-523?_HZB~6=$FZ|j@2v~*FL!2c(hKby zWC#0(w5-?o;-rS-q`t2&BI-5iIdH0N&+!BOnn7_=zjXvenbX+OAW|r^03V5j>L%W! zq9EZYF@s-UGhyBY;-IN1PiB(txSXV25%<-3%x*L28cY*Ze1&&%gcmaxq(9@DdR}DS zkAo=imBVHDSCfZdju&MdMWJh`vOkEOq_PILQhX7diE*nPwx_+3$(qwhyqRkwg41-> zfUl&Z@7sPC%@3=_$QMneFY#CTVmooF&0CM8|ji zX`;CfB9JseclbYbA*3r>{593Z{MHJLBu_NjQyOniw(pZ!xazG_*K;|9Mv?yE*o?4A zlYd0Q=>e5`^x8xh*w)YgQyy6y0o3<6AYFE~IEuO=x@_W3`Qtu4N4(_bX-z&f8FJ#7MG}D|L?T%3&9=@eipK z-`qm9R0-VTAAUqc7{!o9yRA5?+1sBx>`c$SF%&12mM4?W&7RyxT!e0?NZEAa$;cyv z`C64EY2^q|VI5Z<^e*JVuz}s)<4!-R%&^kqeh8zWK=YTcVIZNfVFZcmP-=K6QPgk? z%Iy~mpS^pPph31Z0XLWu^W)@W1@tQipdtr%Fr0RssfLxG6n z>dGNTLm|JwF&eg|@G+&q&-I^EN#`@pH|-2>jXzw}aOxe?tx!HB1nS=00xHP+>+FeU z%+*A@TX_QrTT5-cphFTn5fExh1e{@HpCW+O3$)KO;SrK~^ieF9ao8P~VQeE?*8x9Kz zKIajs&zZhkJWSU@miPuEKPaBNCST8@k=fm;{PzBI+hVrkcoxH`FcvbkO$Wgdctiy5 z_j@Qqc+q@|tElxU!ucQ4>88j+B~sK?w`rgFE1(r#vX78=okB_)dTW<#zm0%9R3`9{Et-{6fKvXU6556Ec{RVLn>uz zzy6(ejsry1%3+PR`*HoJUD+hYUkn{)W@a0Qm7O~PqIGJQ4&iu!3I+HB=W7fR8kg-t zy;ng|24SnqZMl0d=YD)HP{pL9LVHwh}!<_TWH=9YZkJVNy+%LCp30!=@ ztS5Ka@flFB6y@Yzbpf%%{#xgYcODT9<4U$h`3bwz6<|ue&7VVn472V}$>@S0O8plY zhy)*!5t?e;Hyoc7_yKN zqmJ?6&E4N5V>op&uhHzPXC)?zCZj#CJu)~Q;8cCu%jL@{CUuD>4KAM8uq2tWf*7%a zX3bDx{{E0q_-yq?{=F&UXYD?9^%)Nh?y&Zq26RpL(vqTv1vOR8Frj=sD;3Pj3|ES1 zoUa3xP82P#G8s1te+ygf>#=%SPf*2&nZ3hu5;NB_P(QKJdc%$F=rmf+@X6?*(#B-( zQ@#ceKq@VJ+rr|gQZS1f97|3hB5M@Xy4N+{R#1f$`7As=M1NE5cc%9p7n$XJVWz!A zz8JpYaNR7!Bhh2f6(75@n%b@(>$KV$AQD1{tiQHvc~V8_A?tCXsHn?4rXReMIio=r z)1%5;puuljYj%y?m1}hiO;*f|RcWa#j+JealG%^UAGJ_Is-WPfNqGWnp#Q-ROj`|< z&0p5m1qt{gdW`c2U8ET(qP~SDHkGMK}^l z5ew0P?~yTJoYz0MiF1otJHRg=jiO3`B^K`2uwPv}XM5qpAjj&AW0%8W z^%nj@ZEJ>$Ovs`?v5_4s8FN~Qbpjm1fX%GVm2y35bze4_FO1}ZS556J_xwbg%hp_>ia|7>bb z&kRm48A_*+#pMWkh+@RwP#w|WyBUy4y_yvK>Pe#>&7o-K**UDQE>|DgOa679O2f?!x4Q`HiXFgUoaJYQD=1>;vi_Wv0i6%DG{%&V7BcTK)mC z$I@XU02LlW%IdSWMwRYsAo>Ca=LFE$PXV3;fE|Q%@`3q5qF4zGvE^vupI_Rw86YGg z;IrM*d3pHw(@B^B7=)yx-htqZXBog3?T?AMI83jU$@APZwJO-#POLs!ntS@ait}Sf z);6wHzS(F)rBN%iF#;Qn`TDRjdvM=C`8%;}rk!-;oT;bL=+MYk_tQUlkT}5g?%hfS zW$I3>pJ27F{^=}5TTMCwNGBou)RB~EJh~xEt9sG<=Hm|sT0}B~p*8|;QOCK0DRSfj zpm_oxtD~eOncgqe$y$w_=A#lxsP1^-rgn+L*LB*IL#NRZl^jb;TFSjk?l)(k#VFLN z3^dY^wlXk5UPc}-6*n$HAP7L?uPaw<+UynJ@D6A>uZW3o_!kj)oC$$l>aX=2Kgj%s z1Oj@c=Y7(tGeMPzB)IlIU20?i)QsoT!ZbU0;K+JD{-o6s2f-);-9wG(6a}QA_TpTx zfv<3v59h++aJ#PcV!&uVO9$Rz6AKF%U660$0SF&JzaX%60W=*DlKu0kbpFK;QHvLW zthvLdf5$eQoDO>^{yer^t3a?Y&UdRh!Fno%SBDCIm=|xj{|GNGbwcTew{~_Q1IG*C zs|KeNFd8F37I?Ht924g|4m**?niv{uqoBdjyb4E+GQ=PlmND?8mv+<)bo{n&8F=>; zOKCqoE>LT-%KK^zmoo}IHaK9-YZ$C>FkIM_}F4*Lq=R)v(A zKw9z&LX%v3c_LKRb~OzAn0O%mvGNl=#gN+X6*L`aW$(QC&JD5th6_6{PN%S^nVGBL zAYB<1%+qvtb~jlPg3Aw>>VG7!L@%dwPKX+`Qs6^}#qwvQm4|o1wB;})w75>q#6(Jj z3a%rL#gLt^J(E*G4e0K+`uA&BG2I4p2>CEOF%I)7FehCSEz&%L@-u${pq6Qd8x&J!4`bo^a#UDN*cepG7Aqfnwn=Vf$db`B$4vt+!U zo0#F7I7myttlS>oz3sJdR9rjyRiubQxZs&W#TAO65#ukcvRk`Jr(oy<5#4@JY^Bz`+XqfI!@rJz=o}?{3yn#2+Z!h*3I;%{^rN{8wesU*9J;bY2ol`62XQgDmD(h0Um zn%RDSGfT>&EbCMMOOi4qPg0SA0GLr%ZX zP!3tGDM9?`Dd_=z&)#BMC>{Z_#KFP+#vKh3oB1GK+-t$MW2(#i@gN0`>c-`-R^_QY z{X9`}^82hC@k=MWz;|m=eb_|AedRiNdnhs6jcosTziT`9w(!*vVyZ$g2N7qvJXMff zsi_(EpsF>i-dBPkqN4+s_eDwruzY?qumeqG@4rU;JW0=nd0l9+A(tMILqVxNISD*> z>F~KQk+0S90^=Uxnh=C)e2xU8Rt6%{;cnj37whr}y-Jr322Qj!*Itq+$7~6+Rky?P zM-Wa5h>MqiQO5*uMHS6EI3Oa0w@$-yq8iW~otwZSd%r92A|=d|{pFuMMF+&A8(z3yCCncTCv*zfq;Gku%ORDxdEkPJjq=Hg*+8Yc!vb0PZuV2eoO z$uizggpM>WB^tuO4xUB}q?q)e9nZl=aiNsVqqyDf?EQ}d4ikTZBy@YSpT z^NSh%Zqs#A;0MwC7wJGMsf7EDv+w-eHa>?ng?}nh4t5(mYb4OQa&Z`; z8e^5KP4l6dJ*j+>0b&lCX)oY>=>SPCjkibNCB($Ot@!L07mu7SB~Jaj5-Oa`x^Z!F z`3(bFT5>*xZ1Gx399G{}c6yhguXHN@mpW3j+IB+?d3PC;R}Xj=H@YiMNTt{=jub-=lR^3cnL z2pT|{lMEgUYZ%~#5BHS#%_jEP&cpm9}<=qKr#m#5G5nR`O-%cEU`=_G` zslYsdWL(Jd4nP|jw$6d@&MR73TblqW5W2j<8R?GlcdRTw_Lk2zkknOqJ-HD8`6mg~ z>ae!wwX!w{ipg^R0ZKlC>vuOS&#lQo?hcaE>t8?^h|U;5)%Q@p_74SRq0340?j7*A zbGHQsK*&^&&L1#E!G+lAOaK=r5fbhK?k*X?A%+Om#Ulw;j@`1kb8%BsgPGxo9(u&u z9Xr(HPqzho+ml#v2%35Q?mjKXwjZO&vLyq7mywn&6N|=$QlzXDL=)QNb#IrE&c!m| zORkgx1C%$QtvEO`vIPu|hQN6breUBL2uXH_Fr6u4sSQ>-R+YZC_xj80cWuTORUiHB z&yB39bNjFfh})o7O_0h?@A9MEj9Gfc!0G5IT40SQBQB3D?HGnoygudGj18RUTbI2n z$>hx&{{<*2tI&c`S8?srg^}61wQU~%|!zY+yE@mdrc|<@f-thm|O^np5Ova02Hd-8Q2(D}vosl;tykb%a4#hiJfDb~vBvR` zG#Tx>O4j&DsGQxFe>)#y=7_-Q)tM{T2a-wZ$>@%&2o+p0BZQ0Eo)rYJ+U{W6A*_iPz&F&H+ zjetxF$<7w$HP?lP97W)=wzEfP>FdZc!Sb-zC9i`xScwLtjodpZv};hZ2gNIw{Z*6$ zg_lN*B(TZDk(RAUnYig=$n49iqxHkXT@2qf;z@`&LKl0YC2c$ePqE>miY7a{4jz?U zg_p3>ECZL9-n0`ETmL^X`RyCH=eqoeaK};?aK)8~m+h{e{>45W)uMw;#RM7AVqX_w zn8JE`l44%}*QF|-@iZR9D2d^rYVgYVV)QoU)Ix3D(=AHb{>U<9p>ubhVB|>Vu|wrM zF``lgKR&?TD61+?OhD%LF+8Z^Qs?@f!s?FS&a`1+R@7|pg`;r36$Gp{$P^#U5=)1) z!TyK{mr_r-Kkp}Wg+Nk(1Zn}Cqfa|u_#vNKh)V}BJE$ShS-mf?-X_SwcqKcJM z)93*oisBT20HcC%sHx{CHDtm*kog4oX$6tgl=h4su1KlS2X3ad*}!19kn$fIYtb{+zg~KHQXbo zVQ7v;$02L9TG~YAb5dX+ZGF1Xodf;W1kr_XYLIyl14C`D(s%{LCLQL`)oX-nR~m!X z9mHPCGRB!J5>?7`adDy6;lU;Fcn0zH3g=E{DHPjqr-Stnf*ye&ZlkCPm8Hqyr8aJC zH@QcqA_+ztESFk%k;?UG0q&wF80|&hU*P{+uwFWCKotc1+k_B73LZUlYPt;Nn#bjP z$OFs{(`5pQ;DDm7Q{UJfK&3&;Y!@UX!gIYq+~z=3fXD3s*LAA!cu-oY$B1?2);=%7 zskjCREMX=bQE%2k>ukH_uwpaadG)o&DJq2e1bM*vzXrjM8s+$_3_IhQ<6x&DsEGjY zc3gb?Yku3=Bqn`EEJQML@@j|uKT(Hih>%?cB(@(A?G|Fts#NLq!UMu#4%N@)L0d7^T!6JDreAuY=JW$~Ab-qHdOkwxF18n{PbY`e(DaygE-8rPQc>2Fu z4{1E4x1d&I1WI@hkSBxx$LH$jqaChJ+1lXB6u)r%1uR?%LE#8aD*mrU&-ZvG@jxa| zff#l)>$xQ=O6L4EsY`jyv%l`jp(jDfE?HjQ18kGacTcy=%tnYT(0`yCWZ%G?t=xzp z;(A1t3kVGRnQQBVpgD*UjI6K#$nq2wzI{$#kqI9aw;V1UvohZO^yU*KUYWgqd|xh6 z>~xZ^hpSM3V#tjq005t!tPI<~dq)*NB%|ZiB1|0O#Zh!p)x5HNyMjrE{Y8VN_5mL# znNwnRD5mvNA36stkea=$p@?G0o9 zVv?$JTtr4oG`Zf=nbH-?0U0*vZk; zJWl!~gVA?55b8~!*7b#MmA^LB3$%mc zQmexJWv<_9qF+2aK&6Tv(kH6qBa^*8eU!VUZiI?25ZChPkwC!pyKfV1z){p*{y+$* z5y1MCt6C};?T6lsQn&d?GIv8VBPXNmm1iVw=oKo)60u2Zu&jcuFUkd*4-LGal$IjY zCPE5C?)p$SsuH%>;qvtu?4}iMS->l$bJ_C8h!#rJLcx??RBTknv&*+UBxDsb?FLxq8#~#ch!0GSb2XGO6ZYNmQnFc zBPfUEB4sA4Yd;f*h#qXnn?3ku_2m7OmkPde7LT2i8(#$s%WpsAsm1kEIo0ulIiA9h zw!v$JA#v>x^t4C_IX!4uE+XVQ(2&1(k_cqhh<8j7L3tWXy#R^uGEJVp#Y9opvh)*yD||E$Jv%u z{9dhAwP2w}he<W1cVK1%G$;8wonC2(is({7#KjDsw z(944@fR})XB`7BLhMb(7csCNf9Z6Vg*15lQyUgmJQ$%q8w?P;_DRJEqdF}1{LKry= z0zel!Jb54oeOi?=xP#kUw{{?tkeQn?VTEWPzz}QgbYvPER4ijoO=11%mNv^Eus9kN{V6VxbwTXup{uin*7u&#~zrN{wCf)%$k^- z2Gt=}=VYT@^6S9iDl|k7_=Rn`@z=O;xzx7IMd#S= z@JhsuU_(v05BCV;<9gQEExPm?oh84{;S0mPmUadezK23nXd0()YQL9I*sQb=>0UgI zSMlMYPDN8O;5|4>+RrW7U#_mUYw~&AN#RPZYDu^0d_H`BQc(B}yceU-VVhzMtE~%xY;%?n3 zeXloZWfK3@u_wOeAU7G;6{BxO=7q_tgoOC1G)ylzyU5z zAFA*dPHk0KX33n7)PiTmjz3Sx78GVDg=AqwrGoSJ+SSh2!X;wPUX6{FMUcM}^^GmK zIe1+@4kd&FWGqGX3&J6yZg!rOxZ!PV&YvKP?iDaD0>bqMRVBtvzy|dgKp{xwZ^aa=|sUrtWb2m}e-Ef1o@UwwLSxbvMe z#`_(O1hq7oNm<-H=_F13GK;NVWW!qQlZ~qZZ2ojC=8RxW@#}mw@peAK#8zgLX0LK6 zIxdHPIiOqan_4E69}&L5ya;cJ^qNu)-kZexcx9 zNF*+Dcy^LC=Na}snSP4a0~^aZf69&OclxRvsknirFR()4bmG~nG*q`gaH6S*aCb-~ zG%+r)ppKRrk;_#+J2^Q`IDoifNC4rss^+hgr+>wzMeD#obA@p176bbrkSupnRIY}E z*VX1~e+nP>=DFno9q(j)ZOXwD{a*z4K-$&epWpQ$i;dVRGSHPzGVx={XfuefHfyx- zO=eLCbKv1av9G5;ICqh-x^jTM{_mfBCG~QM*{2N%lL=Q`NLh|S$e=X_4$Y-Te|oY`!e3aIVp z%$bJ3%Rwehy^6AYy<_P-OsS*KkR1cOP#TEIdfaC4ekc8L4jV$N{@<_=0f1`+Q8iv~ ziT@u{Zvho$*lvHLAOcD^NJux*B_-Y6rF8euAtl`<-Q6uMjewwZOLuqkzvq3=Ip61U zxn{8(V03t{=f3vdza8{R7!!s<5SHo;eBw?nV5s-oaRMXv;nC1?58#tHYWo)M1zxEieQ;Fc!A9 zSDl@qxssxy(7Mq@hXEq+F9LrOdZNwt9cu3TBCHBHye0@|zJ|>5P#>bRAHy)z$G6n# z>U6QAw8n?nF_o&tm19*AOT^7REf{4gmR5ggeE z`?mkw*)1Mef7>&}i*@^&=Ih|lQ(Pl!yDN)4CG4}y^{?7|xsAApl{Z%2rD&k%fl@}3 z)mLE8g=jX8;T-4-fKvCw`sHPiDI1}TjF$Hg{~^cNGVzKvd%rMcGv08V1fgyf{z?r< zUieIMvZB$|t7BG-dZ_Kpqat_sQv3Gvvrjz`ESe$+j-r0ndXR_38K*$OJz0<#AZ9+aTpV_SMDD`*UBJ0ioJA}07K`E;m_pE&9Lj~v)~+= zo4)kHF%BXX+C6Z10PZ)CX7F;lpdlgo7y@hzchbr?Vl3_1b5)Er>R_ zFSsv?pWm_bKKrTG)iSa>t~RAC$l`fs+#2 z{Tqj)6v05pV;jD9jfI)Pz>Y#LF7uIPUYl6(lITd&33F=Rv`t#$n*KVji;2JI&StZ2 z{7ZzqwBaUYa<)nd8k}EplZ}zJBkP2=a>l1>yh8f-CinMRaVAjvt;qiLEo?gYLG`4P zTLXYb4@U08h$2qgjbCzU{)LZTb0)Hqas@y!cF%fI_Fia8si?G?44N_TsOwRMc;ezMGofb zg7SAdWijG^Vlj<=uAY7%)sF7=#_KgVhETx}SM~nA^9W1(#79{shZ$WD)I9TwD!KsVkZ&TTB0n0=CE*LIyjP}_!I{m@4?tkZnfeaJb%BNM$PM#Ed zFemfYKP)ZLP72ta)YWRdFD=WFIr6hm<(r7>_+QkK$0iO8IlKxX8ODN5@x4;5Wexj& zcn6o(kN^_eZpNXtiwJkTBF9Zi1>kNLdKO(rP zirFZlyo-va>TMEu1zNZLP`uK@XJnf(+h7fu0!R|~|$p8q{bKraiL_x>`C)iXo@VdpwyhatD3GjpIR3|;t$$$SQk*vj= zDE#SGfx!2+;IWiQl9xJYV`BKltf~)^2E(Y3Wm7BLT|Q>s%-Kl891XTjXLLIcr+RR5 zfEZ3#8IkO-SvhG@WK=tw&ms_tGF%s?Z~K-y(31C;v*U3XYr)~nrXIs~3U*@)XW&Qc z`AR2uf4>>PJ>d~wg4Ozki}0(m;l3*#)3aKt7+k(&LX?Mir7&Ljru^tvG358_#P?|a zEfwvI!>qPd$xtDSRxx_g%Lhl)nG zHxA37$^rO(A8eyxMAp}veR>g?KsI#o@jeB_d-z-qNU5o}^QUuwk*g;dHSe!ESS#&Z zdVnHdU`<|vkD0GC8zVkyJC_F)zu>T;~>E8+raH6TK^-xX z>G&+i=EXKpue%Is41+1ZMMAuJ8Qy%pc5}<8{9cMBR#;Hv1Po@fQZnaR&-fB_nz%7> z`OB*-z_Q6?i^vV=WL-uBc+(Q_4a|`d<>3<54Fy@TCirCwL36vk2hQV@XQvlu+|=f! zib%vC9j|{26^*|N5oPbotCM&?NOoSQ@d32J4{+)KQVK>)>v$3r$1SK6L!V1{`Sq)R z_m-%!44K0;_nu+Yx)P7V-qj)j*DX#K`B>$UG?PI~Lf>{quyziqepOMw<>AHC-pF5y zNp=vwvmQhn{WZE3#He$#9Yq9UhQ#`v&?M*ju8RC>`O~9F3zM^&t!LZ&EqYP(u(?a+Y)6+6RaUs&;zE=+URLJ z$?4ouo%HmWXtfutP;J*AVYDeaia3ahf3M=7(-gx$NFVv1F}HB6g)b(_>$%Y`BO|DP znVUP&W4wKW6crXZP3-(_>u};K?boBx?eO%JNWm#KFq;K3I|OS;@oehfwLS1{iua&kD;cQ6SFVKF?ERHx0_^2cW}WejiB zv+LT1n&?=~YP1CKo1~R|AlaVGrx<-_{qx9zlw7)>F*IS8>^p|e$kjL1=^0aJ?$@9p z6v}b9r#iv7VMOY@3sgDnrvTHB_ot!|FWfG zR6Y}QZPR}hN0!PcHaEH8-MJvrkeF~(|DNvtO!OjhC%SVG0fNsY)z!15;{NH8ZP!pm z@i78qh~rdVjvqjtts^JR@!}I?3wR?@3Hr~0LjAGToedg5yJhSyp0>*V(gQE8?}XR)AQ-fIiE$KWD%NT>*#dt>PV9*r(|+n3{d|7b{L71Oi@e!MmXEXt?t+ zsR7s^J(k^x=BaXSZhpQv(rgG*xxb>U)4Lmb#+nzLnQ!W8LwUVbp~I&`1k?ISxIup` zmX2dhK`LF)ovmR?x)RSTu!?T1S9zN+NeUj;Bat9jhpcK*T;AhY{5G}1Hp#l&)K$37 zz??&1m9(}x#o}&VmxT^LM=H{~1ugIo!!kg+`=d{rxcl5!H#xu}O~7`hc6g zcuR5Q5bd`kBlQF_c2$S-eVZcRs*Rr>vb!h_`)sIrKMN(9EYH=w{>pZLx!-_S+7J={ zclwbr@N327+@V*!ui){)(r`_`__K4vr>v_ z6qHmss+0|tkNa($nlfSVyUF|iM*6QHH?)>VV+fAIy-71OiPfBP$LtBgQ| z6ox^wI(v8%iEdtb?c-&5D(t42^70?t*6ER<`GzNV_{1f7_{E1M8xEEIk-}u9QV%!?O z|NT#wO(9SUG~zVDE}Ddd`zKdg8H=Pk2+=ksYM@t*ZAl&l$xgK5B~G=*w$K#}eyzu> zbLA+8I<{66ZEXG&p9*Qiy5{sMR`|B=DKZ0ycGdngpWAkb-8%-`!I}tq)$Xg@?O~|gaBSxbuS-qeOH3k|coF8vm zBp9Opg@kH!TdyM6N#5ZO00K^u28y+TsN}~uD47&+lz;}{06ehi85zGhpsfkHFw64| z;ovYRo@8=X#>nvRk-x_%eUQbK{1+?a6NRk|aU@Ex!o!B+Di7jJkhU}1Pq#qb;SUM9 zJE*g*ZTb|(zNFIuAzCw{)_U;LRfQEW!hSmPWa62Yj)@V=?y_HYnM&YuX>Iwe$GNTQTeon{*DJuZTpip5OaOT`TA8L0Dk8Oj}5M1ALWVZXO&E^!gU%P8O3sd~`2%jWRGk{j$ z_UHj-@Yz}cZuQ*!;8kjtB+D*$VdhYZg@fCkQ?t?0i_yd5&qh*WA>*q>dkpDuae|Q~ zB5}VacYR#0+K$ylt+`)!UA>Wn>`c*-O%aS#a=u8PIxPHKKuUI+i*moz;Z^WSDqp$h zJ2xeVI=Kmsfk#H$HxFgG!bXVm`h&?}?TFDtVU42mVNrteH+KZHR&sfxxDb0Br zK3)8yA2_5HrC912nkdRur731P67v-V$Ze9RM)SH5?4DLJntB|Q# z3+Mgs8Q%x)<|E`E6En3s{p~p0MSKGSm9gBP-{C9O`;)z*J+u51^-`;F?R>1{Zjau; zL&nPnPq;$dh1TAEiAEGXn&SQX7fodr9>jujM!fFPS|3rG_w+5X9D;K^>B`?|_bsE? z?Yi}~WCJwD+OM=e=IcpB<~%yPq&a(FX-bSS=q)$@h!M=py+sKxuGO zG~lOEnx}${bk~dlG<8+AJ$C)(OZNHwGPzXS4;w<<&5aAqx0hDF*S^f?kd?a0q~zcO zq(hV)MVi6zuw13}`^SkNV(jwRL6mGtZv<@YTCAkUM8O~5g~~ZVU%Bz;ZGDfwe)oZF5pc` zbqqBq2CcS^hBubPnEU4wPRAOj=fcM%l?&X(zH-RG5Bc!2P&}CVuu2SF#8HoU#j}Xc zt}({YQf`}$oO3Ie`wqR;aC8kMut2J(cY8bQpN+@a&-Iu9hF&&5^>h0?TP=r;??;YnT(56=) zN3;QC9JH+t%B$x0yi!zD{0U|PRP+Y>9H_&H?~uK+{YrZjY-IHLdjCHw7VyT7g#Pcg zJ?iPv`-qN`(N-wq%O5)P#(Un--^gZ|RcA4A46IDlX-?F?#a-yR6Ep^HdpN60Z5hVw zmWIELD}U=7I3G~TbMq;~j^qv_(9rq0zIwUOqp8xPLrVpK!!GSVhF*5BT|;K@;-(AF7JTi})74 zF$^y@I#MRNl=P01let;nIm6rq4if24$`}7hlYeTv^8o(~WE`pT$rcb_M71kB9_=>1 zXPhxp;C^A|1mdrbUCI_on9Ov zY;`^FKUxyCU^h>cewW#ZRuuhpH;D0Ym8!SL-RoTv}Y;0kaT z*D{dj^nQ*oIrt1)mElf>|3Y{*-u?GQWBJusKmV)WZ8mmJRML?Vy+^-H9a9mNU|#r{ zRq+$X%g_DYtP)$KYyW+uzFBGI9Al^K${$LuJ^Xwd^Zk zBBn1F7>zqLIG;u1Q$TjLpV-pmRQ&9MU6+p7(%9&S0NN(h-p$CuUsI>cv~?2IKb-Nv3x^WP zOZe33E6#zJNkbG=3`A%?W4J|u5?sSdyE2)Ao?g$*^B??dh~}-!ypP@-da||Wq`%+| zK6lP-8mcN|Ak}QnE1|;vKFPidqroc~Gc@wXr#h8p=r;TMs&1kS96-dWDc`#d{cL_y zFTkQ^b`R{Hn{sj^j|XgL1OzvN18$jkwFE{odjoLoen372?GOv}r?!6)juyv7{qL}F z@`;Rfo$;4cNgh#-WAbh$jGV?5 zB|3YLhLu=FM2xw9-qghovu|IIuOC6@+QMi?8M@p$6_N=vhb2cIMtt=T3eh>giL~Il zCjm~*bm66i*MB!RS1&vqK#qW)xRX@j4^loiKb~4?HhYe=lA-w!F;d0tf!$6|vk0d$ zahj;wGL2;~oQni1c~f_j9S-})74Ar@sn+I2`*Z+sX}3E^AX}cCIN8ue&9z$ss3b3+ zr`v8I zvMPDxFqqoea4QHc!hZ zbJnISKm8E=f0mEPLic!nsRUq49~ar5ZQ{A+FNriC^F^ zeQV;r1c5*yxjMQisYojrgN2r9+amC``dqH?XY<63yY`&CBjoStS-H~#WG`~InBGCP zI3drj>4(TAhy$pbnnpLGhy7#AfE2mWop>zG22u#{Ifp=ZF}`wFzfS%5X7(Vo?Jz`Jly0w8f%g_Z z6)0|Wbh-KYfuKPZ{KDgNVF-)A(0@lY;!6h@$Uw!-!qsicGEnXg-cAoNXF1(uR!d(xe%+h;D9PgbI&!D7ZUMT80X~H* z4ULHd#~c+pd;*fOlU~s+QLiewzmrI3dSv~Bkl4-e=$MV<3oR%t0)kGXLJbZ||*N>UbS4ZovIcyt`1kAn(9K}3a} z9{u>=wHp)B$<)M^RCMSvG7->SHo0mJi&NZ1IyV&6@VSsX+ZI|NTR4};7(_3undsk0 z}TKtU*?w94PijW1=F8N%ZsCn{AYLU*9ufNL?YqzagR{JAItq zhJG&Z(*{JMgE_@&^C@tN&k^8$ry7}1QoD9>Dv*F`tcId0`E%y3_b=kIgDXAp7gZ5P*h8E z&z6kkJ5lp`V{vh1bNG0B9=cO{RYU$MPI`c>p{8o4?G>!aLdF&wk4R##>z-Ll}l zwe8cX#DP3&&6d*aD|&r*T%6?a-zEj++*_pD>z4e@qCQu2Cik-63;tA<#*r#kp&`nW zZpRw?&^XuRjmx!bh-B0eH`GS4-M=#v-+RG1eX)M~7$9WpiQ}PE&9-GtENBE5HZ(P; zrh^U+YRKP8MHUf0J~E3%U4%xbZ*FosIXNUJuiID~-&iy-q$mr|eTO@`wZJVK3ggLU zFj^YKvgM|WU7idoRtGVPpms4K`dJ@wPCd9>+MQJ93a46Q5$t9Yfq@CDVDG-A8H5Nq zcg&oc7>}usqk6UefGE0&YcNvW+l!Kh1nHEl9eJbE2<0(s^!7bgj>>i74iFOF4uA?` z8ahM2fdHnTU#3b`9Z5NH?1Wl1;!H{jDTfXT#G9AEg&X}5@7XIrI1-YLyDt2SuI%f? z`a<$g7Zn;~t*t|n;cAYB5L&*7l0pPM5lR9p@=%S`kS(;t+Qhvb`~*YtMD2gaF?_f= z?ktX?Iy!ZAW@6IPNDGZNuq*WuoZF2coDLd6s$(E~2Xo}ZtW*EI)}M)K!p;U+v48&- zwP*m_1~3KSq@rcUKa4xT70@VKHNoDz>I;fAO-+}tHOh6TYQRw7^P3JuqlkLBk=jmE z+C;8B93xA|fF5}fdzO-jHoWmdEC5IT|orE7XDx|gjFb;(hV?JBcL|m7c}HPlt_OI zJ|$>v`-wR9fAGrx7>ruT8U7P3_a)lh-Gz$140CBPB?NNF+@Z z+ZT}{5*W(8R0*~WVKZ63^eC}$TtCBeH(l~JrZzd9NbJh^h$@>o(s^~zwR#EP-0_t; z2)LnqBpjE7?ttEmQoVqp^5+CYrgUt>UXKWVKaM9v0$BUJt)`v7`}F+*U2-4DJ~EQMR6_F~H+%(xq8ic6z9oi- zK3Q)@v|#C^G_1cA>-ueYp|J09nILBajdV5B05}jAD5#7429Qngcv0MzATYLARmE&GJbsA&9VP2sA;QV z5X>rQZa%2o%gKx1Ap5jgFpu+5Yj^q&b7_RG)w}z)(C;S5v7fg6&QaE=8{iXj&4`wG z3xbDPuN~#*zaTNzu(wY2T3TPQP30&fs19>YY}D42)%uH@=}70q^{%}!<@6e}X4bycXZ+P@JY2iEY|mxOZj@%|A!Y6t2!|nQF7@>f1}R0paL1pn z&tY%ys%wys+GQF|blNo`4f7pr=Z~5ViR!i1+C$4Tl*6eRj-yad;OPCxIRPV<1`mEF z{`5Mx+4>2L-;tof_Jd4ZZ|t21XF_64LGDY>vabu+GUb0I)s2m#eJsaAA8bz(P?Tg` zJus~sUgOS-vFmH~(@O#3aWsX)z+fzc*R%H?ksr0E)|dBlpt}lk7+Jagn9~15B%xDm z!5&B8Le6w-`P6((b(KKrco`vjwUjVyl*V;F{`APso$+9NsI5QWnN?&q@>yD2yYq-v zIp#b^qs-lW`mKQD-9$qPoF73C>AXqdl-iVWB)*jBoxASSn(&%)3dO#T{jjAp5jwm3 zqyGk8fZu{dB+{&FHRo{|^4(@WWwBz!1R|Hb*%WS7UEMIZ{g9=JD};j_6T`zA$2sfn z<;IU~G(Em9jYu+cC1>|+jd1Wd`?rMWajyvl6j=3*o+k@0_N?{8~rV$Gryj%EkG_lgSWwtfH5 zPHf;M@FPu0tz4}9U-;)L(UZoPFOjnGFcrJU6-O*+LgQoPo)TIl%A!w48(s0IEI+H- znCW5ly;A0v+VfBj5-;r6;jyqXF>6m_M7OM@4hurYDAXVK$Dg!JKRnV1BkX#jm7ZOT z8jDt+yKAfF}>9b6N|la3B#Hi)Aaqu`zxy#TN*##i<*w^2+?8tvt^3_}LYKqxALryN^%J%t*Gc-epRD zT-JWK=Z1nmpb{d<&KR*tbDJ(Y)k4tcg&y+7JIWJWSKC0(3)s{cMv9A5QB=1U7HSA% zT{wTY8ECX4IVvsvYN98mgkhgwiSpw4v70s+eaaarR$ka9cTV<){y=6b0V^5VU{r)C zno!ByOCGMTOlxn=s(eEd_m#5lV7ivI^u;nHBdcOcSR&s>7aJv55|(xwNos`)Eu3$L zJe@%F4R>a|LENK3n`e4fQb`1MfPfG@8vOgsLx02E#hAfYKPilNSjwpEmRXk#) z`@ow0(V5+2H3%2l^!WydfqT2f%fO%JD-?hd7l(nvp!rjR#9P$X);4ROKCBx|x48x@ z+*X%E!|P?(cYL++RAp)9;EOK|wWEGfYr2 z2@MSm_cm+FZ_~=oCl4qJ6CjkOfnf-02mt-2pv<>2Ne}>I?5DnA`Ffc?^SAPIslv*LPcY)EHz#j=Kw8@Y9HL@Y7#Q8o>H6hKZ zh0dePMOorB)%dzYyMdrx`}b>5-LMgW>H*iPqm3ea z)Ahe4V;|vOdnzs;UkC{|?%!qK<(&oS`uJd-cDPx~hn9=N#s`b%Vo+CCH72YK9 z4%wSlFV)s@|1!g*4{Fr>VqYRuE**O7*5km?JL^Gh{&I8TGj%MBx{NKh zdemTL;rObMUiL%E&C-xUfVf0M7ZK;wf|3hR=U;mi(+$&FWy@CRtlN5}((nu;3 z<3HXDlH`f^WT_`8siNzWveuEdXt1cxIKI-ER+}tVE8$hPb8llUyYd}54A{GoaQHY? zQSo8{my6@H4zllN3LrR4UQ4j!W|qzH`hSuihW^#lwfRzLE2a&krD zb+sFKbtRjayelm;TIM^h{%-&?5&&?$^*sejiae*|fi0()>+8Q8*w&eFi36-_bu~2> zlS%W;f6bWD3@WQ{i@N97P97#4);&U4THmDKIX&;w6Ir<8Y;M3I0Obh;C+R}`_2DRT z(fhbLcJ2=Algatzd)SiOB4U*n1xSigE7EHl;mY?f+?%h~dp0zQ2c~rwYYuZGKERcp zHkN-;&|*XUgd$dt=xM^Nt*e_FKbkjT=5YM&@WJWX$D^!W9IM%C1kZ=X$LlM-(Tv9t zWZ`8}gQ(=j2v^;)L4#`R*Z_Gaj`KfTEwP4)k%J$YUfO&yB+>Xi$hWsUla{t)DI;Z( z)aLfhA8s6#%GRpshhKEYs5(dwW@-IJke1->?3h*hVq{YjFH^T>(Wp?M28l_f;?mB- ztQZP^%U-HVdQ%l1`gc>-mcc|tgcma|-re^v83V80w)>PAsR^U_kR>Lu6fxW{zg*U@ zrHsg*lN~HBI~3f^7CZ;TB6{$8Xgqj7Ow|W|sneHjYaxy=2w6Nqnx4_TH8Un6d`0e> zVQ!jVRTMLstu(Q7&~}VasYm2r{0)bhxuWC%O@y{~B&R1>D%9fh&8r@VTd#xS(n7J& z?T&D>*VrP$$42ui3yls>UtdHZtkGQl`{X|-o7(ruNE1(v2^Z1Ezu2@QsgQIxYAQDb zL9}t&$dSwbYdD{P3gSyfTduH|wb}N{_SNpsUx)>@f`1<##n$4(hy2oL^asU0AZ#w+X z?uj%;T=@rH7M7I`>TFWZcS7=KMRfvZevt=a-aE|2rJV<-vAHw}4Ux^ZHZMfd8ig^7 z<&S^roV>vrZY~((ORjbK*MD?s-&PWurzff)hK!tUZrM$=u?);C7Jn@>C{iQMrw9Z( z*5Kj$O*7SaK-~&62w^IGJniM-8~8bcDe9xgk|>_H3hizMxjM7?dW*J;aT#5=)gYp* znaRm&;7#hhvADK%IbN0nt!63sN}`buET?%@U*_0s-zrV86fC~UW%>LJ4N(FlBr1v5 z$qQgvo#RPn6Ad{|{q_z1sQp_1>9We#;qh{Y4UqDeeeP|b+R1^7XJ;i}qI8gUh3V;9 zAGFM+$C%YS&!k?H0SGw$AV?nVe!k@}A;)zJT)J_9ZxcyO{okqb-|_Oi5D2FPX3R|$ zfcrau!FdMAY)ZJPn{~OrW*3kjh*202st@3>g z?*!l5PXqjzj2;ORA0c&dv+B}&k%bz-kOp2GnPlc|HMj1{q>%<+)Svd$pcQLN}Y{@>f4f<8rB6ygaDzyN0$if zf#_?^r-y?%BHEOeICNrS(vZ^nIq;U@jVv4!n&^rX^6LqudVO013TTLcRB62hO{ujMA!+N-|Z?!3f-==Ij+uB{(~a+kH6Qw> z)fjnst-%T6^Ce|P5-o^Ote<$eAFc>5^E$$Pwa3D0NW;m>1lq!PF>Lf)g2LMra5SQ8|68?Gq?bufStN%LQL`M{ayJ1 zyW@hJ~HEXprv-gv6|>B{z8C~3ok z{g^K~n=+IYn0|L){(x$n`@Nv`quM@>|w&b>z)Dod3|YcE?>mxeaQTBIYpqiR&ML*?Y)-|NuSE1<@L ziXYybdx6!&X(d^wi6-WUc^T{FLxbB|6nnnbxlwOPDxMQ`mD1bdjm*veR6BoI0icjD zMLoZ6WyW61AuiCB%^u+gS)J&avwK9jzk53l4}bIi#_eqPSNuC}?^Ls7rb9@^@{NLH z$jj#kZxe5RIlaoxFoCVw(nbM{IaLM7r)}L|(W7KrKy*rW7UF-tCe#)_uu`N8gZkqG)UQMoNNn?Z%)F8$Syr<^Kw0~ zo!&4~XUm~Y{X3mrKR?}C?HL&!B3mw&Xuq~lz4Y|2)L9<)FSA+Z&`d+P*>>?Sd+~cz z;v~v_BVAPK@zJM{2C0ZBiZi$fK8lmmvHZ~0U1k`+smZ(nyu(ZtRj~r{@}#1MOahN! z83=wlz6#qt=v9PaZoj~wiVvl){IOQvbU1YF{kVVWvFvp&m+7{K2tJ4e4j=g3_N2k6 zB!#)TFWdDMgoR&_OGIsymQ@;F6e}4AJqE2`YA?@n1pfG;xq=pUc}x>4h&bzNY)sL# zGr?oyiZl?Wt~ZiwVlPPbeTSP7N#TLyPz387Z=W^WeHNMmH!-j z{`dTo9vVYR2WHkY1UxZ9oE$oB0(_1xJ+uJ6QoStEVZ9&1fD7jbUblZymQSimk^CuW ztvfF>cno`kJF*F&Dew9Di4dNCa@HM5FRt=y7f<*(kX4UO{$K{$ZcM;nbkJt2bu&0l`}E* z@1EB*H72z;G(0%=z>mtvtk;4D5MuTa8WDvTiUwW&S3(=efXem|Mb!2ORan))=I@HL zM?&lsOg8YD3>hAr&etNu*JP={pWrbaor$`w?M8EWmIwkL zD&>QCqq_Q4sz3qXBX-C|qke1a_ze1|hKUAdH_DWz>6z+v%{Q@Mh)p-%!K?6$d2{*) znv-yiN|{o_O5m z)+e+IKBt#Xt1tfDuF+EVJHXx3tk<>$&6MZk<9O&KB&72yiM)!qk9Acz=J!h^UnWy# zV&e;QMcKRQ&EKP;a*p z#~!85O~ZHisRCnAiX#?lX#zc;{t@5PQ>Fwriyao!uxmo*Oh!EKZ3y(3>TNNdjH3MJ z`os3#ffG#pw(Ai^>+c{tP}{=um%q=Y`rYJ(*@4e6s(!ZWX7o|}t6y;%vAT4SGReO; zXj4%YRX<-?$nzacHb;21`Mz9TlhUT(D@skXaA?IxCpmU~EGf&KTFB8>98JzHEgnObgbOdmSU8H=C2T=%RgCSx=;iMu~6{Bv%EiPVI`a- zB2y`v2_Ll&Sr}-SbGTGQN!X52x$_!mu~ed((H%h7VPI-D`&Vo|BIF|be!?-NCC9xN zbtdjhUH7VWDt){~`7;*xH(@3F39Wxp4opX>b;ZFu%-;!7;9ScWJiI)=;+1Apc+lg+ z@lu<|v43Y)%{vt?*N-N^S3>`#?i>+c`B?#iX;K-F#n~pL6^`xMEh~QmZ(pq}qx+pu ztoF3P18Y+nC)~>xLyS=eWlBj~SxQX}$TYu2#l)bMRTt=&URp}S)I($pJjuCsPGtP( zqG(fTD`zD(3*X~X=Zhq_?)z7h>^<8=39L!K`OT_qER%>+Q=RE6p?l`#;s4{DX}n}X zY2XvctS$JA*t9yX>0ss2vb1Y70K8cUW14-83@SJaV4{$y4bBT0*}HOqDa_J!`Arj-5yJJD5~iG~tTrRK@zhqDS}iO_7n={J=yGTodvx7y zNu&qMo#OT5A`JP{i66_?O0$1pYX0O>u$2|;%U~k;k42eY8@W*lqNdh43GMnY-WsQ1 zlqG_4sTUSU0Q+!dUx_R(t*IHjV_^>l*Sx4AB9%(a>Ak;GQg5p+lfKuf7&N)zES&!L zZn!zDf8n-p{4g|kklFVZs74zYfF=p;u!ZLL^28$z2V>s*?H;uiAV3Pzi2$ zcQqqZcE9c^k$*URCYA%w-G z2*A|vRycFP%K#ce2iVDKU|EJv%O~KBco~zHHVn=3f%ISJHpaLAokw6Xwf?a0@xeXKUuV23?sHiY-aV2DB-=YKu033@7K$Y!IJiXp4C@5G2I2Aw{gV##( z^!`j}!(Qw73&U2g?wd)_6PAXpH$CKTJ^LqNq=e+`>PqbS=$ll660Ug?3|~ytaPQg? zBCF|>V6D0jnIiu9_v)Jy!xNTOJ34`zhhN9a(7@Sa zl*W(OOVu4gRvb_So5LWO-diGBk(l)oI~>xNjniKn&R);=}C8`o~*3Y z?&@c%f>Gh}xxiVk@~W-XgFq$z(?K%3Bn87$doF^KOqKu!uSUKPH@mSEpr-7~b}dQ$ z-D3Tb$Pod5*qhfV2eCL+8CMFI`BBoGWjbs(&GPJTX>iKKLP7iMc z4Otl@QT1(|Ua&bKi6s8b`0CZWgSfp9)KjAJmd`IU&DJ063nAy=JY#=qxYhB<=}!@Z zyD)^Jvx29!IN7_d(|B@|#P~Km(!{}*NygDp(vC3C15($;46nEJBRp*@Y9qLZHMGW@ zWmk>p()?csQJ(tn7`5!mUfW0F*&nfB4O?Pqv)MmYcDu0Lj>W|}{)f>`=MX8cyUbAX z;Uh8Q_hBSYBARR*xR3J4kbV|CzmFB6Gro6d;Z-fEf=3H8R%!WK47yoa|Ms^HbiPi? zc#OID@L3B+Pl-DI@IcV-JH}C4nwJjr;qz~L%X8&Q>T;D>hkSRngPBXrb0-Wp-~oP5 z8WNGKOlYc^ZlzRMIxevqHHdJRBNfdGz`DIL()VFk_1?nQ@ zx~{8={oSzGb2vCRlx8WT{1_{^p6P%Ido<8~siu{LeuB2k?=O6oSEonLRGh5z zb0qNJGfM~3nnScPFyrxJ;$gKJOE{D$?8#UBw z9Dl{JHA?xOaB@v}tiW95Nw6TJg%TXTPEB~d#?HBwfr1S1tj*f z#by`2!b>vqTBWz~KqK_XZ`mt*Fj^4(od#MQ_KXHVu#$Ag^@J;&&0Nrd#>&g~+vuwONWh3v8a| zvKXr5u)$DFk0lL|e};O375Fc)po}oK@rjbs`}B$e0$X$2ty7B$N%ph=+l9-5h^Gtq zJn;aY(LhF}&)*Bnjoh0nf*f_mE?@1SNf1?V)Bxiw3p^}~c;0i-2%&W)S%hnMf}wouVctGoup1)C-kxr zv_z@^9R`GikMat7x>@q<9ILyOzxDVClqmSY-E_$C>1mN?gupkKMrb#e;jw* zgDA^gk~9ffZ*vX}QncU`cjxVIyYHMf1i>gochLt$xiq!Lzc7**w4e*Od(b5U296Hu)?C=@pOZtwJ?U^gT?0f`FU*=BHqB^%};1> zxp{ejD*T>{D|vQS)6mEW2;uU7f=lU?@~76j%BRSNS$P{$eVH_Wehop$Tx@A@>T5LP z?EKe}pK69}V8qOQTISvI)5D{K1f zA*_x^h_XXl*|;7{5s^Ad+W)}9vcvwbqOs3r;9k+z^(XJd#Q690)FBZApU|Fdqt&xbT^?fu z-xR(k6;+DT6O_)^hgbLLx{>Kx2a|euQ);ABkH_*ZTxKbUuO$te~lzKnJd|)RY-r>@;H}oxi9n6Y30HqbGb2+vblLt zTk)sAi2%X9eK@zK#z0pKFY(ivOg|M>Ed^I{P{8YWbI#ZNqa?0JqA)(34$fay3=HIL z!g6DMSx^Pq$n2L zm3pF6=?={%Ec^-+(@{gzwL*GGW4K!$pTUf9Wu2Gw7)+QIml0W%({M3T=7I-DaH^x< z<79nf93c_1GKc@6Uc$*fEa!cTEgpg;)`T_I#6gtUo3-pVXPz`vqHgNpw5}bzQECr9yd2KcmtM(t>@NivG(vz5l7>E;yy@Av@Y9)Uf zntx5M7Ao21SF;4YwILU;i&Tfe{g%gcOyjnSyME&=j-3nR|B{7@oO~SQQ{nO7hlD}^Xlz*OyiIGe`4r326A;$p=~pcxh`TH$&)+Ffdb=w?aIafG@qSExmL`zo*gFPNGHl(w`#m{S%8= zbvyDNmhm~+2l*o>->}@1z9(^Yo2miANe319V-~n$mcZ%j*dDuAJv%;$5I3)n1WNhr z0+|GfVfEwVnVuS0AZD=KC_s9<5@;(quzfl$ZP~4IQu=5}CKeMrdDIvf=@-H0k>Iz~ zuO=3Qo{+ho#j7lgTT+;m8C4QiZhtn6!+uG?gf5eEGS#Z;RWOjA7C^;XJ9D=T?!6y& z6@1sAl-biykIprF!vV*LsCU>^M^E2)3=3vqd*hRK#8{M^%M zB5`mEEB{1^L~|oH<=E6ww4#8#lSF|;#JOC?xaS_h6yh(GpdT%q_a)zgT9D|+Yk&_Q zP*pIB^yB9^x-z`&(;{G`s(?=$Sa+TK)c3*Q`1)PV1KXf>L@|f!h>q2POJ|Qt+RCnZ z+P=z+>Ownu&IBaCnGg$GOx~Fty5|G?p&R`Rz134UH{dw9c|7)20B2C>G{p(0yct?X zYJA6Fs@W|*a_UN6>|b^5T{Qeg+`z=r<^NH2R#86Vm6I;Fe2 zLqd>7knV1g+;m8%bR*q$*8b1;kMo@i#t<&NU~JY}?>pywX0yAk6oaY@w()vbm9qzu z)I=OSWfR30(82?Ss6iRUpvV%==PT|Z>EU+x``e&J+t!!|Vf~-~H46cg!sq{JNZBIFxWFL^W%~keAZV5SS1xo$(UP`gZv)e%qI25vL#`tu zH8nK*111Zrz1rJUHTwlZLd1ztb@|=d0y6n0!#q=()A0k1xiZimGwr(I&N|~CH7W3#p_>f?vtWF)tFyo|i@*K-HQLNrWsJ`^}-xsn)N8u{+l+AMi zynPqMQ3WA5W%ESVIyR}w3h9L4-Xk+3S!Cc#tMU>wL0k(?rK|bdOnmaumMB1Ot0TD% zJhfD3RlRK3Ct6@(ikZ=@(8P>#BRJC@N?zPU`nNskO9=e5*&EY^xVaB2iuZ1oeLJGK zi3q=a6=`~xVx!8k#!ss4veQ;nmQS0r#3)L^OBXuDj)LeL@YCO)N>X(3bYbj=Hm&_J zExuaJ!Q97nw^ZvC3&~q;dxE7R2`pt($;tQ%=^#;ZzE6>A2Ob_fCS11M-PnU)GkC1l zsjIynHr&4#W*OdfOGk!Flp22>5SJ8(%calRmAv#IYl$RkMe)azF!Wk{?BBz3@a+3) zNhq6WN2~C~mNPvwUmg$P#nZdsp=H_Ff>feTOx;07?tq2xPk2E?-{pVO7`rq(5X;kS zAs$XC!sbjEi{nddBI49&iDOD|Ib)@kN+=4D)_JxQa1%un)jv0Ci?y+iV=>LS)aR8% z#+aJ6Eyg(yYP6=D@$(k1Z3Ppz=M3!ID_d(e#zy)*z~;x{roOmg#7xgF>@PGDnd9U7 zfN4%AvGy!nYBUzX8KwB*Yq^crJ_FUQI%e_hyT z8{mMx!vt5hxhTH9gZ_afVVB`eiT_+zCp<0DqxYXGe*z_5mIxSE^g%RtABXgQxgq96 zy!J63MDP~! zJ~zRXC}Z-Zj`Y5~;WZZcGj=H>w^{nr*F&+GhD1&x(@%+oBdgwqFD@0|xS%6|V&YNT zFAPk`;9KA#rI`0Sp4y|D%ztYdfhBt;gb;6=XrYdW9LbxV(_2jO~ z>&RyAgoE6xhX2o!R%^t3P`p_+J0E{qz?TZ8BdQ|4ytk`qcMZqZ?Q8aYP-(~GYTg`( z$ZNm>P6^#Bf>>v}Ep?r5PgPO(A%A^hB|2Yo)#|^T^)tUuqH5O-uAc1=Uyk*Goz~%c zu3BE<0mo>P{P!#m!X&yVQb+!*52##xe*F9V7U05In^s@iwqI&M+u~$p2mL~BXnOqU zfad^O=OTE2SPL9;(8?~Tabew=Uq)J*f|D~*Gzi`S>JxE4Sv_uT+8Mssn;aM#+8B6~ zz1i6D$O72If8FB$%R7g7N-i#qi3cvJXCydLk-|xb^AX;2Kngtv|24Q$H38P^_V$(_ zMlxD*L+kx`y+wV}qRl1*ay@qiz^w`0T}|MuvmsOZZLY(_lnMg8Z56_ zP6_u%T=4ijg<2W5>;{;@PL3gWbT?-ooj$%z$}RFRzDC8BSj#3>JncJOo>EZ~m*c3Q z6N=|2O~@Tzbv*ks!$swiIhiS&j`j_g@3Glf?JvxkbbA&}?YkU1QcI`s{R7YbSmM63 z{p!sbuBtO}LQ8y<`$ZLphDlcUw8YebKI@7#z-Y|@0yS6&GYLO@1p|s8ze~w`A6ZSt ztW%}j`D?D+OZRNkf1AU5=eT+_D_GYFxNpP%>K*6Lr*=-ZqAk^Vav#Xa-98SdMw8)= z`j8*e=#YlsqwP7sqc>`N=H;d+edrt{YR#-197;{j8tv)~YBm|CXi(R1{CjsvT72M` zmpAr~VD4AuB=y?CA5v3@$5cxUX&)Ys)EF1H!S#1@xmLu!eaF+oSW?{S+4CWp#QwOr zQJG&VGh`7n*g=U%+Ap5*{_xp{yy;Ms`>55WBrR@AFM`rIktPNXDjjaLow8GQ7qsQ7$n3fB#iat7b7ytbx-#b*w zulr+E{F~X!V=tV6y6I{@X7uVWzb01xS-Wyy7@)q&7$4na3JuIdYNz1PC3o%n(nmvA z(^?Sv1r1H`e#oHaIn~@Ei3W6*0CvPZ-pU~gM4bV9W+a2^S99Q>CKD6o&LhVS2ZRC! z5}!i?{%nkTdiaMTI4rwTWK2v67_qYO9DFP|Ost{wQjx-DSo@(yT%sBI@x5 z-o(EqmYeL0>0!|g{}okKEC8*UVQV{iiNyMP+HqBPH_PQ<4xr@21IG_;l0D`>UZ_Jb zPsU8!YUB;|sPkDeo$B55B7RiA)zh7TgO`$WSg;WuHl&rei+fwJyUX#f62CP zVqYnPJL7*?$ADc4I5trJy>0UrK2;#!#+68-Owgm)Qo?YF3b_)Q_ctbh5nnqWJs`O5 zh`96CIhxSt$!0$9`ytk*qt-J5g!;~0iA>92ye)Y@zGZKK+bNvHxcZM?CG2`On41z(s_1+>SmCg|BkmQ^993SfMWe05}Gdf8B#jQC`F2 zJzdOBt2g$?Sx;uhOjC%`5i z5(BlHr7dYdfY8!c6E9y@3>oRG6>vQPr|PDpR4rH<(Y||U(h$*Y+dsB5F_P|uC;rO% z04+cN;rw?1*};?T0#`!UgJ|_HvZgm_BNpP-)GWwwAnH_T{o7g2l-3vrXTtK=%9qPl z^n}Cm;qg#RcGuk>=&MB#p3b6P*w&Ug%3CGWy`_wFY>VYgEB$tr>x`7%2vNUO})2Q zt-hhArRn=)ef<)ruOLcI?W3Zyv0v2wZfVh=uqdDLUE8mCBgpDdD_)(i=;tOGu_l@B z?CoJgZBKqT-#Z3@k`njJ+^CbjtnGQZH`ItPiDg}wH5*zXPsw=r9OW#_2^5I((lUl0 zWRZIn6dpWgS*?y-Z3*8cFccS?Kl1q8yW^RC#4-D5=yVsN1n=_sgn_o8aB`zmHJfVh>S5a-T(Y8!8wh5m(LQ%@S8ouA85;pU^r}82 z#ZE4G{?hZyg~hyqdWh2LGiiRUu~RG79u+;N^Ha91vzuLT)`!IkXP0=?nSXlA4AZ&& z{lRdNL`1+cDvyWsQ=BoW^kuJTBt_0(oY+APMH0D0PJ~5Je0x22kpx~jS=@UCT;$d? z9>+iULm;mBkMw<(G7^%Bl*B8U!|4XQ4d>t)Jc?J5e61+CJvj_@^8E!-{6P~jF?D5n zQH5owFU(bO05Bu?UE14Hp(zjfpHkKn63r*|&db@zQ=L07-D<*C3KJmV2R?8;q+#)p zEyJlM!XJx&m1i{KX8nAF**A;sMGu8UW`ydkubrlCPTsozz?xv7n8(eC!Dey6p7CUJ ziLvb2^9z>k_@?m7NKIYcqDvfJQZlz7L3fazrhF&7ys5aXWc4y8n=%@ELdtwiz4)|0 zvujjEN*v-EtMNv`MM1nzg6fKTIXQ1y)a47TdSq9CZJ@3{7A@^C12au&b1D#fNnIeR z>>q$!`gz>q;{p6cNo#_i4`F9KhZmbvd=>eUbZ@rOpR!R(-Ki`GZ?_^957jnA|4fz` zlA@yZ3Cc{E1!Fu{;gxweEA7THNWi3vNpM&m5_vDj+C%KvFMF=|V(!n%mqO_1$a25` zB#8Lr;Y-{Q!|wFfKGhOwr<01#Hbzdkm%&pVlEKxk{C#%O_Kt`^MMe>0i9}7}#ziHN z{H_rtQQBLkqI^G@O=WKSYT3Mfy4x}xK`a_s<}jf`8PoF5Pv?ha&%q$)rjRJN=cxW| zZEc-LQ|89`lL3zIjSWlP#@L_M6-b^WqL_#%C>w9y-y)4YooDabHNm7z&5uF7<-m)l zn+`Niz5-dI$d8v~6d$eaw(RxvAi@`nc)*k^!;bJexF=OUNdj%%saqtv#(wcZ2?RO}L}AHH`7O)q*ObG{M@g>7v# z&OJW%B-DP5W0VN{X9*38lNq_3XuRh%K%Z$ypg9GrvTBcWGpIA%%8F4gnR%@Xg^fnA zABFg_^T_oal)?dcng={!Qjhsw)z;!4(rkDN(Ar-OOj;Rira1B)^82f5`Zr-1ui5^k7JS4MadKr_MJ3`22hA%KGT0Il5>SV@ z6q!dbNJJ%NKOUMd`Q9IW9}((pqx_J;qM)DvCHH`+Q7xz%gKA2hpFi)8|JdBwahlb0 zi_gwh(%09|o^8mbw^?aRg&Oa`g~Q?YPnXR1#<1_YoAmB)1fauxk78{Jhebe#IxDQK zL1E?jK zR?Y9(rL_nm9(t?9Bi6AV%A487wfCw`bITktJZ#l#PmM+Q8@dh!#*NR*i^9O8!@>VH zzR+y=vyTiCnA%P!s*ORJ6*4i=%}9a5gV`hrO1ozFh^E=(^`y4O(MkbJL z^SCLkbU(_CV&8KXg8TTF%e-|AL`hggGklQ`+6C(=gS2&6P9>?qOC0pBS#99{64V;0 zn?ofcQDpqW11}*Vn(|xSG@X8;+!}|6;cK4B`K}JF{2()}(;Ts2b8v$Z4!lXgH-Hjkjgsa{^uN1L?rI7pClHyXkx zTdWBI{ywmsKL&bZP1gsqbpCI+QLh-TB{!2&iz5Gu3bxl`7^<-artErqYo&;)*;d+; zML9VVeEa&_h3ON=R{iWtad{A3>aWtI-%A!g=mt$>-DO&O8I%v;S$B4LI6w7{q^-`5 z+;6Tr2)xq_CssQx?&1sT@|J3%WobF=oKc58%1+-M|lPvB9+_8 z2!|#UGz^8TB`nQO;C`YQ_}cmC@+f!y5hFthJ-F`4SW3&F!a4O9p>&wEs8VZii=~V(&I%O9=6%NHZZ*xhFXxX$muj+mlJMIG z7`bwvpOiQ7<4HFNI99`Q_TTY{92e7i{nYu;SMg00B^Z|BrC|}0RLn~0hb_2ySK-)X z@5pqroj4{_;qu=^~u5GorI;tyvyIafM#AZ@9pFqt%7O(gps(7$VRwGJc0;6nx<)HG-KrW#L!edgi%4lP zFC6M!vK6>Y2y1FMU(UK}W|J*vnGzt?+_Fc`s}SEy_%L4He`w#pK8cIhhFUW$cOZM~ z-bk9)-7(sbn7x5%%2g~@MNEx#phwVxm};6G%dX0mOaFCgvn$a=G#xXJho@pgFg)=0 zpOYT{yGAnp;3bGR2c2$|O)!4`Ig#><*0R3*2+=|j)qIrc21a~452SKPO!u}(0{^{r z{cCl~RoVC$ zw?AKp88tFi(g{9ZUqX`+Y?pcB5Zo3o3yPKy8DBddnv7qd?((+kE?v%>Gr#w&gP03T z^xjYBHJNO3g<5>7YZmsX@@lVh7n~Ey@=pr0v_(*P{g*9BJ4UOt_vggt8LPL}b>HiV zwtG-FVyoqXX4VdtvOVw7T|jrrStkNHyZI=IZPOZjWMm}N1Oe?hZn{~If|gzO?@N4~ zC6!RV0X@s^;Cl(MqLU7e{}8*Ki1Y1%vLwK7 z4B-h(SyfIuibjDym(a0tJK6wzU)SrX9*krFCh;5840wR#6Nu%CI3+)7fuaL|kp&~% ze5)JVnBX~TBEYXh7mVib@8|v02BkzXp^ZBLM2&HG3vC_%jOjjLWGBZK5BV=$EH~&s zMhz!`yc{qwT50nDCPNH=U{8lu%$z~1M6IS7q23apwlR7yzZ_py4eKRBo#K1>mkI;_ zP@XIO_HdA?*>y`+_>0q-1%yRLx7O%YzG~rF;#=dpt+}a`+C&YO_0wC}fNu@>vAn2e zpPfHj;ng#q{P^TYcIbzrsFF*;PE8#|NJuCsV2z)hDL4R5Zed}EmyI;lwJm9x)6)+| zkDef4)9iJm{p9|18+^du%b*u@d9?L(S)d@)BL@z}_nCgazhQrIzIqFe7+5%EuvSv6 zd~HlF8q6OC+c+jAtFs?|{AaD0H!$C3U)I!`={@LSPkGHup<8&+xVzE%vzJWw0dTAx zVR;XxZ4r)sR@?h+p=`L81-a6wtOb_we9<@E|Wwh#yf#?_E<% z)~X}<0=NV;`B|zVH!~9z<_!9K$KM^YBpr-w;ZXH+!r+|ciRduu{a9s^-KUk|xH z>L}wjkVr#}$RMw2E7w%ohv$AGG#G0>c$3-OfZ* zE881k?4ow0CuKT>6}s=7;mYU#J4qcUZ|H4tdzn>B*RlId%+=Ks|As;sQ~W0Ee2Dg! zeM$=usQdmrDxlUt^Oli01J`)xk(!oyn5_U#BnsQrv=YMq3C6N&s`Nz=0*2Xah29bO z4@pkk!qxz!;^QC64^&j&C~|Y05ff_!!=!EK-|*7f+pZ;=)=*JRGzz?qTp-))SQz?a zO(CBWM&iM1G&Bl0k zwe%j0anU(JtGsE9V+Ni>j(>GZ%Ag|5_rSX}yY7ea-AbzvzTm zY0hf0H_XD!cBt84?6-|eIEOA}T-N2bRMBtWd>Y@{k8`E&$G_u)qaKlPT~f%ru8xL9 z_@1miy0?wGQj#rxJ}!ZJmGyc3AI5~7@Nmg$91)LIii$+x#{p^?i)ltzejUx638$9% z?&5{4y}_3CMA|`Z?UR11*uK9pL0N&FKDNX=gj7W~mOrX~Wp#yy#{M-e6j{XP zuqsDj7>x;{Su$f2wq}BFOs6SNM(qAVWd7Ujwa}PD68LvugtCY zq}mQ<@@mp+xOM_PD%5d;U7&dBodbq&zvU-$o!Pk~!FmtQj!d3>$W=}5$=NTTwnhWU z*z}XvSFKW0O&jL;yOqq;hZ|FW$$=OOe~H50y(ol-b7Tqj4dN+I`}X|YKw?nU(w2VH zl4)37{czBQLbxsvVD^`2SexZkPge!E_iu-GJDGQleDSobPx|V3js_J#xoQFB=qG3c6p+oOK3u{6XR=b_^t5%(H!x!PMgj)s&(P9s--1 zR*u)a0Pz#_cNzmXA9SL6c-VP=EFE+064Ga=&4QtrHLL*kjOhyL?vLY?`6-55v4@`WHTi-s_n2n^p zxQ1X-j)t;;22-bP`4s@qcEaa^&&$d22TsKxP@@(GHKw;*q6v)a_2 z9&txU$6v>}|FulSTK^mVzt>ffS_v73H7I%e4dpK_ANxWoeJ`2*bv*lm$ngTYsM;*9 zk)8~DIs+2+N91jL!x<~B27Ai)I^fX1IzFx*fhFcu`Li^9Y(BDYxkDbjqRRzOM?CM< zC0RQpk-6L%eskkLwn1Gdo;LPW-etFL=r~)mKW)VdCetW*v|J#xZ=G&1GclX^STd;S zSfzBUD;&PNCE%=4O-&XGX--WgUH^I2Vpm$W*}E*H>h|b4h|94M_~Mb4T3S1@CK=z+ z*w_n=s?GC+ViuLyweQ7%o2XaEzk?eETi!QU^+Z$95*)e8LU)ezYKfRVcfclm z43dO3j2=x*1z*53s69o&KGY`W-vBdQi4u7s}2g;Pf`r7Fr~q-?GRJ^65pTG zf@?|b<8PPSTW`-Z8s18M1y>Uqw`ihiO4h@etA?y(@?H;*c&_<20vE>UyOkit&i&ae z{U1KrJ83oLZKEM&h*R@u(Q@pZ43-o{Ua{4Bi@9DNaH79+-hNc(OmMT7?H9DsAXqs)y7;cclhW{G!c2zJWutl0r%H}kdvwN zrsf=f<8DcZkF5kd%OWjaZ!Q%vOcy9BEa-80x#M5&ybp^kxu)>U4sh(&G`Y+RpYh9WLfQMr z|E3{Z(uK(J<}&BJl|$B+SAj|60#nR`rZ{XdRboe}x*#I9PfuOq!DB0_eE3!Kb@SKS z+`zg{2en`nlL0K?fHXS5%tYpE=ReGq4$%lQsy*#bF*v)|s^#BDd2H=#ZHW0n?o=yL zW?pq~j960w!xoj#c5`Bn5=KRr6FVeY$Q!gGkMiWiCpHhM*|`ZNU-GJYm{IsF}}$AU_F z3?u8m6oSDYH6MSHi?#D-?jpV1w+~1g!B$D%U3oJEQYtp|V?X6%KRDdaiSm0%u8jU( zD34xfd08vlQ#A2Wr<4wferD8+I0!a&;~Q;VZe*hV>&V=Xnk$W~I1lJ{8>SIx`%K|) z?|Z)~R;FlFBBVo(v8VP=PnOPTup4b}ql>bK7T8=1OVlJz7|U zZa@`F#MjeY1Hx%-WQr&eH`?t#+inTF-TYz~54tzb;B*5dkT~CcA>92NhG>--_9t;H zv9MG$qUFshfnMb)n0I1kF6MO|G4)v1Rjxu>aLPz<@5RSMyA^bx`RaB7nT8eR!12Vd}NwB%?TGHPa*6OgNV zl34_szvy6mYH|HXz#aKlJ~dDu(AQtF1yT4bmVYR`8rxZqrc>nMb*QVx0>je`U=H{6 zV$FULW)8y;G>*A*^^F0MI1-D&<**M932tJSw0WZm2z8$?r}Tpr6LyJ~Oeg71q=wY;KxhV`Gml zI57QxEDVqT^)XUwVnR8!VDXvdbEQ?M%~IKRhMY?e4>uGPZ^1J;PFpYYDX=-PNFsj6 zY|KnV9Ij)3yX@r&z`6nRNE_f!eZN0FVbW~gj*Bq-yUBF`3$Mrb=Lis0#Wzym|8gUw!fgavwbfkQ4QW`rKztQ()|9-jefBXb(r`a z0HrBK!@!>0crX1jQ;4f$#7RhO&d*sbJBTL}$5c0}Pay6gMSQRuvZH6&`d4i%kaD^H zaQbC3dt+XR%ocQ+z9~?8&s05kO?e_4JAnn&iQo%HP+T7idiRkyZwk4_GT$d!Oqyls z_UWgw|bek){$E08{9`BiaZdel%&7u#W9x-Fq602$@2-k;fK!2lOB64K@PZA1zU z3yGrT*nM}{z)~^^>OZS7l#(_dCLmN&sNzWE;W=+}KNZg@t54@GGfpT#-U_N9%3ferF^2jn?$>munQbr$uJz{`sZfut;p9JrNeF=3jBxE zr9lFIF70pNn8sMnRW%zcVG{L6GL!>GY2D(8A+aTlw%YA!3bVT1Np)NWKl4vPG*9!B z_MjJtg$w#-XxL%$68yF*HuF&Bs2PO798l^567y6Qdj$c163{|P(Jhwme^)j94*yAy zJ2RVzPaH!`*siVM5fvku9`^mj-6~SBpMz_Wd(-4O)aNWLxG;p1D*TOd(uzoc2QLTj zMV?F0#y69v<4MNYBrk^|lHG38-`&aUEDtXC_tHijkuBxV{R)Uz>WKef)rfsNAKWzH z_+WTEW0u_9dEOJ-uFl?0Q1sL9bK!R1yf{^HyTiuvb#dlAK61|vosoQDrdvd@a73}I zJe&fsT6^{ed!9#@AVduIA_zL^eENl=8X3_eCjyd|xV+sN25+^5`zV^Ru?Qv1*PFPB z5PeseY-&F}Ns)i&PXEZE01OiB#E(Cbhb>3ylHrux;3-;lQEk*~^_?;TjCi0Q zq4FX`&7C62pg$S~9Y@PU>lq|~Wtnx}{_Y3HECEbv>6ZFW&yIa3@(?NH2&}8q0;ZoZMVf!KN=NL05f-*q*9vX7=akyC)%Ig-y^`* zf96|K)pie(uz(A4BMnymEGHd*TGVW%6ggG^SpCneiLfBv1lA2;jc8h_?fLsti1d6U z-StuPwaR-m+fS-Hw8;$o(DKh#!p4Fk_g!L`9;_%m3SaEx zjuwxhK<13dbzap zW`|3w282}JfWMY!$LBjvfKQc)a;eTz>#ic4`) z2<#jfYQpWwCY%wT^23*-cQmL^&d5?GYFv;?Bog*(r3&)I*O0q+&VavwLCZq3poTD*v|ciqC(Zx*tafc zn;8T`k=9a~NvjcPANW6B3MU73d|4QpeQhhT9Wz7plbx{B3H8UV6Cn2bwtfOugWgA+ zH?9uus7udow|aEI$q0BC5#aL80ClK<19)erFonI|kpduvfQxZjPG-E>9}jgxLNQX% z;BedZir3%Pp+(+Ku&!*rTCfJTN8_m?WoF%`uN|Q2bjkaC1YC_OA3ur!#?&e~IWUkA zf;A;DH8xSKk;z63EC#N67u6OVd@m3g0Mk+?O|M`tIeE z+BIHDTq7)E8B)>q8OuwPM~^KM=KQf1$5)Cqb~ih|KV-uD%iEhu)&ohGU*dP9sSjBr zQEI>{ul+nz(oFZ|y|op>S>IYW;PkOONK(ttp?u4K`3ZGpq@citF=Nd_JpTP~+VmLj z3@j2|IO9=rWM$^rouguX(pw=Rq220*F|YgQd$CWDw9oekQJg;i;%RKbR>)V_SI|Qb z4v3Y}%lZ<*v@pS0lYw?Bb1pphSa1Q&dB*P7r3;)DUQhjsr{NTcf?OUPSp1~dc5@=` zZL#VsI`5`FzNQFOL3)XDrZT5xB9*6tWqjz2FkS@rXZ>N%V4)HLkocw$$%9C}Qp;GW zb?x)2qly$!MKDD;!Zt2{=AMz{3f&Y^;38}5^Gfch)lix~v`kMxu zwYvvzZAN*nI+9JPJcG-^4UUoBPabPacgOP;*{K$r@uju)tvFx1z1$l4RVg@FKMZ}F z3`Cg+HqpxS?YBU~)4ZFID${Af4U!B3^O~(0of9XggJ(N*%7lufGCD+m(BZzS2VAE) zrpN5?9&VK84ONv$I%+AR%Y~vEiljKO^YSko1FAJiSt+#uD}D_9`qgdKZXHc(9(xh@ zVOax}47Pq_SW^>?q%?1}^{N!A`qf3z(C;GpuU4I(Q1)-gvafeC%IBwl2P9~SP`vXd zJAvUzNsdF0lCF8__$pj7r@zxNaO1=&{jfBPXjmJX_MWokCy*_L!Z>Pm~aT!b;iC z;;;m5PsVUK;w}m)#W8UZ^IAhf&A){d$Rhb7f<$n&(!sgZ)Kq~9Jk>fO+6odWyic6E ztSi1-cr{Lr?1lVqO~3spT31HJ5lx>o7PKj}UL+95V;~~MTlvjzaq7^1!SnW4*1v4M z;))VL^a*s>fc%&|7+?EsMB<-|(VeZ&5x}9NWL}ROwN(bGvCoVJjiTFsI)lJS*Ursd z_Rb@LI@?E5T_MJRFHhwMJ{)+*{J@t0%)S*1ZmkI(A|dVA@2nzf#gDUU#8_H%8JtI4 zwij`W`=^f$@-2nZe@kULV=Lo2) z;4k5o3*WcIQ8B@pMv9V5_rwUKfdP=}=-fM3o*MTb*`Q?O!S758#(ujyEU@Q!*x(^Q z`%Zx!Ms4 z*p)b8%xkhW8z*zc_1uoX@8IRageMD`rms(pAYi@&`D5R1sC|*leH8`@5wvaDqg&tD zC@wDUG^;hN*6be{c^n`b#B2vYU+Nhv8#Hz$VZBz(}NqQ}E2 z#DPCklNldCc89Dh+a*6N%E|wK4v;b0|1fWbSW}|vt!Ewgrx;}Aj_dTYzIy6%9|zQB2`vCUn^g5FP#2P-Im?FzL~$}lj1l=Ejm zb^}I>JN1;$4Ck`tGyX?3TI(3uf@AT6VoO3T-*q_g{W%J#zvGluJfaC+Y->8vjb2>k zmeGUh4h`xcr=+D_C15LKHtq9QqL=<68u9D6EY61~ z{X-rgo^Su#V2b`Ym0O2@{TNJXS-9O%MpD}Fp!5s7jpIw@>Dm&OJ$I0Bm!Lp8KM zN*8@E5LY~}L}A_iRI*S3cR&m{4s)N9LX~l1x);X}8Un2a=2k?jbtjt3hAz`m47Y!j z*0@{mpdY&8Re#Zr!uEnIPPT|9;*1<*`z6O-j5N7lok4L*@s{JAhpn7&+!o(@x86Iwpi`o6l!e{8M!b3>@%KyhM%s-~s}luC$;h+sL>hwi}~ zBq2CV%OatmV2)-TEy?4;fdVZk3O15jsz_F;aC9waVk>vh%vj8l0m+QB7#{`jqY1G* zuMTXfmx!Yj|)O?_t-eshdv%!lV!H zazlmT$8O#zllzgX-)g_Coc;HVA&$i@y@&D@p7m8{_Mg*2>)A8lZ4|XGQ7?A4*;fPj zwVK&?l}SA0>b(oTh;RLu@4`pI z#l?k5Mix77^Az{GGI)0&joaG3bs3d-Mz!bp%h&AevHy{)KnegfRNXnJ-76Vdq#XZn z`|HCC#bN%q#tJ!h!V@z=xIkpC7E64EeOT-~1UfSw5w?AA7QMj4fkzZx;TM5lL4PqP#E znE4l1FI;sUISwjYB148!RF|f3Pqgw!`VJdc)-R)2_w9}MVy+Mtl>nLo^b-I@1?DMd zzxm`##E*sRW%9nQ;Pc)mx}|@D99^?#zFN3!r0@Hpi!`42TE4xB`>FDW%4ublE&NaO zcri^~Zm^Wb#@VgrCzUR6u)V;Rr!zA%VYmMMqM)!4XHm|6FgRZR3lk6AzTi{iSgU~e z5ktdTRm_JUxXPI9a;;zW1b)Ohi$BWbUAru_R(=NN&WDF6w(s1ZUx0UhYecKb;1Ris zxj_^K8uEVhnH~a03l-wa*%4VP&d%TFUPKmFN6yaSapN3z@~C+T+An85;pXR&RuJ=` zMrjO9Gil_wY4fq&Vz$~;b9tbVSX-@YPP)QLgvdmGIN+v;!bTV4Br7E?%jtwnFTm>N zGJJSpA|Y~c9);|jD;`>%sv0xB*_VG8N8WSU)j={PJv>Wd9@&!gz7;|tu7KQPdtbkl z&i4;sNeFOBN4}B!O21P$v?no&=J5BzM_o6_*ZI!p%xWnb?4x8e--V;oXk;5>sQv|Q z5+OE6L{Cc1IftU8RZM+$D>C=_C>sssB+Hoi?L^ zJ#0=EucWB?D7FT^d%)|ic(ez^dxeKJqF7G&7F15uL ziY9)&GrARaTxKeIL9NTT4-pdoahswRfAccC8r_&);60s z4j6(;h=9paJJ>xlQx&~~!U_y`mHO_KX}(QX7h!md`xZ5X;p5Bx6LkqKGgKzDO+``` zdJ#tYFO2L#^`O3lnlA2a+4m^zuOBhL;>P<8rw&iIGg*G zCf>tCbZo5Us{9GAzg0l{K%{~6;&%{-!a4C^b)+xwmYsD{MRSR(L-PpuMsSbRZnUbLq3LabqFIWvh0al z|H#LK>uM1beYwjwF(n?VDkV}XcZtYSNzrsoDfLu0qQ}e^R41vz?K#-aYEEuqrF>?JpEo@%K~wWc(9Do4Z? z44UN)n;Cn}VS z+zT;rW*H(bcvu-jGZ5HgF~<~d&a|CM6Rwbok-xx2EBQ6E_rY3j%*2T-1}ASm*fK{% zGZIVm!XTUfTV!;&J;hfi#N?timc8$u2eNv zK=AQmQa*z(erjq;`1y#U?%^E}x?TdYZ*EYNNSW>T^lk$Z_dFW=_yq?azi%ho zZ}d;T-0gwEvn+6ER34P5F~Xw}^?*in0v;OzD5)1j+*UznK#Djf?rQ0G_A{mhX<2AFG$9!_bcP|==NlhvtA#_yocH{sB0Ybej4+rN&+mf^Fv@RGOENO#l$?mcXB)JRs zlBKHK7WpB03g^l(OzWVY?awQ{Xj zD@m1Jry$g>uD!k+q4&hQVTE@Y`|Wk#d>9jWU8{~xNpGOCJjZ5t2;B&55$C6!RRySux)Q@RACq*J=38|m(nR=PW- zzGt6ve!SmWx@0evnPJ1+b6@G^*Xqd*1x6n-F^0Pjc8|B_)K${A(#B`6%WyPC&lg|j z!C|2vN{+&Qe4S4RWl-EH<+MPuo5(A6omE)o?HhC*wW5N75XS>cM!0opaox4Ke7hNU z;~?zk7j{?6yWZ=1;~N`r>~gvQ)c77_vjUa-+3=N_w1wQz+3xS%zfKKC_k=lbp8Zv6 zY^Z4~4hI=3zcqD)t+dIrS z-+Ba0x8)AsLrpxqHqRldy>TU^IpW!4KfQx;Vym=Aqgd)zp=Mh)(HLrUS@8gPg(Y-L zH=Si-2NKvG5&!1Et425Ic=>(CAH^tPO*9JlFOh$iU<5LzM4HsXK#{#lnf!<})sMRx zzE?j>zj+VD($KW9w_8-7KgmE}uyc#l>$}sF5%xJYzi_S2zptvwVf>MmI^+-iI8MHL zZS?kSAZ@(QB~h?^hV*JAR^8F+^5*aHVX0A23e7>eiJ07EFzmCjvGIEk=sX+T6_=xU z=XHy04a#W{Uf-3rWn7^Nx*VN6g(G(g#&~j&hS=OXvoBzdc^#55JH8-SOt)faxP!Jl zE=8ZfyC#p>9oE4@X|KB5p%%3~{F&5*_K2?Yf&0q{N9e%fFK#?htff!5P9N2kE2Kn0 zVh7lU0SG+n+2&Kn{4PkamrEv^UM@rnQ?X2RHt$OgJmmYDpe6jb5>aBki{5SAE6$Wl z6^%M_Z-%mPR@|ZJnB10nPJzdHqU-_bv>_xf=%a(IejykUc^npz8+n<1*A_|6lwYV# zI$r~W(f&R+sAFc>E@%ep4SYEZAHRkTKx>gxJZ&Bg14^K8nX6T&Ef8F-w@>D?ovWk7`@I#tOw{lit;l+fH z&U80T{i}1kmBG!KCp!<{Rpa?gp1y4ozu%6sF|slybLX3nZZp(CMoi3?ad=rJNI@k2 zy*!6tzUWK6w{E9>sGGCg)8d3*|2Hz>ru&`rMNk^Zpk8@26Vh*0&*uN^gN}i5f7bKP zk&Dn~u_gpkY=xum69@T|O8R@o6gO9I=SPTK0Z>|Pp#Nii-w|*&z(of9Wb9yRnXk|u zDE9M-1#8joYD2^CyIu5@Z?(TD-c2Yn9%xFJo}B2`A$o)Plf7wvFtBMpJQWUq4aRR>sdyEkWFG)Y|0oml6cW$?$8AH9LBg~sPhYOdD?cR_qhh*O~ zXwVappbb<-{-fFQQXX6rrz=A}x`Y=dNwNLKN^M$9a{DVvIQw%}-?w%y{^bg~)8NGmG8rGJ!VfMrw6OTK6UPITD{$+`L7cgY5i>w;UU(e7tlO{uN2Cb0 zkx^SZ_|Bp8!v`l!u9nY>jjlGaQX2+r$HiaOLolGtTDuiN)It# zTdA;}hrVi4w)w?udB6Mo1SP@4$y-)78BYHxzSnX=VAeHS7UU=x z+fz{)%6<8>Wh3!*I#&_FgR0ZR)7q43A?76zJ3B@rGsvwyQTd?x1-mN7$((Bj)Ka!) z8x>d54Y%-2x)$Y)izduS0{w3EY79(qictHvUzQKp^xE_h(*(G)eMz!ss&B#xTe2Gs zVr1Ub6PP%t@`mk~_H;VY)W`UpRULmx1HLhX^%G4Vw?7E#8sp|H$9JkFC&dyx9NuBg22L zQ=vXHtkN|BeSisK>+T6E zq_#6J@9O^Q_=9*N_eahv;w`(b<3>q2IqDA|zNe(% z8W|aZ_*bKqCdc0Xesm(D)t{dLF%=#jZol>L+nx1g&whB;VEH=oLlgter#^Z2XEe#U zyP1>KN1txkys!Owt2Wu7g8=S>-BnQ(CM+=@5V&zW266(+39y|4z|+4^z1u$sr9@{C8dNymW7Y!Kmx6L$%knRo*h}IB3|=ah+3z>`*$+ zW1NtjrN`&nPVygA)g=!Qv*P_%U`eFUF{oP*#f&LBp$@BF&!XWwdNC9rv-#B zaw{$~vOX6>G?3O^(Ccf&f;--(_^>JXsXNYH6+J=JZziew z{?}L&Ht({?cR)zeGmpF77YgAYGeevVYG+lzFgBQG zz5Q~lNrgR!jUCHQp@B_0!Ul@Vr1}4a zH15GRIYv0{s!$40<+np*|bW!&t zK4HFCQarJuoSDdL&A*(%)=xsfd&I`Xgj})ozE^2fTH&9>?d8VF>dHeO4)h2_&fZpD zo&z(vZ{Idmc9{%i)B5Zc+Shko_Rj5;0ir2i^Gi<{8!KK~8lV~Z#A1nl3y0A5?B|J4 zWVQV8r8_5rTBn4q1LKrs_(|?pi}M>3^2pWRS1mAGd-_>(oD?7jDmxbBkuG4WsZ^IW zLu=O{Y92z7Du(|psyMGhs*C@4Lz|$i#A+49jcpmX>G$qH?yvZylLrG@`U}$9=2bF} zH}em(r_963&Jf6_AsX?Ol}+?%`)(@!Zc`$GMe88td&fJ}6fQ5Rkd}6@XDN^{{5Y4XLXRCk`gbZ z(HfrnP9^Xc)88Qtm1ow)lX#D#iiA3@r`zAq_g-zy<}0#rj#f+`MJOp;tZ~A?lVG-r zL*9~P)Rys1N+&DV5h{LC8vO_r;XD(N%E@qwv5DF5o1Xe&9QkDU9I@Iw++4RrYscS} zmLthGveNV$7}zK&P1tkp`zbMdrN%>HL@a2ot zG^%#8?1N-l)&qAV&XG{#T!g(W#dQV3(W-j*l!eJ;j^OWAJAAAVp4c#^Ah^r>!8j-x z(9>hS*$-4h?Z$iyl%Af;YEi0hF&+DjHsMaz74kC2)4P3sy? z9Ht-dDP0}Kc$d9%N#SYZaa8Y%!m+H;w7uU}VMZfxyCHRyQyF|c)zF)r{FQgR_9Oo| zBz$mKN>8)tTdH!=&BNVGM20NEt-H?iOr!(NHb44QI%K%F4FPiO5 zg2{=AXM+^6XP`125-RR@+qxc?lyq&2&D;AiJdYNz6gXvb!vJMktHO+2$0m*qTdXw) zySrwi9nk^l#_bCgJ^{hd#Dw|Z?vS>#Zp3wW$N#$pIHEk-`q{ z;e42(s@i6e4N_4E@d)iqWKRGPiyN4frw*^pi5%ujd0z=Kjp499B;}e6s5y; zD;U3`C|>@DuW&T7M*h0G?*wPt${E3(ZV-t1Ai7SVR0rscVCIJwBlc|S8oH#5Q0O){ z1L80%xXV_As&lnI79~9o=vp=Dw7za2ZAY)1LCanEfxe;H@Jzd~a~M9kA3l4?%NI3y z7%{oeaur8h*iO_j6n3dQlTjc}?OaS1x3RN>A~?IYq-Cd39|_{MKXK7DwaT!#k=S=x z@eYoT_Rtz82hulOWw=Ap>8=HI5|Hvz%i$c9S;!SHIS4;`G`UiBUd0)ruN`p zrn09(f7O9)$CiTyQ87uNh<)I$kD6gpn!tq6Ekx$?r`zc*>j%g z6T0v@_2k}8jBM2sHscP5@!XEdHzn)Tr=@8?W#2t0H2@x9t3^A4<-_h2l_m+_7&zq9U5t<)3(}_%BsuH;&Ay`V$=Nyj6{4S3rcFePD9=}y*>%p-3KiZhGZ$} z2*gq})2NHk+LPmnn2jEmABzD>E9 zkvEx(+-A%hT-9wkn=tILxmJ6!UMy>WPv_|c(`^EKtEf~`H>osO)b7LX88ZhRU?R3i_{%JzJN1%J7X;kRW%Ueo!+3>= zb2(14lJBWefM?wMf7}f3E+onYtH@RCM2c6Su+{B2VDjkE6rCvo&@%5#9Qh07v*mWj zGgEn7=?fli;-0f#3_jpS92WNRQ@?(1N|pI)+k(UP=iBJ8V5`#dC4Js?z4mV&o`$X) zH>%=$1yAt0-hrwDNzA#W*V|8=^p>w!F$E;P1j^Kc`^1k$Avs05b3sA7h+L@9k|$du zAWE1l&L71k?B6A*g^!FkwhYCUqKactB={N}s(9P68aGmqk>;!(`7Kjdz(s{Kz^_9E zD;b?Zm90>hr9)|9m9lc!*x0a9m|D(81=Y2%deU;wG+V4PJGrgjw`|4WkCEbsVQeOk zk$yKO!ge@Gunl=zK?3(rGjQGX;MZ!Ye|vnnL)neT2N+GyA3-tuXf3HcEC&sr$! zx@_v53X8+PUN~)Oz1MQL>AN>h?h9s%2*v^Qhu}n3!-sgLOtS{8*Mb6xgVnuX`_S33 zzna2h?Zf{gSMZ?l3L&>5&unNN<>pR&I@B-jj}aw76O=Ted|z0EQ8j~BImg4j~-gkY5JkiwuEknYm8^3SdJ%psV)N*{@fh zE=SpW`}$Y`boJ&Pv5c#0eNSg;DgE*~6dD>D zd*1lHJh=lb?jboc7Yg(3YmjbNpx@~S*;v{DF6M9P_iP0N17kDs2aLf~Hq&AKOsaRp z0MGgZRNUYL4vbjgMDW40d2wl}(eY9}qh?L;So%lfdMyNacmvSV3t56-;ow>`zpq*R zjV4i|EiFEN#1VBWr5`-wj_r(1gnIwJztMK&uEBPd7^!p}p&gJw+Wya}Z;gAZ)oh=h zG&x=ANoc61_}StmkC$6BZ>>YROt#zSEKM-yzuGh)(^aC0%;nv-ybgIWNq+dKj-*U8 z>t%dvCj^S6Pp3nI78j8;J5~%^d3oH;riv9&MoML=Z%oZ=!C@-s=o(^f|4Ec9nTTQe znJP+%(7mLdk&BfD^Tx__8?>__|5T#yTL{q@u5wE)bLEpV4H6_X56>I?X+p%xH*kI% z1>^bER<}r=-_#2z_mJ^Lv@Gd@l9_(gck*}2WuN@vFq41scD_=2oozpyr=QMY=Kilu zOalFa8Gh`r+|_lWDy(eL8szN#%leEm5~xZqH=b^eSfR$RUqfL}%EYx|(V|MN95m?w zCCY{sYQ?E|Vbl^9hM~luz*t#nCa;EqAB|S47&yczN|DUY#j|ASue_qG@k9LMptAGe z)P72{S+sN*ZjwxYX^AqP(Z@edoZ#FOv;8*895>IDOFWz&+^~swwyI@Yzd*&TIEF3f z8dnxF&K_%*F4P`vNq(TBVdtO@ofqQJM$vUU@p2vg2uu4O=9?O4V9s9anNkz;$bwSS zLPlL>V?qE!QN!DWh&6pbNv#Ur(9fG*E`{33X}4oBR~$%Yh-OhC(nayjoGn-+vYDgj z{CYHOXRy5Sv83}TVFVRQ4LEgMVWV=1X>Afn@5~3vHD$j?^$!Pu_j%X%UdHYc-^`fW z-y~nzK;hik&07Q(-RJV`JKoTo^plcu8HRzjIZUD&}H*eD_8^%=*x1Ke6_@HwQePKCox1&FMd$``(g_zGA(ODYXZ5j7B@&cWChthy@n8Y24)QL8!Z>do0+9yhMnbk3V9+kdEKpm>$g z7s#g|sp`PWMAbEll8muXOZ~}l_ZupCduA|G(w#B#!>psC@^u0$UY846xv2piTm-&J zTzDkcH|_>ju-Fno>Z#{_Z;49ZcL?!(n{Ui+D=XQ4WNI3iUR!kCa%-fi?~^0p;3lqYIw z{)?Ox(`H?===_bRT#L#$37@Ho6#l!9>S4(u-5jS1s5?}`q2y;jXZbGnsloNim!pDF0Zni(;p&p#^Kjtv;a8FRj^ z>!?c}w-k>vF^fkfl64vR4*L~10OT!VCMI7Ffc%0Ezt8u!OQcKOtkiCY0t54`B3|AU z73xI`Tq5nmBcH~y9@$*P1{8Ytai-}8ne*$jN%Uh$PElh{t(wvrdVzC=mXUF50LW+E zZteKWuxdiA>mR|=`S}R;v%mXS)dEbN-@=kw=x=mcGyhqiE2X1uGoh)j3NE$>(2nXt zm$sfxtm5IVoITw__5S-+X~_&)5-mEkz=j+_3w+Ap4qMl?ADfun$N4uNnH zM@KeoZEa^47eXZ}c}gYVgPJE2QW}~t@E^z$h9qQU@(Fhf)#4) zAUFZUv`T^w+7ZxG4mvUZ&dBo@6c>jBGNmc=yA+w}bFjty(GU$)Rhk0->vz|YWNb|Y zB%pfWWK>2;S~|7S@3U0uSGwb6XW^0W%&%!D9Y{@0M!wsC3ZoMKCy|C#sEFBefzpvb zH`!~{z5H<>Ly;WQ^qhM}XHN<3tX^E<-r5)y|HC}k^zfIKwjG(eZCK6NXN3P))=fRCGWh!9TS8~ zR~V*FaU##)@y4%lD*wcOfs>fDJNdvDIA25pE^hw$S%;CiFux^@j{hmRQK;)Sf%^jHEDj35L1cF}e`BFH~@&`=s{!&&?du0b0qi3`F_GBlejV%#TB0}ZKS~^X!TwS z`3+^DgzKDX5laQe0?T5EJ!>dsVCnt1wrj9;y-mk9Hnz>$Xgmgu!ib5=97+uXCAykS zYWJVLy*DVjs&5cOL@hMU-pod7;>90$jlgFoBO?k!7Y zA8AsyR3CUAIys#Rk{udq>v&{TDoeD`*H6doCof&}uw*-wb2G4dVGDI@zHm@EQNnpU zzIs)8)8u+P=~vxxf(N~@&@yb%D_`J5AHL+d!FY;7INHh1Y>*@=SxrbTe%iMu2yE(5 zBpM=hf7umbKM%%+b!=&jYnC!OO_%xp3{TcIMcLjun|ONgY?IG^b6;P?Iv`x2(|r|S zNcxPJ%AJj&IpA?KNOwS}@L_AfxKg&tTLZVONVazMrRDH1lKB8b3D%--TB3-PWy#DF z)c1V%?WDW)Z&IW}hq7O*-t9(4(v^4UylA5}t0)Qilr7_j=N?^B#Ys$R<3|eMTZ_*& zi$vf5g-c#;YcPMuFXzUj*08&*T-4;hDJCN~Jp2orDMg2&-_7mRL@8kEI8Z|^D@YQv zd9ej0i4(3FW8u}0C(pNQ8c!##xcT-6%|H45S~3k(sS>96NWXyntvC{Cu=GhXwm3&< z15ThW_I<8ZbS-6<7R-0Hu*n!%zSu~$@JO|2d*u=1*w6hS;nBl=o{{)y>Q%H@(3BBb zb16KC?z4S_VI68!3W0IoVi_yZ7NV9Ba6iIrQ7+Q4!_dwYjHyG0I^aM+r?_*8Z^jgc z4j#rNl;H{5t149X$k#S1=F{syy18&}?$EX-$z#$hpTUZ^bz9pB#t)m5dy6bQ_v|5= zFIOdMmG#3~w|-H^O%xt(h8k^KmEvfGk;8x`EpCL;t{pCY#?I1l-8aMkh;`I7`E`p} zR0y~}l=1i*jvZ9f*q0nZ7d-wfCVjm>86Am1+}u|Ssw}j_VQPMUy=uEZ>ARzxspzlF z*z;)P^^@$KHPrB z19_L%VpodJH921psru@!u77~Rbg`t6PwtQ-(lcL5UM@FmCSn6?9N6t?zQoX|VPO{CFT=++T%2KRMBV4H9gH@v19YX_wh7NnT9Y5y;@dSfO|bVh z{TztsWm(+IUx=J-c>?IM!0ei+{;jd>w;Jh6!!T>)ccDmaS}rg{8Vmd zYDjQ3kkF3F$%EWA5XKgafML^l$jhtopyWaPXfK#7f|{Cm&(F^v0#ss& zKZ7ws*>Iyb*UY7d4Ei_P+CDu#KCWQWf>CZ1{i01@^=79N>lS2wx z@FJq4!8aGPObScDe>ob9sl2{*rBCc;qqvahQoGJ4w-^$BxqL*y=a;vT0T>Vv0I7!s zp#hMvHWhj-a5$jdN-fIridyL$ySpzIbKp_SM!qPxi3_0!Z zOMXybk)lr$0TJ_lj~*u=A?T&Vp#r?cM)T#G4eMb1(6F+emrl!o@t8ONw-rz=jM@!H zrPB{Dzp_2YK@A6^URw%C^HI{!2%ob1D!`nKK}aa`^8Dnv6(|0z-|)IpJoS;CC4KA> z$OFnj1{-+i>FMbS`!h_~@SvfgK~+W=7@?CtjR!ip28f?+p550NA!E@%95ggSx(Q=H z-{68+yImj|%LOCw*Dry_8Q>vzxJ?N)EW*Aymd*mE3h&#z?<38f;_tw{isf)O8)42O zWi9vBEA2Xg1F>C0@SNy2o;3z}lot_%4pbE~P?X+SHeoAUbtC2_o4hPj$~s=p9y(s; zZ9-@!Ff07|O|bIKLb+O;ulX=OBOI3^SD?K6yIyjs-_9+w1*D~{AA?#ZKlWjXJ=anr zCy3^^@x&gKuC~pMjerQ15=v&;aPYI&@Fb6gZB(bB@Ef^ho?op=ZKPZ-Gi9y>LrrnZ z!>@y>Z7pk5=4#kUOQPq_XPr^ZRoA=EsJKiNRth=vjp5)?T-r7)PQ&XzyNJnqcxnCj zGw(0AN(j#4hfq=B6%j`DT0?a*V~A?aG4{5%S^g;6u{h*5rCj#)>Cn>sRgy%QGh;_5 z9Ug#-nuDtl>Y7w@z5gb3{H2EXH{y5vACiWN7NWF#0r^*-gf!WNT=`5prtZF*la>ae zJuMkt$8I+BGb`x6pH0*uH!O?_t(;Q`*f{!Vmo1;7Chh6?vxhB8Re))haE3mT5KuMd z9$cpXLT|?>B*PjFDuvv3q(@h==QFI>Ls(oFWXR&qz#i#>i17E)c)-TafWJA){Fm~uo4dJX zAk4`LY<9>{?ykqfyVpXWRB@v}Roml;4yWC!tA@ldABT}%Uzo|Nq3Erx!M=VSK+2M5 ztKY$^|CK>+r9R4ngv6|O;N!naE2TX$T8XlYoy!Ex*@#>fB|0V_pYTa5I#yf_UfZ;p z-AX#St=(EKx`gK0b zhSfeaCHuNMit$;Xb3k+_EP40%UtdCN{1Kxo-r|)RD8t3d%&2 zN!8A4n zC``FE*TSh-U&#vbm!u7gdHX6kiS z>V!&ZvDC2L9EIcgi8lPq>l#RP9*v)Uyr`(z9_F%%)u{Vt<*!us90-pIXVz_Dv6v)XWE}sxOoxlzg<@v6V@&vOI%|lc7glmv z4Ai9qlv+2fD}Ps0XiK?cd|ep}cgV_kZcCV>ccY6>Ocio7IAUI|qZDvOOUoCJ#Vq!0FyKuQ3 z;l2q90R6B)RtBad%4e@DQZh1V01iJt+d)Vm2-^e^FmqbZKTfoQp5TwM#l^H{6Io** z{H`C8lG@}*(F`g>T^DrQuBN32x1HXA=s1AvYj*lQ=@Y|DLD0BoD^TM;2;vT86yuyf z+A3lKZb+xaB?5#R#6svRNbw*z%8UGX3EaErgp7<);dh^Vo1J%c?2Oq`2gk?F`XaF) zdF4Pn0O7at?g(U{{@M50d;sX;#Mxn0r;*!~yLG)5nEhKjJ0KkoA52wY(AxnC5!&DA zzF+I{Cm|O64x4N!rd9>(xQ)j1W6kLF^2FMpi;ndmu zWUj>PfTZ2=^OJyAF7QYuVm_Y$ZcA{i5qWlFHp0~Ca5%wV`{eThT`>}q1hz}64#*)w z`bO`!anM1RZ%Du^JX>??_1^|49G@TN=luGxs7t>l-_}N|jbo|R?5q%e$hNfB&eA>7 z8Z?e=hcC7JMf}I46eXcx=l1)SRp9`YL8+9uR+)CKR)q^9qBE)p9uu}44)!!B$L!AF zbPAUYIlK!pa)Gu6ZtTs8Y{Asv_!Ux()0mCSyt878h*493QhUcvc9(%O(Y?2VbCq}f znrzXpG-!wBd}{wWYQz9hCcK4v_1Q=x`d4-vI*MqA%z9fwj;x-ls__FHiu#p$>v6WGfD7c(Xhm-s;c5B?OI}Ho^0%QxB+cf zSG#11m{QzZtP%x>Z|Ln=ad-tPLp;?(EBMN`%0*y?v6al``pkiU{nendJli_?9&yHk zOJ5$9id>LPhxrs+aZ5oiM)~iL&S8!nD=a8zC@4u0L6x#DHYm$yXvP*K5nIIMfrbG+ z6=i)JXL}=Z-yeA?jfSrVE-vXl;_pArskiYuQ95IwqryUGcKy-@H}mUUo9+-6vAPH| zg{m};Gz|m^@S$|i&my%&CZN+Qbz7(WAs9qn7^}HZc%m`-w4!J&g9_8`UflmM>^-WK)!46zDxv`Tt~K z%d(Q^PbmHt!gj+bK|^o-3@_CSPa|Ocv60K9eRpu@SY*jRU4{doW)ln;j=7ld__FYe z;~-i|;o`LrooSXAuc$A@cu{+wUr~-94ipk19~Pexi2R&Yl)zq?l2DZ6x%iIlbsI_A z5%NZV^H2c87E`h()n{S4UW7TB{c_EF@ot!bkk2Q@E+WE)=|pz)UT>>k%;35)CywLP zd6myUy5S{JO6&72VaVZpT&EZ3j#rF>AKk!YU0SeKnbCYT{8I43N-~+1f9RiB+Q<~N zI7H6tF8h*_N9R*LJp#7iXS6u@Kmq^v`Zc3(-i}g#)rceeLlK9@q@L@jgpx)sQs_XR z;}lx!jft`3V4zEu!~?&l4NGThBnB`=d3F=+BD1+i;Ydo`(6wQtJTvb(Nb=w5|{|mE_pn7*g!l?B|Nk>m=e}S+^AB; z{cVdar{QQZmm0Rndb|&0zdMd>055Pk7J)H(I3F$UbxmHJ#qvWwo9}3`J>6T4sc2(V zlgH&iq=fXFx@N?X)wUAwpcfQ);FYorE^!XJe~}VRoUY;Z6vL;{z> zYCO5`0?ESB(vnhALLd3gvgS3rkc*1v4%#4qUzC*&jjR?->PCU>qED z2#BCp$`Py=(m+W}gYB{zqHA(mnv|9nerjqeNGkwpN&rR15b?4B&MM1e1HtQRPw>nY z>EX^C*dWwO~M<%eT3QBy%JS94a@Ap|M7))U#geY&lCL}*>Ij*iT{A?;Xi)#OsUd$b$k zJryOL6j6tgppV{n94WZw<$SR$Q=8%?4+OBCiGvHrq=yEnJI_L=LSWEY&>wW^(zja}=dK4#!89U62tBE!&@Bws&X1 z2qjyW4f#^tEJugA^1G0;E}#{z&b>vqU`QmjOCUl|KDF!DeI9uSuWwq!@zSD*vMUVz z!?D!07kws|pAIs1YTRF4bym&~Lk%{%c4L1MR`P}H)C}te@vu|6;D$@>^ z1?S>N%W|lN)po(vD-9bf8>7j(8z)%_Y>@YUBa&OiOXIEvBFp%Vgh4sKUKmrf+n8?-+YbKZ^5q)+DIV^T6(Q zaZ@N#wQHk@)`yqcYo>vVinU$yY;U({OV6lFR2j^t&d}mu{_-YJGvZxO>!;pgzEvB; zF+P%yF?xWtGj!#&g zo=M!fbK?JHp>N;x%UKgej+j~FtR@P#fu zA#YD~YJ)CY1hnzjv-!q0eIKSf;x6ZTEv;z_#(M(h$lzgoDJbxW2}T-bRc05t@2K^K zaG<5KPv|DnU~WXT-)X%A@D!nhkr6q7t2QT_omJ{mWxt4yq>d%s z-AV5|2wxt}rK5K*gYvPi&3-g4FAgm6SS8mJ!u~vR%D1mCzCdALp-_`k_ilGwXuX!z zGo^B`)E+>t&^ph_jBZh)r%?Nb%HYoI^iYd%sXkp$@ZFe>Cwckn(TUHW_70Y9s{`|F zyH$Aqb5XTVccee9IKgh1NPsjeKef!R+1JlPKgdBMeP^Irqf z!@3kd5YCkyjMG1a3yVs*P@@#!I4G(Q=K4@*D`8=(ss@mvmdwS2@~}0Vou?qU`;9%t z9UAHj1Eaj489fOJ_)YVb-V^5{F83?i3axr0ff0>yoMgzXRE4cok?Sarwj~k#((nvj zcXKOT%*0>dMz)Hd{%dmOW-}>g$^zddfBv()?c>uTpEY*l(*>fova+W4Uzj1lhegsU zTl}4=u57|T@c+@Qy~ccew?Z8{jTcQgJe2Eh0;|V1;AU>83Nwr}@bA6t%R7%SpnvGw zKC`(##3-YUS7vaMVgPfpeDnswRqk(Z%Z0S*DPg#W5mG36Vn(SNX*Zl~h@Kp-wNEKj zkL6Y#t0wQZ__Y2Te{AIvCE{}U5`jU(=KIeDOuk!n^CCsa$XsqH0KY+BdynC2ru&*C zSS| z=`bq}jALToD@BMP5Xd>6mExAxU)$T;gV(1DMfyXO}d5CGTbYD)ZQseS~Tx(lyT2zjor^+Wnt%9z=ObhJ+gD`LIWSZW)_r+Gao zgQ$|6mVn1$DK}G->YGQ;8hUyQMeFQm!1@eTm77?|AkFZ&kmhAow8)VE<^TBA#J|X< z-#@$8m`03yZ1efZ#_sViT&Rfn<;JgoE8qm*JF8fiT)`aY`RhB&Cgiidm5k4=tRiA( zO7*$BhfpU3YDx41bB1MU5I>okw92>m*{FgB!4v{-?(rrU?8rk2Ig~~!N)C;a${rD8 z_`olXN)c+g)gh#ZBv^eriI`^Y2f_9fuQbpjV0|l6hV>X#OBa;wIFxjBZMDtcm)9_{ z<5u$w?Z$fA(utCaXi6$sa*2<02c)6Wnw11#a1+5_PUH{g8JK(VP-r)pe9JT#=gZeM zUJ(4oOM>g_mbK6=DC~7Eo}a8n%0aG#UXFbbETh@-cKB%aSux&eP1XJ{qOm)5qyC@j z>|;Dyo|v2}#B(+GjKW|=m|T3OmTB~5^i*2(LdAqrkrcyNSi%)r{PKxaWFk9pa%B$G z^JXUkC$ZHJP9=#bbvxAWUnBe^IqN@BG})KFC#{ESZ~V2VRzb_AQd4$>G%(I^u1I^P zS~5wGX=19?^mEQnsE6iDuWJgNAgV`=KL6TEYjU4)KTD}9gI|Y3mti`ITy`O?u%z2h zv~T1&`74+`8~ht7TsftJ7Gpc#v-^b{Rw z*V&GYou6AABHMA$@T)65AGUtek$0yxA9yW*dN$3|AN+2{;?7`})=sbXP5o?SqxzVD zc}bUmlqKCyG$I?A&PNdA*Wb@|1?#lZ=%OGYbHRn{xZM4~<#0xiXx; zcP$xbpzIHQe;gry^FH;feSfUEP5KAqHLNlEGIS>NG1Bj*l)Q{5(;l-@1Sf=Ls!cd} z+g{|nC8RK=rfT%ns4>PwH|hEO?$sCpp$oWBn)xH2bVdYSPUSMgQ@G-?uo11D-%im# z+64BhJzKTh>5n(Ix=K5rMvGAQd}Kvi7a7=H&%CUQBzLdUk5wW6JHu*BNEm&TS(-+m zcVcC6#50DEE!Wo~6YorfmGjStIf_qt{wQ?vGUQ|XMIjJZ;^xlG3+gl!&Rt{)#|y+Kh-;l^^3E_ z!=6Lz?)c+;DyIUwQFc5#m znm;KryHIXBm5BH5&zYedCMJu+zEVdvM+9Ho_~BP;QRVGQ#s?(PAvoJkEH*l`vLs(k zO(ZL{<3Ac+`+4t_q}%c8@+1z{?57_1g|##_qkoskU8y|0AmIeks27{CZJ{F=;`>Wc zeU6By`dg$DS1<##Pz-LFzlU%JV$T14Bl~JSQ>bZpd2oPbo>#OJtoB$YstAWdXwV&u zAd|_H1X#hRPIm!|xl$~Mb9DkN@nGS)ySw|dyBk)Xn%5W}4i7RQx3iQnBX2yF^xeP1Dmq$P$fqsWZj1qo&htcA#4C@D2pWxAGvwG$ z7x3#on|{UjFQ$<0UOlgUs-5x75#Y47>W=gV(vH{(OMMa;`LK=2%!* z*b^9{nt_)#mDMC6Ph$vl4^q?5mc*d`On3imPXl~?o|ik^J`|1i>sdf`0UtpuNIfR^Ve>A~uBl6<$-=#ljBA(!sU!DC4dUpW?Fc5RE+sTR~ zBF$g#e5I0OD({OeNx4j(kgBTpfWZ_I5kbYrk8EuG2+mKMyFjB{p)kRT)En14U-z5= z!Bplw{FDU*>Qm-*fg)|q3tVSs8=T)qg$>Bu-!JcUK`4;v-*P)nneAw|Jrh8M{U;{M zns3TMq1CWe(e7;@K4{#~ZlM#WVU9f)?50i@VnkFtS>SAYWCVXhr40N-iYZm2?76V3 z#rt#C5$sX?S$t!w*R#7f1NB-JwE0Q^Neiqp5c@(Kse&7g+^a<8W~br{bLCR3o2;)n zq)3+f3LDRR0_A7H<G}0+L@KH#A-aSq zjqDbKX)?OjFLV4T4ulGJC$32nlqNW8wc8SCUbP{Jo|0WGTbOCI zA92IEmqIc&eM$LAX+Fy1|s9l?XE_ub_EwnY4cFtCv^T1hxUra^%UeC-RA&lVJ@%C# zY3Ru8W*n&VJe#*55&iipAxK)A=;OdZt;Z;?iCa+Q^~BF5lZ}B|^ZPAu3o^?h70~Lx zvq1EY(pJz~fpIluN!lH1~hEQkF$|XU;ya!E9ddXj#_=v^nLy$ zetEHXAo3g0z+nTmpcHFl76*BjU)=X64wI!|2OFxf26W`g51=$*DU*gCEG^DyT8e^t zkCh~b0q5*g{9!?7!dsg-Z;5<2HV-#&*2*u9Eu{C%L3`;W*vCaQM_srvXT$0iQ}HHf zp>o(Zd%PpVN>|kNRVR`7#Tl7;mPC_f=cRE;Sj)<-*1H_>RZp7xzkdnu{U{9S1Ae1o zeO~&9IAy7;JrQ!FWhnrlB z-iD}{IiDS(;?4>nz5a7b$(YZcJDg3X)eNW`%@!9rL>%TV!0Xg8HTs{Jpd;8L z6NvdJpdvQdK(J|6{>NWHlxpBsB&VJUr#@k)yqleLRn}u4A|iD<2>(1dxaDBS{F$N~ zO?0p{oa}TK1*u=Ebj+-DjJi~IC#^H#{m;ihfq?Gzi%qHov^+J8%|mG&1ymrt9;&MR ze>}ZqSd|UewTp^iAOcd-B`Kh!v~;JGG>Axdr-F1hC?Q?a-O?r9E!`~$BJj<1Kkweh zp}#~4*ScnmbBwtTy=#-yvugY8_JAq%Oz$7NmA4wkKVUO9&>z065Q<8^E4oD$A7^{= zg&j^It{0{WZxJoOx@grQTMgTJV|T$Is(AV50O5SSVK<<4!+zk~cT3(0LLT(T^Hq3{ zyD8D0vV2DHjKFz3$RkYinQt*<(SLzI)!@Ra>wa|iD~Cn8!_EYPai6p8W4vM4KPW=E z+yLnD7={KG2t`Glp%)9a<>wmop@efFR94Mb9L-l}gq-vCqq@n&2qy9T%{jogkToY@ z-po$$2=S-0vy{q*hdFNmlO(ii(7$B7cN;O(dHnrt zVyj!J(O>7VgD8%FXZVMo(8wVIimK244820+-ci@{FTvHPIA-1bvul_DbMo_pAPety zuFaV%xN!N>!fyJG?xiCL$xj5qXHbM*z|nZvU=F}kNldUUmJx}#A_f1=hwwWhF>#BH zxK>LJMnK}aM}Bdm_t76LJ8wHW5Sd@VhJss=@nB;il<>Z4!PDWg_dXs)F=o%0q74r!o(Qv-7OJzp;j68v zX!-6?D`N09nThWbC!HJ3%-TtOGOJ9QNy*WXk%{?4k@hI6C%1^WCMG}?_G?()K6Dd1 zbha;l95BZFLxy4RG9Ai^^=r+S?4I(|P|&mI{`ISR-~LOP z?^?&3;!*1YlMBg0nQy7ZYi=2A2Vl~kA_QeJLdDB9cBx%tZza>@A6t{rQ9 zAo-wGP`0SGE2?nH=sn*rudQwD)wqXBbXV|)e3lTww`a7^G4izhR13vu#(!n~7K)JQ z>F*OR7`J_ADD7W?qeS;)wsK`>r7M}l4N6@Dhv7W|+2r1CtLC)?JD}U*W9|7!>AcbD2s*&HlWK0go84bY!&InE7qKAwB5Wq!x2MzFIwEy!r{wi4Z(#OVXfu zlNXQ2lb$in<@^Gx04Ft{p3Rl7x<5(swH_IZuC8I_-flr-@#!DNqN4SVnUm0Ml z=%c_DnpUkI5E`5z#gsE*h)|SUOdals=hD`me0ubuwQq+}OOZYnjhGt|8o>SB>5SN3 zb7KIOZXYIQDzR17SgqPn2C#9DkG~0`Tgvozj9;)jEMz6pV2ENib}WN9hRq`badL!|Bk$Tl|Z7eZ-4($mTz^n><@P; z&iFMN`Lbv1u`l60^9zPxhpP?oa27J|xZINcfY)p#o+##^b`&}6(2nd}K>oJpqI;VK zywv`Ey!Cm8OH60*ES8mKLcj+|j+Z7QRB$4q)9d<#)K*%?T$0|vD4w0R;nKVJ0{QC= z`>HKhFfOA(cLe#*RDsk*&&$yFeQ{uRvQgQ}&dNHP{*XF7_l;UEY178XR_Mw#$7-<& z!56w6G{y(xG3&6}%y_Yam?Y?f;_`o53qpahJHLV>v^CHC@-v(c7Jl!|#=|rDwjRgV zi`8g(=gl<#qW2tp&c;zRsqQ1|)DNt83adG!e`XFFtJheQ!|JchVj31({rM^dMJD_= zlT(duoZ!(bzdAcTeZMu5)h~yz{eIV~jVdc+L4y3(T}+Xy_?7<+8N!T^Q->hzH`d~H zvte9o@9KhuI43;=!!%UGwY4>*3d{K~;&4bFwt+zM%jxTob_%=kicCINTYma{Ie8v7)Gt%K!+?342PxerK>?AZ2ahGjhuAY&>rNIsUCK^wLG8 zH?>Y}DC=kvdV)DcyZqWxa;3KtmA}b;{z9I7bu`Y#-Jx>YgCgD&wM!GEf4}#B($do z-Dd|z<+o;&Wk>5@;e*bqF@@8Z#T?K2va1W)Ow(ozDG)`1K6RzycE;fwm*K)n&L=$LBgOs1AvZ_jumC7|$(49Z8e&XZk?Z`&KR5jY4P>8S z&Tn(dFO6oebWlFCniH1uKNo8vUo$hK3Sz&WJflzVrF`+0>EH=YE>&8VU1@H8jpkX5 z?R{bmHsYv9-|Qsr-PA6jK&6X=L&KS|3k0yk!+a%2Y07h2!)e_6+QXAQn;G`8Q8rn|KJ%;(!gbJ?DOe)0qwD-DSdEs)RgsB z)Sii|swyRZki{|?5@~G;CyHm!5tExFU326Umy>{pbG}k3?`Fkb5Q$?mlCfD~NKix` ziYzv{yKTn^UvpB^lnXEfFUYkrj^l|yDa#vr(isMcEcdNWpfIwz%>K>L23tAB|OQFDeCkvQ6m= zL;W44FokL394LO6A7ImVY&&t@8)%Ciw_)^sN*(MAd}AjkJC4s2|B=5nPn33D1JaPr zlIY$^E4_q2&76B~)b+rA?-&05o|KTI4ztbJVrcyJxeo~N6a5KG)&t-YMkHJHSve(nvs>2|KB%^@pj_zOh5PL5)1S4+?_WuK;KZ5%-Uqc zEpy;rnEFlVf$9JecVv+Z8pz1rKHg7XS(71z`1aBjXMf*M)ts@^PkOSRRh%~OHsI67 zK4G%>_ttFJV>6_nR%~l)%l)VW&;9RKjwP4!BjaK3dvj25i#0 z+5?}!;s*r*s*j6B{+Y~FG%2x__Ro-z;VD6BLhJ3E|8*Uo0A6Qc=YE~dTIB#;jxfK5 z5c8Y`jr@i6jCzUQr~XH#AQPl081?@`+!8Mz_hHS=^(B|v*>ivlxW&UsD%S+l6o!hlc~U(8ngGF| zKdYNF`d^HL#Vm(Cck&(&_4DT;2qF(e8TK6lgw%q#3^X#LB%&xnAB#mq^b;t3XHYx{ z=Q&?O5c^EYE}z?(;dI%1romH4?*7o?eK!*-T_>THHGF~j`T6D-kI~Q!L6PD;9eZQR z^F;^PKM-xAGc&26hFEyu)5iwY)Vv~b-6VJYv%hy%In@MRM$;t|+;!kkBg;~f1mfR( z#d(qd5-eZ|YTk_V;4a)|mnk1jWH-Y_3|6jQEN~QX*oH^@EL&sAqYij)LG0WoL_45 zN92cdxg1kLZLG4xL2glnGmR|1fE||iyu-u8JDJe5Dm9yAl9G}#KaEqS?^s++P2qDp z9(yB?xozM+Dtv<3esiWHj+haxp9FV!cNpk{yA2Wf2ZVlfa`L0s#X5}%5cLGZ9u+@- zQ%|A~_$5G+EAwoluCkmLld_dPr%jX*TWs=p`qBUy(ql8>l~GkOx8=?ksU>IHsdPJL z(I!o(rThcUC@i!VA|vhZ-zV?v@=s;fSuM{HPv({$ON)@IEtke4IT+1RELHRXaZ!?s zE9CFB8-kzSYY#-%5B%a&e+L(Uj+`;QUsa#|T0`pC__^H^y1Xv?_2u<%-OwgdVm2 z!(7MpD7TaYwT7R|%Q81I)AuW_SWd#@+VbDiyC=q!l>0HZ)_E zzJ512TWXgx{Ix0PeILy|n-$_025lN4pW+2(e1aa2X77lI1R@9bw4Zh89$&O4q9+SF z1iYRN7oZm3m@C~FVA4L<`)v&Llr9NRrw?4?IQq8#GgOr4Wt3cvY_dKS8T3WM774lv}$4%t7vh-t&BEDWt;h_5w zgvNz*>D`&nYDZAZRfPP%NzDA^L7&oWi}TK0LM1iTP-I?zb06DL^^gIrGM&$-|%I>q%rQ!Iw6y`!A!o&xz{Blv%onSgkSn=UTTNe z73ZD&wS9vt&ZMHCr7bJ7QEY<4dCMv_Y;M=?z0e^;PuuCtAB}7)wzt!s4GENZ4ER$l zfr2laZ6p`tt_yly^bgh79S$sKISSIf9aG(xOKzq(EY59?SIttqYP2lF*4AF?Z7F?E zm-xDDu&ktX4$n)%`9CuHKg-_aywEIE7me(W!~87jpQh4nvP1ehLDg(Daoe67 zw)vuwO7|BQBtCj7MxN7}Z4YiOkXNYI;0etnTL+(QY#>$#Dk>2Dc^CF_RN$jU%vlyU zHFY;QVw6t*{xa;C&Azb_6#SmRn;7TmX}NL7bml!5H?c{jP!524{>`im^hpoAePo`^ zMKzbU*v2Xc#cTPAV9@4GP`c6`Rz3hQ(OpH#9b2m6!QBTu@pv~0MfP8QHDu_5bsRVa zPi`mlN|{br|Dc5i+H3{9uhK|tGQ}YcArQ?BzAxyI#6XYunPMzqgvX3B7nK;LGN7DcgEfOnI{2Z-)_y0NN3U_0(b};2Or} zY<02E$M&ZPeF|uUchOsLT<>UHO&61t^uXT3Lr@uly;I>}Y{nuk;$vW0VFdOppb_}0 zhKvXB;VDcC1~Z?v|KIe5xU)ORfB78#!ywm`vH#KuYSh~rYyIeS(L&We z2$qtoc8yf|5}4- z4i1KcyPyU;=?ZEl!gFAGYBlG&Q>aGOc`}6YzZ4JNF^X6zur=_W|MKA&x0RDa#|q4x zmePXHn<*Kcz-EG#PHTI#EDC5!JA75s&^`d(u?%_XWNd6>)L{hh!@rgdP{Pu<7~;yj zn_x5~&WCPi{gjl1yZtd-^?A-54(|t8p#2UGp@M0{-Nxq5Ewqor21_fH;^%Pta~~iT zf7jF2#n6HF)nxHSwqXw zynygmq!iWn1nyV}rd+)o&B=oeL{}W6$mRLre0!iQI@YWDgW;wo=bp7yHPt8#qMt_^ zlfhr?Dy?g%l4~h>*uPkMe4*#`@}rfcxHmUc_AEoAk^**_9pYh!y%4>Jjn@S-BT;LD z_UH-+<*Jbffg2M~m(4jrTD;j=!-uVp5ZOWbi6f*XSc~s?+Wr`8sj{OIc@tSaXUFE?Z?G0#VhXP zBYuzb_4E6mm2Q=q;*q5nC@5(~2z_(qOD{uBzY%zyZb@eDs4_s*I=!yUGse9j^=ygY z5m#)i#9e`(`fZUaR!I3t**H5p;{HEgo051@CMdlgp4h4?8mOha-Pk~ctk`c8U>mQH z=soM+dZD5w5jXA7_4B>~KD|ZYghs%)7k_SD{oF)~8J9#8gr}q<-}11rDK`q$*?D2G z-!OP(CY@%OoW299F z$eVTw^j~*zq0gpv4_ZZt30YhFyr2BbFHmPe2zdY!g+>G=4udJwe?lKVFaSeh!wYLN zU1EU&FLV+r26n>2VqEu1XpEQMXb3^Pi}yGIT-b(XR`$1w&uyZj>X=h@OB9S$Sao!j znQGY)l<^q~v=Nh+&E?HmplfsEqoMTn_2uQ}mRyZ)*;h4d7s6F<@tjeve~X?d7qFPq zs`ApREq7tSb{8;y_soFW%cz%yI$8!*yk15Rcaj&i-?9k1oh zijR+0)Crr`rg=`LRq(8HGM?iYL*wgNT3nA}k74ebtqkr%c$s1E6evo)7r8i(fE`!( z6n>1-qy=u^&*5n)Y*FyTmi!x|V_~4j2Q8H}oFufE5M3Sdxq-Xjp!2(JOp4z<%yY0h zoy_wVkjg|HoXoh`mtdiNih$|8 zCseq9)VLM(90i`S2@)VFUbDDD2e}WSsQLyjXPba)Lc20ttk9a~-ZzEdN>b+5nh52R59t`)<2aFD;uc zj7Yrx*?=SZOn|(4(vQB;*P<(kEBXvMxDWjd=Axj zbd{_U6=7NfueSMOQ!=Cs-i%Klfz8o>N6KTV_xxz3_!Xm5(!CD@Nj)&962(bUVZqT^ zqw+-4`Xh>^E& zwNHH;%v(hJUzO=Axz_Oak{S#0^AWKkP@HYII$2@I>%W7-zK&#CNsuwTNro>iC1tQV zlm_3>d={-Kg6hxC=6+t_#SDEl_y+#5KVG{8j-UG<3BUU}PR?5Iqdq8X;H;bF+K0xW zrve<`Jg92vP+$l3JpjpkLM>CmWip4iTyj@Vt z{rm~?Er-3#Fz%d}xtQ4VAT%OSLo^3WoFBxhg&J!^Vtd=|Z|k{?*$4pU9Ny#ru}&Xe zOF}#U{mXgE;9GzJoM`*MpQ}uw!NV()K^TGwKjX$qW#x{W!k0fjK92s!7zi5R`5|Kd z9|NE4NCR;g_Fpy`eETm_vED{C0_`xs;?T=3=A!nJ*iWsPh1JDqFrw$}W z1l(C+^BiG@K#O*~jimIesK{DvvM7m}ei;IdrV>-aRGB^~U7m%QPe+aV`nub$-s?(2 zt3pyvl=)|O;|VlpjKAyI>NN@9P@RG>o~p`AlQk*#SSbkg@YYyxmf&?N3g)@Pvk@F@ zf`>7rSL?B1FJ%2;BOexzMtBUy{Z zl+=Ob6-UnJa)i=&}xbRKQ)`aejTA{({&qQO>g94sE z*|k1)vKGw!Ght-hJXRa%is|>dY|D&yqapO?n{sdIZ6y)p;9HXWmfsmIk#f3hQ|n4x z?v9TqJjaz$Wl;KF5sSUVh@ZUw4yQ%$Wkx=6$jH|<Ncj=M* z5?uKFuiO*vHoDquAna?Nymo%m$zNy!Ot+oAI9~GeH}D(YQ=xvsFp%=T^9#HE!$)f{ z3@!5usK7pHe^d zEH}_%%D%j{^j1U;)d6=uWAyO@?k8ijd>T-fqQtQM2N1 zqsJt=!LE6^bzdCtm?;*kLhoAI z{4rDT+28F?laY5O17G~kKJKPiQ`3CPyC=fqHffm&rsaWgw;EmkY)IkCR8ho_k0sLV zer|K1LPq7R$vHiU)G6KoUpO`nPGm&HYjuknBd7EI-zH~9(F7S50%p(6p>Jm%OO#p2{q~3mhQA9t$)f=Gk1|OHnXUw22)=Nw&t}8eb>>+ z+~@gO%-j^%V{GooqXd?pQuP-+m<{>krmzeff_<@@+w8STr3L_m#?xh4ZO3(94wsOY z_hgf5_bU(BI&?_b0?VGE3ojc;U!gXUhMMoE{4hU1h;iKi zh}ZTkp7aE%GPph9RLm=07P7eyDhfDjB}lF6K7S^Ql^9A4$&8PG^PYv1K0wKJ@-up0 zQSPtV(Hw*l2Y3#!{3D%!yTChKU97qBkbUwn6te%uiipF_XT^MnyR)LO zuDgF4{)&3`bAK!l3`11^=m3ouUXDq$q!=Dr;#G zrMe#n?(q~uiU?wnoT<@e6Wq}Xx35;>0B-1G0!rB@=pGjt*#d`=e}dTosT&fCVK9}OPttK-x{LZUCOrHx z=&k8shkV_CdbODmjxfKKY80X`mzxRN+LpB)z+clD{k>DO7N_Y9oB2;)+?wBYq5Gjd zUADc1-SNbk6O=YW-gj_{(-uRx(qc9ax`f4+>799}#We^7tMr&f+)@Enwesy^YmR*C zdgY`}`Bj_*72@9|^z=d#zo6;en|i$=m*c_dqEw;|`h2+#oGzS@He~WC!rbax_KK|Uy zEd=)=OCYjjV@u*+CY0H*7|i_e*EC-ulvv$rT8%&E&*MLGrD~BUi{>EuRXg)Z=EJ4D z`DB>pL{THX;8-QWm<$u6=r`(B5n}m2JK|w-U20w7JiAUH-X|8QmD~1Wub!f0?eywj zm1y_xNm!b?N!pxzPiAH4&3mD|G}+Ao4jsh0OdB)5>>lmIa6Jo~JL#+2AHv&F@7h3Q zQb^E)O!dHM?B!<(1oJsFhNbt@(Twg2mbvN|Aa`{Zl6{Fx{flqsz#mt|s?E@^mWxCcu$;fxGLi7fm*eyQr5tjK~<%!!{Z-~V=%KTbYT3(Oj`G|lfU@?(bglo7KOztl5$!|O8X zP-&`##-Ei%WbOa{Iqphf8x$!)6_CF9TL&tAR%mnc=#WE(A>KXS26S?^?l?;b0rOQE zCz7IjP2Xb(NzmH)EZDlwwf6x+~KmszxN7{<(32^ZhMBf zi|N!0zi?6s%QGhG%A1ZQoxtO;drIu;eFW6sc0+QL$2L#RSsK!^lK%XC{yuFw^^rKL z5``pc87=!JU2Z;wdWP5#sR&z=kZ!TC_?n+yZhD;&X`r$Q{ga5EXU=_%0XXcLYH^>i zm7|=!mHj_{sT22p9Y3VdS|P{HkgSbLvoV)cMzA@4NP?rLRYX zN$;i7GmQvJatZpb98CQmsV(6j2J|X5js|;|VW_EFwoe-O?XOkcx7^5xJX)1y=uxep_nWzL@@W}(o8`^qZd5KufRyFl!qPMAq0; z?=r<3i8C*71DBTOX7ZlUnX*IP1sTY27ID6fLiB6vVZ@1;q=PBnWpuc0K0mN}X6u`z z)cEPnG#9dSo-rPV1Vo%{`F0R-*^p!@3rjh2c+%rQm`!xg=V9aa|9Hd~i85919d5Sc zo}!_EK*P_^kM2!Vs5)z0?L<%V|`BH^Ctd%u`DqeIW}x;9M@HiddWgP-dDIrB&;R8&E`!LX z|KsB=z)J`MMTB5%g6K#vD@Q?|%TR{+<5i|(UJE_iw)(qzFEs8yw6Ic6* zF>1W}Ucg3BtDw{hp$Ty*uUfVjgE8qF)g72Zv9D$``}V)7i6A#pQW&os-00#^FtM@4 zj2Eb#tbes)0sfKy-=Q!(KR;;dYH9rhGaQhTx^Obf$3mgBsPTc9l}!R|(DV5?3+U!F zgB7kHrKit3*aeyH);YVllmhgBeOl}VsmK3zxTmfbA-KH|p28RZC-6?DD)G znt=iOB^>ywxKhniHlL};`}CR|z7E9r2PJm8H91j+8gAVGB71J*r&{nHY?~a_gtk$-kYSNM@I?q@f#BtrvM7UW_(8ft)3p) zqSp-{)F|fJ>PZ=E20FSW@WcHY;5o2o&{i|9)NtIJS+g!e681yW2TOej0ekNRhkCW8 z_8mcGRaIQb+bq2b3kx#>RrFDlv}T2IOD}|x!Zd1uE&~}aRCIJbOFYWOlRWo&z(Fxx z`p#eYt1w06i~k)hOXP9dXSW)SoseTG=9xIP?P!2D#04lNbMGS9f&YZ8FThfzEA?kS zp%mr78vSWUM|>APB1{HW+QVeY{-mA>-Q5yjr6b4TS`2)jP@Elj77>m{ZM#5`Rxk$+ z{V4n{m-z|~FTHODA4-IF+9J7tKyh`T zNV_&e8t?4=`y;>?zrS*eLlj@lv|rQLSJTOfJ!chcIWBa=J1&-eI=BZqZQtTP{SG1) zs~&oxGhgn{Dk^GTcVT4U?opgeSzFXL?75gN^fCE4tu+BhdrB({C;V4VQC6`sVrE`ma=6$SUcTi&i>Y)6BfKjZ3QAX_b!$Etrd0 zaX|NOS671cve*3A*wBoFEO!!!?{FrpV47%zLEj4cmzJ& z-_{66R5h8W>xyZ4j?=G^^6M2+EzfeVneUtGXM*444XI#cMVP^X2Dz^E5?Gn7Sb}GB zu?CSf`^JPav1aw7kL_-}?=C|!M*g6Mo6q+S{I~9$`1AS0f2A;xvz<175T1Vb&gql4Em(f#8++Tx3<>NOEIyxvYisqQ zDAm`x+4K!#)$@*vv$bE7Q(&POecv#UB*#6n-H=MEh;UNYbe0lGq8PT(%l3GUbW-QA zvVQK|bhA#FqFxgbvxWNhcjqfKoQPPL`?WH1&i164sfTPNE%O?SjBUt%R7OHbJkK&{fcix!<)5?rtnB)XJpc^0kuoh(D67q- z!qTX@=cJx$)pX$pb?~LlvIt~dY$@y6GJa0zlS`o@V}7ig6$OMx7^E`7J;T}> zHqoA%^8ludZ$`(l%r)D~3yYGXW+h%1zrp_L<7z@Vqqt8W{5(Q(NnAS6aR)vtI2fpZ z*eR-hHIcj%leB{$R5qulXJ$$gz)8s(Qcfqyyrw*htk|`4KfS`1tF&?;7kD-ea0R=}3k(?EAO7px`U!V=2;W`>XU7d^cROYCbwE(f>TLgM7m_2F?{uR;Vqbu}Kg)zU%{B$@;ksM8kjsnAK~JSb1M}*_JeqOz>H>;(J^7;(!2< zung6d73fc>N1C6dp6ywySj6Lj5|)<2mppO0zkIOPf%mSfY_Rq@ESm84AY1qu>>ni&;hMr!} ztUqjEdvI4&5Fpjn)fEdP>H!a2 z4Io8F`D)bjCNwuHTHQqy8AA@;x+N6K7J>}}X(w8U=kal|*Hthgh@}hERpy?y8yd(3 zeFc5HZt^1pO;b}ehIi>)kI8W%ay!8GXw z714fYq951O5>~2ei~+9Oc{xcb46nf*4|%2)+V$=zl3ysb>LNxt@j7QJ0ZA}(7%F>h6S98p+|5|@h0Fnk#+xf)CKMLFrIvU|=BPZ&6dt)H^Y|Ha0=TGtXFTBDWTw(_|3jr18Xbz?|PSyjSnA z;};(v->*{mErrtg3L_%)wE1TW-&gRcAm=GdsjK5lakfsl854z*^+F>@axDhN!xET( z5pEKMhCY;b2eJmp08N1X@i8pSk74ie@?9qypmyT=`sAtwv5+sf04egC!b1Pq42L=C zgCMH1iQh8`tcY6lbS=^vqvWX>qc&B!-Hzrh^c}@)SXqkF4U2Ttcg??57!&In{`{s~ zyf(bhxTR#3?NguJ8|uKuF@aet!1FZ)6BE5}oAi%JK6-)k+gz&ha|H{`?LIW|y2g0vh`Mhv?3GkE$3d!6g*^+UICbP<|M^kK<&pT= zB!~OX`PmpST;nEsYKbGhRl(~Dw2i)1Bye`1*o7RiRD3jRVWmgNI&B+=tR1IAQRv@|kwdbsQf zr&5_%4Bbf&(~-a-#YQ{)6$iYOgk9-l7vi)ZcXuZf+%?FN?XBO6Rp=Cbbs9*SO}Bl5 z7yMYiLj8R35obikXsKQw?wOI1()Y=e;iWdBfgb&>&-Xk0nYFwGGK|YpUM1t%Gx-echXv+k+M7aIJ%>?7?0T&7S5pgT02b^iI_A>NL?p? zdPy%*+!D_iN6_L~)t~xuli}WN*5#F_L+N+_SWf*&AoctOc;$<`CMJu8#7I~9p5$+^ zqyw`!ozBHd{;j@sfAWRobt(zohbJPEB9T1(A8OPb@8yjJh?rzoDESIuc7w$JQNMnXhN1 z;+|Q*_rhv{7ZGyE=f*LQa{XyKGe`D&RD-uvP~SwE%gLPzt76gL$-$dEe}ani-@R8T znQ(8Y{(VYW_&nK{k5doVoV<>)RR*lhM|N^|*dAm>>W8rCnb` zKrcOl&qQ>Zu+yP|)}MsWb*R!ztR_Sq{)2oww)$i44G~X%us%9FbYq|!zCVJd zT|rqHTF|>KkpHG$@)5e@nztr1)p>J0vz7UpV%4S{MVeM?*~L{y+cR(MA3sL6qh1fH zgu7q?s+Gpvm^@l*^RW`!gFljY=z`d9dW!R@Dl0-L8dESFtd_mKBYN(3?d94y^3MZG3a=JfHdI;c>$>y=K3VSp@;!anE+AFk9iM~K*n7MjB@1@D#>eX zQP1-wR73!>t>|4sgLi@$o3K1}y7`M&oRew2{`2X`$VibSswP-)RKrQcZ5-GUZ57Og zB>@yJtEH#AcMTeE4`p4JGsq8KsPY(-@7{gOHt{1Td4dyMtqAU(lOY(K>h1zAEb~Qn zIUn9k$zxk=3ZMqgKaQ!Rw^3R=b zLthd``o4BZ+CINfoExpY+uWbhzm!CTzP?%lPqW95N!Ql|u3uB!gB=$lBnuvI$QoDE z4LRPZD3;F@yzZF|JtS+cgM>005KAGWr62a4V#da_X=!O9;^NT>2~(>`6P5RP-1xc~ z^6)&hv8R)iq$a;9XQ?GSCP&n{!!&(Io}QCIm9v8BQvXN)y&f!W5m7A{U}P ze}F)iZ$iiJBW>4UmHO0=`Tp?vGGrd=i(jy^m6KXk%MzU4jp!s`g_>*$Plf6^+u*(m z3Q9_1WX02D*WEnkh{3)-Gi3~Ro8@+~WUFUb_bJ6fO74HOwX*{hS8X?r;hs>m{y#|X zw(zEPOH&{Qk+$rL7_ckV&B`=k|KpQEfjibsIwH|v$eg~OFs($_|C4kCMO4>LFvdf3 zQv+V`h}Yz=FrIxR(^i%uoyIRc(KMV>0}H+dV5dRf2@%Wip|xobz?79MbAvrAq?hs$ z^EhT&u?i)7A$GdWa7H^)oW#U7)t|(*n>qlHDMSFx78i%F$Az5}))L6tgfTDGe(z3? zl7C)-qeNT|+t`ReSFrob#)%@q@K^A7FM0J_C;M0m_&L9VreBLqbq$!Z<=U)|+y4o! zhn#Jblkt$VnlZX%?wEv7929!3AEZo73Tbo6O>2{I-ekX6p0(n#`jGSB zu=wio{-kMbG3M;>y5BNgei1diF)GSfl=^xlim$v(B$=mOGYEPA(4yG9FN)GvDB{WuJW#`78c8d^aqvlmAEh(vI?G`mZpKFX0 za}q@_=SbCnc~zM#H?qZht{X`n@f58v$%3q2L!o&I56EYZC`wC9>ZUiczj%xL_dwjV zR4+1Nh&Dgstr9JRytuajnXrQQPib!@)zB9CP!Y_Kx7a4Sj#z@&!xEv$^!c)x-+prc(ks{#VAmJgGws34@{Y};r6o%bdJ#;o@nO- zG!*2llbLBj%lqjR@7WIy;)M7;zWWDo5R1@no2t?q8b@HRtVnCrzN2j@_Z9t|J5Ea+ zMovcmm4wJ?qhas9^~g&NWtBC43xM61T3$%Eyv!!p7MADv?@}!ZPh`LTP)^ z6|r4lDSI|Cz~BEpS8ug?@%U(SSSCEU-pIwlk7pq0%xjX_tu)QY*(}xjyDO{u!D2;V zSW62OnpzbrOIgXKWRFWkMj;?vDch6bM;5c(k0Ph9{k*Jy`_q&pBt4WFx8?FxQGwWc zLGnnfr9D|QF9Bp^p_#`N&pnMZTuKGv%H89)Pyd#cjYasQ3@ODcCl+cul;f%P!NQ@pHZ@FzK!2Vm>E8`v&)BXW`p9ODd{My@Jw9AFqlxBXu zdi$0maty?#6LNbRAs#jS#|Gb8C-;SN1G~UeFOWpD@M5 zlq_v*A-iq7;37}eAB$!`s1l+rdNxvlEHmx>KG) zu0|b+9=K=FZ-0YfO!vsGGkM65-!Xb)yBZV0!jUKD=eax*{LRD_8knKxqoXT#>UDFtC_VOAtt=!{=H$lZGbs&wy=jQrW@J`!sC-4TqwN%x! zBA4)@g*@qN{Z#O+tE;PdtdP5?s6gSFPr?IiPmL;|>;Uzmd}be9s)%kiBd}*4@gna3 z!j8U#yYok$4*NlCYpeMm7Fg#46|}s(jF{ZPMb+u>aB#DQGT;~igEcdrF$)M{+`E4t zVQoQpWk+-5N8u(^dPWB1gCh~~_$fVKv4*0ZA{z~39X6DDpgJ?CABRj_1R zo@@_^dQckG#>F*8EQuVpnh@}K1oO>o?&C8H&ke142QzxKn1as9cE>$+yK7!n9!K-D z(jDW8)ABEv`6n#~ua&)fGRdpi!Xra}4xuX*yydYV5QYmL)nz04^DDDenEAsmvOL^! zE`!noI!v>E>cKn;2AOXn#Wc-jQ9$>O^z}(HGEf$({>!vGYQa;UdXRW8J&Q+y^7liv ztvNWv@cwbGoM4NgGA>ruv88f?qHw=|=;kQF@ma0M_rEa&zuP5xBkqwE5+9;P>|io3 z#1Nb&m>#4lW0XwA;uO#-S#YGqP5BGu@;#|F^QT3Ue2*Kon>=LTT;3Z{UY5_Pk;kHO zZajI1cZ*Q09>1HJ{W!JKBxV!2i8QrsVYltM#CFSckRElBdJBXwoQO1gq7xtHj5rWU z52snYTUT1*lFM%F802cBg*GJn+?iii%J$WM5bFm-Qd;%#{M@bmI*a1*AAVOy#Z(ny zUBC1e2)Uy0j+yl^8HxI5`;-A|=T5R7I4(6wO6^BP@zTj2m=NEA{ zdubeFFCQQr?dna}QoC9Dt+X#{*g%l3bVyFKJuyg+N{50a@qV73D0Zf@3FV7mE_)_k z^I4kLiWW~q=)SAAFB=%#_K8^AH#l_*kBm{IG|(u~yLGkOt6AD15=Cn}+i&W9HACj= z@`>ya$^(o0xwRiUv6PlplI*!Mjd$5W4M;IS)O}Sjh3k?C!=9{vmtwmQ71H+(psDOi zGm(QkLWCZ8r{a3}c_Y=8(ee2Ym$Ls!3$|k76iuek-R9n_D;pNdHf%b-!|x}|RBeHW zF98d9*S@tONu%N39&aHiCfbhkZ`ys>z8#(9Ik`LCvu8Q!(e}?3$Y=wt1p`7D#l%pc z`oUE*E@%)@a}x`z9d=aXn6weKduuoY6{;I~*+f=W1Dx$*P(xHn7|~j?H2fQeh7>^X z>e61n^>PA6vlflLD+9U3|qPvsy_R1cd^s!n}gXenJ zhXt!|`tT_fhZGi8biSyyo)V2Y#u}NL(2y<`bSxqtcXy($g9hzxBq;-CD+VR~# zxlc1O8IP~4%b``*j$jKi)hsy5A%rnoJB?7%(~}?0wNeNOr1o4rPFIq`X!Ij9wM1Gv zuCK{sQEpBek8P~;aLUX%Sy}A~xwv-g-QylAkfF8&YoxZ_dJUSi6B~2*-bG~u7^v`wa_5mq(`{YVzDKihD$+gk#^l+Q+FVZ^S_G=(_ zzWG)+_tv9u`#;|YtWT?rUh7&_aoxE1bmuKR&1z#~ zd23u)>n$6{9S83UehY0D0CFNxg<*Z-X((^~KcX(yUgwo+rq3oB66SPkUXlyPA8PtJ z{NwaZGqFm>__u-ULeN?Ym;;=b8R~Y*g8pY%I;okI|CkBbfCEJ=Ul$tPPX3(?BDB=& zXBX!;ucf3OFcyzM5)NW1xIgCcWHN1ZtEkWBw`*ftJvTXd%btgayE|>3!zN={@E1i= zwWaB#;i>AUH3tT7#2e<@t<`=POs2X*7sr4rQoFJ`p71M+iAaxF*XxQMemj((*j)c} z`AQ~bH7T$fM)tt;uU1hO85GAp>IIk~Wz9WK5qUnRJCk={^^k~CqzlYY+11|8&a58G zD0n!DJYmPWQMXpvKCo5?AkG<6XBa_-XMn7eV!=4}q}(o^C}zg+R3>dR%$Rb*d=vW2 zdZrH`fExg&SI&oIklaAUzz__Xd*Gp+UBozOI6=2t|5<8bRjU39jG#2~DXS3mLk&z5 z{BZ1MEvjo7&wu|S`Tz7p0ZMZ6PoF=3CJ+qj@Fu(0a5iHGs_QX?E+9U(6i%#vx2qIkNtW*A?w8l3U2hc=A5nKwjA_NDVi zG_dLr`gD})+1u>*cmq_ebqy(iyL`1qp3g%vXYk73|yQ}`}jkqK$e8f9ENxT9l}3rsL=Pdz=IFf5nDLyHI&?bVPuIH83D zOxX`Bn+8R+)GAA>T{_BtIPvr>zV5qFXXJ4!*&vpU5pp5>^g(D2$Qalms?KE8eVz~J zPw>wfL%)U9!_|FFM%#eT1WiArkn$(g%sF^@$z@nL#Y%GP@;99{3*7U6{yDpFd zk6k^}Rq^O)&y_As znv}A&YjHe^m7zoxL#B?#3?5Hu=5nfUJw_{ho~-=e2@MiRPmznrALb@%8sR*|BsfiR zD(kk^ej9UXAO0_-uLx&TmDcBM|CB<`#au#VSq!3{+Ewq@i2U-EHQ~@M{a)eCb6Ht= z?z5$hY$I;imB%$O{g7lD|DVu@JKvn_*Mt+|Ee5zTF;Mqflb?ZR(IGZls?2=wMz`)g z@AR$QNcx-zh2*gTKkD)4+}+m4#JYdtqgy_Hyk}CQyG}-i2;5sE#$Oo5>WruEF(&47 zx?mKVE`BjN$kiJEp!l0JI0f~FHI!{Rvj8*1IX23UF`7$RbEsOvL24Z&#vdC3)lJ-F zyz6^a(MC2qWv?QRwD_kl5@ervVzpIJKOe&t$ciI)hF^@0O-F{KiA7%$;}eLUJA6-G zgWj%(eSjzyiw0kp6?R00`CuKINwY;2&5ExNT^bgJ#t*U8kE9a9e(`?tcg2AoPELGT zdl;r!^E*C_A@{o=LP4NJpt~Ul?=}oUuyAl5!#Dr!TcnT8O-)U9EAF6%L{xaNDTx67 z;r?$zB|N;pVlt0Azh2Bn`;l;r(za%(v)=@g_HiW$CTUnKQ@%KYi z*p>1|18tuH=GvDHOsR#ln zs9|3YZ6i~ajes25on(ncJkEOfDQ1R~I!m4lI{(9gQCq|JOiLs+wg9I00Wm(`Tg`Lh z3_Tl*ciiJA!!?Ky-&70GKHxMCqAM>QISpJK`v^GZYzxI`YPN5BpM0gGLyOSshd{P7 zuPyD-2$vmxo3Jx!_k!v0+WNiejyN-Zw@{m9Cp^@=m=qH^Q|ugXMcRr@kH^C$n`C<6 zlY!gj2=iWZu}juICvTbEtA_XQ_XiVL6}AW8Sy6gNrT9nLXM4)fRp;O>9OQ-CtdO~% z?Y%~H&!EJZFvYCd4ACI+^oEd+*(UPn6ppoWT&i9aAurylBHwtqIV$dOz=!*sVMQci`%F4=e>syc$vz;nUetJFGsKzB_QpOKb z9a>u2+^*+P|H*+N@-3NkZbb!|g{uk?6Fa-R0K3*N+E0SUgc3SmG+{f}4qJG;&05<@ z<4bR7yKqm~%Sf(UH85*zTB_glGPAQc=UfA8L)83>INJ+VRn@?~cgF~YDw+O6n8hmp zON)+;ZABzE!K$*Xp*auUD8kZ;Xv<%|&uwdKgNf-oTykz;s@DNk0=%OO8k8gAxc~nh zC<)&J)uJ!0JD}~!&&de@k@GvaUpYb118Uu0&^3bZ>n{LU(}cVez!dc6>dX;d2U2iY zn90JSLuJ8eSonbxa2<)p*(j78%$#e#$xzPvLW=B;UUP;d@D3Ls9}gF|DQD0r!jVHD zbq+tV@%5&=+`kPM1z7$2_|jp|vs}sRQja#={6<5EsRiy&+*uSW@^u5+J>9!VRz%o2 z-<$Zf)Fr%mj4c{-Zan{Mz{x9WrtUgNY0;fPawUq_mY~Zi`iC-LSSXd!NN%;WlX8U2 z|2ic7?StV~w;!MyJo7s+1t@dKP}v(Q z3pU`&jt1p!K01mp_IowQaOLz*d20`XPQF|38%&JP{ce|Ie5y`JGZK|xNIQ%@o)E36 zDM9WpB6V^8^!dK#2jAv|xM5Z9&v}FXT?7e=NiU2&cqwy6akkbvepH%K^k;~j29ZtV zf(wol%sj@x+Niwz!)K`1J9OpKIQSuQv@fe+swH@Hp;$f9-Wfxlzs>p`pY|QT!6(RG zW8;p%STgbS-0JQ$a#SUN#ZUjEN8In?nx+FPouiF%DlYVkah>;_Xo8EunH2WE^uVdY zg&(Nuon?j8uRa6lsnxdn=Arj0C6#3L&HjMxfcc2`$0$@Wtj9-lsYLj9$hDQX47}Nm z#G8ydKF~00D@W50i-x)oh%wxW!IRl_y}Y`Sso0`VH6;v~^Y*{=%nJ-zrg46dUpHZJ08y;0 z+`BN0xtI^^!*ij`2S;2hDfk?ip=8mo<6o3@-Sd~dQ^v`(!>mN3cg3jhJ zfPi$vcFqHIi#j#7q_ClXjPS%=Pr4NwBsFD9s$LMk-l4IgqbtmllE4=<R%WQN_@Y(_^5v{PgxlBDd$Pz8Gt$&awX236)E67Scl!lI0EIzl%v>uP7r8 zY+S|UY$(7r%9?mkZL7p)tUh{oW`)?4==iUb8xtQNUqUk^>cE4V#BHY=Yxe%b2ZVD> z7+|K*r3R`quYhn4!B%11tVaPI#O-1W#=~XM2K+1foMHU6QJ^UxAlQzEGNa41p}3{1 zy}xY?(;&rppma3;+v%X=4k`az%ls6Nd~y}+4vfVqx$u$koWh2RBQQPEglar831Ot3_MVclx`?D~bU>}t=`B#AtN;Jcd7@|#7n{j_$lIyU=Mi3(*K zZ5=KV&>uu05BdniKo5e5_MtspT3Tv_ls-g;KrFrDueScb-z+ON zVESf$VzLitLdBN_60h1~G6)2hxqN90@u!N-oSdqynR|Ei_DjC3f20ZJW=nl!Z*Qxl zWT9Yc8aAv7XrIZ@>{7;Y>2Eid7&+JXxRdN=$+$B_29i2uP(_W5U7jQ89KTR7Y!h@+ zQ@US4By9FX<-wMY#NUfG%e!-)3_tGPHQ;fhZ16zEb8i(49VYA&sr@u8&oC4}5xhGy zMpn$#^4pD6!D!+s<7nUK&O)VYlO%nW7Wa-%hw|ik-OfRHJUj?8F52a3B{f61g~@P~ zto5h&6&Q@x7ov76L5Z1}16z}o$pAe9fB$vIZ_aZKjhQAtq3Pj~JD9G{CX>ru2|rAI z3*5FkD+n3>#3Udpfj8m`IN6G*j#oZ(XB`Q9UbnC+^+pk@MoGxg(XxWsed)(cX-xb7re$M!!G{fR8F|lgch1Gi*eQy(%B8s@ zg1qBN`S)Ki;y4Gv&i`$wx)7|CQMn2zz>1w6V+}GFQl>vn%W=ri6f{YTulxK{I{FWZ7`Qnj8kqhY z&eTuBrW@Rz$hd=D*; zoWXk4$01pP1=u3&T6(6OdZt`rj5hCL=S$D$9EHGAb>S z@}VvEettn*1mB~UseZ0axZG^;r`VLBh>K5puM?<2`ZP8NN9k;)%h6Pz4o(qYK>+y; znMmZU^Syf@k*SDf=wf+dGI~!0kwcj@l8eEEi@RKq{f>J@4)qWB$cEM z=TP6kC(+lhkN&&cUVVbr8B->g^Y`*9b$!SV$t%5|#;HM11$csdi9J0a2dU7*VonaH z1}QxcPXHGgdeDc({HU*614?V8F>SsWONFI&fhjRgGfgvJ-N|tHh2mGV%*U)E+I7im z$OL_bREliS%~3;M{FZqa+2Qmw*)$1PIe$WVVI@Sxp58!4qC|~mj4T?#m_Qv#-e2mdbXiwL zEYp6RE&gZVxk3zd=7bN=uGO)U;vWVIquF)cxl7E_rlq6!z9qO(FRYdZC3oy8PY8jF z@yL#2!loo1hxhe=vNx4R_G?b+(xv6>=VKb&V%kkzzYX~~sw{c}bs`PQPXey(=z=*@ z```t~#>R@nHW9*66K*Y1ahDt1sBhE$OIFz(DiP-<)!AE=hKD*36FOsP+92WpRFBhA zUnakts<9;=f_6bbohMnL9cbLzN5>Oe-F+)f<}BM0QYK-g7nIr6r=txmT;3BB@#DV- z8lCr}(xvGAGaYwOk|%C5-9;^XUbw;JSU!?!B`ojp0rQi3Hs;Xt)(=k~v-Ix#%&kpL zo0dj%p2mz0wWhVsC#o;ac%w_ir!w$}d1`vv$-lPX<)24j5}R%0K`46i6Afs1coN}2 z`RaLSj!5-E6c^yow;NYvWnOF*|A2FFF)5K8x5<507jP$qA_%or^3SE2o;~4d_1PR;n48r zogxX_-!f$mKKc*q>HJSwXmUh1x-KY0{APB3#FNwf@o>Qu(;-{!L4(Hkom8&X$>iLq zMukrsiaa!U@J30M{j(%M^lj?oSDM%A={LCD0EUCok+4He``}T=%-5XJn z6wq0zsr&jYl+5W(E{`0>PBy;oR0`F*KDniOid-M~Y$~-inwv3R#>4(6(uo1K#mOTk zXKx$JT|%tl9|?Xkuc}sHos7tKcup1}33iZc5oyGu?q2#zT5}s`@#*&TG;j43472AR za)lbmC#qU;>>ZtKU-6pB<@WeHZ#}5=cBAG09iQ6Zwz&GtB1t1vb+`F_&G+5g5o5+e zzK;{9rxvF79QyT&f7#y0+QVKgV_m1{ahf$B_e>vdo z`88E-gK*SDb(zBAd$6o$B#udqW%m#U{Ru8_#$&l#TU)pJhcCxdwe!cU%XP>>*qZP> z03-(76Ia#dFv3N+Arl5bv17FbhgZMuFFgP=m|ltL`+hr5$&mvXO|z)$)L3$GGrU zYh@5#vPj3l!5|k+q)vLwuar0<`|aWPB}28OLoVagL@+nxI!{6VFe*YyLOBj*s`Vq|rV18JP-qv_s=$!^%TR$Af1<)*S{1 z;q-ht*{Jmr0eZ%iX?3cGvR2FoDD1|e$?usK`N#9}_9EkdQCWU_P(1Z4_Qh^kT3PsO zE2)UK(nLAQx<&zfDk`lTYmtxM9)C5-&z_WU(hLyqDV*08DJtiDX@4AwIT|dZKp!iK zn$ML&!QZc&=~23xo`iDo+Rf%;o?w&Ya7euRBt%Ef?Og(g+5Jx17sljAQAAWI6gJI$*TRg? zV`s}=PF8f`szjDzR~4X!{&pBlzr)&zL}!)^n}b1V7b^9<%*?*whu?V)?jEeW1>d zEb?>yx9uy>qhoV4E5S0K`#^RJJ*1ANiN;*^M0Msh!i&e|`TpeD8avfrF*B0k-~#Ek zmvWE&f(tS8C;}P9Ul-EU>B%SHzr1i7-H;S0dK~Po=3Ozv zkohe-5-W7`%~3;rN}T60?1&)LZM@uY0L1V8a0IcSJi~q;kd^gBjG=FIzwRT($a;9l z&})-50+)`LwR=>1N3NK>z4ZR)bbyBU29+rlx|KITM85S1S zHlr%`h6R5MBHg2N<9AlJD)zS8tafg8OT@x zE})s0P>)iY(Rm2rS<#rn_Md3D4u^Oi=e<)aWDHG6uE}9EMm7z2kvyI$^2uFHE83wl zjrN%yxxh=^+-U5;7Md#}o6FJ(MBYNLLfEA}Wyj&+t7VrJOQ8+g_=y>JZw$2ko0h;n zmTg``N}=wky*I|XOl!qT^1J0IV&dz|&KODnR~UGKcJDNfx+;glTU|>Fv5`^%S0pfa z-Z(cNC|osC1i^j;>Hx?CE1Qy~=0a{{xIC#|3Z9NS$;c3#Xcjqi+cmedX7*1L==eSL zoO=90pZQI1=U>29ASDeIA>8BuQD?j5x{Kv{{GFajW>b3+Szd3a} z0gCf)(g%#FAA73r6QEU#7O&Pw5lO-@hCDcYqY~JysRKa#t@}`IodRISNgrW|&(QcU zM^8_$u(%H=IwfUekl*uoCh-fOt%X7ZpV#rm`>?S8#;Q#;U=>&u{-ibz^rhN24$sNf z)uva=22g-X440J^DXrl*V>Cb!EWVAO-h%`vbNAT`!i$sLc|?w4N@=2I$qGoUb3xRG zz_5c}#`NxQjhUGlmW~x@1N+$K6Y3fp38|>;Wz&l(;J8XN|?v6UAyA3;~1u*{aC-m?IO*C~V4KSAK^&+V; zC8VSXNJ+b(`G1aD8Nkn4|+pqlBZ_JqneR;X}4kViAoB`k_zZ zH>7pWv-~I8E7)ZwPA<-S`kZ=)1n z+|ryOM>of|WVO1`(m=%~;oH`0dS?qRI{WoQ0I9UJXer-sp ztUmv?iHyu2iyvRLUZ(i1mn2!*Vw#;!HC+Fp#E)A~)FDUwq?fNkv7=;BA8T6u=Sm;j zhAYY%n;Rv^IJB+|cjRN$qkk!OYl==+E0Rf)gQ1*ksdnjErs#D1m88GB$wUKla{G1z zYLLQpC6bG~-d+5gs*#|1G~5$b6%&(^DB$YQJ6wy$T#G_4k@zmF%JnjdfUtGnd*^lU zCy^Kx&Gv!+V;b(3H_w%+&0M{1<&8;Kd>6m=2$H>Klaq09?>SW2+flx??Ds6@nzq>- zRT$(Lq>qVxfB2S+1G_%XmGv-xn*Q@=BfUu+u^_3s@qlHINoY> z3CWw$BXD+N99fT&f4rth54p;(RGGd!+3FlPpRE@zpmlfO?f)8#nKAbxJ(ocVkBqdp zGh=pNxfnB=iFA3f>%II(Pm300I7Qn3U=i{PxG=5*7UnTQz%&{@B@3NQy0n{c94T>7 z=LlYO)CyU9M$}MnK+xM_mc_$+kIGRUP+Ecybw5~Q;@)}xb|u~?gxooyA& zUB>uPQT3Xx-nhEbaqNXYn>={Cz(|Cx(AiR$-^pU;s)NpE{;X{E_NU=mORK2TBd=m* z%dz0@JHb0A7(})l{|F6^C>BB+l|Ab2pa+E-irxp$p{-8o&Ua|%_8|%f6xpYHFg0>Q ztlvyK@nA_f|5s9REI zW(K#Pc51YmB|5RiC2Pl1_N0`)492{&IW)gJ>q;VLZScEVmlgPFxanmZ3!RnfOtIO~ zJ$ApTCGTS9lv2vxTpcRGdJB=!TJN$>;OOY6ki_v$%g{F-?38fm?HwFcIA&g!E)&%A zvr22!r^Ou8jZc%;?+Ye5S$2(ib4@ffHVXXi7}20_ElHmAf+AN-sL+|KrSISH60xRM zY*KtrLoQ$3hRbs5;o3vy4h=TywHUmW*Q^aZH)>Xe8z%Q9xuLXK+k5S1YKphB(?25` zSl9H5C-vyNmi)DgC(`WIwVkSRZQhp%h;Ut7vjonl8lw9~8V3Ml!W7XY`&|l|tibDo zgp9DQP;7+Fimt1RNIU=e-Eqr09^s6}#YNlng}7O~_}RUqccaVIX+^v}A3xr8bny9} zKfkuU_-kutHhH#5Ai4TF97RVbJUsaCq~A3nqoy1dL*Ginfr9@-Ms5-M-(NGc$>VUz z2)NSp&(9wiC^N*djIZ;)Ip>5Chd7^;o>?+#WBr0oqrNxyam4F#-`&nmBZ)89xBvbl z(f0U@^!Y#RwY8;I8}Sbu?x*(TT0cO+XI`e$x;tW#l@Nv*lMsTT>m?E+pI_H$8n^CJ zSF2oTv_17Cl%@!*+5??`0SxD$!lyWtauZh@_Mbe1!r#qhQ}Z(Yo{uK&f4$?a#BVM( z*{OW?M8N|8r^<>D@xdq5k0U1=e@XDZJqr}+&%~hqITr80plJL?NGs?c!WHVr?-~kJ zL&0x$RQgt<8^yXtZfACjF7f3=ZmqnllY$OOTr#cVY%`-F9AR&|iK z$KLtb{>*nTE{m{G593YE`-bl6E2l8)feC>Mlp?DkAwDi=9EivF>@H;r(Qt_765AKE z(Lxm<4J5;UnG@FHfU{Q{IX(B6Gc%)Wblooa_t?&S>$R7Zd?7>(iH1=tXUuul@8 ziK+|JNDMq${v8&oyU!XZTkmlG_A3rOG6Q#oZJRK zi

LMP1!=qPiPsft_HkWDO{Q1x5yBP;xi2dLyv+SFqTq@bLpkB3Ur%bSPB7J-7P$ z`l-a?V6Gvrt+=?}fLRMLeec7f1oQ4)a}YJV^?>*YK_P~^ztZd2T3#oS-Oz1~g74cW zHM|u>_kN2qing5ny59(-F{BhQgt*U8Bu(WR1fK-L@zx$rD(>mY2Qz9Q65xpvF|p!J zI?lb-V?(6Q_z3$6=JQi#LQ=Nt7x9qE{nyMZY}5dE+^T* z4)w8}%j89;s=tKSYqOrs$JpwmxW~gQlg9TYhvnt@wDiKm_yX%8Y>KR%+9=hi|BE0J zk0jcu#OgwJk*Pwh&QZy>NAw1c6z5exIVn|_O(c_j9bT<6j z{@Tyt_TA6}Bu`}&w&`i*Uzu63UOvFlDEz9JXt8~lE>VW1U!}|mEgoHn&56lNUy-`k zGG>vX#PfBd(aA4`YcH%dMP$!-(K9P%@+)lWwNQMshyiPB>wj|BMzxKqvLTvbpXJ_5 zOx~&d?wh-b9q^*CQ9ydP{^KRL?cddr&wOgyol#~zXQo@)1ryG~>&r{xFdl4t_RQ|b z?fKCG}BIa#T{PJdixWN(23a7dkq@%6ga5XQfJhx;A=7ayWEZ9RribzNAX_ro^T8 zEapA#&FQp^CvgretHVaDs~{&Xdefol{k@oz#U)k?%eD@|rt%ciUD-M>&m2y}c10}v zY-EyZ(Yn>R*D;;EM7$4*ERElcoAbxzQ*&(&rN&$4TR%?Xz*c4Rbdyjml4RG2VmLMb z*~VITUw<)(9{qh7MYRX%m!XI8z2lQz5{juJ>N1YgkUch}l5=?E=j8W-v7mB{CtN}S62r)4if%6?B-OYE$R5ur2kSsC>To-p~c9foG~{s z@bU9F)i|sc!0Hp6*sPTwO218;qoU4RU-K%K!N`W&N2k<68#=k zugNE&c8J5kbXXKNc9eWlVyfiFtt$FA+~J{c^j%SAuBVDc+53(9ODokMM%vo&h$Ieb z=PQ01{RJME%_tf(D{I7EN`AfLrhG^i9^9LRTAMUK|MBXIWADbUswZDCo-SEfVk5Rj zbD6rj{Q0vbn$-~{&Vp$p8XHNg$kAI}^c2b>@qB{;L^-`4O`CV0;f&2!ZkTvT%Tl6WgSJ3D*Fn$7xH#N^7W{tEW8$oOF=1bIVm{Kb%KCkl{A zQ18GAko&6UPl8%}XW_ZuR{g1#X-Z2l)d@yDd2YT~ME1f0V0fZKhKBlfGMil5m6sTg zK&J_eu5j^}l99tx-s#ksGqbrED8GKy+061oz6D11XnNSB&dit%oq3O zOT&3?FT!{}+^yF6cNxoYZoVjyy1TP86e!JYcTtWfaZS0S=%4r`DOUlqDc=R53d<`j z!+%E#qpUCbwhUiA8te9c{d^aLtK`o%o_UB#Z-fQlJ3l$%Ap*WrM|K^z?FmiQ-VpUss9)S6P7#Mj(qFGq)zB5_b zai9aZ!tN*Ke^^F9Fc8LA2)b91+p9{QeQDo?78rJncE;SYhyVx)0rvZ5M|qt7?gk5S zQ#vl9B9W4k!e0?k)|Y4C2fZUB3(GQG_*=7$6H=DX;o&jx-sZ|`w_62k@?Wr0*;SQ- zcJ3@CoB@$`R&6t(OW((0_#@46shy8y4`8{gaG%$n+rxHKvCJ7kasUA_Laa*);w9_z zFTl)-h&%)cFu0*u#adt)u?H^b=k=^Mr;p<0R=y6JUmUF?-rvDFVBZmDFbAh}L`J}2 zHK7pfdxJwmt*faKNkK^TwzjsUCIGX0v^$>(E}p&Ktx3TV2(Zo+?z8bei88RB?~}H9ez1@&j`)yi zo4odA$_?BsXaKtcmv(-BzDGks%q!yF{v#YOG_*;a?!M`!REJLw9lrXdHH$p4ue+o1 z1bvbWl~ea=r&Uwrq-{Yd=YL9CB8BM-O)GDhR+4w(h;ITKZ@hbNb^}Lqi)ijd<(F5} zekf+wvd(*%6T}>tJtTSva0LisQnexu-(l%neN=N;z=4zNLHG4htd^6_FEX}-_;1&$ zr1=#i_W{!P0FV1)L|a-ViR^ySzr-){DC*?FMcicjR>o3wOmC1#up6K2I;f4}JZ@u% zj?3e%vI`tSLhdXbCLrrIm**#{*88CB-M>t5C!JdK#S5CZI;ifl#7-@}W|ide&$kB2 zR&-6J=<4IiW}e^qGy6>cX&w3`rc-H~&^YC8!@KQvJrVSvps%+FX6>$PgIihtv!~ca zaruM{oDII-RG=-B3w$Twf17@t$bLA!x4>AsBM%Rx;y`(Gja5qtjMJK;Xx83L+MXiU1(pvTFBuk1I&-f z1zdk=eJRi`S@{^t;OR8Y-9L(rmHlsubUqseQ7RX@ZAa-gX{Sm?chuUpu!O?6?mMSt zlp>`eY#Voc&P0tfe1pU)L#lrLhf4g=%s7awKJnc%Vj3}5KK?**z6!TsX5xUFw6L;m zq@=W)XLAi=8#`9GNT4EKl~uc-p;@?hOoY60!Y)FH<3Sn`+w}@V&iDPN=R$Z8_0U*y8AT_AK{?-}ho~A&u_{3rB)2vC{k0Ub9rY z1!$K6sj1|E;jY$=fB_mC8ykXg3B7LhKL4l_jYuZJm;3Khjud&?+X-eBuq)!?h!DmR zL?;0_?|Gj?T>NS_mXl8Qk)>aB&&mA53q7584TR-h8vl;UaQP4Cg^Kt5-MAtwEpC?^ z%kUE14}SiOsG?-J$2gz~hr%B^4jxg%(_t&@}4+O5>@Q!IZIDiid5 zg9YvAV%HDf^^M*6Wyi+xesaYSP4@WseNR;a`PkSZjt6z$Or(Eg@J0veuGZTSBZ-)I zJYp`JGkx1`$%0n;@goL*`d#R0q`SKAKW%HImF9k;P*G5HJ(j9a3LNMG0z$r+Sd(*u zNAa9r)EKA~WWMHky9Q|+8k+xZuUI^?5{AwU14tjkLSH}|rT_768%yZcK(}!lkYN%M z57p;?pjth*m6bPvu`P57h*t5syczN9L9XUVt7!#HB8ucsH+Oa-%gf7KR~uWL8cZ1J z+QKmz|4phKZv9A|f$kh0t+ShDS)@@_Atkq&wwJC*6R`GKD;0;?v3+1Sn+8=PQYz;<^o_2%Uk z_3IcoMO-X0t6)5%Vs@BaSPn}f$Z5VgbO zvejv)-;fp8Ro3+l=iWVwJS<|I_HObAYG^ zM#W~bYMLr4EuGP{Ixr00PQll8n5m0~JAUS0BM^17T6~Y%NDNJ3bDOX_k^4!w8*&e9 zXIj5_0-wn)?E}BtR`9&P(JeYPSW+Nm1(7Q@dF=}=`~A~bSwkx~FA?lq@|Iyr_n8(D z{*t-kdclv7v5G7e?(f=&!PS~+`z5#>t9iE(#!P5qrzlbQLGxb{#1WaLTI6xi#c+Pw ze2Y7Jga$+jH-ym|z!3Ax4G{RJkjmY+n1+T&LeddsKKw^1ogd&9o@jwBZ-*?Gfg@CN zbuuV^kE?zM-aV`9m(tQ@D2A7ShWoW~3%oIWUPpy1hkFaHsVvheL%GsR>+7Ix!cvYU zc(c+SKjX0!;g%@keyX=qU?paIXx6$w9L$*uuvX`hZR_2U8Eeyt zmy1g(Ju7i>afrHylaq6B-36TYof$e;9v(zY=c{|T!UGF21mKW8=carA-tAyn%FC<5 zYpM#}YLcR5?&tg%j`e1Q*PQktH%dS^DM88r+jbL0_p?f8cPzQYFp3`e4kbG2YytCF zgD(47In}5*EL#zS&+JZ)OX83o?b!^6{~x3MPM@dX7cu>l1u(K$CwaC-)T=Nvu{@5e-Co zn?FCep4)x<@=x`EOWI_$<6=gijom_7`vLn2xq|B)4eB>?L#iI5uhI-u+dQe$Hk5d< z=Q7f~&wh2z0Q)&f8!jV)<&AD$5s`K@)V~l_QdC-nFMh|z{fhUa_4^8kyOh?k%+?^t zOB37Jc*5!@F{EH4~oR*MP4^*y5`k z<};Kas!iDU;(5bt0iI+uSU&fRC!o32tSHF{n`Qu^3dK`o08`r9vLINcaGrqZCv9WH zx@R8TsR%Ah`Hu_hO5^TT_pPrpr1#7%oD04V(vQhgg2)AcCd(fi0@BC!eVimZ3_lO-Uqn5cp_&eq@a0>fCv0(|6N)1X>&c?kQ^XrJ z;@lsB-PBz5liItK-JSTf9uQzkD(JxhsU3f_KT;X*{cV9j76=pzpa#?nMyjt(2yby& zS;Sbqc1bm6MkL6;(o%bpe~ICkKT{RWiv4uY@#aP$I1~oZnf5m~Zjv3_f{(;@#Zt0U zm=~msuXpIa<%T|dnXx>Jg0Xhk$D4+M0Fo~EA#CS*cd3c=n z>9{}Din{uqs}rXo9mA`j9Oc+{o0p&9r!?23vBRajL~z`b{48$$*vIGWYXnm5&;=GU zC>Kfb2mC-|Sr%`!b?ZcWbLuZfuJo%i0g@v8d?G2S z$Bs2G0?L_DwVXWzUAJG)X1p4HIqm7C``hVQKa0Y#N1?ZC!ABNr0QbS5?R*8Do*kd- zv1ZST;IvSB?^in??;ION5pfP$^<7b0F+5jT+aeHhp!HdgdQco$!;fypPkGN_>UZ}P z5$O*$HXp9n$hp%K9uIT{f@}U!ZuPxxJzKi+#4aiEbm_TYGw1b$Kons&7&zLraEIKl zljT71k1*f+Q!-UsQ&42FKmSPcLP<9Jb6nS%{edaE-z6(CI!fhunb~S@a>S2&C8nI_ z&=DXc2Aj#x6b!3FhqkAkwe<8*L@D&Hxq!6qjc_R0*DatUEN91dNd||_?`31@5zM04 zv^1YFtEm4emYYN926e4<$&qb56`JIIFHQg?Sb+r)9LhO4I+F{@Mqvk_5?eRU63jS-w8r++}3pMz=6IA z8=phdaRMD{N{f-v;_nay6CWlLItk}Me}dbZM>p=|dp_dnN6ZEmbn6D(MErhGhsZ z|6c+-MHuW5R*Takfer~mvWJLl0G6D}(NT3U8i{2J`_`>ycs~&Q!+m280cRjoJA=Z2 z&-cP5kTYJ64iOgF=MLeDHB~lX0Y=0Q0uBvaNR=#zA0Vt5?DQ%(3JGn;5a?3_-(!vL zZfj!$|Eqlr;OX$pd9?nkgOvfo_4ua3jfVKSLfBf~3NM<<|IHNMg3q^nf;L_*l~__# zQMzM(J`<)r(>TT4?O@juv$A4>Jaz=G6zM)maLd91MY2%p?=%Xk$*PcCH}mgLs>zTa z(@`j#2hd43I41f(@YB%XDo)VdKxdP$mRl}R?M2rD$wC_>h@4j!Vut8NP8Mg}SaUVc zyAX=n+xOj_n|QcYJ7?gl%iq&rUq6zl#>hq@t3rmS&~bJ?yn3a<|JMKBtZXTLB5dyN zn#-^6EGfkMgL;!$er^kWD>X0=Z1wk=N;JBCNuk>utk`&gBV;J%cgBS({(e@nSF@voCYX~{ zWynsjX1+`}mUZG} zC`H~u=77mXj=a21<(o(H>;|Sq8s};S3J5Ou3mA`T>-RmWKA*q{3VM?oKXwd-ya#-n zJ>dJ#w5ptCGu zNWSyYl`##K9GxLa2Oc?*=z6}-@;lY;YTX-N&lu%4K4g8a-pI{fyc z$#hnBZz|cY#KJD>cJ>(Q6K}^7)xL1;=_*s#O|m|7;i=}3ENa6Kp-((%W#v5vadzZo z{uZR#8(+ab(*O1vVZ{ZbQqV_wrGHH$pY49zjE|1d)6;)IFa;1}2gEOYTB$wA&NzT_ zKS!BScl3j^vvW~tX&zWnSg^5k26*QG*ox#A2G^c$n`Df=5Ch*MS?|`?e6vU(I<9f+ z2V6Z1=^6Eoe^t+GEdF4>ED4w5A4`4h3I+GY>8_HpG9C;m76CAxZ`ka|efq|GV(+Ow z8iNaQ=M36Q1N8&HWCGc@p^$oJtZm5)nPvE#mz6~2T&W|&jD?_@SGsfOjt_KUGcbDe zfpZ$MmzoW9LSi0 zVc;}AQ7hS>I)u#y|0p|C#S_$(c)OcJ>Sy;e3vCE(5eMIfgaj%iWpw=g%F$DQB@o!{ zl^e}fRKx=D%b=tFeF4;>wV|2O`pQ`gyH^Eb)%R10Y^qHYCPRNTo}X9q;^w<%x&mSn zv7&__xR_P9trs@W7nu{EH7AeaN2t`!hw$H_96LpQ4=yxC%*396y+z4`0 zn_!5|N$5{MhwfgO&nF214ISPmw7oomksOwa3e-9|3ZD_fgXVNT@uWt9%unRf)kB@d zaYSzU`9swWDb%_6$r1tIPR=~NJUHI`M7p{rcMN-GAeD2S(CZX!S!)oSBDLel>A%P? z*y$|b#!-P4$N+=?dlQBOf6aQX`mRSJyzYp%rp~4*qP9py=#g zOf~5MEs|uufzqYaFtU`lw_3qS^edf7>lTw&i!z~`%{@))BH6Pj5}uy>3rSBAHYtXK zLr=esyL06vNhO~YXck~zRbS+6G5)!L(`H-u0u{sA&_{4i^K`D}PpwL>)IJQtodMtI zyxfVOlSAR$d}){s>MxuJ9B&cU`Duq{eT@bykZb9+9N$hh{Z_e&jSQ2^H-@_uu^mX$ z)zVQRnuI$Lo&+)a*ag+g-lF2-iYJ!qpzrTVoK9uYYqcqFY6l`BYta;J%^kk)qXSpJ zV{D8#cgQk!2WT2t|3NtOu-!$b1RmlL?|vIevVc1q zWHJ>OGn0R2vFXUEF^9Hk#(TGkJ0KBedQ=dd3)Uc*1BOThXqHqv1{JqLzAOMe1hyU^ zOkY!Z5vU!MX^1>Jh=gV7xPajaAU{wcZ5@&h;kM=W6%@tufJc*34#T1kga~z@Rkusa zLfuwv~1YjlNZ^LKD9Q_sA|Yr zts_e`@N79&NqNk<#1CSH>USD8SuQ~a@EdGskm<)5F9*Sv5U;|bOnXq$_<5|^{tm+P zXg-i(cmCaKgdW0bgJ7bG{T{i=z~R)(fekGu_MhYbD@6B4N>=z#8qf5Zf-=t0-Q5B_ zS}qW>fp}2iL!T_2e!`p7cYW#Xa%euDF4)^9Y<(m6@ME{p3yu$j8=61uS~_I;nckdf zKV@^`Q!y~$LTO6)`z=nc>1|>j_8YqLiWrmndWkTaIeNlN4Q7Raw~b;g8&)HhTI`DA z`o3EsnYx@DQ==7^191e42PCiWh-QV>vXKA1AEE3^*o0hzzv&uzqwml$Vu53R9f4^! zkEiUJeCZw%m;cagtg28dQ2M}Gght(*PfyD`PGbURt+CTgkL3w%ej%nWVI>_9!_$3z z_P%TeJ8NE$Qxz$D%0>~rg`01&ryb!lwizZ0FpUWuD7Ox$oKZ#3PVom16Y!8oN0zr((v;^UK^{qZ2ez!>Ef!S)ja$D@B1q>F9y1*FtdDT7 zb6k&E?*xbCHV$uA(QqyE<)DtSFgkq|b>NC0E{tk~by-;({%cB=>MMjEcjL~GR z;Mhl1e)gguPG+sf<7o?9leY6L-mmWhBRWF8I~Q)#0XZfS+RCGZ_e-f6?PzbOz9-L# zigLF|K-fcZ*}s!&n{}4!WFwV!zW1G`&CWC4oniOxQW`_+DL7n0f(RvnAOJRZ5WaPF zb%o=8S{TSPE^wcfQLSf}mJ=(ZDE2zW!o>WGKu^Jn4{;=b2D#F5h^Fy!k*DW}mg!?$0~+!6Dg=>7vE_h^7e2d(g{zpFw*85#A1gX5r?~*l*4)0(W;K zJ~2#n%Lxexq{3)5?T7Crh8P+I?MqgZUSq@U8gObh5iy!(Adcd03)$wL{EMk4!RM%pUWppam+>5h~KPby{ z<6zOweFWWqYNN}e{((=h7yt<~_hqRSD+EEL^1GXR*|H$y(aop37FVIf;O_aC?05Zu zobb3B_s7FQdN*E%%oYb>#7ve8-vTJ92c-8r{syC(4#J)xXkn#oMi~pVifU zwY>5;u`q)x+;Lf#l`{)e`I-}D38Eg21I9YMjiF17rF9DG7SlQf$J4>hB~O4!qnh5| z-cnOG)38F@^!*IB;svF8T?XheQJL>mjThg@a+t{1>@CGHMbz~Dn=cX)5QBiSm zf>bs}YUImvNt+G!P?~uN0{MSUOYSO37XpG4+h*Ze^1JeyqF@yZ<| zel};J9+lsHZ|GY%(Vx8w#|M-m1EU8HpWq$6CKy2VmVt{?Fa@qb|2z+AaBSwK;**GQ z&VQLXve;mb&A>Wo5QJ_-5g+1MmdQW5N#NK*;7j4``L9xr!m}&+S665pU)IR4sT&u< zv?p)Dun849YcPtMgAC4>L!Ub)<=N<~sTTZVtbMzP6A^5J#Mdxn{%szk{9vB@`ZW-y z-P&3Gzx&T|QQrJnCjtn+9UcJb8;_^QK(vCNN_r5kRZa&SM_BvE3GFom2G-hjk6!#y zDpEr<-pLDAvuS-sdiLyDYP^R;?$}DXYA=Z6Bk-h@Cj(?lF9ETl6Wae`;;aCiRYJlu zdS}dlb~t}MV1aL=a+^;Q+OWXT!S{E2>p}_ctEv3<8*t&T3JF3AZ*Jy=*ar;oZQ^?k z(+EQfB+L-af^VOg$GZ(Scx8d~}ASu4y zH!x>eY7bl@Uo)De_?9OuEzvsO?TG^@>b3=H&xk>Ee=K=Z6knKNFGCcCxm z+^vsf**^B!PnhH^S-Cdw782c!GQ+Q0Uiwh?ryo?^T=y)VaqED%K$z^EqCw! zP7%0&Gn;h$$NSvr>i~$+So2EuZw+4aRI%~a_8-lr^caX$sN;4EW=*Bo?qHd}`5rTz zYnZlN)W;g(dKJ>`eeZaoV~?20{?$R18J0m^gnblwbx8I*NwI^gwf?+$sQDqp*pSOq z0IeC09(eMIpll>whR&%m?c%}%_Hf#$ECLIq~njp>NlSnTfuChQjlKSPl=;-LT zAhd!-1QtFyYu0%I&x;f+q+i{o!V_m2v8eXb#P_}te&O{?9EpaOj^Q+cZ}06X9#Yv) zw1Brsb?6C&lJv@PR^^@otePHF=)CNlPI5u(+s@qnu!Ya-(%u2^0GNlSTj zWN+)HoB~Y%l@?ioSOR`!I+1lF>4LD6N96>YU^6cP!?XpMVM+me19ha8O~HX*H-T4A zOWVaIbi8cP5>i3$!xc({V>cUA8Op~LMuV6NK%96ro+k~zFSmmW5!&DO+IAHI8`=I6 zWg*G;OVISBrKGa*@`7MuFYMo0x)gxl3A6FVF9#Ywpe`pXNQRE5x@Ay60)i*@VT`pb zT6W5uxolrW@ydte&19?fIt|UtCa$^K*S#R4A(S_*FCLD8Jhx9_J9M!#PKR(xU1O6H zAMDm&wB9_uYQ0MQ%Wr4u?Iq~{5L*${)YLM6-tk{>JtUr?xR$8Ti;{u85qpS zVVPBD2DEo=S-L^>coW>x`%ULB=IpU9_JlM*+}?h;;63u-!O_;naF@@ufc@^mpewmx z^b>Es61y)k%C+Bu<;TX4S`4EtILd>2a+B_R)m654#xq4jKwJ-K_EHQ$;!2iWvXF z%as*D{~(duJP$$Qx9G;^KY%p_i1NRieUkO!LS>x-_%X?Wu> z@pwEH9euj(18hGJLeMql9gtOxjXmso?@=sO1)s#m@_F*d%H%)jIESt3=?BcdYdbji z%anr0hNh-jVSZH6_U`UrKuaM^X3jv7 zdf%nwis;dReJv;4wuMDRY!|U%ZiKrf!hcN$Y_4ZISn861L;DV(QaB)L1T^5>gi{B0 z`K*BH_;3T1BytcR5Koi!6cZZuL(}9S?e}U-;9U<9aNcm(8l`?8^aP>5?@X8F0vVcb zPXzu5=!l0E{Iq%0%VEa}dH$G>ANydWmxpC?;2E^A!Mo`5XAT6N?jGgSp#W4&9o~Dq zM(s$0H^|7y;G4HHw$iqpvcJL-><`=w{=hu^QP8z`nCmPp{jow?A2I|ada&p$YH z&lZ~9HotXS@@{=PP*rxC(UQ4lFjFsgQ(|O|d0+nNN^0$8s{0 zHl|-mAc7pohwO|k30xG3li&R!agTX*MiRdn^Mum?-a?v@iKh099W=tpl@+vYxmj7P zh{Lw__GliSBjb%sl7NbHBMRtoC?9;=lGQy6!EOEOcMxb?pYp0+GP7uVnbJDF+%%Uv zYq_?gLb5CSQ1)Eo(GzrMclw^WX5|8=>emeKL@ALtOs1HoXPU4l4|gVuBKAi+>h$ge z@RX&SF>T34>&*wz{$;0C*M?K=pJ%0n=@|PH6vc$t+{VU}kY9lU9_XKqyh$ zXUw&xH#fVxTS|N}^NY~QORA@lzabaZef!PQSXV+&We7`?C^uH7kb}68hZwg|TAI3S z=7Cr+X^t!sgUBr@X2yKA0=kk#7W`l_#3glYe8VtNj`|UYo9}0J?zo+40ez+RiMjgY z?eCRA-aJWJ-ER7lh{-L=b%%wq3g{mcy9=onJE3$Eb*~YxSKS(sz_Fp8N5Nfx>_4Sv zYOXTc==3ddPBiDwbkOgxISE#Wfy_-2GqRE$v7TO*Tja)^)klXDlyZ65)WA{wTGL#& z_7F53iO7fDa97lV=IGp8si6F1cx{j*GA4XPM$Z01_JH+;H4i=>UI+XV#Aj&Rnr^F* zFI7t;Wf*5u1vn^lsIXS|%H)15J! zb{jrwnrxNwY`JxLk14vm$H@A}Q9qMhV=-D<{k0@fTH~>eyu~^2MNOqUt;JC61fGyr zYJB&AE`cw+HXp?sEFyDve?kJ{WfJS^br8x14rxzR1QsNKoV#Nr)q9*dz0sA_KQl2W z8nU@B$L;O(m7T36FFyT<{Gi%v7j4h)=dB*!`glwVCpp3U{F-mXB3?h(sS>KnMrf4&1p%W&{FWBA+J<`-hIfMBXQ#DsV_T@4KaCwofM? zA}p>5Y8L#Glf4DfxA670GxQY~ZAmsh^z=O8O+~bi0MGbE#mq4xuD0ZRE)akFyAj{< zagnNz#}+O+ZcC@ z^YnYWcD{g^GHpptXY5h=9(x&|WkurP_Qs|p#08tCnx49zo!Sa6{PIIWIKIxWuWX+9 zWiYU_BTOy2g6?&5?2HUkacLS+&A;(|J7e+GTb|>2(-9^T<}g&Tili$>k-c)(c?ck^ zc_PXYeMd*WqPJPLsw=g5@(XRRkO!?*g(fTaql7|U`^&~d4{CQ9A)?Mquhl1c#=tu= zwp>41^L1I9*DQ}jz5TwDc7J1|PvXZuh(YSA+}u6^^#E=(4b+c6i8B)D%1T%6VDN25~-QtXV#fpxgs=0A=6Df{#NiDlS6A9kV&0%;u)6mZ)P=#lX>%`rfv00F<#7$Bv8Rht{5i<$T z9k=jgvLVy+=meR$z2QzR&UC^{#!&4NlUu%zixK5?Ht97!L?9JK{{B(H$9Z1 z(Qhh+dP_MvUa3`UhJ3BjI_0H2u&LJ-fI?IeR|G*1Yf8q88PLJ9lEm|1%&V zJY%V$_if2K$+U^cF!?SDr%IEbro)Hj_%cJpR9)?$Gm4z|ZyA41`I%U@dw%%mfU4Wb zdj|KPTQd(?+X%H$vKY;c(FlI%lVH%r#;<)D^~{z~t>vLkY&kn?LCQojFHNjWONMdT z9mCz757GppCAVv(B<=0Nc-`I?f({N8!0RQOnOVa8_U4xw=yG4*Q@;7W_SRc8|M^x| z)X9k8pkXjauCs;R)v=aKr((!@9wSa75=EBc2AFtuddw@N11c(9zU zrlP})@oOznF`^U+OhukK%&(fbYB2caj#BH@_<+>4jv7;GJCQNEGCvq9PAC$BN?$LU)$1i&O@zw_Efy|F8<^ z$XA~hzO0y81;+TlfLdZKG{_TJATDyLSCPl(o8bNRv{-tYy1q2uoFqLq#<#uu>vJnR z!f%4JEh`-<*aGf(DGXFxzc5P-b=41Ft;NA4(p9tjIKgXBy zZlE;*21J+!EJ8#1mPRgi`GITYso9XWBz6QaqZ~dsmDI{PclapB?eI;f%mG$Zd{Ggr|UFd7Wc>&HSk{<@EuPzax zYvAip%vA*=yDx@@>n(0IsS3H7{sM0-3DL}_@_=a?2FXiD4H7A~}XLj4PH#`+tcNj^hkD3|wHOLGWL|%Y;bq0&+0%UmczId5$gZLO{)Ah?=H6Kby*9!hWKu zKKaK7XUi`6dH%;i;c`9S!n@Y?AfsI%nExsM(bPPn^(7iCB8s7>X zJEw&xtW$PgP_?+YaH}gbFiSSh>=qi>pJo8X#I4@h@Wt)q^>swz8u9^g#>TkEv3OX+ zGnG$s&;=3*(->K5(3=U2Uvegg%Sn`ez`0eP;`I)LS9(n@M=IDr5u}e~1;rwT!4HfT zhskvkpXol*c@Wip9VvLL`}HikSd}Jhh96g}rj}vA%jj>|^Zo=Hd6v|OF{Cf}!m&Or z6oz-OqEbjZ?W^_z-fj_%D8^!3>zC2$<*wK$8Xn>JJ%3k(^42cH|D(Dcl{#-DXDAi! z>aM(ua!e!@231Q7zi4sujdr>-+rJ;eMvO# zSvB`6K#lNU+TCXs=AED9Az=f~)w~w)tDatCk6LO8_^^=B(b4)`)viBPGhlvqyFrL1 zhOO%M{6tAVx8;GF499>P$`(7#z`7doq*U|@Bi`7@VnzlzdO>gYa%xnYyTnm={zzXr zgZ|x*h)H{qt!ji%ON{!cJ0XFX5bYZ4VP9df8G{}Q#W1%V=VloCG*3orwoi)*JTeI%y*D2h|h^Wf7xQ$J<- zXiv!J11_CL+SBu&_tMkWKH`DApMwzxo+!!=X6uVBdcT$^t2?A52E;paUvT#6X%{z# zM$Gfb`ld8bi-?H)fvf%4whP4HaVaRiLCz*5BBG}GA7Ee@+1NI~)@G-4hInOM{?`5m z4@2w3!${#TR`*HmS{wV{7E+-j7;1<#9z50uJBO=!bya`MSL1dnERH4==U8(qeTT~n zf5ttM)N(pufaT3xlgo0Gbz4*3es7A{UY1kAE^gBm3g* zs&l`SZzOwEh8ftY=yX^Sk&A-Wp0R>ptA*d>;g`NC(_vXia^^9tp}{utOnC=sLMBaX zTmsh55+qPV34N8G{LHz59K~oOTvOn@1sR1z(1pRS*7h%qz97ac^_za-HWte@BT&~w zNWd&ly(W9^PW5&N1D*l_=*-@$+xEEmMs+g*U*+Fjcj3jnDB=e+kdip>ep6&I&znxQhUDJUeYn{j zjsRUjWTz|oz@caQ3|UvT0!%lEdk1&|p9;E!1mC%bNDc!eKxf_N1Y{;4-%}z|CyU_o zdQfrG_Ex264ZxBsu?r_iw#cJE z*cn6Bt2q=b>k$!lgFc6aiDS=UbTJ!EZJLneyt&_Y+$+yN*2a|o!)pc%1FLGH)Z(+u zQMv)z@1F?-6*4uJx=J#kyBr+lw7h?BX5L(+0T*NXH{&~nquYhgOv&i=Zd;=$tHj+7 zWyo)74xoOu9N~W2HQ!fhZB5lc7x-Bo+jOT?uLW+Z76XHK%drXg6P&Uuy=qM*4m(O& zkecqiGycsHlP=WOBR{!XppiTMBxB--YJR7B`Ez?NW%Gn4h=HZCGSNKEax7qn!6lkW zm-qY4YJZ%Ktm0;~bez(FX&J?5d$xS>tEKniVh&s1gc@y!AAZYJ(g6vzv<>xAFzf#FI4}Yp#C>2S|$eFD4ql`O2doi zaJGiR+GSNEGx=3N7P>$%7Z>i^j;AF5y#5Txtpfw*sHFJ2;oMo7qbdWsyZfe!XJh1C z#;L)zPa`I`?|3NJCliS*DTkNXTPQ?6@_+hj2#F(9A_AT_QjJbIAl0h$X9ZljunF{& z6yc1$D(YKcju{kVVhg33Cj0O;LEz%Axhnt69D-(o+v=?Dc;icu& zy@5Z$qGj~`^D7%jih)F1X+HcAF_G^z?>_}~S0vR8e3G7E$3|S14?oATsWQeLZZ|ka zTrS@srTzhHZ>^NHp#>2y9&MronQoAvhc%%^(_}|OOgS&GfSyQ32G@V@zYv3U71qwq z0k}*kDFnMnH>u6#dUwr1O8an7EGu_6cv0$|>oA!AOCD1YBR6vX-veuazkZ;w3IiN?QujYG%zfM(S) zP$M`lqj>E3>wf9C?XUXKl>)Z9SEpUVw#p+-tCO>v0sSmhF3t}m+2dzU>Py`g)IV)* zjG6|m;NZ1T)Tg3-jsgTK!o2-yQntIUn(qSAZtA;w6L5t6Vd0Dcr$kkwru*sfYDW+X zgeq55n7iuEvHmp&{Cl;xhv1qKNlUW`c*Xa6pFjQ{HK=03quwhhstYfZM>I4x%V>-Hc>so|{2KePpVc~;fSKZpV&AT|8t6$%f z5{gZ=UBl#5Y1D;Iu~5}*-Ut9B;Wm>yn37R07sO9wAb(oHd&qVtTHW9qcvUX)LtV9NiUny{HJG8hal6<*S~sMf~q_nFg~63Oma5PwdF>-!(MjY zW$vLU?uEw?ag?b=oQBRoi{HPFR-rwr$*-%$QPQ7NN#Rdac;(8AV9$U)H4jJWD$OHZ z+K3}?mBLYGup$w5!=-49Vcl&Q?u+r6k^9(~Q4qD+a9riF2g2c$ zxs)j^ozT&K>Ab1sw?_u;O2W95Bg5%Jx^=90C{HP$Wy}{deY!d$rT1F(C8om`qv^xQ&`VTv~H3?j&t z3s3De`_xJ~isQF-* zM3!h@2BR1yL%TYY#_Z{1Wm*`~o{EYJKQnqu$Dl*x^N&00{fDe-OxPZ-RQa$=Ed5T<$4;4Jws*fJD)A8dc8k+yn`FVmZQhRFGeoJ=uG? zK~uaCs_MR+uvo6wr~S3>+k~gtDAmU9qJEs+=smRRWcRb()tQNcKSn2(5a!{(edE-OtRlyyu03>+6UMCJd+5t1D9ISb14ZDGE=Y4hi|jKQr^{ zob~1sYZ&?wqWi@8M0j?BAwrJcvMJdalc}FYX(j#_8J64(|KQ{ju6mmcEPk8;~Pb@x-h;SbZJ3R!W z3rC)sxcohfuv^NA*_~b1XLk+zVe`1;OWKs=gKFkuo__U~*W;wq7(=C%ts_88z%NS- z7*G*Zm*gy2ohco%>g`w=l{i1uIndcmCs4bf$$d7bYKL&2aK zBFrKu3}A4iU14F5Qg{17`^VME*qbBAR>m|!>;^SH?06`TCBzSnMl!H4ux)XDY)eJ1 z^hK``c@gl4k0#5p2s^wzmxy%oSh#$V)}z+~U(L^WVxo~!Yu_54pok&}Zvuyhh<737 zWEdx^(X4%&cA{p#X^lSQ@AfoSl}Szw3~0>VT{!aDBE7?jjGO$UNo8aRi-gs+gHL z!f4=(gV_j0cYK^-V#m{F@WGo*&aaOn3tc@kmUn3X6W=kY#*?2z@hG zt%>CO{rk{rx&cI<_AUm7F$hx)jg6HK%P$HT1`xvo z5MKQ{VFUe9#G4O{Qmt7RH~0q_4Nu2%A-;ru{rPvLz{%w-xfoR!n) z_RiBFlp_CxE2((hG;t>y_VA%W!f|(7)WVcYP_4N_w#8zMLs3Y6?rtFV3fr}v=#7=j zMz8F|Ik-Y2B+>r0_f(5KNxXmSZOIS0Y&Dsn_mar}%@Lvx-6sNwM)9#l~(s3^se_+Y;Gvjb#>w2`>jJ_c5VqxWXED!8%P-C45UZl07< zG3fmrrp7eN^0thzXaCx-RfS0IuY{{iH}nm%gz2%cKB{dfR8G1domFv9bW=q>L3*TI zLgk@g071<2?0~_XJLnGDaU(rB9VZ$FiiMx7Le5a)#sLak%)lzj80EVtTayFYQ}a->RDTn*gHv!@dw9+w#Z~lEV6WJLit~UyL86 z`}i`>>@XIVJM#bC{*F?7YDYFWh*0hJWDFNGCoB9PNs+sDY{wk7*3Q{KuH6uNC%1hT`yygCU72$jp(p%~4^I{T52M5bYi1uEarO*EEo5R%t_TFq~ z8*?q%SO?$MjBAAqKb<>yWD>}rX1}Pr70_v0SS;h?Cc6)$6^x1xH-5!x!AE_ z(+siH3+Q8F%uO#vDJpt6_G^H^-#GnVt=v0_?B_^oDkKDh(S*z~p)_XrB31!HC4vhh zWtW6O1G3qL_o;d(cR9sAFn@b_WsX#WL==zT#tJJFRqkVg0MoWu@ybqJnHk%K38gW$$utq}u-pB8V7GE?=(}>E1<`D@#*}I(L0J*DI6c^Re zZ(6&Dwz#5tkuOzCCn_J)1$X|k2I-J-+?o+GRz7Tn<(~?hB$OT$v8^OrH%Ft>T(#u; zHB-s3adWc#{QNqa^DM?T9 z1uriU1o!SLu5lTe3&vBfWG=;cJCVCsyD~A}-uHeE2g;wM&xTDmGltm+=~({Jv+gY# zDbpCDQ!5ppltUA;D?)-Kju|9XKoW01TG*79PGc)&yjglA@slP=HD~H*;c(R_Cf;=0 z1lfZLA<$cFzn}dYbLPSt_z#2&qsVv7-X}jNKw<+a_5)PV(rmK7rdBXZq=6APa_@e!E;^cUd|fbIP) z>+vK%4lf?CiQ7)>*2J@apfFP?8#IZQ_&N`PWuPTpfANSRgnj&MfQaZE1NO1yg0fSaG2$8-%#8G}!Q4yiQkuylD;<+?wk3H*S#W8-e%wM~+vw z!49zkl#whG(oYlc+5Yc@_-8TR;_V(G@yJYLKOf28-`@wIfj3HJaC9tnF@`w(_sisC zqobc|X%T1oo{_wsDK~@m2{1o>1iC=($$0^jP}09x>o0o8(aGy513pTmk;F{QkSHT) zXjaXiGDZ^<&62@oU}i;4j-Y9wC`G}MQT2U)_b#E}v-x^^s*yV6jIiRy}%J;9I{ciF~?{e;{)o%XGCZAV@^%*XPm7)vH{YBx)>Vn~+e?X0ee8o!c*Z0X(LP0s>p%L@e7^coHi^2(dh2YG%)k60 zTS5Xg9tx@ENBDo5AHcX>b~Z@hiIXyFOTuaT>>0} zE_+8}oXeu8Y?kJ_yJ{sl@b$oarTQG11oE9t1A@k7_4ecKBTgE*3rX<4K8#C2V6ofSS8o58wK>Fw;&jK&Hu+gP64tJ`vfTI&CzlIU3%B7Coh_e&s(l*Cz^SMOI;3mrIo^r{<6#dVqhsMv<@ustVfn>uX!IS9BVnaD za1}PzH(Bfbw?2i$L~tyAs;jt;TPA^c3>ftB2?>LL*qFnxjwrES+t{dbT9@hU>`Y;m z%vCx7u9R@AEor*9YtHYQTfW6)a;OZoseNpVvgb>^E1yoXG?j4EeSDy}M^wemF0jfJ z|L%SiS!kP%yr?TL@{1Q+Tf6e$-+^wQC;D1_5SF3mKY2MXj*1+hkd0q%@w)DgZuP`l zo~(^OYr87}AEpc;dEpxv2vu^>?a?vQ9c<#+NH!otH(ndD7Y2ku#$07!WlW666vpoz%vlIXQdJ8wbv~^F2 zaZ1a}(*YH0+3`J|+Jd9{ho2BwH362wyvu~V@a0zS7f6NnRrov4`e8njj9LRzEaGQf zc4re1TxE#kW{+6{5QDzl?Xl&5_9(=bqFK2}4ZIl9x4GA&L7D(fKuSG#dAWi4abGq}p#(x4Wlka<+y)NbXbj6ue#R z&>1*67z}mMpttsL{U`I~iwx)AmPjhsO(hw|!8)@s&aAhKcA3;_rCq=O3QDDBF6fzY zeCA|)Z(Q~ueXK9L)JH<{;?c}*$B;;(Zx#PXt9|bxvCh1Y#E&H;5fv&UP@!@-$p|06 z=}(`k_;?f8K*XBOy|0RV`$>Gdyow#02r@FO|2Zfu+^E588tQ!CKZy*faC1rD)e+6h zri}GPu{QT?Vova2NPt>hSiC!rUC;j_-O(<(eHqmH5^vi2S<#$%MEJ?h#RJ=$ zzM;dO%INKoScSz2@GG3ELnlyCS zZAVQeYrUM(U*>$A9)CI``)c9M?o_iT^Y_E~P>&`! zvgKq#UN`BB5=^4sr<|_|-B$#hQOu)1f&xFBc6C*4V^yhAyP8etIZK*Sph!vE?cWpe z+Iyj{C$V%BWiH&W*gQ?8BcxEd%~leAx`}%dLMcqAVHvpYtcyZab(?oBGJO+QR*a91 zj~j2U|9Y;3(jT0j+VWjZ{i?P=2=XFHY1?UZs?D}QY{zymQ zeXgJQE!yd$SPMskXrA9;Pa(5T_$sb|{#8a}#K|n?I9xlQ-cuxECq0Zyk_lEDZ@^Wd ziHTM<_;y9g$5DKxPmqeL#@2WNed6kxCivpBo*q=UC8~dHj2NBzd0S!XzK{uK$Dv4< zqRdnoA236YX+iHF%!YM;!(8Px}|IqvWrPOaG1Bv7qq%Ir)K>>}$waX1U}=&NnM ztEovSdfGK|tpc*i@Bs0}3I& zFwVx6@@FvC5u1mz>bTiwbQi@i|2$id^2JELEbAafJK+00pnqr?5AR;%r@9*KngoV{ zj8Sf-+~vg!4@6}g&}0!tG*Z{vs`rmJx1#J8JdP{cMzv2FH4E}SFaPtTSgg6*s5Vfi zYo9Oq9LZd{OSNe2xyA$dFh7hp+dW##S6R*vyWLjNp%%no-|&U^R6hsYVt^{^QI&pR8QxbaOd!pFY;VrW$;dbNJ#eyF}=*(cma3{kZOIeT{Y zHzo3SPL)P7`tntj?quy>F@@z~;tfpbs+E`MDMU-W^s*|7#8gb^cn-a!$XF^)_}?;_@n+g;pBTdp`5ID}Ck)+6ASd z={Y;P`r@!>DylzXVs5>y2**Ut|FI>voW?9Dr?YLA=g&V%e<3p<>^)=gy8Oqd+e@7O zI*)4&r4ts@J5oH1yX-=8Li%kaP}Yp`j#etZt51dkm3`y#<41|WFa!a_WP}2&FWQ`D z7G+Op>rrcia%UVQh}3E<@4uAVkVR9zR9DI+ghn9)_7w5 zwD_~0UgO^;Ch+xcig@0a{rR!B@gB)ajrg^BK&n^_MAy5f!|Z73)YsJ2@#ddCl>T(@ zL{kqHl4bMp3s1ZR$o(n{{dMEfT4gU5czb+0{(&QT@Wdj)a864wwz9&-t*m5jdH8NnkKT~QP zeTlSJbrw%ztKUH(CG~T6`71nLfL$7*=W-1UMOBAg8lU7 zI2{rX1uqRjs9L}|lE9`*2Qez+W92X%-)_eqbq-}lna>Z_5ROi_?H8pL6_KC&d%IEX ziHL-XI1Bu*S)`D+s84MUPhSI+3|a-@e8rTAXrE(Z%~~{F0nlS$X*r!JF3U{8soPM_ z_vZ{|9LXG^G-z>mO?IK5BvlT2%qRea0**nXc+!O5LpY`?Hj-?Y4O#rj4N7_uUG)Z^ zM;z{*FlJdM%S!8_soyBTlJ=WLg{6BP?E@7pJ6Z-6(JI5c2IlI4*D{6)t2D`i*WcdO z6iB>-ra}j|I;eVRPvqwO7;%1l7$nl3(2pV|Ldsf_m4);nDrU_p-$PA3Mn_N1-S82P z*xqKPDSJCPtdF%9njHOngkua0Sc_l3zPznDXP45{O1VGr9-4sj$BlkMk?;lh1Rf+T z=(Rv1@e{OmoYO1jjFyC|6Ww2PjUo#Pp- zY2(7CQ+hG+Lzw4SN_UZ^hE#aguL<(#oDVKEF5SG)3DU^~u!hISCO)W#Cd=)nA%`ij zJaGun)^Fy+r9|jVFGfdeYdOoiPj%GQyWuE9;9F-)<#K-vL07oex8xU0W*s4T2!^mq z(FrBtI8bpkw?DB?<{$FXSTUf zSzTRRTpSh9HUv;VqprTnr>v|j+FfZR@FLo9`k-K}YBY-&me8Jj=9iD`s=lm<}+ zgD!EMwFmhB-f?6xplO?WhvG zzI~>Cp&6&d%O?1I;k&O)@aIn-$A%00i{+`&>DBxH=&gYeBcLQ(<=pO z7=fVv=y@yfhn$8u>g~@0%<+NrcaAzoaYBwNHab!5<;;75Iwf$`shK>AvoOPH?0T9PJzulDRm+|^ zhVsUm^Mjx78C9*nxsPnT9-AeZEW7(|k)u6R^Za)J6H#gKeI0ei{JkG!1DwZDkSHu< zgaql4XS4(VR)J>E)Wg~7RE9_f{1Ahf;}-E#l`S+W6BXXd?+zy{Xb`%!VwYNKYWv2Iw%I0DzUr>% z-qr4==h1UFi*Hbay)m@*W$D=WT!BjK6;1E_g^Ww%3x(cAa@JC$7%y{@|yPaOy) znr|nIbpj6E>26z-_`uu1wHG_{(J%rX_T8Q7N~xcGFRIM zZD_sN-Hin9*b8mgyUhm|j&I;n@@Ga*RTc|%>eesnyLZd47W{tE;Gqzx6b)_<&2g67 zyVS_yqE6Y0eDY;7d|+YZ`ec-ez*I?^O&Uc;UP_#sYYctbhBiqF*OhwUIH=yXNJXmA zQw__o^jl{|K}4*av&j3b)?Y}14D5Co$r~7}fyjBknFq4F^q%ok{r zZ&CA)9oemLEcoHGyk@}+2ke4+Wc_fTY>%saYtoY>B~I^3xw z)|T#27!YVmtUCLIB%#C0Muv{}+U$RH$4AZKBJaNt+Y?ksScvK{?l7%>^;w5gr|e^? z29`$24tLyC*qHfOt>c#CYMs9gSB8uUDrVL9Rp!x(^!?kqL_Pm#3_y)Tck7r9o|*pj zyuR3U2hu&_>IS}F`U69JFKp72XRp_fnP%=|pK@+ml+jt9!_Jov`gY*mZJBW7#LV1i zwynZvra^yflRI(vHBb7aQ2VDdb&p2Lf~d4M37#NkAB}#dw~Nnw#$acg;^BB-Sz+m% z=+lNpz7gz)T{)}0{bi+V{^}*)ohIa`FrUsl7=)7wxts5SziDBjx_M(=Ot!ZGGqm75 zYP!^L;h3D5bg()Q?QmsdxKz;j-8sNrVp@H5cRjGDUWpmg80(R}XMGU$fRH*#hI95` zKewx~pPLXyiAtl1-s#!l;bEyxZ5SLY+|WL#QDGo2N3Ohhqv;|@4sHcrXlp>AkjIAQ zsCU2sMfubRV1V$QOsawZew0Qp+TuO2w_PA`JSO>lU{F7Eb8XGx^2F*zK!DP_VCuX) zD&-P9lv|M!FJbSYB=RRIGjn8nqJXjD$I{27_hY8U>Y}%Dy-pnN-|7R1^TB~b`EL?` zauP-hciiQ+cjybgrX-PMtb;FW`las5WMwtXo|?#2;66UN>pV3qAiZT3+oE6kuDQ3j z%FXcZdnVen!pl49w_|tG&;OK9$4k@7SdVU1XbYdsO$JKIZ?dJFv3-8w)5>N?hDYdKa%p6a)`(qvbM42EiV|{3i zmHM?qTN^FP;Z|ce&aKY_L*LCdRnS_S%rH&n>hfiWwGdWGLAu})RTYPj+#hjCy|Xp{ z!_->-f!kO1EbDx z4(IIs#9Hgee2uvkm;LwK2a(L>YRI_JevsiPEiNHI5tpHclHbjWN}f$Px8|kVM&KHu zG|{A{JGz+WY`eV6_lN6%UF}D*t7T63r;0!m80360L&J`z41tZNmuEbmsWrWRidmwd z)Y6kztTS*64+0eY&)c(2Jn7FnHtYb}sWsh5*M-j|DJ{tCkKnBzKd1o^c<73X2l#`1 z`@>`y`7cAt48i_0*B&l~auqU8hf=3()YSB}B!6_e`4*1_sJq@PU`AGK5)2}F`uY5& zc!O22OFTRrf*2iJcJooKoY38HPCHfx22JvcW{0ZsTV2O>$74E7*nTqWq-AwHBDD8Hw5BIxsVmxy;ad(a=)=8Js~v zZp{X#U$SDlrNNW%Wktso-2oh7|I7J%*TnvJaw?-J!W_ae9{#>{Mn={iYwZDsi;S>;3f`i_q~a~ymSCT z=mTNSQKaIjW4{{*<`d(N?mMR}DQ5LdZ8a+|j-*B7qi{% zAF~)@NM-!mZkll&$&a86W95g4Ph6}BsL_&8ksr40IUgKnRJEkCB}Mci4$H=lUIffp zI0N5gNN!Ies(vY_)bPZ}&?h&eD3~K4{U{0FQZb4O)r%`UI;hGMRaoh~+=WVSSXzfk ztNO)ZPo9}@2|I1%{?fr(r!~F@ck-$)9)p*FE0KSi8+s|Q3^2Zpms}xa@Y4wUVBcIE z9OZnn^NnpX{NXA&I<{x)-TUS|cjx?3hXX76iboC zD}8xOOS+)toy662ha_Jb%w-jt=T9iu52Fzda8+3Fg~GF5IwHct)%w5S0fnO<#94#X zYNGQI;_0pJ*QOOrb+&eQbq`7($6v!C0oo4aaTu3zqyN7%863`9nYU01|2d;K+u;so zkzd9#sMQ<8&w1Rbcr*Sy^&! z0`#I5xNjHChp3{+8L0XjD&CsTRuU+d#IG;=f6;WFRCD$lcdpPE>WuW3J?=fINJ#!P zjouitP9u5+>qIc_$=H-5aV-m{$w^^4PyLUKqeh0#naYG`>E(oaIuQM4l@1B!T|xpz zsx$^p#OotX8Y4v-AvO@blBS@T1|^7!L^CZ+)d-ruq?`!q1B7=$tX@JWcn~Mx7L+?4 z{S^@i-OHLQH4+^0Z*~eAtR)b!WLNKrd4o5OJm(`ztxty;lfA(PgH#RLt=9s!oD@?*FkZQ-<`;Y`g%f{vy=Pt};1*xZ1|dRIAu9?B4S(vHgAy-i zr8_d`a0dVzO!D(f{N9dVtuTAq@aO#eGS;%W-our7-L=a;?N@xv*s zvBTHw@w4AdPfHd-3BN2@G`&_6e z=e`u=>Z0=SeK=!iip!l|?S{jeu5u_5`eYi~7C!O-hysKlIwAoqUu>>7Wuz!~-8U%Z z(DF%tDy*m<&dbCl0lMB21ssH9ysTpp7VnS{$J2u13@$6_j%OYN8a@Rp?I_;Eynl@O zN*8Q*{U%U3^q2MbW{4)I*!j_LmeIh}+d|d#fqOjbY%6*BJYSMs6FerygS*oPNHF#U zHBwx%_b7|j-DXrejg?Dyv0YgiRVa90Tm{IEWg&EQ&Ro+K^k~v4mQ$6HKS(1ngeWxh zPb^(((F~WKtaF&SF%eS-Am3ob<%5E&FNE;Vdd8-QaB`;K_D9Chl%@xJ&igbMi#{tK zlMg=Td>TZDJubIBQ2qgmd^4 z)yCGXf^P3J1@tm&|=nG3&YdP?jY8|L)|NP;9YnKM!K#c<79q7lapfI>J)=RbT z`@5@?eQw^GXY|J62G9mz2In>u_}P+r|F=(eZ+bbx zdR1TPq4pD4>dhLBX+D)-shdg%zwEQ?;0*upV~t-(b^gpIQr#o` zkZrkuoGg|g6g0Y?T|X=>AcDn5$oo$P=S?$|5@$gye?n-{f`?piZY(N+Tn*g=4blh9 zKdfI+T9n@;bTyO`mvWqhjy>DvKz#!90B~3lf;jpMngNo~_7*F=D(mIYJmZ=XTA?62 z?}!*qj5*C2%b3UUO+~q=aM!;nYRX0~zNFfI z(=nGx^#`3{hd@Nz91%^&MOm7d)9Kr@%a>y=_y|$s&l){5^L22F4aY7jNq`}3XJ=P%tn`lzsYf)NnIn>-{9I7&ss5j;GWGm91>%2%w;;#igb5 zC-m0Fwnrr3@W+W-2vR1kzFgdYB#9BnjyK#^jznz`6qF3lvQS)5GLP)1BwK`nwkvE; zza}A}Pl78di=hftR{u2JQ;4geR5K);(=GqhHmRQBCW%t|@d*NOQHnKXinEBon-0DN z!&3!w-^d8+>r+UAZD@;i!;$qQTjB-`fe8p+0o7sin=a7lt z5EW|MjW*{uZPOh8B+8K5xzyHa$w_H0I4PkCAZ@?EMszKt%MG_@uxw!LuFN)mm$T&W z9n-G#@f26HB$+n5BJa1P;tJHGhirp`g3F~rP$2kG90ILERo9B=0yx**mQD#qj_fX8 zo1#0isayBIIVQEg)tn9Y{WtZdPq@cr;FtGexr)Re-o-Zyn1SW@ULfI$ z8^m?J3fVyD^~~m-3tI41REU7BaAa3QGH;F%6pc!}yy^+IAIsZ8^tup(p2>(JzxmiFHKR!)3C z%~n>_XEi|Cezdk4|2~7H9<#n%CHjqSBeI$2(~#A8&2Y7wBNV$1;UEh`P)%5MM}4D# zCNS@GJiVtqvO2WO((fx#e7owzFFs^1^&yRkd&I8lpW&}+BosO zHk{y-%JZl#cJbjSbvEsyigOK4Xu~h;tZ0rA*!d0pwL9^Dhx~~T)NL8YVXoKY&ES9w zacD|yLiEF)q!@=HdUz`iY1Vrl*(P$#(x&?S-=irhm*K(0qK;l>9$zogao<-j5+EI` zcc!n(rQ3L_5=Q&0Sd;c+39X)*s?B>qkV8O1Ku8D+DASY@SAG%>?YW&(NhoUlnjmWP7Gf(PzWxho$d@fO0k#~G@DT3k|@iBB9Nr@BDZE{M~ z=eQfbD;;+ZH`bR}?_XA06TVk=E*yGRAi;nP2K|*Bp>l4|)*1U@-JCTr+%k4NmR>Cu z3%Oh4L0}adbys%eJL~OX{`IYY@XrMNbcs%wB#ZK}gE%JAqoFEz2>1Xm5`jXvv@TX1#4C%9TgD`m4t!a6xjG_ z59GCv4SJzt6lL)BwWC_AAOCLaV;3uu6rkWkN7qMw6_q;fcuz651gcFA4h}8HX%#y9 zyb05-Yoif$`|D5gPnFlb0dSWVPIqG&6f3aXv? z5{Y3iWu_+^toUAk-PHk5Q6((z1lBTQ$mUP4X0a<&pKF}xx@1!}&N9vl0fp9eDE2)~ zu=!ZS_fpT#Y)QrMwTa}6#LOE!SiHF7cE&#nRqb{r(5A4NDTd+4cT~7bO2V5kUL+w;@nQI{PNbA6(T7uQkES*zzo{O+wnu3%C*Hp^fw|GcX6REt zl7b=}-X%gX(@-zRJ{~5lM!Sm%p~nt&ceghhyFg`P`;1DlB^&enVQT$qopOFbQ&Qt%s{kAmRv<7doIae2xDKj zA%P|iDo94wtOVEIm6*gFCkB@eoPI1j_`7~AyK-;K%>20;74IA)XZ(g%- z@x$Hia;?E?(cH6huMe)#$cQ1E5;L=RT@Q>!$18Qm->Yd&Zq&onUQ)DvA!TK7Tz%sHBYCQpN*1vKFr{* zrfxi(bnSx6dk4@A^?|?^(R!C!FGE{F;F}X~l*NZU<-~Jm-$-WHFG35mD{9Kfg4LPi zOLCBYSV6UTsHt&=D(P)vW#Pupe=A{NtVDlbPZl%x^5^oft!R!Dm!$i1GGb4nLaBQ9 zD6_&3hYeN0=Y0(#3HU)#H&DJgW_7nU4Qu~sq|!d&M6jwBS)gmf%Jb%;`TOd0yyhXy z^RBUzft&^gl7dZ0;p5{IcC?{MfECU-er4uA*-BK_mNupaMCKTjvTfc`+-F-GgzrR0 zGFjONwNCNB{H{K#+i9`~^gaFF?c8ou*n~ zKa6}<4nfNG->Aka6+fjlk-t=kWiDuU^Dyd`0EPQd16jvj!Tmc= zsxh}J&f4C>iIr?;bhD{MDGkF~hl;Jbbv*fEUrK-m6ZsMZczWLSYFz6x0^O;u^`)SY)-N^L0(O=);Q zsoEw=g*pL}TcDA?J^Nr~arTmy$ju-&v*00JsHquI8_LFSkYVr#P_ePvd@M(XHwr1F z220AJ^c>PyJs7OD!j?6Fyr`atOLlJ(uUEtAR+pRIkb$I|M;j>;u^~y4ax(<-tqVxy zbSr7jAm4M~X0ah2|GqSMUeBCZSin%C-R5R=Pm7WNBcPg=ZFYNZAyrGfsAt6Y{gb6t z@gprz^oezOwF5bhcRKgb2cSJMi6W%q{J}OWPM^eN-uGoEzp7AI_^TxnS5SloH+KOZ zylZb*+j0AaZ0Ga6#cOCM$lgBDOuv3f`13~*Y;#4Mte5E>Ri1Yz%o|=0VE`n9_IV}u z0H`PfP?Jh&G5vQaO;iyghqC=zg!5{GI3ExoOiW7Z2gn{5KwN4+Lf1qL`-X&s1c87v z9!%_~&_r6~><-He=PY)PX(BQ>6dd9M_?gTo2!_~b&X5taCk#o8PSva}nNkk#pZ)m@ zY9~2aOwg7+MJlL5{|$|9+bE!ZMkbIf){N-ymDH4D{|IwILpvXv@N1|16C=n>xVSK| z(ZWZ*Ig%2TxrbC+}^&JhxWk@KcQk99C4t+^?Hx$*^#g>xJ zpTnpN9SKpB=RR|larc^CT-pJQv8TFHW$0#S}?v?Ec-w!mu2iN;CpBvL}fQ{zWvDK-Z*@gle1=bR}coI~?|d=?q}C*J-pl z(Sd~BOTc1$fJ1L~KZNd4dOHb&lf4r&PfHafZuHJo<+&aMGWd_V#KgWhcuegFSKYCZ z5c`-`Bv$Hrsz{*}#7oZG^dg4eo{41=vQJR_@H=?;L{IF)&ejBQG}s?9gj$P*F+S)w zltrgGlXBAVE4Cevy7IEsSIir4_Wue)4IsQcWSyNvKe*n?&#($wGu8ShOT(G?*r40 z$KrD*D6d^^tcOcWZ*OKQJos$&JFLL2?QZ|{n-{lTK%R(5L#G81TF-CUjO580vdQPn zfeD3>kl%c6@&4~z9cXSNx>XKIq~DvC)Xq~^F~;T0D(Nxjs!+k&_;mF|Dx*Y8lH=3u z50nQm^_jf|Luu;|k}V3IVO@FF-K8PDa`aVCN@OnQWvF~+TXs`+u5V?t*nGFK{kAcX z%&3ap+#N&`VBbJWQb0-?RoKp>3l2#@U8q8w)6fo0sL5M0Dw;K%UVDj`at}vjaItCr zU`wy6{>8I>a(7Jz@Y1ag)WH2^HQ9M`vNUvo$EN>5gxv4vg+GjY#!NHIK$Zn`puv|# zj@WNMHzs0@U6WB-D)$L|L9zenaQnsm;$j~ab=@`%2E_Rlr9SKtSpl6IGu0aLGO+*jx|6;k z88))2=;{OJQt`Ao$ftHFDLdyI z0t4$577HwpkJ)~|+2#*}GHOhc8$#9DdZY%D)TUG59D zSB6NKhv2(k${XU0#7L3P9XZXau?7Vb^S9Icz()Mor1&*Rfte2l)1<$^eIp?O8KjG$ zZ!@b(vskf(1}+IB)tr>EVVN5pe+o}#Kc+$|wMbKoT0pN$f`zv|U%IA8XCTR#87WhX|$ zmY*qTq!onyW%{|mSnH~A zJaaeY_$b;#V`9DETx>KFS&(o$JdX~cyfozisN| zT-kV4yWIQ$r2=oe()<92j!vC}EC&N()u4EBkp}TU^pflb=ey!(KPC!3~@7!_vkdUT8Vk3Q_1ng+r+5spBDwrDFuwa%R@ z^jnMZOe4cI*2?kpr>M^0#cGQp%h*#NdI6g2^kD;QAMlSgG#yL4lx8dgywHrJF`O0cm-%oy^$Ha3KCa>fq3nV=3-Ww z1s))NSZpX^iJJZ6;0m0vFBEnHmhd;ugGIAdyBD4h2Uh5tC*$Xbl@`pSm23#O%)!8W zR_%IW{A$vzY(1c9%?Fb0A9%^FHs9zN82D?3`kHmU*1_U0d7-mY|55+4V1`DwNcmho zi?_Yyo*1uDUE=!-M##DZ_VjGcmIKlSpfYK@xmB2mR!jZ@V z#OKJ{tl>q{P%QyUZzNOVZBn55TGHR-#qbxzT5O=(3TIkekhyL)Q}5HpPhqJ#H$47m zIP5}si^fAZdw7^_8dZEMdUryQdu$A4fjf5*1CN$lkGt{qje4BfMi|pF6;F*{1P)F+ zo1I}D)c#fE-_Xs0yU?-~uLrA0BEGR%UGL@cC&^LcV@&|8D3XOl$(cMonpR^X=Uq8u z)V$F7TWYjq?}*RZ7OcE657|`Xb#*?G^Sa>alF87N+WIF zSOWnb$9|7-ga9wG2Maf9&8)@RkDJkJCR{=-tYm^?fQsFE39{5b>{@p)SRXZN40t;%? z26w+cQ3S9SoxJV|LCi804b29Ci|odT5w=WC|IZBibptpl`QNivB}SawVQ<2>;%gJ= zlB!MtqY7Z1iK?xaIU6nK1;xc-UrCiB-ueY{QiL%KA^UOl_7080;(5pnF#WlCAr%Z?F(l4h=Es7BAiS5YS@SfqRMavRA z-`xd34QixN8p&(nKSxMou@)f(Zeyt)(-<$87_={M%Q?mO+5BNFrZjc>hLal24~pPM zBa_+t$H{2`(OPz_oN_&`Poyd>vE!EUnw3GG!_HLPfyBT@KnRc6z5`}udtDc?T zi8kZnEa2pEd(v1Z2Dg`1i;$T%kZk|`CJmM5)F+MQv0hxduII$3GGd(d(mh%o&z@6X z2nt|s%_4?vZ}a3rQs|STcP^+lJ@D{)d2)UY{(TLTI_`Y1t~#WS#~0{)z=RTOSewwR zA^k9>-Bzc9x^-I+n>W4KjOw+tl5#Sl*x%kZJh*y&Og*NR$o*7y zs&0sbaTDc_SPMWz?os37flRa90kdy;To-y?LQKx*qCwaq#O|%+x3G#OrN3k$A?cGo z7Tr?w5@+kIwQ@lIj7UkTd>O&C+j8TpjG#7I9@>_c-j`M%wXe-#)ZRcD#SSR#7^D;9 zmnS_qhU%_suBz!=o@3gZn3t5@dg@NBe`;qtr{oL>oL*4H5b2>{JWd2LYi83~cdoLi zTZp5sSWZBvN<>FrDCNQqwr2wmH@i09NXF~+3SJ5jc3O*kE#c@~S*?bKbHBQW@jEuO}e_z$?2??Xi=GE;N6+Uwm!BGwJ@8A$)z;3GHG+~gN z&F2d|;C}%dG-II4o@=yH5HHY)@{Q4?iwZKf52Vfz%uB>hA}(E!K@n!QduJCCpje0F zd>1r{B~slRj%MFs_s)XioTus=&MlFA{nC2XbPV)5toz#>J8I}n)!~1}t-rzz`SSh&Fv&N%>kn28vjym}$ovozq2{T$~dgOlMp}6-1h}W;|6OWgtn|xN%zT#TWIj{0` z@vhB$QH<)QTqdTZa*~dAd>@jtGY=-O_K~9sj(R8e!FK z&qT?<3i|`f&-Aj&jaHE`b`8zp-ZHg|?c1{oH-uvA3&;I^?uoXh!#e7c67E)GnK(bH zVp-j5@MGJL^W0QBpXh+BNzXT9N?MPr;);rBQi-3yQG1(3$<3V(is3Mz%SQBh{Q{uC zVG>FkGUh%1J6qO*_wb|oPX%l%076x_z*KSr0DiVW^ScA460d^PSHkb0A!Do4kt7Hn zqo$!DWn)Vk9+tFZ#j}dT#2-~t&{NKNKVc)XOYHZw?Q!Z3EgJSVL0VQ=4*@v}=VwYN zS|^W#ff`_>D@UZbnfe!`|IrTr!V2(?^7~GQy96F@a{eA zh8p(fp4L}iCb18SfLLxr+6)Ke71txfoh?Wd4!ITg*z|=%u-#NVvl_<06WehhwM zzF0ZgSJn_=9HDLLG=P&xMT-?IfZeb}(Iia2N+kLyLwZ#=Ufp~JS+_j4%E3YSPGO>z z_KaszIXaj6TYP6}sp`FeGrT#kceeBQ#G-;43fi)nn;QTKjQna%Qk+0ZdE~@}{7f+T zr2YJ>J)AVtbhWJ8ssnMXxh)VPosQPvXud828YkUoS6TVAH%AC!X}+WFkQ>ilM7_}x zr_N-2NB8Ca12Xq1f83S*x8Gu&Co)h$?~0USyUhh?((U2ZtCGdlQo<#JGREICu{U3Q z=_23}1$PvdT-pvAw9aY?dKZyqQ0wJKh}bv7(Zs~6kD{k-yXlL7{8it@cLoXBcmMF0 zjdOuwPXZ2}l#7Y17oVWQ05{R2%^u3?zg0OMW8U6HM8RV0pQVpq`pGHIY_fQ@P(KU||1D~{ zZd&CgG%&HIF9XC>>BUC+81dybP@!JEQ^0!vw0yjJwAl0)lnx7v;zGePZUiCE9|Z~a z$p;_M@NAekdN(ICg1+QagWClH1s6xqqs;}r5qqy#Q$%`-wN==}{|P=CdJ~8Q#mNbm zb0DINZ38-CuSrqriOp^^ttOMVi;3s%N%rqPCjb2$wUWWd7{s-mG7pX<40wA?-JZJ1xHned)Kq-&~a}K&6?BffLr_I;1^6v1!tcbItGr6P~hT-2T zyVqiC!V=Cu%2a*!o-yp()Ji3z2~zwk9t`MsU*7u(`(uB}U^05kuB;=j_M%e{IRhYL zOn9uPpo+q$r8nMNYI!u-61P5BYSHjs)CyNlSgAG|!Lsgpa?13))+m%t`LpJPNr`tt zH%#31yC=d^F8W)_NQf30^j~o(W^M*Oi18^2f<=7#B0$3hKE-+fhUTh)MO1?D)jZ zyGUK&eOTF|op{kFJQw!oJetEV{SFdt#+dD5QyKjqx0k-K6GoIG0y%^4tKQv<*SnzT z;&?1$5X#rLrUtwj)t8r=a1B;kwMxsU1#~=R)}$!KO+RD@4X>iSHLl;&YR^&sZgeuF zCEBn!B$J_Zd;arGbG7U0W)(cIx{>LBf(kcY=CTkCB;VqT99$VgpwfB;a%wm~Cxb|c zu(Qp5Fh|EO2S&LaW!3Y!g$9r5K6vBr_wz%RWFO(ZicEyLJr@ynGCae^+N6C*<3dmx z7OozEf)1rzm8k`64i-62;7lGo>McH~2EA!I^)~Te`e3qOg}W1tAr_)RJmZxn7L=V_@XY4Ms)Z0FT=z8 z%)R|FZACeQ0$bj6wq2Y9?K5Fu350Wn*3iEDNkPuU-dQZ#`2jox6JxXf8b7$xL$k7o zbUm*y(J7_%y8Ye($WmHBK)}H!?ZPIkCn};1uS9J7Q5$$uQ8S@e$Vv&CH%tho5f}W_ zBNiw5sHy^6K(qntO1K22H!*lik9c)3m)W1#KY#~Uvp}}A+8eCwB&)T<5LlEA;piPz z0Q_5Lpuv5O?47C9ma?{{2RKTA=LvhAVMIrx6w2`>iT+L7O(uo~uj~?(0^PPElr0{Y zu|1R`oh!^B@Ew5ht6JYLma0Fa+?C6E*)B(#G}r&SZ8o5CrzHoYZ8nN#@`d7{$V%Nv zN`t1*r#-9fKYq4e(W?3ly7ymy3nxjY+T61_@{5YlQBe5h<&PY4Knv_F7MU-jM?7Ax ztNWQ}YZeA68d#@*P;ZYuceDHMda*Y!(4*7&^KyW8U$Nxv?wSF6-+=<#@A0VZzm&0P z^UZ@3N_;kv=($vWRHS_OnCs@4MN-`x)j;K-l9Abl1Xg)CZalKxalzs`-`G9-(%lwY z$wpuB#GaAxQ9aYj7k`P;$4t5LsSX>qdu}JZ-h4c?YKl54zdC5uYQb6^q$!?rHp~Q~ zEw_B0Gc7%O)g*%IY&?Q(We{DCdvdRl))_NS*SMR6Q{DOc6AxMF#L)W6R`2EBEoEMZ z4Rwds>5j(Lc{B-k$G5kuI-V@@FD-bvsuv5@-l7$ss()$DF;flW-gk`w=xWnCkZ**QBzE|qj7tf4eii9--a}FWE z@O@yj+PI2XoR3W$-~XcsW(OoQ^(opILuJgw$<8xXhP2*UG=LiLB#j5sx6 zq>A0X+VRx_ET~|K9UUWUZS<~$q+6P3qAd}7SmUD)sl}I|;qj2KBEqUWO$KfQkqDs? z6govhGkpzbwCxqHW^i%vm6Nw=U416?sxQ6~E4-qIzru2c{Awt4219G;Y zC=UhG;qo)TW?bZH>Gcr~vndLIac>Sp{cUspK9)h8AXZIWTwD)`Zrbk;%Klxf zUE1ZaYpaSniM&It*{w9N%zYh=f?Q=~KF&`;Ki&RZd0Mp4O&xW~M6#hFMn>-{K*fTVUKJ3^}ImeHo?p`Ce&3xn>7vIf#1Z0pO-R1yUS# zCmmbQr*9L2kjYv@Y_!=WQNqh&F!+MxA30ST;URce+mecAs;Zh=x&*s7%>M4}kaQ?p zytb170CZBr1Ef(oyq?K`+ChVSY-}->X>=*a7gI2+8{NtxY+uzeZEZ4nwi*6(XL9fL zK&N}WI^MWJm8}__UoL^^l&`F(y~&xcIpFO5y@KL)Y%w$+WUnO*UzO7^yE%~{D3<`? zUrDtx7x6&_Ts}LJyQ9vZzwg@@DjQB4myOWiSdlkJ@|})eEoR_z2enp2CWd|9i;Q3D zO3x;0KM<9;<}hIy3ExUv(pz5Yv+%$A*@X_$|>DK9Rp%gFK$f;aVMHSNi z$IxDKafE^^iI)+XU}lCG8g1fq&=-xXaPU5jHAYQC<9k}!LZi`D3RA>$$AYFKuP!~C zN&9=xPMIr?0_px6bjr0VdA)kg7PB*b>C8-jnYDf1@_KbDMqHl4aDv%Jx{<$sQXLU0 zR7U_DY_O{9c^KpwNC9Ry@IDLI9p0}FztY5k@@E`uTs;(CcyC`s!Qbv_#7R!A+t`5B zzr2ddbf3=u@3eFNZ(pvk_qPaHvfxj`&Rb2BH`VUKPY01q1VsqlQ0BR) zZ%>My!c2XLE7Fsr4~PqeNd-R2=^Hq)PuqvQ$*px|Js*R}W+L8uY^upZvvT*UcPLSj zy@Ikg7^6X{nEnHVG2B8FFz?}OTpR?=)$i9~rGKqlw;E?;75&@|6f8@$y}4!2Oiv7E zRE%2Ti%Py0ZN08XFSYO}XwA|ZTbolCe0oggGlB=g!=5FHxZ9i4^;cnQ-eNt;(sS`Z-5Pw3hnrexW@O2N{Ga12?Ln#ib zGviCnij(fY#obA(k_NL1hmbLdK5Aq?s-nLtzG-ohRG~|M8p;MBru@s)*pi*b)A$Fj z)A31rIt@(I(L!n$TBy|va+_l?EZ1CXS6$_}qCCMEsbOnN0?ZGr_ZJ#64J4PZAN5ak zK)DN`hU=XT%VbNaBB*(jgJeQNhE#~;ozVk_ zstXnb2kByIYp$B8LA55>ieuwu@#AR|8&3)pY%Vo#tPp}0r3#;D_yz|^TB7^7KEg2W zDw9T4YAAh<&@*UG+P7hcm8U|1ERhbS7l!faq7NpFiJ{6r-A6$T;mjDQHMGNFu*!uL zhlQsUG|H{L{h+4JJuRlVsd~MVV(@6ctED6U6z8=3+!x$PG0x$%hJ!q)n0Pq)d%CA@kS8(m`PnS92 z%G{XfDD5iF;_NwS;Hcw6?XnTy$1bFvUgYLVX-*ytcn@YV0NVG$j#MMHu4P zcxI>plk#6{uATTrub%hBb7G`{~RJ{ zn3ZqRmd-I2HZ$aPa`__URk?h;Ihv;jDbOqt!{w|1^ODH``er6P2z&~#Ii2ZO3E0!Em&5R z(@9~^KUZ+8!?v@TV}RM{c`42F9SEswjDdZFuB3R|f!Rm>L8#h+0qeqL`kKpL_SaK^r3n@2u(d4yQ}U-P@^arVE> zugE&6RLqQY$^GZXh%&ogkqUUwo-$B5In+Y2ya-PLBn;r22J^5WdZhI7;Fho(O zE>D*5r4s+z_J)G5-`0h^SyY)g?DJ25jL_+hIhckW}%>BQ6*(g z6>V~cZ|LN6iB_yjDf50x7|ZgOJ>@!?xC{H7{KcC$s^aTFDU*o}L@xl<*_jf#i3a5q z?`N^L`JLRT6~$GDk**S!St@e>Rdm4RsFKzkX92EuT*9&TznqQ6CQQt{oik3rUcbv~ zdD^;^DBau!6Zh4k=Q#jIAxOz`{TO8%1J=uJS_NuaLPN=t@$6@*3gO`*Mpz`#Zk~2q z^4yCQhV2Ev0*}Hf19LoRMj{f|hj2!h84%YjT{$FJ{EDltPfWzM@PQ!*ucBzud^>Ns z4Kn#pC4tppzJQ&T3G+F)cP6TIf$Bx0cbxAFP{!mri45OKn!Boq{ZI84T;0IyU7R>ap}#12lGJ0JuR0_R#9 ztCe{x>es=3+;!hkb9+y$l1Y?UH!}En4j5hq#jidyng(rc{$U?!XlMYcn<>ltnIp^N z91dhKtiMu+SK3|i*=-=wMpZ4`0ZpVQ@O=x2`jn8B-2n;%{hvONmWz!*Fynl_WIxUT zSmj%Gt`+t!Ag~P^G)usUv+J56w_NWEns;@Xh4w_);Ljq}CxV4-=Knmqhky(ZS{K5Z zs%`%FzM4*s$3SEun^UiEY+$WfdgVl&d{z`|_Vq)MB&EUnR7u5-sUwJ~CUn~)c~v96 z0&iA4E@WO=wy)LVEv4eXo6Cqul;iqWpeB^~9R?-8x?}Xp_W2P6Mz@62rq%thAO)h1-fer0Nd5 z4=<0Is+K<@y_g9`eFV`loCRogqx~J;&qG!ti3(;VFCOi4kxqymWyVHEsJgpPEey~O zunteU<_XzIhdtc;7*3{H)(LJszc4pl>=BtIDPE@>7GIlKn`O+!VPA?R+#A>C7-rHr zl)k5>WN2$#mO)nbO^FY`72?O>72lb=$%a0EM{*IL**AP1{+ z9!pbykkjtUn8l`4Nc_E)HFLxgsWp|EOIO`ZiDI}})i!^g8rDIQ!ZSBleD-iYBS{Lp zK+o{w^pcTl^y+PV(C7VuA}bqSD`R>lLe`(?erciKHiqc?`%#%3z?h&|8;C-KeRH!9 z#J#Xc3^uknaL8CWaOT!)=376Jt?I3nMM%}Kk6jfhxf0ArPp5b(3?$prq_Av<-5D&@ z8y7)dKxt*6 zX^e7oai~Nn5XxM_(;e2JuK~%oL!(kjGYjA6OO#%h0&Gs#V+}GGBD`}AVZd(wpJLGQ z5Cf}!J(u(cGa9>nV_4D8$~sRuV2UdK8w1EYVE*Odel;yKbJXS!qy2`<kgcfq?KxH5PEswVvTZIl(!p7ix^2NoKDq6@grpBfJ>9i1C!zOyRQ@3>o^%>UdHV53mhksDNUwNRN{zV~=iwL>pz>7^c~gs_sklbV z1S+t5o*w9k?bg_de z2}CU!85JB3+&zF0j#mUJgoK1du`!dySQ%rxzuS0Zt#?zaR>| zs!}fPC;#i};y2&3O$!}INxfzY_=(%?w-bQDW59K`jru?bJ#TvWF;DEy@Ip#3pOw@-J&akOq0zgvzCZ-6N+6+_yc{t`Qerg?@?#xYu_xF zp)j4eK(*YQV~^vtZI7~jmTjs&x7F979fkP;od`v~ENaR~-GiIxXyF%G1UoQk9J}4O zDT7xZOgR34nTmDCm8#S665t6)nbTq2>E?sI*=ve+QY-Gu-`l&pGa%2r=z0J7i~Wu? zP}%o`>vnjh!~HX@K*9foyqx^EwtTmnpr+Gp$$Ig4G48IFGnXviy9n1F^jceHaJhnQ zx7#WK6;<}vw{dNVsHI9aPZQ#^C-%q@yFo%h%?)3hC~qp<=|>R_p{HPTAv&9!cB9GC z17q<8O?65M1W;bp&QqrBI$Gg?u**R;Nb!jJj`}*lc23FIcdMrzt+|cAo^q^S2&*l_ zhD{*;A-}{uEh%M`7}hd_r)@~$g0U_o$fbx?R4L>Ntw}ef;rd?I zRBBd&b8!!!2^2Gpt>ou8~1fR5`ntiIr;l2qN=OAO^aDZX8Oom z+;8$ij`dvlk0AIo`0QqvPfcgPhR+EBar=gId-hkF{b!~$IMp&&lK~{bY4a%ByyZjF zhDFz^{sKeb&Tt6(|A=}EpsK%c`&*F~5GiTt4nexRyIUHilx~pjknWUjkZ$Rg?(Xic zcc0&V@Bhwt#u>)}4}QK|csA0Q=1y_}J*QYr{|oxK2SV>t_&g{K)fL;5^UM z+nh51p4(+!;*gxgJO(qrFrriT_#3+DrXglJv$+IiWwccG!T8a3W-&|Cr=h0RwNz76q|3NM`mMA0>Spl8;tk<#{Z9l(khix4h z=!z*b+@sTZ-5^6bE;nlE%dU8O?L-g?&I?Rtprqae!{@c<4|+u9+wLHq5FY+KUsnhz zI@!%6{E{YbeiYaaCXMFj;=_=)wzk~wwi4VQ&w5ofV@7=GtmluY9%Uh>P5J zn<7IbV--ncYb!xm3H+8os^-t1&Ns))mHqlyyhRR@4cXfv~Y z!9jW(D#ycLFu`t}t&9AKLXbU4FRLD_Hh2Wcjdn9-gdaGZg@97?p=O5JZBGf}v-2_P zrD96D{dR8r2bm7KK%G%Ieu0q&04r$<-!}<&Z7XD=rp}z|%=8qYR-CEk8=v=Y6%OBp02@`0Q1kCQq+ZB6f$p@!eXbV87T^{Rj-qv9Y7H{wLkO6blyHO^I6T zr2!Ci>*_)My7{P=$V6FZXHQgzfZ{CL%=rNZ#bDvx%gB)8BW? zWkUR*S;^NHfd<2MuzLi@CVcpDMCrs*(DQQsE1r*9ZaxcpsH!G)=!H|$c9=zjCzNuZ zz~YtSz!2QMjX#J35#PRc{$}`YdA2cJsm1rVJ^|(BodVAG{Ijoa(=Orrj>`xFJi6+d z5nU4a$4@pSH}tO2b2eTTkMWi;V~ez*w9W5>kiiUpc*mMze%mkc+O#l6}yX7gKn|KmOKU|k(xhTBgcO% z9E;jfb6m2sl2ceQth)eGo5g<(pQYYy_`7j}jzJ3G9u*b{_Cf1u0#>Iw9#>P4gORqZ z{x7Y8fzj2Z#BY0*uN-t@iu)hs?WbN3p&_6Nwv+jx7hrsvx70XvJVX(vpJ92`R)JA6 zZkLVdLX z!1vB)hUGAd z4iB9mU8WxRAsRq%F{HirU9#SRfGECrJ-#;TZLHZGT=5jdBumm0^4)fpjP zJJ8(@Yb~&9qpDJx5Q0X5HGtAaWr>STRPP%mfBEQ!N?Gu;Rh7g(8yqxpwj)WlBce04 z^S4p~8@u^oj|KXb= z?<=@P{&3O1?s&Z`eF@CzXX>t8UQ--go-D2`b>WUI| zK%y*A=K=p=bE}nh%gG9`oI$!2eD*R$@yPgfR8h6u+_SlK-V!d4Mm4A%+V%DNYVmgz zWR#>gtLxJk<{;3FQg*$S|HT+U^Gc-U%^u6!&KD*N{U&(=aSsB8;!+f}vtMf>DfNHD zcf{LLWA&WB52b-pr8&ejEy1BYo#&f&;YoRahy|T=?(z9+6yg^!P&is@a--V;MMzn(q}}z%^^wfUKW~*fGu>FVP%!cb2YPh!-nbnf zRBrsEhb?Dt7DIqVB73jGK=Fik&plkl)U1DGb?9B47a{!Bgc7@7=UTgYon3uJ)NyA3 zYs1qO0r&afFVbcXV~HGV1=;s_c!QwT9(c>x+zyiYmVRSDwKnnPZhx;pNZjWWM`h#Sxx5or|C6EhO zOmCj=C?C!*4m_5@@>Jrtn)Dwpc&Wm0YU+i)e+P4^aiRgOF2~U6I!(=*V_vNtzUbuS zSA5baC=?|C`)W|BUqqT{iw5@j!ElOOJz+?E3w9&jeNT(P-j#IM`*Cri+AIh75!05( zG$TYvY{G??!_ZArkilkaJ%*B+85hq!)-D)d2 z&-*<}AcIM=L;$U{4^- zPf5MF2h!tBb8_1TBt<{%;gfTzE_Sj9b-1AiQSk|Kp427)V}zMs8YQn0=Qg!x(68N> zuF%w3nG-=UPr@e?4Dt+b8fZvRzqzvk_vXdCMLD?Pkkk$Ys1Yi=Esj z&B`7iA`_@2U(vklh(%aqlDT?kW-36I!$OQ4lGXmOlL}T$KwvwR!Jomt?CdKHSaPer z@6r>n_uWq?^C5B5t+(rMr^~;r>^jQ6&l*E5DIyTL+(ey19ci6Qbqb0`q&=aN*-^1h zdr)K{QhD^tycv-_wUvOY;`|&VXk(+-_SV&RZwRNTstR|hhd2bdH7ag5sU0^r74%su zCfQ(fvTHXImTZn2{X}P+-n`jeLi)A5li@XDRkzebTiy)Xqvn76GwqtocD`^IbE@ht zGB*zo!RTQRTOSbd-czzCfLZoC$K&4%3165^!2e{)d*QqOt;OY1yoK+rNpV0w0tk%s zXu_O;TJFx~NcZk)?@fEzqK??hCAy|7?>~_Y$Ju=hEXgv~q?RqkRAy-3Rm)<#868^n zPeKRc^{XCSwOX^q3_-r;(!Zp0hvi0*KM|ArmsXoK-QSmsM>6j=op9{NL!BvAnorR{ zsu>V?>{eI|^5^M;&c%?nHn+=kHPhq8(gRt1M?CaC^5Lf`1y8N5W=$0z#5sH)O?O|v z);p$85X!V~SoA`k5(Y{Ipq8!P{yyNZ?O#>{R71|AK_i?2A8q z5AZ>9>e6m)+vEA*OY=k)}gbeP29N8*lIl7;xo8ZN7s5%FcX$#>Ir$YJKow&%-YQk{n>rv zK5j%UpKskRZ!Y*HWT}kJ*{*g1>bpdgZ=P&Erp!(2k5fjvi)sflgJVTsY zl=aNIMAmK3bV8OOabSDx)NR^_5eT_bD+=2qnnplPqbz0GJH((@nc@(^DV^4$zTg2{ ze)McL_I+o4CysinIp*n9-nZ>fEv{#qKVPTPGdfvKfIUP;z6^1u93mE&>V~a&-Rwq9 zXw}~=*-N`!C#Zk1Q}p{dQcF77c2`Kfzx;i98EywXm2XcFH4Y6!Va*}&ELPw@Y zyHmvbj~ycj=)lWOAzj}>OKgTzXa{9YiF_VhZstCX^o1!z@K@v8Y1FjEPTy-NQY>>t z9Mz!GPiQ+TkVy`Gm3DrLU3Kh8Or}Oix z+cJNmDPJWzwlBuVyjGuF(4&DbtE1Odc!ef;ba5FoxQC6U_PwnUXn#PxG-4FV+XH&% zzrZ*9ZO()M$cv90hdb9(14V|J(KgZf%9;5bO#hdWLp#RF6K|JfO7SE z>YMEfK9f(3)5`Eej`+k}DBC#}kcU~#e$vC?!uV;_-3>9f)hxf`A*R`X%gl;M?x^U~ zVcxyQw1oX<>RXC^_?0t{AmaJ{P5PiH2DwF^a4a_h7eTSv(CRZTWnN5fE)p=XmEWAS z8SlL!K!JlKl(8?_ql1Ds;WtXS4O6*`-J%@1PrI~m!0BNC@>Q$dG^bF`S~qP`Z^>Ybt3$DQ6Zr{%r-7jT+U*CRo< zL299u4PfgJ14vPDU!;R>QEz`A(gpUuknst|{!fXdKWoVr5*mu|l{DZXolB3 z+(j$uuNTM7sU#i-)!KO{Eemq;#6GfbvHAe3Fs3)hdXN6WJyAR@U$*(Jx&~~sf9`0g z#(ne8(wDYE+-Kx?gD?6=7mSD0pHZJibAzOi5!Mp=V}K~T!E{Z?aeGstr0)DU+g>j* zC7@wdm+a1o82g#$#Lmu^FJ|Nz>a`+cF-5}Z=9aIuCWLE^%?bFJ}Y9l=ugo= z%)tdH7_EHn96m%pYAJrg{iFC4<=D{y5KitbM#j5Wz^fz~sy5^1>*gUJr+T_Rw#M_v z3*YG^tv#U1TeenE_>VE`_1&e@O{~3~l8=uL^~Ebh9?OjpP}BgH@znj0Wwp&t2xi&! zN^Da91VDKl`62vvJ$;8;s#f;!qu) zMj$@%90+etFDK+DTD;OL z9QcrU_~yIqlt(c9T6EqBr{}BdIb|tBl9$jw8cOPdoBZ%Kotn|CtJ%eJWXN*b22fou zKsxMZBtP@%10X51zm{RcgMwT#&-K?@*GrzCTiYFjKzF`` z;RVW&tX*#n7M3(*SUUb%wYuE3A}(-_p9zm;I%jbqdn!n7=GU=oHR=;vF;r-XyBi`)g2?E=(Ip2~_}_tVBqx;I zoh5QM*sLrJA z50O9xnfjfNzK=^2#5%U&-|2ENim65R;Qz!H4}kQ)XN^fjN=>yL*`ACH_v23VJ zn_TMVWKR<}gI*{rD^NbC?NgdZ6)5{URT^)ck}BmWzPjw*l_yUqa2M;}8O3j6cqm8$ zgQXH0qvdQ@{~H>#Nn%!N>EEmWNMpT%sSsXWy<(KIOx=dnNHhFwHcv$97}!}8(o(2T z+TJrX)?AMk%)mcY^dh~ffeF{9SheN|K z^Jl6jXA+C|wl+3Q#H>Pyp}YERtxygf42>cf#P{K^G&c;X%gZB)h$!T{vE~x^x7#G% zSuyy?giDo?2_uma+dvtPvvO?8=6^0eK*gLFAQAzCmx;}OnMD2!uu-Wt-5%1C(~=Xh zU~3~7(iiHJEE`XU?d>HhJStGU!C&e{N|Wl&wkS8*eaEk0ScmrhV=x2N&(^uOdjzgX z!rsWTeJoJ{(=^g26%coLwi;00Fn#g(!1nE`;Zi!Nd@3I}h#{hb&#ZEYsuXVrM?{qH zEsegokoD3Omrs1y=y_lCZ633Tvrq^mlz^}sz;2YFFIaW`8r%X1 zR&-q4kn9LaEJfMGoG~1>;Cz- zgR$~hnXcvV$aa#T?=Ilv+{>XtAMee@SZQhw-99-H9=gM%IN`yoVV?J8Ith&V7iIQF zN%OY3H6?6VXh&!Q z=<~qprhDOg+b~!vF>*6)`U}v+*#hP9C$PZddps3hc01uscRS{U$X;4*mKR8R4Lh9L$74^Lty5 z|9`6nVTzddD+WZ}&Aue;uiZD8-#&hqRb=P11e?30 zebk{8EHs-wvYT+lQ;YG;KkFh>4ZnDLhIe)}#2rKrbaOC76AkPwZyoQdCeYOJW01?r z*b>rFWeQ8ckHg}VFE6*Ifm;AtUqlEBxMLjX)iLsgRkG#OErhNz-oRFXTAn=LT>h{7 zA2;?TQW9Y4R?fLHM>&3avUG82nWRteB3m9Ge_BIgHeZK{Eu!e4}Fmi7n2y(OIE@B&4O#_yfJbT zU8Hb|a6y{nSEeeJhVw9M*xj93+4Ge;P)11p@v<6=>-v*a*>RyLI)@PbM)g6E_uo~E z+mDI6?@LCa7B$Uo!_dn-ZY5l8?=z#g;ni`YlGJ`FQ*@yHKo7R9DGpO8genyh%&l>S z@r*l6B{DL;@?L6;9s+x@X?ia@$1E z(zkrT1Q3TMM?A>O-`}6^OKU3R5CLZd9oAb23KwYVAsEy$kE#+=K1LZcC&Aas7){Q( z%1m#oxtSTO@dBsJQQBVk4wrRLG(haVUtr*8peZ19JFIjS%6| z@y1a8z^$+}$w3j*e+veDi99aM5MLaK_#Sq&w!p&`GLLjjln=G9GGS_3!Xi1;)c1I| zi4cBF8v^{JpZ8dO^6hsb^-k{F`iI}s=@e%Twu6{4TYD{XFq?eYrJ{>&Q{-3_Q5f$L zMMx0-;S7AhzJ^A4$i|ILo<2@bz1A$z>YDvYRm@ULsqDOp={d$;l5msEcxP)J_C+zz z6%5nK8{*$;Kxj&#x;$lWZZ4#ND$%I)@qPmb8I{LMkpq*;U;R(|%t@cHk+6|qtE#Fr znjDW@g0qwNcK}#{HeY^c8nlsGJ83<@sW_V5rqR-p>Qv6w{Ic#v7(!$Tx+wNMjbjW+Yum9R{zRnHzDq( z;V?)EKTk_sP}|H_JnMr+Z+aN3u1Q73FIaF4O~nn)4P_9Ay;f-?`z&i;n8BIQ$PeCK zbPVO4;R>Ji!F0IzqSDtH69G%Q6C}LO!$>Fe90dIz!}sAaBGsLlW?}*xJ_Xx<>>xxd zz%LN?_XmXFa;zlqHNc4d8ANCN#&cPWNJi9is#0f39M<|JTv~lpsSB3&$SH zriafqoS*$?2j(6j5JcLPT6wWutvNB@ZByrShSp}Y-Ji<6W7m$ zZlXH)<>m9e;(79W`SX$`%&=cu`e!R8C5Ps!1DUHEG^zPP4IsdLna2a{~)evnZ-l5N-WbgxYJ(PDz))xDVL*~Ml*)dBQ=8j7OTJ_jD)7LE3X z8_g~@;FlXodc72>{&|P&P8GK!3Aqmu z>h_MfoQX*cilW@JLpNp#pIv~Fb;L&?#T76h2L9f{4>#TydN$Vi$~2?2HG{{CIs+hE zce<6gI)TnWK?W%!fJ$J8u9RYciUZu%+|xMH)OG4NP9_4fZCJw+ z1AOi8pDU#|l@l8G1eZ?eVTviqCt)jTY0)%_4oQnh^ z7d#m?+BlHQlsQj4u+*PhwxC_1H4I!>*jF2okotD&vl-eUTYAVj$3QrMdC@2iqS^HA zH(dl}&#pRC!b5SYeHPzzG=zcz@Qi|I9jztPHj~-@J!f(uQDP_9?(EX{-q$K{r*48+ zsdd|9X~%FLznFQK07`>~s?g-=fLLn$>1+E7uy<(9n+a9k_ym{ z0P;1Ya0Ya}6oC0+p-s#vkIO>-Mi#BkO7m)0eg9J&x=n4C>x_C_%XnnK#Mf1b&N-SA@;cntfS>~*Dk)$HI zfUln6GAW6EWJz1*x)6dxGyR3T^7fP{aoqXIS|<*WO6k(7DFF7`>i(4F(9mY*SPsIE zhXt_HVgF7@t6pXdrZrT&_#3wGMRkvTsEp#$hU~pB|B}QkejeF!n)S5R}4ipG`p;$H`G)gZVE+IsE?gJ1?o({y*L)7RUlZ8|* zKg0(HY9>f|LN>a)4+j}H>)q+z`qOrp=Pgfp$ZCY~jK#bSZ6pc@TBM3?ZLYNDn(tK${6XE>TZ>(bnQdz(Ykio(LS~(U3 zfJITJJNp10!@pLK&QNoAX9^060AO|keFi}ECNy$^3ibcb#nAfszc^k7Y>*$+dy?3G zg2zt=#G`#d60MI9DCyWO!3WBDb}b4IOvV)&eMJRC!sV3G-W1%ruDfu8^m zRiIf;9Hbe5GgZW#r3U|JEdf1gCQCqDSm52vDhpXR;~KmRR;(^=NpW3F<%nb#+`}bg z3j-mdlrQ8|8rjR9Qx?|`xS$&Q{46y^Q|#(65Qc>m!@zZ`TeyImOU7o0~X1S z#K9OiPCxQWQY+dCyC$JgM?N^c{^>?k!ik=DjG{;r6Y;@QLYN}ad80^O04<30R8Qfm zoj3%ah7MSWh4Kw6A|=xSSL5ds>}%g~7JLNK^6IMu)J?s4Vm z;pTRH1y1ZZ(SvGkp$PNRQmHE)|{rf0I_*%;-cEZ%t>*f24%WtmY zq7C;JAh8HI`e=%Z%yW_FznAIzXC-1Jz3F&l7n*vFzjmTvT-0XHGie1=^}u_gmqAq; zpF5-58^{0L_xtVwf>(hqnwnZDhC6>QTn-Ci+JJ9>*-Y1s$KCe@6!YOcX8ddkKQTKw zRB~UbrjUm7BqXr_BCc6WI+Kz-F3~JB?;N+t9CZX}XtV&Vm-=| zE9bUTpX6|bqWVqzXpv%*U=G>1&3x{w3R&JXQK9BfOi4YhF(_D+950V+C=9NweDq?U zp%0|`PZv@3jexQCC8>7$YZW;HH0@}3ehUVms`N~hVZ@K9Zf0d={jr!iUUY16g-m3S zVBdUnKYcyUwWCod*BklK?CyN4M7yp`bjLR9wD!q?i(tk50{IO{qy~nTMSwWbJ2Lwq zT2-lb^STsDQ{w6_E_uk3v&q*ifwy<1dncV9teFr%F$;iKWc&6EmC8Uh^ep?E4jMZf zg=ERRjC^E{W=|5%1_qua+ZCP)_nn`vc~<+#qD~14oNsbc_CMtoAiTP>A0=#EZp#2$ z=x>NHg@o4*XnATAVE(S0n;V-r{AZ9C_VI7t%IC3aYCW}wN=Vby#<8heKgK@2GJJe$05NE$PJ2qUPo?Y*w&e@{_Q88V zSC*XgISIJD09lTw-jx;Tgd%TFPFz1$)FtW2qvonoQL%BuD33LD;qR71gS`x@#BXUS`^N%m z@&jzfi?$~V2})Apd;pytWZr+VX93b4ocW*1+qsT`jVf1EpRk<)XXh}x?;%Ib^b_4HJM3sFc|I5;%4X>#i9zr-QPfjb8Ee;aW?)@3_WURons(TAM5079-Uhth`6DU{yvQ@8{R@s<_?gAiGy zVxaG{7;2`%D-^$ht)OuD?DnR91v6c+BfbEU)gZpjk4^Y;{2$q7-*E>%hq9oWVhxoP z#V;Z)vfr>7#C!(tnk<(9=BCesRvoQC$ws@*8bGkk|3n~r>=dHtqCEwVOMZ$?%}ZG4 zP~7tO3skik$Lf_2Y>cXYAf>n=?2ck9+#z837U9uKnTn#wT#P0h&!6`R?s-IXHG-Ke zcWMMLr5c$~`IwI1A%r_Yy~%_O2DZw1o+XmxGr*YFz7C|K1eU!!P}M`M2Q}_*Kq8y9 zR+V4(jNSr?L3oU-Pl1|!5Z4NkjP&)*CTg77CzZF^=EpgpCOc>s@e>nv7x+2YKiL1k z?ZnK-ndD6fEh!tf1O`9gBW8aZMOaw*)T-f@yqD!=r?oqpTKt`KXqdP^Ery(&jthd# zb-gM|kfY+|O*=og1-T+Un)>2$DB$sj+0v#`OcV2IPpp+Ba+Z5DM^_Y4@!Tgj&yB^L z_Y_wanf47^J|SUZivH_Im71h1jfy@i4NFH1B~l-kccMM_M#cFyV-vG6*w}s12W3V> z^88F5VT(v!3}`RNA}G?nrNy-G^i0K%;ci9zqpYp^z%&&jVIo z-T*tua=@|J-yps(RmH-5Spm9s~e z5tn9`fgJ!w1=8kF1%dQqRQ-Ez*N-HhgEu6aYMLU!E%P<>UnUi4P9!p!Uo+`D<~)2s z>DZ&!)bzW*8)M+8pL^gcKk)W};#;f<1!)h44%`_&?E*^G)fPvjSz41D3|z|n#$XNA z^}0qx5wK^@xCrL*i&j;x9+ETK{B9j-{@$~t%YnhG5k8M|6hK+Kq`5MIr7~df)LJb} zlL)Fv*Vm~t0x)wep=&_LQhYUi9q(Xd7*u96#jyT6T|y(Y&ZH%)SKt6VXuz-adwYZ% zhmSur56)2zFFx^*5NDeUQ$$&cWo$nDU?L*eKOKbAc;D6P=DC0$fHPHg1>0_JF2SBR#$caPGlAOr3(_{QQ)*FKS*>C%HH2+!p2cRt~a7DtdK2GmHn6>%63-b6`DOwzx=9#|R=bvWr51+pc^x7i3o{X}GULSMSqd zeM0~j^l$ZYy=EZkcm)2J9o=OwZmrUIz;+&Q^YXH;UxSUO)3g;#qhvG#!CvqFc6I_> z&d-^LuC6ZqN{zn${)Uo8YmeL8m-f%2Je@u;Z-4HKf;mtiB5nr6UEsGF1K!{PbF37;t4ZZWpuDXa*aJiP>tz3Wh}wXTE-W069n!u1 zc)YctV+|!YX2!7rDpN2&29C0p4p#^_t;{~<`S}?DL!WMXfOa#H)k3Z1$mw`d(p)y= z2ncWwknTJOC-{8v6etHVNzR3sdY6Y+Cy5=H~$0ry4Ma_S_$gZ>=L&Pp7 zm;pB#>53%_G|M35V$coPbO-)r>1D_Z$M_;P_=)F{RoJS(e~?ora_FmEfPsRtOHBL| zW1WZJL%GsW?%ISGsgJZ)Wawwjb_;q?mzlA91*mQB+Uq>S2H zU%5o#zce%Zy?Tpt&v&ctu)%wDkUIAa=VggNS-3G}zvs^C!`yyw;mCh|C#MBU3C}zt z45>PGoL|Xd6sFJ{u%5g{Yr)So6VaAKefrbu-C(yZ5gq_4RdM4t#kL@}L)Tg*9X~r2 zl4CrIg4;EyZO;7`{N2?(KvB2o3fj&vMs|2Gwm`_%BHdk5`BXS=OiIfbdOaqlpeB#+ zYJRXdASI$`kHCZ&-XnJ4$TIO$f9|Ic{psp9B9?600R3QmB|C71Fa6|BVB9%L`7Tzh zP@n3uII+PhlK)QuY|Vkwgtcc5ADt9U`p&6tq;IK9z+qu`iGUl``<1^Bx7%fb`Un_8 z{`<-T_ETdc8bjO3qohZWX5C9QJhrL{>LoP=bu;_Z6 zq@HBP=|o58J>FhB|Ycu($DMKefMu~UNi$|YhD+C@@6#T>A@8{=bn=XK9yr#wT zZ{>`LOIqEoPgf{9$ zFfdx1D!$v^FK)38-5#IiP0XFSSnLUZ1UiWa!pHQ9bj>rkSAb};S1?g&xWv@6Vw*G5 zdjyazpe_RX_-FmKzy9vecROVV#4-H}R2bM6<6rbZ%L?&Pg~vNp`i|2hO!8j-6QYn{JYJFH%?7i7V16&%>wQE z1`gT>@yMW{3$*c`zSzaQP>N2|yh&?OVu`4}bfH+bwCsJQyhB@v=(K~dYiJqY3}9}W z+w3R-ozHD?Tf&`39iI>Brw|EoYma}ib)ya#*aHV}zB$D}T6Td|G>*tumYQ02H4gZK zC|1ptf5~PcHFBNV4m)V(WDIW1S-UP{UsDYS15lsFh3v7WzrD?_I| zl;~r|$mvom-}HJ9aT}=H?Qf<-RTkQ`HURBrNivhK#RrDXlT>`Zxt0{PnBdW#2vLSO z!-F5R(b1jo*XF-UCWyy~L%`^j>o+l5=8X2m++EG zdV+pvt|ab=Romg^19HY}Ozmhee-v@svyyp9Mt z*FvpX-BrwUI1K8NC0aleoFo`br~}4iRA|UaDi)604Y5app~h&_(2Juz7s1;P48Nrl z7%V}MoB^x#z{{74g(DttWi*4wD-4^-r-s#fZ5dVh^9>a|6hO4){P`1`DZM#<1mJ3; zfOqgS<$EiRFhQ@2B1U0Bf&N^T31A=Q^}8U*FM{lgM_{16;;WmpOy#r-fXK^$KqDS3 zWr$*QQ-3@NzvJx!lAr^RV|$9_YO{9`T^%sX=^rmPd?@{oZ)C$cfhaxrKLp~)9>5Rb zwA=m%ETIsb0fZl3ejVdnxxUx{^*30q(D-ZMCul(;27zEHy{B=;BDmV!#Bf;|6hH<8 zff>LxUq0YCT}K>ii=YfEdcJuHjT9|qiHMGv`%^6|)9eTJEaGbkM8x$egU(wJ_JM(h zz|NpIv~e(P(_BA$@GARjp@`$51qR-U82F9Mg!0u}W`5eV^_qgGY+&6sz=%Om-c^(! z2hs^<@-CUxV8*$diK*1ZM>fN_P@=K z_jR4Hh?{L%v|#?N27FXHnG|U`idb^po2dw?_qejWuhVz=VW9aR;}AjFBVIgTwGbQB zbxJu_G;btmmwEvR1L7BhvD77_BkS8w3kA%NT@NiNSr|nGlBq|>k9CDaq4O?j=E;z< z7z!%){0E8oeOABehW$4jbHTsM%{;IkFTAj&_=2cW{lELj9mN9k8wQ4W>|>Ao*XU^R zWy(H9%K={2a0E_V-jMz20dOZLhgV{xyIaS#8+Itiw@=09foUh!zp{uQ|b;~ z3akzTdtK~iZc5}LBn)S=zdR?4z|CufsGaXBE}^ zUVbN6=9pz}1XLkPf!!8~xMezx_nI@u*}Fyc*JT#kC7D07ee|<#mW58T@^8}nFCQLA zKX=M77ed>6acAr#!7*D}SMn)*3` z*J-Ic^yxk;y8l-H#S@lMSE{S`T*tPZVQQLzWagUA;mgRN9-&;(-(tDP%ol zRN;n>Q3!(xGc*BEeHT}`EL_Pb-rh(N!Nkie zZ2{N=V$%HlJOrMhqg>J_6Du)FQOZVhf@%BjLgsX`fT(_7clsA_Dpq})$P>#*$-CsX zRKX3WlN_6WiI=3K%2gFAlZpv0-4k_pJw)6VyC%m~rclH<8a+DT#OghIeOsuaTIOeC zBcO`7wO6c`#fsZOimlw+w$PG^zXUT__Sq`EyPSS|n$_%Q6OEDG8WptDVl5H81X(oh z(^=ke3)9SPK|KAO-ObYFpT@&d4yTCL6_4Jr)Z`geBMy&y7Fb{J5s-Ie&Kuf2PIpvH zy|}xRzQJu7tT!400s>o1ktcvTP+SXF8Dzq2ZT7o!xO0$htebPhL;1NCQJ4KYcUD4M zDA(JPaAf-#gFWE*yn@SzS>3h)NTV2M)Pl1t zW51PGJnZ_W()O9${g#w5S8iIc6<+B2iOO$!?>DwGk&u=C?EbF^-E4wc({4@3cl!I+ zC8s(rjokS7dFAAVW4x&o;$lWUV|$&{r}T+fC)sczZ!L!Jle1E~5LgprnF5a0%sMXo z=kf`#v7(SqU(ED8e4zxRLP(ef;2FLWSb8O{BTiEKq@+D?3ZOvEbA!7*;VF4``;*i_ z1fnR6l&e;JW{;gPesDFE%sR+tQ%nreK*||XfGtH4vvzb8UZi#H3qC=goKN*-rh~h!7wc^<+QPI^ zw|YQtVQq~_6Bh!a0ntDg38c%MCYUgjqQY=6R-fIi!j9hy)Y646GrcA{6TWODP~>eE zT(HG&u7*iDST9WHbvbGGhP7(qv-A#y5s%RS8wPJ2S9GRIvxkqbL@F8&LIZ2Bk2INF zn4KJU+r3aenhu0uKH47Rixq$E!;DUSqH^SqxZKBuzNqQwC?+TGy1mVel8hSM{0Utu zD45wi+ZrZBlU38kzvS~qF|Ty3y($==_fj}#B+h8QAP*_vpp?;8ED0rd=o*d2?E3%@ z1I93!yv6!QZU*MsDOQ`mNssP5Pmk3e0WaT`^P~0C3U##S7`3~_(F7|NUSkSUUs4b57bPrrD(^jIOn<#UTlj|F z9Pe%g<8y}QL$pequ%Rsr9cw~xiDD~}1Xl(lBRY>iFWTl?Zi^mFOnf^~tb-5skmu#E z-A`z|FK1z zJ>LXEP=Q6l7ARILg|OXT;Ra)z*)ph)>XLKvCyJ`0yByw9(VZu+bK@bWCDBV2&zoC| zQWK{O#r=?QEq$u3%0saiA`B(JeIt@Fw<+E{V7FCQRa_PO^-P`bxH(_}$j?3?pPv>q zjB*Vay%*(zfwMcQ@cf-}xoIAXgBly4aIHLbGM$-Qj1d&EONT{+3`6zlJ%e&KYcfY{ zT)33$a7VXzA=zTFRHj{JeWKl-Ceq!r8w2JCBWATFZrSmobM?exC_mu3^tM^5&mDBv z`}ly8a-7(|G)9kbrb0RMGaFZ)%jDQvOUDCI@^>mpat9Vmj$=S!NaH0LmeHp&W}-@ zYHzmTd(O2k!Mk_w3=Itd>CWaG#)VoJ9Ufe-2b3$?~X~bUd5e3F5xR%#EAzsgXQe7J-{- zUQrd#RRSOArLTgM6$YJs0|Qn0YG0{jG5JEX`#J#zKEqBB11B|-c6I_inCMj4oI8EF zDqK)H!S;~LpANZ$DNWDr(t>Bp)-&~!H_r4Q_5()U_2~@HY>E6%wDGsf51c_h(EchR ze{m0~+E4^zyYn%78039_KPSx%6QdQ%b6BFMG}wlN51}=g;_`Ay29qzP>*cGWu4mr_ zhOJOiaS-Sgs;R|BI3h^(0E2{#?reX&n6$dO3cHk0d|?)xZT*L6-`0jHgN*XC)s_^Y zW?Q;#&M$RX6yt7?^*7PPp626wz&m5!fL}Tm1mufZG>dUGv2Qe~vKZt*YB*>LJ(X6v4KLJMXFPGQ1TG>Oa|<3-#=#kjcq zIlm|-{$xGSVk{*DMO#wXo#Lym=i;B8O#<;pn=Wj7af3W26OeS5%HwiA$}k{n1f1v) z@=n-Ce!|SLV>!0K0)W7IPe?cdVwEiAlfZGC!k+<>Kzh^HQHsX%j#t_;K;3V*+4ml> z(}Y2Mh{Du~#n6?7w8Koc=v%cio&GaW1OVh25L!dF8FHhIz))fftVgilx%v3gpB`?i zy&h~JYiOp(Wq&I@#Xb=d$ zrzPHk8wZd5CA1z!5pp4HZ07+UL;v~K;MlPRtMV3 z5)wu0VT-zI;yg$Z1po z;0c{QIDun#uWpM|eZOGB!g!A_;y%P^`zyBix}VD5g_O5?`5`ATG|13vXh&rgR=-$L zU;IfIg?8f(wU|!dAO6*x&|tW$|IS{Qn!)r?o?o$KCMQ-3auWqlk4Mo@v^5t|EyL@(wmH1)@oE!X(0`h_U5zX2s#x;^r6XFIYn&cFjQ^s5bfmN;cKtnMy@X!eYam`qDYhX z@b)4zkKqOwu2)`wX!a>5+dTFp%i(~kq{Q;Hl1?kbzv`AJIYYq)rp#hk#PqCdma=2xCIFr0aNnMm6a8}4BKG8$3rMAJ=x8=66la{ zLXCo=l>LnP@wW}lC~-^w`WqFqXV6#IUXOng8HRosrPl=<%iqt&G;kH#L1aUNDb*$> zyThi?g2v{X)My?>P)y$G>ANx%<5JR`scFNFp&#y!yAYNa+A_>)E!SH4pI0F##!j|q zm&Y|u>q(3FC1pkhD>u4-Lm1XM-N*;5UtgjPS89rl>?}8W?M>X3QpFU{(8xHwdJ|nz zC+=MSyh9|D$?4FyQkN=>1=1m#Kf>ZS=<6 zpLV*t9hAy^o#;6pU~BJ8s7w}UENsRpM=<=U{%T^OM))W|2~u}FGSuA0Y^57n6)>Tm%Tt10((@blmpD(i{Bc@$f47*BKC+rC?V>-7+tgRV z1@Bi3O;aZ|(#zIi=br#A^SKhitp0O_VO1!C!(igeHIX?lI#4@5-2C?Xe z-%Dqx)~!vQSI6HUZ_jvc7XLq@z5*)CtX&%^L6k1(66qAArCZ{a?(Xgs>F$>92I(#l z>28pc?rwpz-|zeXbJoI{wVWB5#rr&a-}jY{U|b9T^mN-}ep=6?3i5UbnN4&+`@ug6 zL*zSrMfTqXJ!$m5)5oAG@$T!Rf@DEkr_U$*&Oj7;_OpXGilPcmm2&xL(_%kS}ln8%5X zjV%s%wV|0pwV?SeEG#U&5~W__^H*ZjfJ)#HK>%s42A8`NfRV`+I?#%4+Su4MO3D!U z+$=SKQWOmG%J-XbbIw4El?+e42SG-uMO^p#q18RJ&hV#3>oNzm(%@~$8B0s~IeI-{ zSN7ue_<*L~JMh59-njlh6)h7H2PWYKG|BTU zF`9e)UoEEf^w_VU#b{u6oZqeK%6cExqBz!x5R7&)(d}P{jI`FOX}i^GztOambFz?d zepjm0#$$#aZ8N`iDe%|riL$+2-RYnLTH;s3c67!#idBjzV{yH%fPVEk1spc2M&ZH6|r#Ck{AiH%906#mzaKv>_ zo$(0?qO!8D0mAuE8}9I>xVRYl58pE|3?D~qot&%|ThA}nDA7UPV3h3aQ;ao^8{5o3 z!388+($jQPXFjFYWJlhC%Jlr=#S19x8Hz=SNBCo+*%1^s>&o*U;MYb5lX!%HR*2tw zt%cWOgu>$DL0^7H?(UkofGnSH7V#o^xw&c`Ufh7Xs`qgPuHPskZik-1?f+aSZ<^wR zTkL_bDJ@O<`RVcQrt^7Z_4x_P9KA?l);)IkQJ&*RB>^lE3PpxJ1v2F+e0ME_3*+9p zBNd_%~+f6AfY%1#0qqtCCb+%aI6(GX7;rA!+DdO|pQ5&+! zJPemLGJq+(LWzx+HTGqTlfJDu;`3rXO8dYs?ISFF^}5&Q-S)``h0un(>vXs1z2JKXpGKVstA!fH-1Pn0=Yvuo%|SjzgY`41i9_DXckl8B zM~Y<9@pgVukVqZ|L8vLq+R|A+J&J<(d5F;3!`X&*n2A>XN6o=D-1_{XTJ8|;SFIW# zNo{1lT2{UKC+(FaxcyuopLjdvGs6DpKki2v&A=%}Daq?1D(_)E({UlvGUB4--W+A8 zil*cy^feNZb&nCI$_iPS(_)rtSx|!>tU-_0-KZ+F?i!5iIyx>n8!MMig%w&-DdIhc zLRo8DTgsI6;iBkjEDlusc#OG!$XU{qbw=ZXbZlIoC7W~d;wrsO!&i6~w)XBr-1$t% z6EahDEe{SN+;@#hJW$GvClRHf{{i?)NE%1wc-_ybfI1eBCnE}Iw5LW0Qk-8YH8p)A z_)KlY)KNu$s#hlSaPlz|zz^+d*NMcc4|8{2=!eGVn4h$}t#=l5&;AtEndzS(>Lu!!?k zG|Vox?=FJ_kDF?!wEXr~tjX+@bdJQkc+AZb@k*M$T=ZB;c$OUsS}#1AQ%|xIUNdug z84Yt<=EM2!F($|cH(Q0ZrVa^9SHY6Dy?yo6xAiNB?rh^PfsW`hFHR~7rWypiQCrd?Xc4{& z+<1}4fP#!%t{rcOcK)+BH{`Ump@6KagOXJob(i}O7Y#P=I&0$4&`6AwrC*Vvl8&Cvt0gblNOyKH5g}ZC#`z`# z@7wqijk+I1vjZXD-aoIPuh0CTqE)(Vdw= zxC(7S$!f{*>e%4GQELnYuGYNs1Yl09&vV8o$T;1}`fd8KgTCX;xJIRP3}cR-dlRA2 z2p!(P-mbrVID9VDJ9z)t$RDkBrf_rok&55NKoUs=B$lpqy~x~Oz$$jPMvDs7|N8ti zyjtyV4I)F^JU>3~uV(p>@`ZF8RJT%b%-Mf5ebgRnklWe0SkLj-V!8p5P-x7-$ZVO? z$oBeIyvRSV>XDfP{g}n0x1p0*8LQ!;L19aARR&dH;MvmMg-dYp{_baLCT!dmY_^YE zT%)E+xvkj0YF9J#x&uB6&BBI{d1qTK?OHE@cr!#mR%`-HbE7EhtHrs?(V$RKmXlboLygUgC0cNV+wG27GiL% z%)!CJx@{$@T4-Mb{M85)7Dj&0237!FP`6dlxe6rrP!i-i!O3)t(+gs3=)PBweE6IU z@<22j%H>#Zz`xK3HPX}5!>xg`Z|hTd08agBx_b`!U!;o1=V57e9&j6gVlf6uN^-Th zRv%2zRm(maa&B*Im8{omd%8EslO|L61x=3oO2(@jtp~{_U?Nb52SVBz)hH+un1qyE zVBAN#Vyu^<NU=Ga^3i2L{LX-ai$gwS`f-b!WlOPLy^tM@aP*53_|0naAjSC7ck-#trO=F|r zY*4HfDI0rook6`sHP5E-;!owC?t5}oap(SIGrYa3se=m+`e(U^7{1P@D@mZ>@R69JZ{9X#aczM1uK=&5l$_o zU)?;Ny=?#4bNBUU00F92RNd*-))Bdgo7tmB(TNX_W00n1qX{I9(>ZB*=}VX_Y*FpT z-A#wt@xEye`Go|1PCO&30^0eluv;#BxyxBd{S zo1Z#MwP^k{<9bs1)!Vw=14nTsZv2}LN0Rl?js#fZ6^-A0B_Wa9QMSZ+_e$^~Mh}AG zg%q#cTn8ZPxt&_?d-S~{Ydir2PmjMR>x$3q>Q=rAtZzxH!X@D}>`v9_EWue5je>XU zJ&4U`iIK7OJ;J5WZ>oSN==OfSAfSN+@)Jj>e7KYPP)XWYbU;}))NDjRo6W-3wo=0s zM;gHw@BV57AekA18tppTGqq$$AcEDTuh9?%2OFa|xup~9OWjO|tee%0w~8rSyo!dj zy%+)I<9Q4crh!-61kEdSx>*X3&n5L?RG7%dJj5rYTwTF0(H6BYv?joI3=X2gB9X=T zePbpjCYKsBTe=3$8nJ_)>arBykf^(ZBL|nb4MGhAI?_cGliQi-8BC%Mh6b2su#(&( z1Qb2dajen#JzBhybZoh+UVLN7CA(%V0RhwWF{Se5=br8Y+_-Q#kBJFS`#+J3&tcRDrvls?Y{#pW z)Q0~-l4OFU7FL6OVGjRv3~T@2kcR|-(ci;U#H`_xmR22$1x0f91^EGBg<@~F)?6Xto8L?QN@*UE zy@CUR5P)PA-p%cF{&%DnBdz}Y&1$X1AU61^*jHX{Fi7hTa}9~zlL-kgFEzRa=_8Yd za9fD_Yv+`L+#fgoN`=n_+}e`RCE%kqU-Br!U+K_H&lbkb)z;%JX?tZlTcNIdt#lPi zM%FHHcBO*o7l6=ggW8SG%9?p1dD|qKeet6m@ucTWxeVyLZqJyq0wWhBK9-T~E2!Y&Dwa<~ z>v~Uce{QFYGc)N==&;wZLkj%QcdO)z|5pBU22xMP<5&RK0Pd*#CqRs!^ zG@?Kg2NFju^K-EeuaAvtPqGH>XM3x6ahniVvXfF~Af+F((;0;SAFKk}Rf z%TT2)@}R(Y)sihG9RbWx!8*XcNaMUMFcx)lUxyUx#peFpelpO^^>_@qUgdukeQssN zAhuk1dKXK{z~z;~9U2-D5^h;%-H`{=b2d-p|2$~nuUd7yGJ@j$0MY-zX5ag2R83d< z6Oll=xwU1M`u=|U5>c)dlWZjN)9}$uIOW2^KaZ!jshekRuasXg=*PR`-5n!Av*9vA z)4E;cr40we2Gt7rpwH@eWPmtMEn83X(-Hza`udTzyu{`%dZOiL-%G%Y@wFSHK;NJu zO7ZEm7WC4|iAR?wz5^z0hx@0qNWwiV3?Vb(pJ=4@=?@a(r-P&jNSTbMm#*HADxbD% z5fJJs3|YW_w1KTQb^TZ&^76Rz`70E!1f4eBVDQ_mc{6`ajktb$JrNzr0Fq-|_Rs8S@;fW3> z{CAWyEr~@jnKZT-$=-ZwG%oWm=3iOq(r=flTwoabvDx@IGDi<2OD9DwBE=yxGDxSV zU1O&28K>i8T9EKHL}N+iGB*Q{mMlLS(GOqDT*y-}vK1D6jVDX6zbL=Ni_pMSR+h8#bbfbO%Fs;_Rt%5av1q`O zE(*SAbbWVOVJ1vDB`xrpKLl)}It2#=oDQ>(K~ueJEa#Zw;^Vnp4)H+-0=cTkbpVh} zEf|oqu*76%lNlHqLNx`z7D-VVJJ!2z?D{T-Co{QkbXv&;%o4{yXE!eDn?SiIPMjQ} zd{gzRAocdEg;P;w!8@ARcR!?gV!bl(qCG++54fp;6KrzQ%99uQs5sv(Jk)PcS~eHK z2MtZu1f@j%KrO4y|9$io!W=&~?{d#iw>nSP-+g_QwS`ai*nD&qLxaLO3S`McN8KJ7auPZ^B<|eYYwNy>dHSXg*M~BaT_Cvp_IG4?s=)G= zyAoX@K%sh!*Xn7l73dOkAtn3TjkG^g*!+F>Kxw0qv)qrI80kCxe{QXU%{&0c^kM}` zqTnevB;>RM^c3k>y8g!2P@8}oi)(}JDg%@7o1B)l#%jNehgPTV)gJ!`l`3laGULq} z<9{FQDXih(xJ^(u)Qs`Jw8|FLr-UkaAm^~5i8>~#sjvGNhyMDzggDVx&yro;H;HbO zK(AzI9`#VFHC#}i^-(CL$<5@hfwgwSujF3m<6bcO?S zDM-|6gBV@^bhB$VIwW5a7dM+7Urfi`V~NEws#cwYlLk;18x`at>HF&iyc?1O;}l`z zJb$p{m3w|EG+660gFQKAwewT$Y`OkGlRd{u7QvKwTzOOgKv!r31F4ieSJl66zkYtp zQ964?SX(vo@*MqzZb4YxWO^w%;)||t3fEY<&z}hDh*d8S7vjMY%nH`p2CIe1&7*%l z;GsM9`ANPHPJwI?-*B_yi54gUv@VBKu%K_(WV>oY`^<2k1Dsjs_Gq zz_Sc5wnu<&>V>YZuCTE1H@e^o06wtWtqDF|H+JUCSh$0cA9F6zI`vYHN|- zylE#lc7j4wojf)|3IAO(zCaDn3#M6HP{%OXSP;M`WS7@iZJ>(ED~|(5rjf5j({C)D zfRJNEo_hlKnPl8%_q<@yl9`7f(C?KtdM^)u2c2b?%JgiF$>&+^mS3}Fsu>;eQdDgM zW(xkZRgAZk30i_4_U<#!fpim6KZ@Qbic^*p80TZ-QiM_Pr~k=;KRAb#?)xCY5uh+r za-jw9fkkqWBo9bY3tR|-EM4`N}Bjh!QpsHrG&v@5d5eoZtmDo%}5cYR}e9){y$ z`J8-zW2%zObamW^s}?6o1?KbX4|=RjlSk9RjOZ~nMxojX#v8G32+aubB~=e(%tV%! z#L5g4DeZlvf@xy?{xSgJ?Zx#IB@_YG_Va)HxDl;YTjD$7! zSerqa{3K6|Qo5Zd++a1wb=bz=eH+Rnj3t#kHTAZ&G!Bxg(kd$m;t!9)&%2)K0q&eP z>}m7I!itKK4U0M@>%|@E4Dlr2;=|Rv^v;IRF{#!I=BVCzS-E!S);z12Izdsj*3z1D_ z^kMlE-p3+Q0A}ZKjJNl_X2+&4lXg?V=1*-oI*RiA7;Os9Dsz7JkzmEXyXX9x1rvql{_KEvPF4sgnGNEo=kH&NRk=p z5*q`ZrdDZrXwDLayOh4Qp=}z{120fUk(KJ z=|Q;!IV)8F7)D4wOP4B>Z51et^HTg&CsXdL*5=?2H>z95^^@65L3r~LXJbJ)xs+5C zMV*>I_Pk|mtYMJi{X{y`xS!UGg)JPn0R*<8AxUP&y!m{iRxhd?MIoc28K+>(Z`BnV zXJ!!0c1jAMeFcsgfK`uy#yiQ+pXp6lV_;g%{U)b` z%qp_!fX((6hliLZ(XG*3WOqDg_zNAatKHIkY|?MEB6+~}1aTW`GwbW?LjiH%Fy?;K zwqzE@n;?drTJPZ;+3~6?xF=|4pJ}ImEd~F2)e+4WL0*OE%@?h4o%y1Px%JnYP3;+U*)CPlK=AQ%psjJZkv z)PqyXS$Wf;p{73YlaiJyOqEq5n)Ww6X&yoZBKynQ8l+Q&4ce)x(Z!j;k&&%lJl#zY z&;`Xuwm^q($MM%-%8xSG&Xf(Sf3~i_lmI}1O0A+{)sWAKZH1600Wd^s!N^!zVOHJ= z(jBCqGJzNXV!>iJchbpDE|B?IwUQ+lw{N8r)>&H>S8?;^Vn^NW9~XcH)B%wE#B|(C z7nmSd{n;_ZveI!5th2!Fw0#1i_U?)mom()H0*v!XL6W`Opi^f*oVjpIgvhXlp`Myv#hK5!aW$-z|F(6JXkL5s$bBCJWHF^ zYXJYtZ?HOW+y8|J>@_?B!onx;se-@f09es(4F)5zVM@B<41=q{#w`>7LnI2(VL&+DQ>u>Uj z=OF+$JP>H3(6O;aot&n$CIH~1yB^m=B?)HJnDEPr8IYCKzvU1iju+pgr7-uieQ+De2BG`OpMU1iy$2fh4-EzdjQaA^`D6?p zQpL(}NA0`oPG-F130j3v2sPZ1iRj5&va^;PxJ3-#QGcJH!Km`KwK46Z!B}bdm>F3i z)1GQR@!C{V?bo0OK-Nm3l(;WDWU4w0*XX@~5PB7IBOndAdp(5P*+LZ_6w3WMpI*!m ziHaW7u>HeHygKd_cSn!S(2S_Q(R8E5cF~{4Q|T*S0Go)-Ld}FP%98y8WLv7N-KnF& z6pa*Yk*?2Ayi1TTFWhn^(4HnhfOUgywOZ35nLwCz?ry(KjvipjU#qpHV79M3wXay2 z{4P~K1SweP^)21j7Z8r%VugBw&y0IL-_sx!p*XD$yKkG*uJso}R$TorHRyyCu>p#Y z7Z#@0!Au-!Ps}I`Na0COvjl07D+5NZg;hQP)RhmFlIVMV->Vy(vBK z2VQb(D)d988{R-Wc+Z16Wp;Z5a+Iccum*nv-T}%~A0JPbj9#_lypnzsq~TMg69u#! zeAD%1L&nK~u@qNNoZsm3JYj8cG!=Nf{PNH>_+19??D8tlam(T#Y^!e#v0a7E4poEi zPnLi~D^Wp8j`Oa?`u@49B3C1-#$UhL_&AeLuUcvKE6m4y%=VvUb5<_xE)0ea%Im?8HPAD==hs?+}aE292E0|^T{eq5%_1p#k22HFxK zrs$DS!_}M|?~ra**76Ki|Inf2cwO~@bmxOp2n`K8K39C!SVe{AYCzl^6UA*=lQ8$B zlD>+K7(y1P8HX}}CM>5GtuTx3I~b+267u3PfQLfQMHd&LfZP_fIo8!cN8lI>ov_;OV>eX;3=h!xs`1zm?GxUj&T3g3 zh-wivYcP)4t{#6FC}mx`hR}fVwI9$rsK&;uQ{C&90|W7Y)T1|44X+Czk~EAn_6^xE zwgvB*t?%DAQss~H|7Cfy(0(K=eyKS~nIU)ci8Z+iwuI>rp*$8~5W8lsKiO+8U zYb9ZtakzPO^x56rJ>!PAL`fQy3qnoTmY0tpQ}FFa8zS&Vz?CkVgH07!%<~HhVly-4 zKn)uRU^ND%l=YwqDld;4P+-txV^Z%+3@|SZXYeM2EolNcRHxs_l4_}|4{VR5-GNX2 z7KF2cXIZ}|2$*?(BUYUJ9(kr)K*j3SYTuXKjiA$@C|z%V3To+4AD34$qSAt!?+5YppDs z_Pk!LaUm~}bk$ff>K8A%$rsj%pxKVYpTr3qzABe%7ZZxf{k3I#l~i^~5%!I$F-5%T&367TNYg+?w@elEi8q~W#TVct!OVcF+;tV6L&@@-c$J9@w&{zdEPkh z|DuOO{NVNw<-9`^VlnaUtx&ynSz;C`N?(*QSa9TOHP{CSn-0Lw&2aId${CmlP7#S zFQ(A99DoKvw5mu(5{Vu3kGp#Cm>V0Xk1^-g=O!rc$U*YizX1Q!&uK_{HD@Ln|#=c1UFtY>!zLZ|QbuksDQr!1Zbxt9r5NEx`2DCmU1<*goBBW(MMH zpRjRuC@a$=QE4bNSD~hW@m9b;wi8dmoJ}!CTd>tGR!tq%Sirx3%A$k?pGG;TR?hv? zgHwstNHeFQrYYOmP_v_RQh}!$zAYMw>{tjAlTKUz=0JQZDE0y|{wT{W&OJRn{!kG; z2r#GxTR!l{s~8f3-a~K?fk?HG(9jY`AJxc2z*hw8)Qzh!h>Rb>EepUOQNzOSY|zH$ z)~5);RCI?-7!-QzAzA;+na+OSULH|532`A37zmmL{RcOcN);}c>-{s8U*wP$KZkrj zBSW#j^Ys1`(RCeNB+m|Llw<>%CAPD(vtNCE?4B-(O=Y>cep6so03KWrhdc^a4>xcs zOjy(d1MfnwA~CN^{+A*-Dk`cEJncC$zDhPsyr7B`e27aRi2UF65eGaZQ-Fgw3*u}t z7&BG*{Y6kRicmUba%5r?4?>b;?4S}Qwc;SpqhQos#IJ1?+W4Vyw-Uv)bzALL2cMnM zTTeH=4+QRDmb?S*F1(dp}$QVQ620Cqx@esI9ev+HLbyq-78YO}ua!s=Z_d z+=*$8%ap1DS;BMFt~Xw;iBsP7ssg|Rp{E@Xg>Hww&s+mW$%aqz-!TQBIo<`%-5i#j zJ$@^uSt0uKL%_w9pfKsrHBF>v!EJ{X#eOtqu ziqnov>aP5$mk{YZ;;&V8M3KBR06x9E5Al&;!@fS!V2YU#^ZXhD#S(?e^y2kaQqRT3 zCO9k0uN9RXZ8~Y0?620VAd1;Dew{v%tI!uSv+lLd^CSE-krS>W`wRFT)2X@!YwnoT z0jT!?$OXJ9DY;XVC0Y?>?@OWyoo%d^W(Xp^T>rv@o3?8@0A5A*yHQrZJ*D~R#`lFB zINOuuAt=5v*>%Y?vqysa8+z;Tz$-H5_Gex?ZO^dlOpI>;{n;k+T{`V}Jo;L6k(Tc) zOj(qx-pm=Q?9su9;G9X@8*y{*kCVKzO82^A6)Io!y+7X5ukXUvgUHy{@I);pQ*d!W zt92&wB;sRYzR`q%?$6k?G)q^5k&%%C5PBt-!2_*0ZnKcO(*)iGB+x#?#g$T7FY8eH z287dtS_ZcNZeKL{S*bcp^7 zXoO)TT`*Jxj8F9Y@JTuz!3I9aVk3TKW#zN<)B<`R{eKDgu>ViMKPf>=TtJ`hFA#y> z4Knvu^}@}4n7P@IQ_2lHSUZ%X2<*Rhe1oSN^)Jt*;WUeBs)mbU4-O!Q39iU3J|C29 zFn&`oZ;I~yuJWax)fU+0y(*ICTu&;ihd(`BJDYdwwwF7HzRFj9E5(4|Awb`NLdeL)fI^pqe-P~1sWSyAhJ@r1 zlbT<)Y4ahXilX4u0ltg6vm4XBk}oi_Qj%*u>pg^RBm34p)FI~(n!~-)?}H&tT-!G% zV=}z1Jl>u3{2A_=jpr*r^sgG4fh|Sta44jB2yTxefehO_Y}dPJxneI!uVk%(lbO9v z%=6mV2vXc0)}@@ujTZzt4y=NNN>htum##43^*D&bZFNb*)KO!ll{GKHEB;QUKl$;2 zKj=|R5vi*-18sb^lPK?3Z4iDbtx(BLFu;B+zyJW(u_aE4R;fMoeQ&CaJ5ReuCWoxE zM*rBX;k;>amK2XE2BL=a&7}uX=jqPWGwmO!vdLU%NsQ^&qq~rcg;e9Mo+44H!IXHn zQu8$#+WI`L*i)go5`GS&3(iR6#Mn5HNl3;6^2>=-S)-)n3m`!B^85=A5z1B-h3~02 zR?P7C2Tu^+RJ~9Fqy+CRNzXuh*=Zeic1;4gWQM6sBVf#obaWy&9Qe=>nD%LZB&j^pj*BxA2>3<#Mmadm}qo8pcl*559#mM-sqC7$79RX7^=b;DcoSB>PnqXnQ zwWX~ORCI)ljLe|bG`{!L=(Goc7EOyslZ=42alm(qNJ>inV4fOZi_xh&wR9KoD8q`O z!RdBce7zHs6B2+HjJU=MZwpXDr$s{OcAc$^pqQ{9Z%@vzGwCClkP#+{| zYx_@$&SGK@mckDRueN6q6X#;n)-M&!Kh#`K(|%3mYgRlcnXv%yx1@B-_3($Z5v?}2 z*p0quN1)J$-YpDjXA0CwXjDY^wL-v2f7-AT;Lg7j#FG34fo&-e}gBl?NWg>_d_Cj=! z1&)c{g1-if5AGWWIl?sB0W`Myt`DswM9cfx`zvqp@cMvBzkhck&m1rT(frqH{zE7I z18sbO;3)ikGqJM5K=Kjw&N)On9}~G23+wGtDUQ7L!cSXT+Vp`j)7_iZ3&CWjwhwxO z8MH~?QB)tFf;!NCJv>|-RW!0~7iAp^|C`wvyV#1QybO)Vx7O3E@DADj=`wat-y+Nr zI1SkBPvAn5Pw&z@8XBU)JT_a+1QTmH=6#y2SotlSkPiX6;6f;;zTx~V*_5?OB9 zsxMdO?IT`d;jWWXNStOW7^cp>eDfDr7r{HYkQLkg?`R2NAo&MOOOZUxff|g^vkYjx zkN4+eb&F)}9jH4dKHRX50RFcKxEn#ldCE$Mcb=GI2As%Qd4E?e1A^h%Sbw|t5B~O$ z7ZVe2JmxA-_>Sb{cOv;coANXzG-wix@OWQ(YX*Ccmn~lv-6*P085}sxop4^Qj_OLG zJD>d(gI*3`5n5=lPJ8?(3c4&njylxf4qlD)`yUE3m9Vg|NJvQ8U=xpAELyPI?vJGe zF}Dw*_)Cr|6tQ3#FA@(&^tjyZ2BuSBweoLY{R+k<6~NOncm6Zb9i5trPf5WCrccu> znrRSv0{%R;<{FE`O(>`d;;+r8pOyjm_Unv?BW=W)VJ~7}vGLiKg6fyM@VusNJM@3# zDSr|yK)*+P-v1wQ0}d*{)x?0H^V7rHF=%BVrx|~}v^1m*&9lP%V)53JW^!*lZJ4GF z(Z9|_p_R!LlQ5F_n^OO~KOZUl&I%A~UcE8n%ZGp9@2yiVQzJ?W$r@Zx@3wyiEf~L7 z+ObtpL>s}~p|UgTeB4;+D;D1Cm(PbIwO8={leB+K*xOtBKXY>=j~) zl`m}phuX~mSggyG7`PnZziIycd+TtyEB;1H)fP)tx^z()g*3}Vs^=^^lb`#0d{1ct zcF_qQh~-KiS17uKtF)8VvJ7ma#_fLkf@)kGz_Udoz)+d57FYSDi zSpX&E_yB4jJBmYA3uSYD8W{k_)~d}Z^g>K5MJ#rCZ|@L1*USD7dsMtXt&c=@7w*nV zYhILi%pZPA4aX$qGlq~Pdhlk+gh#FDC&wfZ3DVGsUS`1g{rqahd0skVf-r}wSb5wY z={Phh{BC-(+TzU-wx0TGdQKLps-FQ8vhCw68eioFzFSnqvzG%0TTXn zNCQZ)1+f{wK>nLWopP$|Z__MqaVMt_SzqsI!S8h6q={8gYxls=M!d?}Qz_Q}e~ z7y*3;lJfHJ>FL9Vhh?Dv3SfhP8IfWvFl0j9%Zm@BgExj(@i^`3xqf%RmgL`FBde!m zjLaw~(3(~*sE*Y<84|Az6j@lnXEcd0L3vAC(v}h%K5CS!E%;65V@C139fe^}>?=$o zOk_x?!c`SnPW~0uIkBH3P>cV%zeitNAF%tJ9gn}iKU3CrHLKYMSY}|2&Z~_0Qwxfi zoMI-+9Yb*0;izfdbgy2$U_-;i&a6`|J&S81K{S^nL=JsTJ*~Fsb%M1f`jzC7f)WEh zCV}ZU=B0SXQi=6*1Dnz_m(CQ(mo)%}zCS+CkH30*K@j4tI6@O(G*deq-r>wZ#M}nA z7}8jBR1_@@k#Elb0vo8h^EHFK&5A70cj^-H51!yLoj#4{M1)7%COuAzTRR)1CBV#O znu2>b*wKM2C3T>?oB`Fucp;0B6U>Lvwu|se&D)nz5&80>@L*Bd!^CvZrl?uGrEeAH zhRiuT<`jpx-W+WNPZhDMM~l%WI>;Bv@nt56))|hg?}zVtn?^RGe8OoHup?XjbOv92 zvm)cb$dn0KefrT1!>v>lx8#@X^k=Uxf*U0M^1lfvMDtlO1B(gxdv8cDz8IByL;}v6eSD5g&ZZY>J4<8LrG<-+^K0Y!D|O~ z|IAH5q&zqh$boX1y~t7(um(GCr25oIN4!Z8gw`_1MVf4{Ec|9H5XB`vx-I8AP`*bS zI%Pt6$GOk7=y!5Dd7^)|u--O1=UghP`rzs;d#Ay8;d=Z_gxU~*z_&Ds_)8k|&ZQ~r z<~aQYuxGIr_w_eobj?o}dNRmIE+O{^NV!0N@N+yz=nH)5a8DRAq2BO=y?7yG1jg8-#j;62Qo^7Oa+517~v8R9T z)UqjE;CG-lsUZ;01lTK~3YA*335uexoq*%9cn?gN;0=URetbAQv=SCMz#ZRrY9X+Z zd42=10Io-Gp#A=TSRFy=|1MEZVEBVt0MtRF*uh+t>8}usHyXB!-%8(NzWgE`BQ;!i zjkeYpfkb`tUHO3Ls=(4>AI9igqaVzPrSG24)ydeDX2a>$uBG{x(w7{gxY(z?>pdI| zSNCh(&WOqcY-^00q^^(t4A@jU#arS=xm}5EUY929#Qy%^l_JWU^@#V=vq0gSV+^Vx zAK(vJ2qYT}(#TmmBjHcUNamK6tl_mEuHw(M5{7;g$nb%4yi zDya*q6}E0Fl}{5PLib`zAi6bIH93cUA5^rNv_YW z@FuUkFz?S7!ym@PzW*`;`K^JGujX|u0r^LZ8HyaEf0hxb_c?Mp#`3p(!QV&yp83S@ zgWL3~G_3eE?}gb`Ie?s7;6eLYK)FkG3*5(f3^3X#Z?3zZj|28PX@jyt6v=ux54 zdN7Sq!NYSE5W$`*mH^b-;&4cLFk^$8+v!K4dQCm|w+hutJFZq~1-0t0{8PH_2%(}s zyCYuPfQ+jM)F{$$CRb6~qn}k@ig>JB+l<}?qfDy*aYR8DKwFG1lW^l|H5uKkT=g+M z9Q$;!{zJcw-3aOR+n-y14LEf=hJ%KZ&pue?^Znr8zAzR=>Kouo7PAXi?MEL@VW6NZ z>(Wap@`>EQr2A^x)Mvp|hLbYbNEzS9(|kU^KUY9DD8|xWc`)vhp@OCWhcAYbTktwi z^ay)6;^wAEL;-yOb&uD|t=|Y5pa8~p&~n!^W;(idbRZ^CMI_9hG1cqdzXk8%5mz-6 zr^v{-#bnLeN+0fCdaevV#u@Te-gk{*vTQ}%rLYh-Tg77o?~386OY>k3D>X^{xtIoZ z)#uau^K-YyR*|+v<xATFLl%4%g2)tEYM?+C6B8riaSGYoGP zGfX_ZU|DKMOi6w!z|1H0#hx1gAcB@-x8#FLJwm;#+_%yG?A@f>-o`%gw1TJ>cf(V? zpY3hq{aZjj4m5>3pA-M-Wa{P}D$Ha8m0eE4AdALufTuao4T{3R=Fcs9NJ$}s3l-{{ z0bI691$~$i(W8Ia!`ChY2i&_9cn%LLqwkmC%c_c@FnKUdfTTmR?24V>+^gAQazcP5 zCd1r3#hO;sn9Zx5f=fpAJi(e7hCu-SEuhGv&<<2XlMU|{0Nb%IV@u0&%iYZ z)K-`KGvUD87X*lcWWZC$rKG5xbil~sqPRX@r^!s5?100QJKubd#U_ zZ)Tw!*!->nQOX+%&94)N_Aqe8SAlg&Tr3tFS7n1_S?x*lmjY+$+#UFjRu&qgw@k+t zwdDW-cYN|EwJ$CXscidNkrYVA^Va^kFW%k>$;o95-Q!B+vJ{^sVpEo>g@%w!?5zAI zO@MpjjA!{e3Rbf3#OfyS_hDHxf?|W=m1@bMO;IKOp9NAGb+T6rpHk**xZZBzly}(q zdOqL61u8+2A1Jcel#I8!>_Kl>QEB-_wQ}GIOmo za~ePz-rjWkZ>lJr-qdh88LBaKo zam#4@<4R-BRh88#ht?w(LvBCF9=O{&R0p7wylSvOq!zWlov9C^YvpI0Ri`Hl+6y4* z|MhXz%U`9e0N}h(uJz;RZ+L`+G9Dg0@_c9TQ2$is2vvX$!+W`Om^FaKna-B0zmc}OqpKiQs7(1db~8*WJ7j+jcllOLIz)p zMiAXP@4QaNx`5z>hEnFtuesLV($vlBJavUC=z@Ymc|G|~C7pjLp}|@ku{m?OrC$8h zSS=hkA|$fHx%CZWnu1ruHR(I$+NIn!A@W4~5AR=ktKe#jh#ZZg!BEFz>$0{=KPdSJ z%|z#)Qf)VdUNP;^CSL#z(tpgqhJ7hNytr>%_CaFJEx}J3;1`t-^lN>-?O_Vq$0iy+ zmx@1pLDR=$YX#FYL0;Mn!j=DV>BBzaF}pY*Or?zstJQ~rE^HA6#u9!a;#|le+%9oU z&_a5UAc{hrMFZPxnCT~mK^MKYSLgUKoHj8U)UiM4-USku%>8=9je|opJe+ST8t~X! znUe!(b&y%mIyGs5l$-tah04{z+fsi1=6+4^A;j_SPFABjH;6tMhJlDT=?Mrlk3bLu z5$`jx|L|QM+F3=Zr+U-l6VCQl@4oqzo6Um@iAHB8kh`rA^CYP0>YBW#25wvoR!@3_ zt+ZR6a);8|UHKZ@XBY7s{GVfYy;P#TY=gWB_|3KP+A}|m-G+=WZ-%m!NCP^1)ftS+ zR=x22iuLLVLa%fTu&QU?hm?M8|1K6=ffGnHo9GaHhet771QJ-tWDdJqK@#9dwIMih zfh%6R6oC^k)kQo}A#dJ);7NEX54_l%9NYZBCDfxNm>Ly$tL zzp#y8r_zoj1xzm^=Vf^1pK4kW$CS!bjoS^olHU<_}&u}XH zkzd^Y^mX}JU8ZWS*}9tzNzQkcFmF>VrF&vk=`h-lDN@b<5HmPb@i$5eDpYL;l^-X< zalMRRQK2qPD>?3A6l2Ou!}~593o*ounPgM=e=WRnOC=^kE2vy<+5cHp@Ci+1!ZYYp)f~*qdn^$>JwFjT_PtVDd zo%8U#GM+fYDO%}enyjW-m+9dPL^_MecSdN!z()1!?#`j(2U5M(s4JhiV)J*J(2vB* zLf4N?`=6Q}d>wj0zhCq7(*rlifQA~B0f$A+!I3yUtpq5N-eldcp|aGJG&CU#wWhVM zCptzo_rb1EgOGIzM_>@xt_^^p?W%GWpJ*uyz?2U?L9BV&yiXlp`GFeYZsR9HLs8*5 z*rO}$ zz{s(f{|eYSxwTu*!Bv7}VX)>6wiKts`PfL;Wie@ea!V#Hy`$dn!-0M~N%}W_VuJd` z9&?I=ZPjWHF}rb9n&=2`90_e`>Uj)XnwXV3ZKqWlwtrTyZUd*B=^$T;sNg>PuO}1y z^)2I*VB7`PNNAc_eI3`}iHoas}nGQbv-GHr$*<(Hl-*1(>Z?q3&IP zir*C$Qq&a;ms#m)ToU^B8t4O^1+-ofa9Tmod5oBN1YjUR6J|!E>D(U+h~N-kuR#-D zL2%B$r-u_Sz!fGFlMw`fK{mHyugLN=V z8G;A;HK{{!`$u&%BI(Zces5hO z{T|j^bwk80#4`VIN)S{K+3j!XjbSm|Rh&Pc^u5C7eG#yYWv;JNnHtwJQ~KxsU}?3C z2yP|{wexl+H?wSMoDM9~8l_xrbp#Z&mm!Y$@>B^H77^GBgNxZRMwx;vfZHFu0&96n zEq^Ml6;`)lw+Hw7I?8Dl5fn$Z(2Xfa$D#v4K5G8fP{ydVi95GzxkfMPRAIAh{U%Mw zJ%8Do4hQ0mJn0zs>#o0^KK|E7__Ds#b&e%Id4UR1vJug)n4&MhBV&&#N^8vK5fE72 zLty6Bl$797kC124Dh}rCEI{Cdkbbo*z3Ew4XlwQPG~8ITYkqkNYUrOLULQYhpe?%nI#ZNK z`}fF0Sz5_WxNu#SFywC9kKPg-cy{A_09Mbwn~lDuWzKvEvmgH!-{S1A94mQ;Iv$k_ z`8-24PCR*SgTGy|0bC(D>3@Fk1#jdm`>GFkM63lwEa~EE#9egP%{Xn@TS+RYnl#zW(=j$ho_|Et}cS1|B z4eR4!AJO_&Z}lH7wxPkp1N?I5SiR<-CFv+sLGTo6bO#B3z@~(%L0opts40F)84cW_ zk_HA8Jr9?lLWrmR0S_a4aJyp`p_nT88vqMcj~Wf_SPo2v_2$t&#i$%{J$s*$eWk+z zM<%Qum=|9=p-XC`)oaUGV_VE7ZaH$j59a!$3#&wOnER3SDX{LNRbTGDm_&G7ylRwk zFM}AnMJP50qIoi92%HqTn^9*IDMaWTZ)850}ptHo3V zULhz9`YiB2M4bgtmTMcW0Z|Z8x24|ME-C2{r3FMfB~@A) z0rA}5{^y)CBQv_Uf%v}9bH`fO^81QKi9z<$(xDAV{1}*9T2-RzaQw=0-rv?Ys<$>r zWa9Ny`4wXnBm^_6UGy})9hG{hBz(g^H#hfcxt%m1AV4B2L@l6QM#g(jF+xyggkT6M zok8Sj%I2dbq0jpplkx6&Oet!{Prmi^r$tHjs*}X1%eH^j9#YxD#E}RPF2qp3pD)+n z`NAOR4mm6iR)VqDR#y?tul2fksXFALK#vRo)()`RE6}LWluzdlLBMy*Q*8525V?3K z$_lHq0L=8NHR=)^o+QwpvW)xf=>FY}_@Ag}Jm1-F-WTH)5E3E?2szOtFFo{MvD~Ro z2XT}8&l0G;7}FF=j#Q>JlX^ZOnymBpj}WaoU%zc@r4+bu-7j5D{QRu(ag3D&%pYeW z_6PeXu4iUu?-@n1X|wMGQ|&bjBhAbYKfb<&{_HB3`cg{j8zXmOC&%)=a+mrL5`CYAY2WQI%^3SrDIlQ|W6<@4n7KbWV`R>dqG|JBRV+_& zrf~0~Tpc`gv0HodP+q`^H8i-WFFt957&U?(rIX)#aFS%5P^`0`hQ@YQa8I}|xzGWp`*8CludvL@z1WbeTA;@h`x zh@7|P=GmLF8xP2K1`*;bs5eh{W){wW!Vl;Y1p(fIz#{wezU5hBUuK+--v5|!oS$IY%I~&KfJwx*0*ZRzkqh`jQ-_eeV^QkzkQ_ulQ&I}; z@2lHAv9^cGczSc2JlsBZt_veQnhz96WeSR2B08Gq-bD#ZUbCMNVo>EHM`(JXPi&Gh02=I`ox~ zJF(yAWF`0(T2^O(%YmU(UvI*%`09^(dASX*gG!x)kq>Od+t1Gq(4IYvwBpcT`A{TB z+T<&sWl+fE-RWRtp>tcqA}R#?KGnu%w$K(K?#HhFc8S6!k1DO&Dk_Tx+ZPLgNYIZ& z!hF7eP0zvnnd@Vsg9WhgM@ZzC=vgtvJwVUxsa%28V}cwVuRdAUwh~nc$q{o!VplFd zXY_#}f61@97PMyPaE!{{txAqpc1%m9>seyMhev88^f&09@1F|g-1DN8IVAo3hHAO} zTlvFfS$a6^Anfjs*1sEqZC77}NrS_vcu_Er4w)^`u%x7@oW#MJ)cnrfrmDrB_oie-D(73ltexxa>ePBaCEu544s$Qe=A>II+08HtXX$G#dyu z!n2L6@JgHtg;7kdI8>-kDu86FOf zBqkvdW=gASD6>269fGfTfx#xW_ht3CB%Iz+l~XlRnS!c4@W+nN*=$G(-vniOwU2}8 zB^MwL=wW*>nr$0UjC9uEb9H`T3BW9nr{KU^59prFu-KB3moJ3d0?Tf^r?G|ZQTId| zmhGkBi=zfzSyyjCLDb&XQa{f}c@NJ6j+mjJ=c-d{<_y|0{Zk$FfB;(PZ= zNEt-*STRWR?l#Pr`<+hfZ1oBR6SYVLHHBf+>qn|H(2Mzm$|UBDCx-=}(-kIKwb?3| zE=Wj9-bQ>&cb8^PYVN;HXR1LThfFb7UgMSxjdz6NZ05FlJjc?07p{d=I#4-C+NQwb%H0+kvMrbA(riPm-P) zZOx;c!qWQiaw_U7FDgkDx~hiB{cG1ptQAA2lQg}h4?n(pcY=;x0?JVlxZ=pjY`Wqi z@&^F+?9LpDp;4h@O88vk1xHFE0hOYvCx4t8efd*RyMsy(hzs>_$$dF;mMBM^WIR5) zxE{bo0x|I3T4`rO!skDi^H;(n*%?(d14XLQF$5A3CK~0#O=tUV&QzF3CmZAYOJ3Am z<6AmTA|QA08Df2bA}rio<>zB>`<*Iy?#pPyz{16Bk2~JMY(NP7H#<|03MykqTYH^afryQEq znBAag=4Xs^h&?ct9+r^$+?TJ(MCRt3&s4|GoAQrBR6eVQ(*cW2!c(Lt?kSJCxy!j8 z#h7h!6Q2VX)t5>rG9a-{c;iU-d`6}0rJf{>`Sdw$i$r9axcCc=Pq!6zI1D$Eo`-op zW{%L?cI@dKhvXfAJ|i@P=}!YXm$&HZg0q2s=ZH@sj!-rg4T#CbVknaNy z*}3n2jk@fJ^B&rvPcy4?Y71>nYS8Dbf{@C1zQGznK!l|j!eGS>`C}FfFAU7g&GVF* zvSJS{cKP5CN~M6c8l*H?t}K@ z`^(E3_@*o@ES_g`me~@KPwX|zzg_-5IVl_v#61Iq(J$E5jg{FiwT?r!5jg0PnK(Hu zVMT~IUlhdw&?Nk0G<(>v!d686ZuPR)&+JS`I>fzqJkz_h?hG9&IbQ%X0mkh((Mu-8 zIKrXx4+Fx15C6v$Od^QL;M4h!C@@aI#E0bX>FFwi`#pSS)UDpS9epb#i}v_9&;I?g z>J)YV!r^^!`AcO~@XI%(-zqGBEWdZoG=3kROEDg$pB5sN;6Zm2vK2@si4ixXj~p7c z0L;DRiGJTpePJzVhlfV-$PO%cbhseM>|w`#Z&ynWuuHrgg-Uu6X(xS z0l$CXCwIMncNO?0yXKEGMmRzqo9Z>WUoJ2N)-~=ub;0Qpgv8(Caj<*_iI9?>9jM94 z2_z;x*Fxh`{a(rhbY_4Az>w(c2i+lh@((-BovyE9+h@C;LIqhT6eX7O?C>?O?X263 zfxE}!6#3BVR2`jIKv*SDQFM$F68z5ORfskpqoNA9cG@>=LYTRDr*o!Sc#bQXE5R(< z5&!|>MMa1DIii5az|?6}S0p4P1b=y2&ly?g>E|0hU{WD zNH5D(sb(|AuxsDBC%iblYM@5nZ73d2`sK>ze;|S?W_)?Fb!LtjjNhjcMt^2y{J`wn zX%;h6uHCa|9j6oD#^SygDGf?LIs zMngmxc(Cg|{1YQa>NxO^Pnj40i$B&l)4r36{kp0XS6XD0 zj){UFZn>tBOMGNxzMt{RJ>2rCP3rX9dnUyCF+$J=YY;P~ zmrMH56atC7w$lh1-gGN~`^~LjijD6YEfT`)dWN}fE`V*3mEm7Xf0$2X2Fh%xuyBqA6saJ$!Q& z5XxWM;^c-!85D%5Jm%nY1w<$Bx3Gm@RY$9yFOfggutrOTqP^knF1YbAkm<5bo^0dIt46aF0fbp9^L&fJCAXSh6QA{)m(zESeJkSZcx9E$DqtMgSZ)|J; z&}aypKL{q;1xz2`!Y>46lqEa|h$r3C%j@u)94D90*{<%bKWQ8WYXI9Tf@=<}07D!Y zr7_?NbAp*6SjGCoaUV7xbY3CoUk;_pG6a%vSwTwNdJcy)?AKt!5C&B7Fa)zBsUKa!m*~KqXT1! z+hYvH34e|Hg(e%xxBm$SOnJk4TCpSjL3#am!NK=5h)Jt_=97E%rv{cV8G_8Qybp>Q zRgRuU@q=b>UmZ9&PJFIC#f3#>Xrq#Wii%j1{Squ0K*D^q;LtUfb_IZRQf{;GrI$)2 z6Nfbcf1`k^e!EdO=A-em16tk-APBw8Q3rYv*b*wP|2RDSuhHy_!Swa>^Ew{k`?K)< zrVsd9W1v4qe9b|ox)DNbNX^DpIqe2qV1Oq4w-lLbKvM-OLm;ZX)KuoyU{;HFE^W*(VJ64%e5M zKO1RvHa9oa)s5{2a&Prir4+24zY1wY10Aj1k^3y^NeRNqSM<>~pgT!R(rKvQC}S+U4cLK7!%<{)i5(`hO2LPKteIBO%QcwAn?Q~ z1>;pU`?6My?=N{gsNmFJ+4H+9tt>V3ynZDK+b}AL`|XtJ>pNAO>zqydO{#yz7}go-wNL*=f5YC{^f0gOu%}GWet`Ms=q$MaB`ST>yans*q@W}$PR(c5`;-L|66!q{`F-XKtXhs& z^7i~~a3x_{w^E`yx71p0TG546mZh@&Oq4_M(;JO15xpEJzqyJ`A6dN4r+@fZtU<$z zmwCnK;cXR%{kczVQ~GQUu1JlYrsW6cP}3R$kCO<{++e$#YjSu1d;C|f0>Z+=Bs>;a zrhUiH~ms%y(J~S!a&tOA%QM5v{k-hQGcMyucq~VI4vysR;v82 z__MO@{)zVWhn0ArAU<2=snsVgBH-`~LqL@3=c45qD%>7;Cq*cvaRyU!e=vw5rwy$e zCsCQq`K#|3QqhUENP!z)RZ|)-yG2Q=63ymmNY_$1Sv9Q#Kn64ltTIq<^iBz_wFyXMO5`?%N30O zhPmb=U`_6~9f*Pixf}XHhqro@@CU-|y^Xo2Ar!b_hz+0@d}Md>k;On9MjdS8ARgm0 z!j}yce8dNGGo*cKH#@%USRh9IxQyoR;)mtuJe6aB$`_McS-Bf(|J}XI8w93ht|U3- zrB9rCz_^OIf`#^*Kiy=vBB$T6zk_gr13bU(X}tmiK2!yuL=$3%pt9KycH{_24;sbd z0XtFDu(xKJIzq*Kc30uQ2J`=?Gu?axXfopcqw?A1LbRhWpdE(Ds4w_R!XFFbL?flv z=d1k?m6p#ne_CYZ?mmG6srst{!B`U%tu0Nupl+Y%VMh>e1eB7u~f@}wI7hI*XnL+dD0!+Ena+{#8je$4tZ%-EJ6w6R9z zn>n9ea_KMCZ_Ga5gCra2TmD(m!X*W1$V}Yw$%5J^^`Ad0UBBoDAiW@9J9$+f!d&HE zkV=k&gMMWHX%z!s4iI^&PEJ!_+{=<-K8uHPO9uQTjX61L%9Wii-o4v>1go1o2+Z$$(H||cPClDyi2ao0A*-p)FhCq^XOem%%Bl3&ZkWfR9+%>5vRQ)|$-<@e7 z8b(bxfcw?cs~hPGsa-dZ8mL6Toq!v#NvMLC*g#y|^Mi+j;atbU)>T|m66r)aAwtlq zrSeQ@l}>zB@=IqNO@h9QfMaD7w3)8x7vEJYP`jO+2 z(-cFiUT+C7fp&wK`pwIQBnIj6+6_>%wrw4VV{~!4O>kRORmD~81?rTM9a1prdEaia zr;INY3^k6tdU6c4<{==1jxO+(e*ao*S!{A=r<|@bohVj7q`lNu=@q1sNsl%U1=~(L z8l`a{E`7_ZlT|o~Jna{raNI60|F(D+MM|Y-MyE=er)foi6W@7Nw|fID%G_?7vV9Hq zdq?)gykr7z)9(iMTspXg-lvp>4F%-!S->zPE19hJqJo)YA+YPlk`4JEiur=>4tlPo z1S;a6d5E)XcH-E}N*F!vZb9ym4-rQ|v=2kTKp^rh#I+RWT7;NE=JQJV$|n9g`KxJ% z`wowpGKCDz_5O(x9hXB|x&F8s7xylvNQ#lc)$x1e{K?rdP2ytm?D?wwAL1>(;c{ri zJ3LXP$>4fOE0(K`*ArLgQx=cPz4R$fqNs1HQ%l5AOYf>R;k>m>ZgB z^#`YRO`YooEzb0D!bj+Nd3lIHPATfDGW4Kl;Ld~PKj;p=ZZ!dv3hL;=fdOhrU4Xs3 zFJaCXpJji2hky9>myPfs?{l z!~%<%SSc~-3e(`Z>Z~_!1kY`aF+Sw*W44u7UO3Abw}Ig(je%YALYri%r^lu+(2l8Q zciG@!3Ws{pOFa=gvb~_7jK4Ry<>QZlcEzAOL6iFHbhjR(@T{=Jg-M7!cuv07aI94> zP1|D&4+(%~GOMd6jgf`kpWqZ8QYp!|g<|8OfUvj;rVZ@JB7vrU*vF|?bk#)IlD$JX}tMqsLm7@C91 zY7<($#*)-}JIl4t5r}3GA-n^577t|Ix4Lfiz^>2}_HKvg=Rm>S19N|0EafmXfwLVx zd}8+xsu~e?a2PE}fx_1lBq0uOsco804cg&B<1@P&iO}a@gndq~}Sqd|kb(r2V)MU8$xVoO? zsGC^oHduWGXX;yEPg`4CpZRC2vlQj$_sBHUCrBgyQh;Lo0bsgyh_zQ&SLd(7hcH3- zzSqh43zf&~S3&>NxBNe3?>`Jg6%DFT?GA5Vh|$_?oH1Mn>)ww)KXWXh1{l!Ca_yY# zdJ0({Q4S6rjf1xw-R>s6vaTpcGoegt)Rs^z(NxYGG1VNd5U#yKU13}E1_5>&PbazR zveEeuf$%))s=}q_6JM}<*7iSF!nAh%AwY&anP<;GeK%#fr6xT@E=JTt8hqL`yN2Lsus#*VIn0y0< zNl+b-5caS4_@?D^M(IK7_ygVKhBWwF!tyfIn@*2dhi{g^Gpo3;=ekS<`%lbC{;KcdEaY+hl2$jcWsG%m=jI%f zd4GDaVFoHKmUJvJ_}8*iaFXlKrPhp%PjL4_9(w?(oyCd23SP`zT^-10@Q>Rc7!U*O z$o;Yn)JbkT(=eHMg{Zzj97wv*$}0rEhYuPRzq&lRzDL8;*vt=8mk?PNNy{h4L)8Z0 zt1ngCz*|`rvwiyXzJ&$108O4$CUZjMXNCsj+#77!Q@s0WjMMx^ZUXo9A6X@6P>2zj zZD?BY>nT5L`6wM7fWpoznjAsYPN#b5b@5GMGbF5V+y4l0YXR);@bbr$L?81Xj!p8L zWe2=LX6D`5+E1N-?55Q+TvBFC!pE~8U<(k3NFxk zi2{U=SO+ktakt89)4o6Fu(VnD;OlYCf9}4oU+@kL{KgGbnZhDV<_4i}-Z;X*?g%=y zN4^)1)o)!5r8B@A9t`aNif(g_`r5hHB7Qjq zeJDkGTk3WmkSM~??*9fZP<4PqKGTpH(fCf3vd@Lst#70nB_FQ5VT*@|sT)kBN9YOQ zV4-#Rk*wJWM7{91I7ZP<3q3hGxpjzrOHN5SgtGhaWJ2i}K3w`KJtpUyj(Vg$I7z*9 zl@jagA>2hSH*AMm9akf$^pV}&@wPPD;Wm9!(t5+F4@|e*o=w#+o-I1bi*3#>b1P_= zuqd@qkfOj#5=H&8!s(F~O7XYe)-f!#5!c&Owc2d3${_&A9$caT6qBaI1D>P+C8CYAS5xj#O5l`AeJFqRy79!t`5%#j7?TVC}ij z1Os)h6iZ97zOBRV+$TMs^XZFaaAusBscjh(K41EElNhHu2+yp~cSS%7JYtO!0VAob zoN0gs16XN5^eCjN2D}yw^}BBY4gVFOME>BFhz;-V!Y%7AUmv0wGOPW)zBPf6m@(gH z4u(um?ivpVhQ9t8&nJ&PvPB@{8)5@#j8hT{ekf3R6^yUE#bz(nQ~F7cMOK>|dwfV!#+D1QJ`EU5bAW9H^@a&h4a z$MJuYHKBv{PyG)9zCg?L)#@=Kcu@FsQq5DR_Y#5VLG;`3@;}!ae~jgf z!6weu;76ic{_7Y`j?c#>RY?@&Lofi`x%Pv{_TIcAM2XD3fB8K4d;vz5oggi_!+G%E zfNKCfBZ4m|KM|1BMdx95#arY~{{A4?e-GBAJN=&@ zdv#4&4$e=YOs#)aF6TY^li^yu@k=^-D9`qS~Xp881PUG%T2 z>Wl9K`n15btu!!@L^}x5sWI-Y#bFP~h{mw4Pzkkc;_5`qa*c*jSvoXrs6|W~e z6pr^CS^fN+qr^ozJgNImHyy%aA3T6A%9;& zm>aU39IlRLeH-E!}*cUEX;m?>5I9rF#9TS z%-xwyEx?$8QI>2!EjE5h!M>d@fL6G(kh*?=zqX!@s-nD!x9Qn=DJgll`Y{-gAuf%D zZ-}NoTPxg?ogIQfwu;)7gp3X}WIH zwvkQHpCS;XrlRtS)wTaf9z5{R{7PwXBg|o*#?33y`|&&~;^gq<-@zn>ciBWFB;gPv zKo%1Uc9E;|!<(Dkw*pBpwtwW+i}7y%dtB_EE_ch6#1;>Q?B_d%FG{BQ#|vB&mrp z`YDT1vP9wHEJX&!I4HT|L&}X$Wy)>O6CVUzCmm8W@yi z!QGP!6%WJej;-jA*NPzWY;%A%HpeTQ{W9PiL+Nb;6cmBjX8=X&tt)SkE}EBJ{$3yF z5r#!GX10=8oA|Dna`Br5I(DV*2rOc4!kIm^CpNug=t_r%nd{#+o0Wc6)fU&PxfOmy zqU`BOCXH;MW%|39v+!tf(wyqFpCd?vAM}(vUEzk9{OR9R&T@Z zl4~AuUT!QR9+fKDi(js`{+(Gt<85a?iA>K@+cEDD*Stv~!u-eI9;aO&?GcJq#%o0# zN&7TMWEcizW$-&C#&;`Oj{Y8b%cZz)9jlHVzV+F5#wBF=S*%R&S?&w;M5|pH-P6?2 zr5dtK#RG3`|1-9x&%LV!>Vkd;p1v`JlAzKEW3A!t+&lOj78ULv*SctLH~FCk=Jt*Y zc1?LRJ33wdA^>i+SN5{M0|qq-NsYS+uv{^%;nC_hxvH)!9P;8En81IU5_udFVwRSM z{{SaYe2uM#qcreMGB0Y@lCGryOB9$an8+Km`RbWet+^A8bRxp!LuDC?XkF0-9Uipu zqmr@TM>f~0H0pW>M_ZP9MfdIMB0?}ZfkUEg(4=&)tc;g}6uF(1W%f^8zQ6JXSwID=+B{_k*rb(T)^ym<+0BclSrC;m^@bgE3 z@7s(HeBTkJKMa3HM#|#b6x~l(w;?{;R$xFNhCR*?nuJQkQ-*)=bolTiU> zw*O76VBGbV-zk4sUF(C313pz%Ek?dn)2q2kly{eoZe9Oa(VtZlgY;21@0l%kp1l-q z)yNckO$11P-4?onAN>5*m^Ehgk?`-{XV3dp=6ijImf?9Tmj@y-I{!A2Z(S_3y1gl# zigqQ*WSZF#P*X;FmYk*)(+~`E(TQ{(HUY21pO+_2**EX+Znmf(%#|RjSZeTj4&4hm zA$kB@jKD#BxjB?_Pqze?QNGZ#JkyY6iI7lz{u_9U2=E9Z2n>c1uo~3>#V-(b#cgcL zhvPIW%;CQ@KxgBGwulZ9gbKhxNN{UNCzph4AwilB{CB@#7??1NHgC6$q|0y~Cxq%xFT8~eZ zfYwLkSRg<*g)&LM;PZmX949`5{QIs+1nL~}Ve^g5Hr$Gw9kccpPwa{go)m$#Ld?e7&S?17@R)H+U{q--tjxpbR6^_nIj(FkrrT>n*x zLAl?J#V?cO^h>%*<7AH;#j>fD3jY4%*7<}Mf}L6MM(CY$i@^p#@i@-@revw^-ig6m zsr3!@q?##izfIXT5*ydyR5mi9)Q18BRwEk0wGnxF2;in4Ev=PNKbvEOM9>$LJOg8D zFz0WWWSy_8v?%MZ*VaJeDMaa?XFY*u)9r6Jg8BEjhI3(d9j=gaydL^v-tHDn! z0A050`APQPNe5FT+b^jhV^zPuzpo}Ig^CCeDuwQCnyZsCOj$tP5_~3 zXI(y$64c6@^9`&bOENf9`t=P9sHlh>4PKN!J*DjRq7PNfshG)|#1k|Zy2{;L7r@OY zQfWX#C8iLKp0<*p1&u_cDaB!;^o8BFx-)CN^zab9HqGW@aXnq{eT(sYNd+p2#)woi zZc>J%yGes)O`nNSk-=${=(O&6(2bnBgUO%ao#1Isk1x&>amcoM>emTbJP$irQbgWr z8=TBN6wXRvW+wS!L7-apca~3`U^ch}MdK7FkL8EzCAR((Yy?hHy{1IFqyWD2`SKqK zU+RX2ai9DC#`?NqD=bOuMbs2xRy#@%qFa_b@T#!Mi&a&Fc1fLm*Dc`U_e(18Uo?h( zry7v<-rcf>HNBa>+taXZ&oUH<_Q&GIqfe;Vv1S%WOShH8)v;@hAs6`Di1+fOX1t-M zrkf!RP0dHsa{ zF^_h``cZ3RBIZH4&5JdKoI)Ld{P& zOv@Q39pG?-J5xIyXb-j~rB{msA12iS%r$JcH_v4{#d0&<$O>7$6}9bqooXUh6x0bx zFUL*mw82#tEWRohI4==hUi9;XCazQ;zULWmPza3mPxN&>=dy+SoVQFAF6rSM2MrwQgI2>UKV@(;%AJCH{Y z9Ls^xQ3h64%;1mRfPq~OB&!%qSu?S?IV1mJW5@AzB8d`PxO z#+aGvOs2%)Rl^-hyOpnjwHedK2ddfZS})Mc-~ zR1Xvtu(g6@a;QK?2Ea0NK`1bwtH1g;E41^Qsroc7z`|f{UjiNHvGmuKeN9~!^|H3{ zGfjuT(;W@!rD9IZhKoxy$av^ZO)*s?*EiC2uaZ$wPL{v>zhhL|+WnFRH+g!t$icbq z_wugogZIsg`fJWE=`JTs%FO#UL@!P;G4dPR+NzWc2iPoE&*YEp-4UhuON77Vs;=&N zWS5_!bbi2CwVj330r7!(N;wQd$sdw`zXYFEgZ)wlWJ>CvEomgutsNc9aB$qIR%&gZ zpM84Z@P=etH|1yERHB|{XnmVclwW|lkOX0-JPCVhg{-Ysj3WEbhzJ^uz3=(deX_Od?eGMa}dS^@(^xfx34&oS8IBGeXZSO zPYG?+Lt)`8uqEo1uY)WJ;!J+c);@&c3Ips+x7@YZx3|U3v zGb$oELf`%S>Y&R=lRyKEd5G5zkXf)j$SW*-16UF@?M*gOzsr-I)X?$Qx6pVa;^Ghs zco3E#ey5<@m}HB5TwJxGw}3~QUHyWP62ST0AD^OzQ4hgSzfW;Jv$nhY1<~R?#}@gF zxaXj_{Rl;n7qn?0%s{WMuKwjJs1IrjiyL1<3gNebfq|?V?zaghyD~YaM^m>A zcBge(_D^i8rXb(U{(SR~O5u!V_Cv|Hh>@7q3o`oXM@uQQyJ(LcDdoi~5R_H8>P;s+=&oj8IsBHM2EvIk%tqOWYF)nVT#cx() z$Ny8FslN7JLuIUxaGdgObH}{e@67b^s1aZ8Y_n_g%Nb!|?`^WVUH#F_#NBiYN1kCh zE<&tA`H{_^CxSMN`MQ_PVykL@*5hhwW|2SNculr>IDjaY-+2Qao+B}WUb6E)#rD~Q zUs}6Yzp$Z-Ni}B*N%pa2nWy`<20Z;o^(Z&AB1VMk=0;tcE$ho*US`gNL^>5ZT_!?y z)VAh$c>m}s+C#-nZ&zTmudlnLh)Wg8hh|Czhb7%VFg9W{)V)lp{+TkpwZS@%SKKZg zI22ef_}00K{8;hl>U=Sw1zo5vpNlw_v62^!A8++FtX>flal~=S_|6jrayW~eUdHqW z8OHNy{~Xn+n3{e!HJ0_Z8|eq-Lf_G6VNud2S#jrk^#*$3s>5wn`OT+`l8Qe!Ro?1_ z4_fst^=H%1S)X8Hh%=xU4zp@WXJ+wINHbBlFh$^`A>pVeXUKz@UZOf4f0m2Fw5*BU zlWulNSBA~9NT%;(Z29Lhn!V}Sxe|@kOpZNl(dq$8fMC$;VT1zkARb6Vb0`F$M#Q2b zkdx#i{FAqt(jVbWRP6SwI{sm4GR4RcLq$XM{bfV9EEidG4vK`H_gZr4u*#X!dDGmy zRyOf6RRTcyk;&;Jz+~pk+5fKeHj}) zA`+5X1m0F^nq2?2<&PUceI2{qH{ql2@B^4rOW8s* z8l9=pE!cmb?4HQ=Ul}$g>Uz2;_jm8K>2X`8_f zRA29;Qb9_9*TW;?lRs_yr=`?_MKGNj2bT0@S^Dtzp+U-?JZ*E)t=q92s^z27^6Ym1~bi$a_&9r zh)(*J#puGlFk`_Ox{07x@_}umj-|z;PC?K2u}tLMGG%6e6!_*Okl0nGQ@$o2V`})Z z4-H3Mm47>9ASRsqtkR~YCZLwG%u!YvUYJk&BU|uxV4UI$$RY}z-CmSILPkQ8kq}cy z-InGr`=q@6+VGa9iugkYoCp6%9H^+oYKxpJvC!{=xu}Dbf^2@**5R($cC|qpiJ+@h zQb1dksK@PR9q^`8JG!V7zzb;qUtC(6Yp}-mSaf<(aK(}$+v;8w;3OgU z71Xl`y~9unE2)4p9T=Uhoy1(#ybe0fkq{1Pd+9&_ZqB<9wtzn%wgb>L4AZbr1#wV( zVT;s$G{g#`36vB?W$%u60|U|sP9%u)w+w9aqT!OMet^K?LwkmVkn1B}6uxE8f>?C7 z<#sPb2C#Nj8W9#>s_xkTZlr@%90>uqrCtaBvq2T3hAR?QR1qMm5BEC$aR{rjTHim; zSJ^8c7B057N)9VCenZ6UXTlWAoYcJ9!S+R3e7qDVL@J?K>W-(+@h5^btzt7(T@B&I z4xj9GZaG<&5G4(i(ogB>Bvq$E!jjExxP{aCOfEeJ1s`>a^1o_-jL6a-O?7*i=ZS4- z9>R1YwK#=>p2EQ)zWJ23_tBJs*@EF8qriym_3K1}o`$nFWmYpLpaM@ZeRdQNdTh0U zq3$ejZ$vFv~}|r3+p~Z+533BV|wC-%5SRg78)Yn1|pr6 zluWQb!YQ4zRQj>;b$lU{7wt*Cuous5!jz9lwVHnkf&$;0-8H51iH?v<%TE}_ebT4$ zYWrh<&S*7$LoHE_SoQr|ZUiwZKJp0tV5grCJe(3Wh8^3xoG-c+s>ImSk~VmeEoazK zQ&L_w4E?$8My^bh__t!*dU?54Ff(Jd6T7?&wE}$6C#r@7K3Q?QFmUEP4n~d}wGa0xe@|}>)V|w(aDMXiK^3m|)le<80KIz`!-~Oz$x7=e z=nk8qS}El5@}#5p%We_=N%#GIIkBt%ArYSC;1^V0sA4z+^%*KrxuUfh?`|FRDdp7( zNX*Ry_$s4pS!2Ex`oZYTN~hNvx9z9DAuAfS^`fT5g-b)kq2q7Iqqp*OL_~O7`=i!6 zdTjaOl6Z$!l-=b#E?$qtgQwPSe<(J5#-WXFvq09U7(C@E6HYz%cV4jaoqYaARDK2L zdX87pR?`TAga9al#UD1>%F5jcNf2}y2<0!l>}cNu{)z0(H&*cY8|dp_c z1Sg^^;2$BT$qxKtD*d((u>-`2V|mLmE!6^!E;eu;f)E@qk)FlV>+bIK4ca-XcW9Y! z)!YcX`+8hF;(S$>DX3DSUUyQQ`HONER0Pj|IT!uB@8m}Rc`8M(;u|^Cy>*Q2BMk9^ znwv+72AX|G^_GV`4|0v9F{0L`oL5Y+pBOd=hQE=zQ{am~pcT8`E9&=)oWi&FAcURf z!&6vR)~gCt%Sa;`OIK)GRdmYPf9Bbj64j~+xs@BHsrTGWhrKd{wM&z;jeu9c+!l!fp+pcMSTw*@==UBxd9>RN%NRw1e!mM*Gz4-OXkKP|N$)^z%1 zE@9hm`1JQi5i_&1cT~qxgB==#4RwHU8pg=4M#~oRD2B_Kui-xQA11(qlF#Bl%qZTl zjRqb0{2QF7|E|HcW_}GaaHbs@%*&5x58}aa2AN)m>KEj0q)5 z+hx-XEx^P7saK-4ips8%T>ahL#9dT@GdN$oFaC`4PzNr*e*O94YQ11aP1)qfCrKH& zaqb*0J=VQML%S8vj>R}_dP~&)wCcJ-QF{8~Y`;@TnV(c8{Vxt18Pj=>xF?SfDA2iSgoFKEK49J|9JX`k3i9^jg-&Qqn^rInz!#-*b_ zz-6QDCK`2q-un_yQe0pE6|-`Fdpk}bbw$b*2ByHXr8c!J+7;G_M~RnD;Ht5+1@?mZ+jC zo*Ol+f#$_6D=W>ywlN%xcGtth^6b~Rr%j{l$>Hj%+m6j{8^7o~>^s;$;?zpE2_>=z z2J@1d_~L4GVshO<{r$BshK`u9_RrbE9E(i*VIR4frRDn0j_pEIk9v1m z{Q>?456SoV06x#rQ2h?Xj?vI-lMs=eB>w!l-GZbHEw50TDJe4vt~DjW;44WwN?sbX z%;<}4H$*!F6*l&>++4_JJ8}&*oCbb=TjPSsmHB(>$t_2x5&EL@ZE4*D#;r}5 zB`Hy?96_AVSz?p)GzhbIT+F9(Mdi-o z!nL_bMe==T;<#FNn?oyu#bbxKYW!C3da8TW>sUr{78pqec}Qrwa9VoyNz0Jv22|Y5 zMYukUR5|1f?L`o`Kp_V3b|a(jvI$y-RQvn;!Y5y!LzOK8nL>|ev2(fKAO12`I-Z{h zc<(kw6%CYwtHC6!5 z>3?i-Bj^#!g^OF+u}PGv_IYQasa}LWq_Jr+sB41$MOLw3cGl3~>VigQbBhD^d~>tv ztE#LoCt9UjHEs{}r`lZ;&uG8e;(A`0eHVSVKUW|7thjZzZ>UY*AQ7u~pj}^iz^vi; zWKCO>sQFpCaCk}&64F|9(aG0loKj^z?`3cz;gFN-y};6F6Xm1jw#mV@l8r2X}-$~_JLV774?U_2G9oe<8yu+AABHLwKEHvdZ6`iqhV8R z{LBepXx{d#D!OnyFig!B(X+hrgAk!pOFFTO^t5 zs>c(xro#2sYT0|bAwj)r#gjNuynT%nJnUP$aOChHw04@ey(43!&WcJFzU_u=^W|xg zwNxC-#{Q&w-r%!?HBMN^ze;=P<<;N}w@Yt`W_5MijlMp*tGm4_%Moh_gG{0)Z0(s? zSZJR-`5@D8mX_*F{qR<)e7%8RT(!pbWN7p9=F|(ha~15W)a!Ef-6?&$EANE}3};(` zdEO9m0NUZ6pGoo8{}B*49FKn~f8|XqdD~f(s-7yUP6WH^u>bkbo}j@byC}@v+tUhV z2QdVg??nB`sx;-awP)SfJwOkNAYRyiy8?P(`Gk%LATRhT?;|54%V#`}fR$E(YMJ(X zV`L!mz68shD+~ksI^|N?UIHo?anqjdEfkDfLGU9z$iP7&0`fRHSJ#I1WkE;B;NNFw z76@=NSW1)CEg|uP0iPkMZ1e^$DsUFQZUd;Gx8}tET8~?f==pGIz=Z4{ooo>vA0MB- zfdQD15m)*~wYJ#M(I%aG6;-D$Sq8djLiR{~S5CLK{YHo=tK*F8T9aBDsq!712n!h!-P8EUG#1%vPv67gi zK}q0cud-W{5c7!fN#(Weoy2)cTgOdaK64XI0?AGh-?u;c?8NiAPe zCQBL{ThP^4n5MA?a#^gLcA%N`D7mQHqq@61hmkV<8c3hREhHM zoi}%}?5Bp#{zS)8>ZHVXZ|jbQo}cgL)yH9PTGWqNcXxK4yY9;ieg8mb)U52#GUmEH z(5GZbXVxPz%}8JCJpVYqy(6OeK-B;G@P(nz9xs^Eg%)mXIn0jxZu~1V{EdQVzRmh& z3b-(UMRN@yGc0LwnM=`@`2GWnSh;_G2X;Nh`928&o1ZMOBdwQulbo)=s2`x}b< zVW_)RbDw1ut~l+t&d3VoD8!AC#+JlpL4hg_iG>v1hRk@V()Ag$X*t1I1FSXAn3M8w zQ2j-+3E$1(3Hp-byIlB*QwzlO3WqQO3}7^)|vhWclw8_IHT4GyOkAy=7FDZ5yqP2nq;Dmq>SaBi-HIAl=BBQ)Xui1Qy9AiOK2cL&W;|_9)vMGxG(&FA}@yHKl zrCh?6mOSwbW~?2ylmsX1?fM#nMR23gJkd6aC~Ce{iW;0gE?yJKluTq4$p|W_Ni%%N z8TSQaHsa-qo2B#2W^=x6Q)V9R2NrbXDisrvRe0uTvSt_&SoOg4h=3$4L3pm$5FQ*) z>Abbd{eNmTz^(u$@_UzCy}%;InZLy_nHB`IULlQbq_EK?_z91vzIzAq%LNeEUP!b9 zO!BK}a@^bdUFFW|Iy1PscRp~;Emb9rYH@k8yiQNmKGTj&wO(>#uww7+?XkHS3_g;| zkkuC|T@p2~ju?XNrZ^qtJfaDnd-J;V&Fj`l_PLP2@w9u{-3=@pe@i5)N?_QyVw<{UhCD z{C@c5WJZ``qMOb7?P+x1TVi*>xhM(lKlZ8ka?;2?m{Cd1j$`lHyYEEAjDK z7}(#U^%Y83LU-a~RXo>4J;@dpJ0;^~q@{|^UeuhpA;(Qz6v67UPAKyO3I)G69%Y_R z%CtY;$(dr|IR2u6yH?Iu9jY;13%ovjOYhY#*Nx`MJ474Ukc=rJg~kZ#Z#2Fkze=2t z9kpu-m3)BSt5cGiC`K~ z&8xBSCNMxc_FA@IXN1Ex2&W3K}rtGSeYbfZtgRYEulev9!pj_jJ`FV8Dlr% zY0WD;|EZ`&4pztzd?I!jB`BH6jIH2LzEGF$ZWJ?Xna;4V5c{PSeR0h|jV3+a>dzph z+~&WjXgxaKldms*s`bYNeABokqQF23u=$cn#cLSpD+g%q{)Qv`7#-0BD+m2Yp1Gzh z<9t-}#BlKGpb#(HhQf>q5ylc`j4FsV-||gnxBMetS|)T~dMOL2xU zxk)+NtwU=*IKFmyhYKQnCIuyCB@?gn$?}r*&|v@Yax<4J5VpA3jE4l+#6?7ejgG#~ zX&8$ZC_qil7$<`lDyGo1B<_)m7E^Tkbj24O9Nc$*@~y58-IhIZ$67_}E1+B&{s_l` zG4L^Ei6Mi2{aW%AufNJf;%I@qMf?ejFFq1{^-0Va|Kkk5s#~r=z30?{#~kpg^F>}= z8mprt3%tm~R$>WcU~;yTr_NeFYSE~TNF=3Mq5gwLRFv{#fM#>HjAUXyPKJ|ZUcfZm)rtRdDM0vj= zLLq*lcw~HYOzWPrVp^-CI*xGZSh>?63#o7Ni?FcJD}{kRrgC@tTeT=iHl4M(d9~Av zol`>WN>YumDth408EZO6>}RH$gY#C}e$6jsVZtQ?GhZ8F)TOpdrUk8{V)cKyKD6%N z+@SI^-c{1FSPeB)Hsg;B=b0;d>nzWMXVfj(y{oPV$$h-=-$8g`$XZ!5$|lOG*&XlhPMjkF!`28z7q+S zlz%wmhi}Q(s{{8_00RRq8#KaT>R#Cv8^8hWB@Q8?}z}ht~ZQH=X zjQRx}4mk3d-tp7l*MY_lwF&oWAT8N~| zLaJpT)bXl4;ldBoKo=N)$Jo{dXIRwo*kAR{N)cPF|F%T=CpJ}w!X=`tHbavhW`*a1^ zqX5SU(t`zTVIp8tfh1@E0PA}%`^eY8lQFOd4f_6OZ)=+R-(})ufH>3%TpYjz%l^{Y zsi(OnCXW`;Z!um^dn76Wqmhy_-im4SU{@5IkdT9%{L0itfPpH?q@KpZeG*alFIwpo zrlDAYut`@hQV2{#uDKwTH5%H3(HKs^2g%7__&%$ut}{Df9sIRkgG7_18)3)VhIfQt zaJb-_{sx&hFO7|{TWjhkZWp#@6Gjxv_aCs(x(TnXLP;{?D30ubQ+BwVloaCocRN)R znW;4%%&iw~vsi}q2ytYws(T|C>aNdkP>P!s8{?V;yF@mkl5#T;5kn zZ@hAkeB)0^xu4C`@7(T1T9v$NY+ZyYym$cr1*N{vz6 zqoHtgo}vzqSH-}vR0<_I`SkqWy`4Q$68rU;uAb#bt9saSaw$lkPg6_F_NgweCiPGpn@il16s?&nA8Fw10=ula z9N)iFEb%P&X0+34h-30a;139yhg(k2p?l!vjy0m%y1jA^YJ{(a^;u1%(T_O%qLwg3 z%~(8UL(!QRfROkWp-WZ&t9p6PI-KIS%<>b0&>iH7~@7`TaS)m*cSXaa4Q_WZ@ z(s2rK##gTsN|+v8Wqi_+*ZxeCX^<_JD;*|QvE?n+v9l-=zf4N`G7o~;eVFXz#KhWc+;$`4l{ ztA+;EN=3y*y>(Nse2%U#FHtOnj)k7$)(MxNR+)-=b_YzG*R z;D7PVOMaz+%GG}b)c3rGZ@hNLBi{QYDs0-ISsoH~1#oay-#?HN9N7~CF33DQRhv z>o7_W@7_1(rwi3f3%^tmXla_vmRJxQl!d`~8A~=TsJde-p=y3%9<+r+oCXA-rP9gS z8KT5iQ-!+ot4OgIR=@%b?o^AbYmhORK6s*2vTW1LQZy8F?Rzz2+qOA;ky8c9w_1v8;TS28*p8yC+^z$GYUMdK9s^&6pAsK3Ay9bQAr zut{}~v5|^0nqn$LHE~sg&YS?To<2MMBi-)`N;7?5HqOYbWO<3)=?8;&miKnwQx3dZ zL^6ja_Q6n?D^>Y>F-ADzS70Q93Ogtcx>D>!mg7-yUJI;d2Zw=pN`>_r3@OI;TQmrX z4niCRq52-A(q4hD5HNOlc(_+)k{t{n0~goS#3+1v45HU*ghD|_7XkYK*r;}aFntPQ zgrId|*-h5aFlSt-%%IZ`LRf_W#z9ZhCD;r8qtyX6-HN%K+|w~+4Tp#co14qq|5uyl z1i?nbwPtk79+)Uf%q_Y}vaxa$HhvmdhDb$2wjZEa*cO}7DYpd9J~QgMyPI#Jm9tw- zUKFdmZ&|PZZ!JZ%_Y=cj5yz2F@>DW?e@D|3hJ&>#hDlE^E*943bo|qgC|y4#qAr2k zW8t)gK9f*l@i)ScxZTkUpTtmxElnOi7p+#G64_{n(H~}~atd#0UgJ0qMv7D`>$&CC zw~VWVhsThGdFSVQT8!g`0E~*Z4IOBOfD~`}WpmYP-6{NV4sFR&H7H+xi4&9{j^D~( z0Q(V}3l3B%&qr^COyl)Zm4~CdRea2TFkb?*##uwb8!vfLPE~o(7W-aY0#ZO$35YFK zP7&Ik=lJm}jj%K-|G=#-Bc7WZLsfNiy$`dYYFU{eoI6x^ZfAQHR3@of)e=<|?F^N!>H^!yG%pj1R2)})vP8kRw}j`V@(W~_i?z&9 zhkCa`O{qt}eH8K%(hu_*(2k}Nl-9<75dgK5F9MtKGq8q>ii<9%>ms*H1Xs9GKepIPNPrdDG-KHbv)j;Jp zL5EtxLRU`wQid0A(Vt@-Y)A=;-qwQG%+YW-?eIa_O8@9+xp@0-z?bT3N{LC|A(<8B z2aQvdkf0C}DKvwRe2|OgD=+>dPci%rZ!|_ubLnxcfO$M|Ti&2CDUlQTN>rGsA&O`-OdEBZIx1_Qfqd`@aRryJ8Em^Ur(-KRb}eU7Mfz?7a&A*? z8dwVPL>RLeMMc4cVoKp7ZN(7Mqc?i( zhsDm;*K~0?-o*1CW5Ya(DzaM;g=0ydHV- zR{kw9C2>H-4-$D(%vTimX8TM#9np^Wr3QRTI%7Hp=>X&5465D0SMLX5@5MUv_r%1+ zfQl6fG6OiAjEqGfNtg12rL9WH>P?0`Kw1yc*^w5+oQwR^+Kw3`4S z??Al&OQc%d6m25k)P-jc>0cDu?U?H%C${Pjqy^ci;rm3*3$6$%L#7<=vwxU$DhqHC zbt}*$$uY66k0u4s7js`@QBuyF!l;lKDpE0V@dnnh1_cSqBC2oF8s2Ldpq`%kP=CzU zv+4lK0ay|mVWGfFd~+_^auhFF;$S(`-af--pS+X3iR?;$Ib|_q9b!@Hr7QUFymtQV zqHs1=QSlP8(pObq)}dGA6o{Sd0BX!GxF&3aS1`x_u8R1bE9hnGkZl)eA9 zhi3yt{>P-`bOjG1syaV`{?T3rG-3mUa7EEcY(YP23w=$c?y5P}Msmt{Ma3`Q#6^Hx zh2Ug5zuU!XMSge3=uWTz1}d>E;Mfe8Udw=6VTAE=sXAoBwgdpb-+9KX`dng1l zo9xGPID0ghM{X1JsfC3;j+aCR_w^`|+q_3P-d%1UsxD{c7`Rd9RcTyXMT3M%i@NMoc#tK5l)S*=vKFm;e#5`iJF-vYdtw)VFqKTgGG5yo% z>$jTtgp)nP@s?-j>ji(7|AcWTZm%}b@&CwfJm-I$-0Vg=-%utg*$?;rK}QicmYl&v z7a*!G2Jck}9rA=cx$rO7x~J>l=8?Nxme>DOiUa(l559eR7^Upl;)-@=!(4F zZZl};H_Cx}F$hQrauE106=_~)*bPk~mnI6Px{%$JRQ!7mNKXt|7pk^mQQrbbXQ? z$><``-hSVHppIO9(D*y)-D7vo9);OX9nRgoT-Uo2a{ePCr}JzA(H1jrJgR|Y@- zd%9WozL*B4f4qy(3q<^(x^xa^_thpWh0Nm8I<`&k9E(oFRpKI9A*f}moI!ji~YG-3&zo*(P<`Pa$n^d z(14HC2~U#DccovEPaxA@>Bt0`inlZ>%M7VJi431UC2o|b5geLsT#j^+TkKlFIB#R} zuOv8e=i1qEU@sIDkUiHKzIu0m0g2|Nl)4H%2A4gP1ev+p`1CAWkB|ch-C)U1} z?d|o6CO6XfdC!(?zaQ;3E*RWxY>U@IK6NT1n}5FETyALWrzXHdB1HN)GOm{QpyR}M z__AV;kzN5Y#her?*#97PJmXm}!7v7nq8=L#PFf^$8CK_gSqLu-0;mA{r*H4EBPlrk zf{q|8FzE)1xJQ1u%3F{L2O}RyR}h3v4cw<7`tt?U;?>!%6xtIPDocR}1*9fP05TZh z50sRZdq7F$;t#WT5PCGor0$1NW^F<~AUgv%bDDyX`>NMTWgDpS0O^!JZ}dz5|BC`p z2n_z8LJ&fy`*)DNBxgb}1`kEVYeKch1TF05o%PoXik4ZLd}#2{B{PEH`SOdA&$sq9%(8neXe@C;ZPxS^SSSFMjLR zL`M+uy~lnK#NJrb!8lGbcfu%tIS! ziwdD9J-v=mQ3HzPXf!N%C#QtFr?S8TNTFmZF&G7xhnGx(S$%6Tf*sZ_MPJ?a7K9nv z8hv@I?Kk9KVo-{H+D{g6*gB|{r}I1dRYLQz^0@7;fzWNO4z3>?ZNxY>BMTc_0tz;E zKt`q%JI-Qi+>EIZMgZFI-u)W^_2bs-nJEUoCO7&xGUi;l4=d)tjlL0u*WcG4VY|}y zx7`8$YOjBHwvS@c+L`7jfaM2Zat&C-A%S<>x3+-~h=IDdA~Ft{nr`4@rs6d+u6j1_*rqm0~f3Q|Cj#m?t%?)!>6eJo3=BDva3l&Bp{K8pg z=95lzyy+X1@&yqJaza^Z7)!}n6KQ>-^833er`rL#C|p^Ya%J7$H#vf+=3zs$CT7Jb zH!pUBDt>tf56mZTy*?*ymQ)z%_-9&B=y>zPj4qW2Q;w9{jXVOD44q1qhzd}3A@`bx z$4AHAAynP6b*W=-gQM*e84UviKYqu6Rv!0`nWFOEo+hsJuKuhoBcnEM!!EOE`$Jz2 z9-cG+n_>nqLOA$lxxVHCtuzonvId)ms%jq~76YBONN%1t zNt%IjY`n5t>@Bz<%x!PW7?*PO%twCU6y%Nu&^5uU)t*iJ5d3qwPPM>ae( zYP~_Bz@ECeY53~z`JV7f+Y`_E}VLmns#M+4J(wv)IP5@$3Y=O;Ypk(J~=ig1$b zX|p4(9h5)X&d-^g&^}rH(E|f>-d6XU$FHwBem7Fvu3S$~<+5X0x!&IIw+jV&xXn`B z7ZhG~ueZ0&{k*_T^c3Pv^Y(z2RSHHj0&(mj@XtTGNsI zPjrA>PYinguLQve$j~4Y&-UqKjdo@I?^{#v5eAag8{j=33c^>$9Rr3N%Y!4!^oL4* zt%b#)e6l)+GApyaU#ucuN9GTm?V^h84Zob}HcT!7!|UYz1!Y|UOsDp%a4fN%uiX1c zyYT)b0-cDtSs_~v=y6$&P zf!J~b@Fw3QLk+#2?t$tdLT%5dw%Z_Hu6k|p`@F5zL?ZHx@N8uetn4sCIbfv#y|$oo zd^s=v08|rQh)3@OK5ERDFt@xCz@1wq{5T#x7(Lsf0yANknD>oUEZ8M+&NRgoBURSp zkLULJ&P3+<*VP%C455?c*NVq;X~026gZKukB71V7x-*OjuI+x{17aFqYQeT~2cJhw zAD}HGAi%jgcIyuP4PHx>&rO>ZvQo(oi)Et&>538}agUL(GXV#*q+D;5>K zwV|Pg%dH}InEFUEq#?=CJd=WVG`X>AH_#>0-xH42$Tal6DOSR>P?C&#f1ExM$U(HZ z#2DU3m`Fcqp_YW+rQ$K(Q+_0mOZ15khBC##Oh!3#iM7R}JrXZGdsHU*og?a0+#dg~ z%84ABsJvK>Ra!cw)`>h&M8vbupfjYpHe7jHT1$#$-OIed>aF;&tj>F+SAU=~?vA}W zgR8{;DI?@C}Ld2Yg=1GK3HXZmp1ycmTppVKxC|c9D-ls_gWc z!jm$^Cc|^3K36>K)Br&C*?}5lDvf~?2mu7iNb=1>%W3F|- z_mf?e8mVC#otaq{bU6EUcgwk{S$`)@P33E|)5|r+9YD~P56j`R|A z_waC{WfLX>Ecn|Vz^Fia*Z^`7(kKg1AYaL(DzqCA5~b%0IFyF>f?8WSo2a_!!r65T z8L%*8!Da>@7@o(%Dsa{u-^q_o?LM*Z@hAnt1884>?Eswb4+-&QJ2wqU&ahe*XBE?a z7F{bieJk6~CYrLckzK^kD}zzGYnJ{u+Z1c7z0!VV1!M26tm5gh#xtST%>H!f;=^Nu z6OV@y`3baHrN_l-#-|Lmwz{)Ykp+Dcl5^*1pU(K?n+7aYt4!a@tUx*fNZ(w%2JJb| zov@%t3eZZYPVU-3mlS6U&$uu}JSr-x5I8*oFIt1`9Zh=%_>wGa`d3Km%?;lDf5L$(A83{bY#C(w^Sj?C)V)37^J>8o|}2U zP|g-GP1EoO=Q&YV6a^_rRKEs=8e)^#VsG|c-Y3$cS}R;H-?&U>{TE8cW$9}?OOu6u z$5Ijdli15$!qbjG__>sp8=i>R%e8;zUY@MDsM7B5{uJ?N+x73Fh3_VThxTZpFHF^2 zDS-&i!-9FBtfL&(i1fQisarPWQ=ej^LV|3#cKwA!rZ27D8r)_=Ya zJc?Tx2OAjh~?sS%Y~{n?Fl1-7Ep+xR4V+r zmWbL#a>5AcM3PmNN-aSw-g8t0nhi<(-$p&X59J+NKL*c4y1zl*E$R7Q(wU$yn?TmM zo1l1Vl>9tC97aZoo1er;oL>TG-jET#ZH!EVfl+K8-*UnA6&zdo`-8Rm`$6`)QpqgX zu>UYip~l&}<>eMVEI1ha9=}I^-@SYOhr3#)mOnv04-TsT+1h=srCMB1#68r!CYTD7 zxJ;-4tEKY!z5+q8c?jeCv^QGbTut*KVz>MRetS&MPi!Y#*IBv7PfBZ?B6@n<39(B4 zvkPbpzp!K;X;fFYPa~A-uN{S05SlT4n^6wWLfR%X{%R@B{Uq({+TZGmAKOj262`HW&uPw(S( z)Z5UEe;+C8f+gB|FI{HQ&1ouC7#oO4)h{Nv#Sog^dgT=1hysG*JoXf~N60DIXT}w9 zWRBMuUYVPol|R!fX&RBOX^J2$0fcmdQWk0?nmfN=N{dJ;f9?nT4ra?As1tB7MY(^Op3JO3F zLQxD)+`%>*->gYiAB{E{blNzc_hI(o>Yk`dNW$FOFM!gzfwmb20w8#bUnM(Ylqsb6 zuv6_i0h>;|{`2!HIEEkh0VZDxb`su*YkZ>!gagJZSeb?wU!e-+6lEABi#aPtG z;5r*x!<2P4Ke}H7o8x#Tv@=ta9}A91oE9jcO3yipzzo<n6om3vd>?^f z5ud)?QN2`?$d*l{q6J_ukOk5D|*@jYAUMDUpn@M;O_kw&}spleRFF|NJu_dHeYYHbW=$!zJs2w)8SLC4rk{Ho@I}FB((n1WHn6!} zlw+4K^7i)>)~-)olz!Mlam`;rs~Xc9$wG?{<8(VUyx;2OQ2Jy0k>@hIJCIgIi}MQ+ zoDZ)R2LHhXd3k+8E2zwQS##&4?ziw2ly^#Ien zabVGabiG{N+_X;5TcSejxc{qys){{wK`Bm-uuj0{=OX`JnQ4*@!X=muDC1^_EX z3m}DG{w#DpO!`0fLb~mM%HIsybKsDWY}G#kt1~z(fPE_k3_Bg4|9a}`>Rw)6cCD>_ zba!{>0C5?3T^0;OKtQnSGAjq^{04CJesfE%KO_cAVaEM}xAB$I%dNW3-Z$R=XSHVcpvbpn-8}6c+Y)9Np)Y^A zcBwza?0pnt!ZbLCBMU~JrhH?)X-F15`ZgJ`t+2`ylN)We%0<3?kyh%TDOIsNIr2=+ zKdE+h^{xkg5~tBo&qfVK9WNYk25&QkzoC?`FEj>YJ={+1~>P?VGt{C^$V&6e%0N6J=1&bRiI3FxAtDS@BxBd@!%-(RkCHA~@eAD@Slv!6=e&sRncqh08T5L$&(0TthHbu z56a+crO`Sui&$TT1L(<3v%3U=cdLl!5hb?_(eL)*h*Dfkl!=e-JM%lN%l^x)RqT&? z`4!nwga_k#A0$&e-y@jy?)+?#N4iTNhxI-*(GFPGK58Uw5kOk*U>{h9JWk&P{t6Z+ z>lHuaXqtY5d)rpAD@_*804td)YLTf`QBy*@s0l3 zLNxZ%ePNds#k8(`?tFkS%4HmFnCg+@JC-8C6*+j4TD5?wt$qFn?VU#%<}A9^7*me>Wnb! zAf2XAQ4_-2lkf8Wqf}7(iYuzYFZZl{zCph+xzDcRG-qvm%-R(RT4S1`sF})AjJ~k( zuF%@HYZvzek`oLP)P-9Y3<1Y+q-#G|&8gV%nv1hstdJVM5y2IFKwN!1c#~IgmNK=) zM%t51)GRCEl(ty#r$Vna2_ifK*c1~;Xi|KfMf+WR&;3K@TGM?KcShRDld(g9)7-vm zMOU-AIy#E@HO&+a2AE*@I5aYPUyFcWkIG8JPHGnak#6G1ne;J*G}`-WoxuxAg*-H| z_2ki1!{o-fEURxN+{X)CaoT-geZy5IH@?VoGY(ou_k4YxH&4g!9HPR_%`xrf%&b-U zU8gBV4=I)#bC|`L2zoM5BJtN(lfg zK>|{t5vtAA;#G!*t-RekwI}Ke`%{{KD#7T=`FxeT(S9RJg%#gaBZGew7)GgB(_`O3 zL$sIIdab`&?L9rYL1iwag%40!Vu1w7>aZ!uVZS~G^mjQ~SwyfAL3Tc>51y36V4(z< zT?{NNh>Qua^~%Nm^?j`c{}w^Y4Wiw=cRvZyjj3g)4o)`qUb&|)DKS*AqTy9mUIg(g zpyQ=8tr93yCi$sBmoDZI@pyT!h<3{9;Y=&%RVU>YZmhh|px?e32Q#~4Pnh3tg|^mq zO+HvB3jor5$9(xKDxdw-H~o1H{tExlgQPgqXdS1Qovuits|+UlX?`w%%U1^ubAXas z1XY?>)YUs|l2i z>xZ`Y{QmO7f$;8~Y z*XdGnwt7uE;4F6r=;f6SApcR*#0*uCSk_kVsgha{N6 zrUa?cP1MlOwSIl^{y*#4e?DScF8u$KPo(9eGpA-#mt%s1{&lVSEI-^&SwKoyrPWAa% zF|FPXB%fO^u!&f6L2?YaQ4&=P-rXyXG@{>?&wiPN6|Zj6wS5PdxV0bz_Q0n*XcH4lWLH|L3l zV-k)=+-s4eo&(jdY2(Fn5GIU|XVAHVpSI4Aq-n7i@QyIV{uL6%P^lrDLt)5kv&doM zj7BCTsj)pS|K5LF*G`tA#+tS36Z^I9@zI9MKdTyI5I-K8KZZyaI0UG@0mz5MBtUJ zY*I7eY>WIv4Eo z2WV!KD4DD*`LAM#k3zl_DMU_k0^W~~eS1H+sY|!MdfntbZe{mzCRw#S3>VfvXP;?S zmf!N=9_|Q>ltQXcq^clOI=WbQc!65ygPj8YS5Q;Zc8)Fy+*jEFv`$KT-&-vUh}m#b_YvL*cQ3Z*ft|Ku045exA;}hWFk{}Dy0?|g<|CK8tIQ) zbW%Z7><^(V1O^RR8F|JS+U&1#pBtS;pZ?^<3@ai)$7i-%hvq_@=BK0*4{mc*fDOZO zv~)nMf|5HEXGUM>T;8#p=(h7jDj`WlMFeuuKrBH-gzqj@M;J=_lU07fCx?_ZaIjbF za`H(W@ldE)m#E)DkW^!HCvQhk{EdiS&$Lx~N6#9K6dmL6R?iYk$e}x$g&xvzRVcya z*Bs-eR8}8uD?nz=_i8QHA57`i)2gS6&Hc=3C`9%AQEHw*H8%2><^AarA8@Zh+Uh{_ zVd3z?3|bU&L-dXM{_HGiu(CNi?L@(HpW?hGd2B?#(?n6rR%%w5?n*fF`Z{p);7^S8 z(MW-DzUVB>D@$9`fG$o_31b#K_{ByfGcj1o%*><19Tj^T`SMLsz9zqNuO&W$@C?c;^HR=B*?sq@zn|5$^3L-YGoa2`0`wG#4@QC8NgXvc{CmCe3v~C$5M~e|9T2ab z9$E*LYefY$tmMHWsi~Txu^?d#dJqSJ@dwI5rThpT!_+zU`1rsao%h$k^QV`1QKd-w z77GS$F$%w>l&{KYH3@{`^gh9dcNY|d8=Br8OWbICNy$4Kf(D%gonefF0(EgYUK#iH0jYnQj%)@%Ruf}Q*`ekBdz+0*3Yyqr4no!tKozRsa*tY5`)a6!5o>-f?B|6X&}_6dLXKA*sE>pm zD9BF1d!Q#Msy55HxHR0t*#dJ1d~c_ZX!?~VCIEbq=_vBx z!Rh`2(eFyE!+ZI?b-$g9U3)3jC`tV;)N3iauMET00}uGk{)^3FpKe}9xDflL0ANG4TKROAF6o6AL$ zXlBoAQ!*)I!wUvFDLInm1#BsX*tF!~%}o|%G4%Y5V+0uM;y5c5shrGZ(W+Hx^{*PqBml8Vw)5^1}h(VUta&^2|*0T<8}901KhL4I}F;tJ@B0EENBM>lq_3)m0dzx2;j>lx`I-Q6!f z100oyMMDN#(xu90hVFB_dL`c3HR@>o4=<+MB^;9SCTXhKYkOiDtckhS^xuxZ#}AOg zg#_=?(9R0Au#?bOmP|COvx;+mjdlMPhvJSR1uX>Cjqz=I_(}@6 z^TI2tB)c4mO99-J)ho3jE&~erj3Jo ztKap7W8m}K=jxE6sMtSMC!nii8&pm0w_bEuJB3r`_xFID`{iKii0a~&ogG~oOR(Fx zg9#?gR~@@%SOoi$JR@dKn5OE6@9BO{s$O2Pqa)zSGyv@}EYPlIQ4 z7*=|%>IiUWZoI&kV3BcnN0;AcDq1v@u6yONq+l98kD2@eA{aXH@!T1y!*!sb)lNtG1qOkfYcA;S>z)UZRTBbe&AJod zsEEt&#Rfcv5P%jW0nZLI4A4EdCkxSl;k)t-ERn~)$W{&7_1g3Rr=p=-4E`BHEsY}J z9|5-MaS%n)Y_P%vJt>gRTn!)n{{>wDeDTBovo=#w(a}NLBmmNPk%ybxh>nrGD3X=g zHp6zsAOC+y%3flTlwVaJt8G@qL1ts}?$}JGUH!uo{6DpWiTU)rF_1p2wNm)YKikR) zp@)4_v(&V@c(oeNsA6aZYa#LfEU)&`#Q2&$S>WD z9~}oJpM-_-;q#WmGWn~Io4N8+X$lTt0=J3t#KSr|w&8t{v5|zM1(RXL#*zc zM{P)R-sapIT8;orGlo4z5_K_%{!!b2uKtZ_AxtKJW)C4UUMDYp&ijC>Io+HeT;CzNJ6SfrhuKo zD4c|@E+xzWeokuPd_`80zUnfT*<0zI}8qyWN%)dr>pe4* z;(m+)zHcCbF!Qk`bm!)BTnT^nqh4=u*-aa*F6q?GX|FY0Y3UQ)2enEU=#<;K>=dmQ z8L>0h%?)b2e={>sOpD>|Ta$t+_(;;ILV3)qd^o98v`eQ_hZq?p$dgGqPmLVay^FvQ zA^+322~20I+?3W9dWrmZf(``Vf)MC%ZTK<t6C*`k4$lF|a z$eI<}@1Qh6E8isF4WfbnzdOu`+_F-)VvA$ejt=iSvQJrKacEg5cU)*w<#$@weC=S7 z*Lw_NU?ojRwbdIUs(#5Fp$o?!o!AGj9KeJqX=M>j{hEyju3wH=Rdd2@o;(~AWwatz zbAUS=%^j0<8X0NQR1Io7_IN6m$)cOOw-*o);Bh?#F=|RhDomJ%w>7P8p>T;&f?~bU zoY)O%8YU*5Mx$6Awq3Xt9IZf_{yba6v%>4)$?Sc5_&MygHc8D!zQlVlSCW5u{s+k^ zLSoX@$3BtMrdQu-(59b60_JHK)0*SzmBaKriET!aU`HT4taSpe%e48rPYj&mRt7q5 zZXApq4zy|&ksk9_|Z+CTi3(SWIV-sE`uyoWt9_WAtJ31j2BAMdfYWkt0q9a}$rSt$vX zH(0*K+@d-;0{}!G9F}9EX_R%6uNRn? zB^4BkL5M6UBxF72J_4{%0N5mh2b9OGdwzrbpO%I0|LGJCn>pl;{|A2M&kq69fsPd@ zK0xAvF!zv(l1tX@*zl%L?lj9XL^ITA{BT%9yfv!#Tc`6MU3*}Dk&!t7ye%IpdhgKX zCC|YRgUrWufcH6Z*_}fZV<%_Vb^U^slU~i3eYz$iE;Z~b_hCwt=I6c>5r1ZS5<`QW zO((wt5%9m)KZwdV1ZuQ&1K5alXeIPK!KtjmfpKn{&Wd-w8lJ;%g#F*~l%C$3f&~8` zQD*^_h1P9tkq`xxl2k;xBqgOwq`SK%rKCYXq@_dY?(POrIz*&F3F(%W`q%s2|K4wm z)5CL)17G%Dd#*X3snecjKr8#MXsfhBlesjdwC8CNb;F!@3{}Wvo$Yd0rkHJKR*bek zUFy=N{(Q<$EB*DcAVTml0k4+Zb=MTZvZ=9`T2S6r(D5caJ<|M=f-%plj4xc-_mzcK zet#eY4@8SY?VD>%46Ih08$0>mn7}ZUo~?s*N4;&eDzEwcWUkB#nl)-*v;MblUX>H0 zE~xUg49cEj*)B@Cw&sdT?6Wh&RJAq!AOs~!TTz+i;QDcqk-_P+2&T_;eFet+U2(U! zYkPwAS?Zk3&Xw__!q^K#pvFK57(Tgpo2!yhVKM=0ZszYhKs+RN*lSIa3@2w{jbxkW za}XtzXow}W-8qS;D*Qm+|1$Gy#;9;FYk%q58{Fz(MNdUVrEctclYOGlu6H zxCPq(!%qyCR^m4Wm<8#cdxlfHxyo5mr?kp>N)K|9gj{FraVgpyIU26>J zB9~1v)g5dz)}L=C2cEI4X0pES9>JyOXvR0=u%S{+-f zseSJDd-_z^>;e&XrUfJPppCh4g&%W~c#A+R&RiY^Z-jkK3**)O3rLbf0_zYkV|5O< z;!W7{O9pA|p!yU2zU%S?XU{oX#ckJ!yl(eRCyf#UcMnBT>tmnL0awD&UWkY6VXGMxWVXv!#axF@c2^c0nPn971`SzGC2*zYmS$%1ul{ySl@ zF@U3SYdl7glTF>iL-7Nzjl*y6(}UGy`?@LVtGv9%NGJ6Hjh$F@W2o?Gk2m;@$E0Sz+?q-*N<?6tNuG?X5JfCI2uDk?}3jgqTTnF$SS+(nubVnp>Wqo zC-6&cTHa*-dfrz13IK3*4;gKk1INM40cftqX}_HWTx^s(cMf4|#9`Kt4~Fx8@R`Z! ze>87hX7GygoQw3_7berI%<6t=@PzMcYw8QUU7v>(zZf&v7A22sscC5bBAO(DtAq{v zQg9T3K;aoX+-~TLTfFRJY|wOv&Jgq*FE(TGh_$KsH^3rvgiS1&+X50u-|yPnZ&n^y zp$$D$RX;pv^9J%9m{rS0%cyDaeB@-GO<}`6365&xfB^Ss>9s+yplwUZnQ2JhgXI`I;82VaARjt>}w@WYP)37b$r z$9JE|@M4FH;YWXK^71rQdm{00tWHT8r}FA}bwvSNS(oBn2J39jaGlFod z?ICXT?k+63e?H8$vJHm$Nf5A8cP7dpILl?fJ%tFHP8N)e*XYu_T`&> zqjhSpg&_`Y{NH_+TEqbAxE z_LfnyJYMYQ%I-*LwFNxQ6yB&k;m~1nQTEldZ4$ZQd*9S}FxKF3t3=2*?bLN|b=#fe zv!g4Dx1i5w+%)Uzaq3>hyIAE_>h$>VRm53Y zQR{j|QQnf$K9auH#%Wz4>LwiFbLPT2lY~4IBBd61K%V@rR|$`OIX9BkdHHNmg3mssyJ!h zQF1XCBn!tQNqY z#KrJ<^)Kcw`-n&}!|ixR0wv@5Pq%!CUQEz%$*{+(5E)9QQYk81EqWOtndMh}2KKL0_3gix$!e7XU2U(1wyY$pkz2Z{p0tS)yG?x`~ z1h4&gy#S0E^{zWhks)|Wy{2%3r2V_F_u+N8&3)=K$hw_Xo(NxAPV-Ue%2Dx;z7Lw* zzmkviFUk7&EPJ=(;9_9BVq!Aw`@|s*U>#LSH0?kDN0NYM4#6mZ`GhsK#)=V`xP$KN47=+9=2Z2~}h$DV^G#lU%`xEbw zgylrSJ8kSH?91}tSlM_;BvsxaoVGQN0Tp7P;H4H8Zp*$ha=I1vg9qG>boXfl@eJl%_$7q8P&P4`SjagsDm z&ve#;uGYMTp^2{DWl^yYBdKhjIj^{y6E*$BwN9aermo!a38LTtdcPmzJ`+diMt`QuJbr(ZGNk`57+u{I&muj_m(__uq4ULwSYF3Hqpi zwEOz%du&i6^e==>7sywNCcmw4RDt(TM#iaP5RxTTkW9LFpX4iS_0K%kiR7sg4n!|R ztC-S&C5#6emwSz;Yn)o=J+St;p4xo~{NPx|AfU@B=;0k3aOVWC5s=ttkSzo(%;|C++pOUgvq{Qc|NKx}kj6- z(W5vxx)pfPfNa>J+nl$m3ffPk{m&Rg7`%X?s@6Plg`02ebl8A5<`V;yK9zthZ-j|M1@5iz!Q7*$BtSgZ9f$k7S}E zdWvuVZu6WJr<2~>2Z?_F4Wvz4Y?I}lPbVQuxViBpbK9H$$a&SWzn=|+v8G>5@JXI^ z8d57W%+n!98}*mBMD>3sicM5_igHz4W9p9!E41ZEAvZ8&@1LHoAx!jIzPSX1jsC{g zxjf&+imA(69zk}G*^2g01iuL>Np+g`Gn(d+l9;by<*nU7$p_K!PBBY2n;_F2nN9_| zRx;!Ta1SDU8#D5^OcbK#4{0HmGxZ-6(b@WONvdEfIUyl5$!xUWm}{%zUlplu+@a?@ zPAliCy%1&0O-N4h(p34ZGf6L9@aT@dI`Q6R?cK0i^A~O#&OjT8)za?IP%qu&2|?V? zu5Wji;C(}+8ZW&rO;@e?ef)6Hs;F0lJ`oS+IhNM7d(1ud^M&_>BM;&>uk>w)U7r}@ z@m*POse?Ll&EfVY;!r)G0|y1Es7(iSrAgzg61qg9NSg^>Yc2N^CX)dF-rrS${*PbK z3Hg#yg-j@*W#3moQvJ#>`(5vOW^JCxc!R#Xl3e*)1t|aOnjj1P!uei?_Lcqe*F`+L zNBx5xGAi`%H&zomKQ2Z0o+Yyvr?B8r1}9#xhT%|R|9mVm7DE2J%ckK?^j+JTsZF~Z z0Rwe)_41_hT+8)FwTl}JMg}*VF0?jM0TQ54!r~EP6<=udL+(W^^|2|4Y#K>d;YAla zyGa~<{nq~YR3kMT9zmw^_g_|5@qA7l0uzk<+UkUZQq!Zy#qT9o2r%F`t+#fn%AI4a*0su_`pzuZ71O3` zLWF4LiZuAofX4Euv}bhbsxzS6%BGGARthwT0>m`WT?9|t&E36rsNOti$kOHHX8KNWiGuSa8|uasj@JDk5wr9>=1iUytUs|1qXZNT4Mxh zUwOf;jMhZL>X#8&o*2!|)0AK}e((gbvIIm{qwf&O$!~9NLAf`*cJjo}93K3%I>y2g zk55eGfFck~G~^d=w>yqWp0)g=HLTTc+^L)8@jPKN@H#*h`|wi_`_KO#`2d)W_-}IW z7}mXb1O(lcCOt{q_GI7;GJ=TE<(9!s7DzkcL~LK`%3H-!v?{*r2-NDUOruOc50>61y=SN`1w-Dk!icK1|QPdm@rg0ZZko7dYV(e>ZEe*s+z zr<>nsFHQ|6sQc44JMstZjGLd1s>sMPYco;YYYYxf`Tt(hTj(w>W}rLO93R=#ga^)Y z&@)so&kaS{Nm21(dJ=J-Lh7p zx#mP#V`D4y(0;2%F_B#IP3b*76>)T>PI+;v2ISpGa@X%iQxnFhE0F0!3X>#oo}8-g z+PS6-vQrbU#P6ho=?9j&hsT*>pyCe<0j%hDb42uKy$;%e>hm{)o{zZXgb^UDu~8wO zBnW2Q`VMGQO|uoNHRIS2Tl&8DO%1qzmUJ1T#)O-n|Ih_<`fD^~_mvel%bJ>leXxeS z;ipZ$Ct@1hkZjUam-Ct-U^bd;_kDBYVxAJb?~#F$3tPj!QWn(yoxPEjnR)$Q%XR}3 zq%TT~i`%c{N~7%xD}O$P4z0cRn>77a4>s_jlX>lTlBDZM;1p9$LpsQzY;vcF1}w{n z&g5QGb_xoLb)Za)j*iN0X5YPgm;d}vESQ{w67@Yo^3y!}6Bx=#0?Ap2`hs$)dGR%e z&Nh#9=@?8inz@l(u<`|)=6I&{R{khP#Fn$bhjRfE6XBTAqs^^%MRu&W_$1V_Ue%+a z#Gd#M=EDE7%2$XD3288$2ZuWX4N3z%Cz<&!&R8p@D;#Uz7uWD-VEzI2dD!Z`dlDGz z9R_7t@v=kSVF@v|bcGJ#qBP6RO4$wW)9e{`O)VIKfpg7P4*{s?-efUSTx3w#_tO-| zBH&bdF>L+t?o+`Gdcps|z`X=sQ+>XWeXdo?-)4k-B!6d3Lf4ypgp(WR0UlN6RP$=544KkTnQr4-P? zdP>6@4w~F0aDxF1_PShmAm<$q+HK?){>9n>@6d#31u7Sn1~I*&J=I-IjdUM5;w0FO zn8d7EWA5-Ey~6AI1Dg_`F&dg$YYqFN&p^K2hoSdyJv%aMatk66Pa&F%#6ADsI$vHk zEL4;_agx#4nxQsbr?w|^+G?e<*4o{ALHKrRDsOCJ4~*xpO8(t%tM&G5dn`bbD~o2= z<+pg8kgZW@GyH6v=otZA3XUbx<_N=p68k?FiSPYX`%|3Ywv3Z@ED21{tKfdLiYGAVv5o)Z# zcI3t1H}!T{6U}U85{3q)>W5q908M*VkFb{@;>J+R=RUsF%;*wSL^Cs)NSw-duoZ&G zS=ZiRhVjCDuwe1u#1Ft_96(be2iQ=q&z2vwU7hH_zdBB`Yhyc8WAyK6W6pgoRZjk; z1&%};&zpDfF8X3w>wimr(LD!0E>n?PPIp$9&t>y#`}HwPn(wtcgqhc8YPUG)^V=L^ zKG~b@bn;VpVZ2^;PjGE=$*Uu2`{x?jY5HY@glFMrcbfrp5)2CpI-fwVjNLqNKfvdQ zcn!d43F$46&nTpEff&XU6aNjieiXMJx3q2;#2c3zC@O}bOIg($C>uT98cw&+ab&;E z+Mvb=Z;Y@gMtoCH!0O_ej&r|Bw=8)!hJ}_^p#29qe$Tzy<8<}> zS8F++i@C}hrDB8@{^9!I4m2tuAQdus^0pK9om+m|rFmJ>OmAC*!@`ykdkT8`5U551 zwcbf@p#4`1)LbH5$DX^5L9i&>melC^Us)bDu_QbwO8-%L7JU6dIpYAg>GkEILY_kU zaFy9WFf^&d7x)pRi1+v3EX0ua`ve+#izMcV6Z>de$ip}HV}jUtrj-P)0HTL%(e-b4 z|J38r^1u=rvd(;No+|o`>#MWx`*uFu7S!|hK6n1zM$;@lJ*If8&u8U)9Oc{J(4osp z>VTFn{J)6)kzvHlC3!NTD1u8n63R%PZ_KDbtroT1Lz3&ZsQ2oH!nt(j8cVEjE`0Cn zxw9wv^_6xmZoKZtJ}c^6b=IcOcbeX=1ZBT;r{*Gf2b>eCKWiF!vmhFo|D@YBsQ$pE zW@nUHR;Ce$`^Pd1sd2EsFNKO9tEW-(c_5jeQ5`;Ugq$fYKK`4wim1tp)AGvJ60#sV z+W4YrddbgXdvD9|YiGzt}o{Kg-YAt#;;B92M|3q&Of+7;l{LhWoV0lf@ykA_`GBCm$eB zxv$?D#7}lktt}!4%W8Id27q(*y=Qp`r5j$Q@6xvW#!%-BDj!MTN~ zc|`oki_^V)7hs?#?3609jd8wHl|jwT>K(XHU@Mc0q(Rjo@#x+yq7L>r?0Rs%^oH@9-@mN#s&e^}sC@t;Ka{ZCEP>PT0s%ZX!MK29jKWB&Q$I7u}G)$7YoIVOvcLZS03u3edbMy27UUo7vvgz;lFJUr& z!Yj(Cp#hv%Q>UW!V*o(b8nAlj`mH@8a-$e^KK(S9$K(D^pV{ zFcH@BKD~mE38IDjt~!yS7U&^qmSuc9dhN zuKAZfB>z*>oukrr|0y63-Ec$ZDdi5@O#{3*_xufI#$HrQ6QyZt_LjxPN&BfQ;=pX2c`rOolawTakU zVth#IVOfjMO+isA7mKQ-)_z>3jy?Wkq@nnsnf{gsgklg2#2*RIfVn4}J8%T1+#ef! zckPSPji5LgF?^DO2D|tLwT;&~xX0tDf!W290pKz@IXP2lm6I`0w{h4_YQGO(vhSeu zK>MZYvg_mx1^n|hA*fnGu&CgR+q!DI{ogl(h|~WqaBol$L3?=OSwIXBLh)<>WdDQQI!qJHP>1*ZCwE`cXBEHlSUd=pUTshWh~1)MrClsKUe3-GrhCfePcNI78>@4n2D$G z*&`{1Z(`C5)4i(qlg!x>R!%utt;Ln1tmn=C4v!;oHQ>G{`Y`fjCwtCDQfH+Me|NRJv4x*vZvMd4aVfXWyU}92 zsQ>xPvWW5ud&{a;y^4?5B8--6W#qGSpUzs8eRyk;0{X<0iW$A(A&5t$*(HI-u-9ij zTX*nlq0?pfbph?V;gj!{Omf=Z&sTn7_;(bL>4$GBajZn-s}F!>#9Z=aHQ0zX>TOMY z)fCIPXdNAs0AheFD(VK~o5vYv+HIvDN94lopSE#%`A$XP!k`SLfTDtEHSN&DZ@Fjv z(pv%(6rof=Pg7NWUoNjukjzL%VvD?S#DGcyFu>68hp^vs-ao0rLsARPtQzQt{is-} zTJ}T{PN_Oob^O#4r7rs85GrYOb|m84SMx0!nztj@9_OMHH5($4+Baiy%gy_k3SEEZ zcr_Qb911gbS*Q0o-wwYwDz8?8vU=j5n36KXl30ya@8#=@y*2ni{Qd>h*P^~wZ2Wxf z6;CP0DM5hIe*KRTA^k3Q%OSQ7n562{u4e4S@J(>EJD&^^^H0WLToj~K<&aL(EPF$8 zp^uNP8SR0I0vPY50UXLQIzx>MB2T2qs}qhqW%al}F@V+7I490SP0jkk7>c!a97mAo z=(;wHV6|kc8F$r@k<}DABB02$H`mFBsHir{Y+W>~Hg*C#H+oM)VXcUj7iA+G{1bZ* zljJM1^~6H<7#ll(%XHyixZIN(&9PWcHpKQiItB#AVE(&=;a$~X<3%?GA@7wd`}Cp8 z8{p%A4rSA7-9*1fT_h11zri!IvSz~i86CUb>|~?!D=7nV0_-Y{GBd*?AIX*2^T@9b zaWZCNUI?8G^YMok`(C7L{f=nHMe>)~H~toiKS@w9syriltl^rNzx%8ahi00J6y5f>;6)>ISw%Cb%7ZDNc%9l#8{0McX^~ieGKlVvX|Pf+ zQ#GlXnOY8AX5Ksy+uiFt`qdX__SonkggZ$UsJ9N;N?Kzao8gj2rP_-wzrA5$S{AJ@ z|1{narWnLit^PHhP&l#E&@Mz1wt|8lj4`uDjh5;hUWMTCw|T!XR}y~~dvLWrDr+-4 z;n7kikg?;IzD@<=z7t`O^Wpb1 zd?02==WV_Hu4`qSzQQI8b@pm+B(;1?TFpQQHs%k4u$IeQwlv=yy4|NDs8|?WbL+pP zcf}?P@^IT9_!^>-`uW5o-$$7aA5jE~2y-J^eqfls6Tm4|u1JTDfsqYT$zU>fBoZ>( z^Rq`bWlbO4J^uc|;@;o<)ymoC3yp>}^|oOe966ed5a^z&Gy%Wk0W7>@lahL&C+KV= zKRwt{YG`d`B``4z@6n^v-=>xOebJOHwZ1}VPA(olqo3*gJrBkacXN-{JIKc{6n)EO zvbtBd-PNGCvOJJjDU!0H9kiTngaz-Mrt@)XzZ*Sny)XHMqeB;y4Yhm+8fDk^=M4FeV|=u$}H zU#Zaj;9v@u8_TbTMHDp{)cV4=c4peX<{;U= zVq{!a)hEjbo>^*QPu1a?`^|z#2A{2Neg=6H%AHx2w46ywIK}*kAqKw%wXXBEjJGIt zYK_5+;B-|qW_uhNE?%O%q@~(9xS)nEu@USO8L;5N{aW~?(Dw%@PIvrOy^{#D&GjS6 zz{hI!n*L68mD_0t68pfwffB<8DUL`K(YrRAJIfSB+gT_*9vXa3!9^=|OGG?Y;j1K5 zPrhfNzOZjbOfW4~t}Kb6p()JuFwux$5V9BA>gYe_iJI^^&f!)$?!f&^Jt`PKsOuX= zEu!Ye7(Y%?RY4v;n;5IVE+eT$+>Lg^p`r7ttPYnY(4XkZlP>}S(b7~&6451p+5bw* zC`sjtdw7m^|NbrV-0UJ!DzLL7WKLIHI8#-#Jpxi~4aF>jU2}X41FK?y35t z%-k_4_;L94d%cCVwN7@sCnaf@0KV{=A~iiMD?(-D%-I+$p0Mu zF&X(jMYic4+pUxdjqh?R5)HCiYkY(#elQ(X*v@hR{rNTF2@rIwn!mtT3vMlV&sZEo z=3uT74`x;x*`y9|#>qfVf3v0?unCBrC*pS~vC*tH$0}AYU4q`C&aN(GCHzk>T$!P9 zo(?G@XS^h`(!rsm(XCQnL{+TkyK!ZOkU;D3o`jm3RIW0jgA71KNqjC01Bomakmo$P zA_Yq}7HFqw&nBhzKC1x=lJ@c#%q@BQrW0@{S)&V94uHP@cV!-45)rbj|) zZ;_CGzTC<9Xfkhg(=J;6@>%S-=f}t2tjg+;L&*16dZXtm?H>DCaSD9?j`l-Z=2Npf z$KC@{$)Ju7K9{$W>Jq3%X=FJ%gC~12e=*NW2fJRXJ>I|jlTM0(o_1IzOm_D!u00dQ zA2qAK(h~A=<*-hptASjj-g|tkrB2wfGxbJpHYEX5wRj0dWav!+Tl$J3SsG(+uhLV(Ao7~5vi;mlYeC^sb7MFDF(F=Ak=&22cE7p=MsF)n zhttlNh(3+~yY)3>^3V0525%~23IZ7h(Z~Uf6TQR3G>nX4+uJq>PsI@TZ`sK*J@=Do z3u10N-PGgc+4z-3h=c9*#pdwJzV98gI^X~PRKIj(a04^8PnGg2oi6mx>Z&8W2MC^N ze}%}z!Qa244DpT#BNRCQ@yN)0IPwOO>4+nKH&GP3PlUHk$e z`+q5_TT&>8=z<;JVqp=nzJpjc0*rpJSzKQAW>J*P_tL?WWO(&U-3?9kr?FLWbpgR# z{W~%`kRD+=5e(;e`m;7Pr%b|fIq3(_OivIv%IvC}9+}4{&VEyZL{y{YjtXsjT$HNv z7lnzqNTpxDj_zS(m$nOO$A1&v?S7+$om)oG%>A;zCGVtibJ+t!N-tObMgjl)THNC zJWQ2e+x5{=qY@K)z{U*p23V}ltl(Gt_qLh49B)8X`p@658UXm?@l?%gJovL246q0x z4T^fxAQG_;uHrZF3or)dE4Sp+`1@dN*4}%!xUTPaS<^a$l&>euYHx!#`uWZq>#ymr zQ*8oryNr$LMmHKb7>gx|J12=>oCF7Z99ftk{MO04PM)9+`AYeoPnTZJ zikolL69h_Ao|&Z$Wp*C$$lA>&^f79%7t0W$h!_f+QVGFNb#8awZ?n@}CXIzeg&XC7 z!haWCb?4e2y#*3pb~mYZ7MEk0otx(Y1-pZ18_h+xwmVhNZm8 zB^qsM8K<|Ho59WM!d&pN2Qq^TdQ6JYzPQ50yIV__mpp07GCq_@vCtVac7Co)$0Saf zNEs`IeteQ?E%ipAIlf?Mx^CYERs^meX56^7nS+a9R!hsY#VnI z>8*3h*gwhgpUyei%r!(qQzVD^Akl8a@_j_3mtnE`EmeHN>fJ$Nh(1Y4Ng>8SC=tWP z$NlmrB-?Gf@;Bh44I>ubh>1%`9Q0B~?!)g<2?^aG$~JD~C8HN|nzR(|a0v1wOClq@*w3zB>a7kz~tl6Hl(e{i%A;NY#)Z<^9KLObA5`U{^lj4l*b+x)uMATfO|y8#0g4O1S4bGI|Qi_f;8nz&A8gQS+S$nYos z%12H7pUHekXll^S#Yt(GI9%+-UFrPx~W|p(_dt@k?OG%yDF^3`QKGHRv z8bQuKWmy7@#Cu`qSH|2;)LwFL`yMjK_t9M}-jROcoMA6~E5P#+dHF8Vjf#o!pO|?-4EQ4if)618!_#|cHPom|^X#Y>=a=)F zKoT>TK*zVON0?Z(7+Igg{tX8}(NzjhG%V&T;3D|tvGr_qB>g{hKhT0cyId4A>zjJ% z>b4pe_5`htUfDmiUS)lTz@b7t*__oGLBmVgK+T#VY#Z`N~s9#Y+MZZC5 zUcZEhs>(+#CtmSs%YM^nU-sHaBV#3;LoWN($U)hRf2sSme#njOI@}j1PaE2nCc8gc zzfUAYd=59jcm@$D3-FMHMN^jRcz^Z>+y>lrpobwYN`v|x%jYD<#>UsQUlq{;{0dd_ zW75)w6@;$Dp$eANpbs7xH+WDNg;Ane`DJA#SD7Bvac9s%5!$4@`eFkIA{S>{KW~21 z;&x!{aozQ!rU~&vN%p0&6Ny7SPa4iOMw?yj5ei8#4kcnC4>B7qPXpgGIYUEo2L}gm zQvjMd8tu-JN9{qU7`55RhVhXkMrG+jI90k%Az4M40D01ycuplu;)Odi(_IcAT|6gB?xs0%5Y*KYyQF8Hm#~*Oa77f6G|6 zM60tjy4ei~xZ`fNr~gAn#;>VIm?Am@8wKs<%j##;f$%1sK|ZQ`?g5WMa}E^GxCKfU zluKcoG!b`;v*Ph^xIV9+icNX_rNaF^yU7IFRlNKUWw!~Afx5;q@rF=Yip4Ylcerl% zYCt;r&HjjU&_@{hpU9{ENdzQUfrY|#xvRZbTt7+KOCW1AGGSJJqlv-w%~LzlZK=BH zNa&ZRiN@Yqwk8xmFI456leaRd(WD#S!nsu_EB{W^FF&h{yy%BzPDK%4YJ4_n@Tj49 zX4!qr!jjt=Z&6>~wbq*)y}dBq=1u=&n`4n9hxzt z%Fy>_7eox{_11k%{4;XPD5;)s!)&Fd`d$`4HD~h~d=LPt6a|t}g~zcK8Wzb{AcLL3 zwh~d#U~AWaBpI>v5xAJ97GtG=#dO^p)^nYg5FT-pcVkS-G>~sN;$|{_gso*_p!<}8 zp{Tn96s%U)=^x*z2p+;O&hH!-q-OFW15+xPl6L$H7_y_`UVAjs_Y^)RCsfopP@$Yu z+H;vUwd}PoN|)|+@i1F5f}*r04(@DaMYV6MI`(FxPi7URpUn}syc?{F=C3umBNRcp z=KR*n3B~YnZhtOnh+Dx%(*V(*+&@~$y8?^mYxF4GTv~sBq$sAr?bGpfsdo(hH+M!YS=gO!n zX*5%;73n0+$mlX5skbua(I9~gmc!Tag?{%a;21iM2q4NR5G{6y+&Dl74~AdtWjMxg zO{v}2qca=%WW0KO6?j=9yGwlbwsk;Xrupr-M88)5Qt`b0&TKw=;tykz^}FR~MsNkM-=sLzf^j9ddl^(sX^?kl4f^{D_dSr&X`{?^Rzc6OT)% z5io}xMQm;~5W5jbO~h_BVLf>8fPpbJ-{YqK0N4bTu6z2hMrYe?Ih>)r0gY+Zm#}(T z7O0E}O#pI<&3-VQnf4Y`u7a|DXyg6I_Z#IJ}KJPgNZKAKyMy`ab%erK2#>sL-nLD68* zh1LXWli^4jykK2^=r?}B^ZvKrnJMPQ?&a1x@Z4qp#0u?IyR_88M(T^Z`zNcF*D}O& z6xc$w_pq^B_s~KPg`J%4GfkGc$`o@*Rq89i*Zw7|sm^s;nI7UXPpPBc%!U;nYOLVF zN2yasm0J@hU9L;EUi+w4_Q4NUahDtOLYALG7*~pIp+qg$ znntFs<2$))FCuTm@Pv%-OH#`3yBY)N;C^}oJ-pozzjp@(Vr+Jg&QsiYH2p0(Ir*I7Z%S zM~GuroSi9>5cN6)64y?@SE_l(hWBd2Rr9t1@}_=d7M(G!L`=B0qbyp}>jw+j>`xh* z1Nf`b4prn-0=P|d>dmiK1}@XPY)m!!>57V$Y&-4?RRztygk6X zB_eV%B3&3qwT!Kva!Agy$4~3z^r^*>I_(~6Gr&HDBRn#0r8CF0g z$9|XI9U->*=5lk^M`f2fUXqf`kyo-BwejnZoaZ?aPeUn;($c*6y?9P-=Xy_Z*b7im5)C!p>Ysx%9WekB{|Uu-%Vacjm8g zVLbiT!(qOm+5I6{QQ3n7B$2!3#lm5)_hrZ|kJYe-Q_UZ2>EHZ1#p_2BOF`HO4! zEEYD-y6pIPI5iZns;kE+Yxl>;;3}6;Xv}^^ikFoPk9_dV+j|2a|7*iUDdlAE{?)^V;^y~>=ci*Q@0X*N zm5Q2bX0G3BDz`7sX&&DRRMmc#P}Qi)8(iWQC(ZsB6J@P-ab9V!>eTU$cF_Hr{MI&t z>#{zIA-~dLi^D@W)2an*^AbfnX9Mmy)sG)H2!1})w`#us+40eDII&wN@T1_FkY}N( ziRC)n9tKc(sMD1ONTL2@XDaSBH;NLF+!44a#4Z!~tOsx<-^{DQ89yZSNXKJiCTYk# zT$0kGwXNI995gzFD-97>@ipU|M{FX7+8_OQ4RMYD#zMv#!99l=5=z)-?%W6ONoSgX zXM@{8mOx+{BVyigEz=wL+ZVev_;$#JeV?;Qjd2yIb9=8}&ovt%&x?w=SG;`CtP)i0 zeD{8ycsXrr$>4_J(s3G+HI78uY;70|F7B;;^oI?ZV*_VJW#klMs;9_-PTcQTziN5w z@L-zn$|X7rFFZJ6Wy_?82u6@TYHCZhl@^ymAr&T{qwNE7 z^y3$7obmr|GX+&w5v}C3)rr`Y;)%rNW7shcD@*8Fvv!Q87Gxe#Tw8J4W04JlQsllB zDWvJV8m^M594+7D)P6Ip(ev?O5R03&R_{fNDg(B}*LN1^2jG0B#FRQAd#X^pqAP-A z9v0lL9RVXjyvR!>HM3gMkE2rXVY(fqrDT*YU`wg2_aXg@`0Lz{7!rP#e;hBzt!D0^ zWkpHD+Jy4kChMwHhNPGUi@~5O2G$=b?C_O!7l{nVU1=&Dlr}QXQ03M%tVEV-Fbdov zkV{frOX9^)Pcn7be)fay%i@ckw+7AOeQBLGV+4+!8Q+X?UY9Cz{Ghybw*snA5JW5a zbipB@-Mhic`mSq?V_uCO z-k#tfQKfuAi=&6z1x%vWg#?K%rF_ALJdquuif_f%F3|549(LHl(SJord49P*3c*N? zne)y;S>%{3i`Q63eihjJmAQ|yQT0|6F~5OBO3DTWUPH?{IKT^O>M^st4tE zr(wu7CYtJmpF!^@)3Y*jc5$fKF39h;L3FTaRDIEdSo^ zFI`>Jpe5J;_Ibhm%Z(DzmjFFS&33a}WF-A?OP#N5Pm}x>s@b*WbTz46>P^LDMLrd$b|1DRp>Y*>5PB*T^OCuS%ht@48|h_rkpusrslW ztEbg;j#Mu$KBFjU%<7|I5_N#Ugt!@C6}6V2WB1yN`i{7g>Fj~%>>Xx8LN>mMJD7x> zZ^)FUNA>I5i{vJMeWl)9ez=>hTr&sje=cCr^NMTG`firkk6r znUqiK>b&{&?;#b`%+2gHdKf zQQ}BjR>y^D&Vj0?cAWS1kkQWX$5LSaU`J<|0ozHv6J3sSR%>g>!7=qjPyVWbfkDeA z4$q6Ow^-wAUK_naPsh{9(Sc$t$nP9{^N7dLcLH(f9pX@uxP-rDTGK9%&68iM%8VX3 zcfWK)W7d`W)Y&0G%2jbbp;NB)=WS_C-H8b<9^MX~_~%$y%~Vxak80|TT+6{7P-ip! z1%8PJ{vB_zB@f9avHGE65HzGn&qpM$n*OtJjf(SJ*(>W7`l$Z&+4*sFUbC(kRe;?Lv<398xFLc%yF6 zBeHnub=6dc0Al)Un9CY;ea%@n zf@o?p>cJ!RC0ZBeZEIrPyi9;` zlJMW@+KtDlw7p9W2WF2uACtk&7z7VpEoRntnPgVk3-+>ia9!I;Zxb#C|Mq@ab%#$u>V6B3uxesp4UKc&Cz205$ z5p&*}h`72qJ%pM)gi3*^tcK1vQD^5Pm+4>D$akt%f8>(*ADZy;GQm4{me1vjaV0Bo zKmPzX!0SLFz&Hnp4N&BUl)z#zykESXOggm6mlXt%)5DGZ#kU%C8fld9blgF{&7-5( zF}iKDyFGVawCPlO^$oNNeYZtag#H2N+e=gA$#)$6wc}S@I8$%kSy5-4|J8rT-BEk5 zyTQLRcl?z`mARm(D!*2S{@IGOL#4puRA~n4{+=LBK#H7Qa8#MeP_(v?;4kVA2+k1@ zj(phR8{{ol#^#AwsCZGn;U=CMpZ@rr; zMRZhD>d>5AGLNmd&;eX~_Uqr##?1MawZ8^vEZUA<+Q?w#JU+6 zPHk-W%aBu%$vUGVfj+vB{A z|L&0o5RHoekEpkds`87swh<`-DM7lsTWO@bySp2tLjgg$L%O?Lq?Ar+knZkoc-H=( z^PYDMh95)*xViUQznJryz>tA}fjuQEEKLLxOJUY=Fz;fq||0JVAkCYI-`6$q(wI z^0Sr>L*tk)tP%}~6Jg{2Y)`p?oAc}j#gG2ZZZcE-%Ihieu0e}kJK6>9ir zw3jaxq5mskqq&)4bCc!snej4+e#&e_-zPFq2nuix%=xo%eCREN7IJn*$|{&;HCf0C zfb~(tg7Rfv1e3O#DaZtsbOoAdT={#^D~TW9Amc~uvSMu3(7?Qj=L?)u)q94n!qPMJWHIXm?d>c@x6j%SyG*J3|w45UkKbDrN z{MlBQ03>q#m@YtC)jqZO;?+P>`o)wYfMoS#A>4ndV`DNw?S~j+)yV?<@5zsgP^zfI zOCaf_Se5SC<&*?8{_v>RyMK5C;mH#v`^(Brmy;NwZs`*FT)W;Phep{?G;D++1x2QZ zAuca=WM#=`x&6}B7bl8tIR2eivF@Kb+rg-(|Fej?>S$@mj*yqF#YW@dm&V4}CUTyo zQCcHfouv>RIvOF7Q_8u(;RIbu4%$Jz|NUQsBX9CY&!f#W;N3(11~PZp zbcF@M%HNi_FI6zt3KX-iPesV%L5Zd`v{hVg%=@)?x$Vrwk-IFqbZUxc#cI>p>s#=A z*0^~%%-tH9bmZ3wd@vUhrYq<)`~<4&SJwm=l&m*w6~3*&L_x;MnFzqebq*^6kWn50 zSRHj1(-0HS$fxy&P|DDhmm1H5;K)>g413bIEm%)Gzh6adZ~hBxK6?FHi`$cJTtFbQ zv1%JdvSpJd@3Lp=&d9WHMFj0YKmm*daB*=rw{}!?Rbc`Ea7fU}-``ZGAVH^xlS-)* z{@!m>Q#L}YG2)~z!pM2ym%U}ffw_rshheTTrtGcNYpU=NeXS^cwLf#vnpr>kZ@un6 zR35$v;)0Ski9xFq6y;z@t*{F?ZQxMf2KKK4Fhw50vweGWz8<>V=GjFzRd+VH+}2&D z+WI)mez?#S4HzvPsq$99=qsDT7L;t@mjXz+oHq0cbBh(&@RU?*F7j zfQB|~)ZFKKl7xBXP=Mi35cgir$35ib*qe<3>yWWI<)g&P--KG}2Tw^RTGF{x>oL{_ zTYq&KfAt}B>Z7HU7F8MeaVI->T8Tay4MLtOc(1yYrklgHjjr!Ud#QbWJ!fZfAJOL} z=ZCj9t@U!!oxU{LgV1*K$wd0rr#@ojs4#0qhQo+$0piIbg`KvW<&DagV{3JbJP27A zsHB{LrDT(-z3L^t+2f3CRN#RDXoY)>YtV>@{u7)6J8e~(<=luMc6d)G*xo#=84G@V zk%c&KfoTfxQlUySbm-~n&#HfEwfv8qbv8f;ZR>vIDT2|`p|pyr$dN#cOc0T#sL zrE2u|fXp&cAmh26VsUuA_jZj-^KoYNkE~8>>>heX%90IZ?oKxkiV`Ubvu)IC&j1n@ zE}qms(pI!~PfvIEt5%P$WFH%)g{F|p z-obQK>3nSG^-BlksfFlJl5Mkd&oLSn5DPWyuh_b}y*ES?i)C&arRG23Vs@1m8w)14 zhMTj<;f2%4JefsxIm4|qWuTm54{){XL)#~wTKzz%vM~2^Ug&5$J!s`4Tbv!cc{OlA zCf^)y`3Sv&$|DtPb?RwN74x!<49fJCt4d zCXV-G|F_8}VGD&xAu)8Ut#SZ}7$EVUi_S60b|_OrQ?ufj7#xjO_>NjNo}?$AH!t}x z%(hojtI47xnjZj@rz>iKV%FkAR}=z=gsB|?^C3=sI0bF61_dMZoAXc>bkh6fWs3d5 zSWUi=s|EoDG2g2WFBl~=9zsAq)&f^YQa;6?b-|O8biv|$&g+ehb4L?IkYN^;&F#yxI-us1d_0ZSlth zaq2;A9Q`4b-rIC|Ufz!3CFe2S%bFbjw^NkV}AQ+Rd;h3j3`?tS;i@jg?)~2$NEK&Ln06TuJ1>@fW z7v5dR%Y$I@Yz8Y=!l<82-k@Sz6<%|Igm^G}sf7V}SZnq>VV8M5Vj7>HWvynTXk4L) zD`X4G2m9-ZuwyXWgLi%5b9Zie%&^te)QTGG3L(u$!EZXRL>Y?u)9c3Y%;4^Bw5_Aa zTy*z8Hfz?=?xxvcfB*ck<^F=2VeGe-X4Y}hgMfs$@=W5Sm$37%FqJIqT$N@lRrYOR zxy_(o20aZ)O+F3>Oa6wV@gsET84?V2K)7*66sC=}aGK&^QYp(wY9U(cF_RhZNsWMj zn|nz|DhP`hUTRGNsPAhYKc7iCS?kH|RM8xb_^6-FVgm*Me&Xx*7`r$qeXQM)*;QxG zx&OnP-*dmD2;vQaByU4T3RTT~N|<+m1KGnk#U2#&;U#72bFWh&r-ezI*HcB(?%TJ28&9vPz|Oh8Q#v5bSj%sdD-c>EV2v$z zC6F`eh!}SO{yU1283!8+TO2HCW_$jS?$^g(S~WPC88)}OxKM2{z%vtzlYU$;N+3yK z`lPyoARnL>Ktgi+*Ysv@Xc3D&B5C;vzx>@4v#O=Fj+O0Qr!wJAT$Q8A!B7a%#^F_! zoE_`x?o0(PSb}t<^Y(S=G* z{1XsVhNL{@=EY4k9}aB>I6DKVV#PMs<5y<+uEMHq%+#29r#FRv>vFdS0%+bU)<#0TrE^aJT)ZYUD zs_WA&Gd zeY_Rz_ail$e;0HLD@#iwj1`AoT)@9Vp|hvdDyK!3awZFLPMYs_W3cO(d!A3aP^Cfp z3Ys2q$IA9=Ucn7Ee{>=ksnXr|Kfd;yTa0n^&L$JGTd-X;tw5A}qeTkwO6t8IKduZf zj-<_jzv(>NNSUb2Xww%2%Mv&no_>L~wN~EG#ch0T1KqvdFpu=@q7MBV9VvO}TZ{-( zmIxD;2&!doz@OKrzYPjXpXKvv;0*}_r-ztzSGV}R`zy*#ofjI*TRy)DjDPYz>c#hL zRUj@Bsu=3&$=B}Tp$ZS8d`FdCN%`nHkejxTd#2X@hL{uwU4f@vl|wW+SF@x>xk_L*bBi%bWI zC=ova4-d5Tc#+}`!9V)?2{_1@ydg1|$|Y@fS13purqYPqJcQiJw7K$q#~XdkM>9Gl zrKQHFz|~{lBaon<@g6Qw<&$@i z!BB(E6hR~ynUtG51r)q4z*PWp$wtBSVz59ad2AM=QicMfg==t5Fi6<{`*(O?`7G3^ z(yzB$Nb>jMm$A0fVKqhQSoCIAl5<45y1B6c?o8QKj!+<`oM=IBYMP|o@~QP?q@7ol zHHUqL$4LyLR;S#K@D5FQThs|M#9n#n=-G_q_5%mdJ@?P*srQ21dE8Y4Nx&Zmp+f zdsf3{s(u=i+SF!#RI{cC_ylxGVt=E{tB|*xrLam03a%eos-(@_-{4_l^)MJ1Ku=p2 z^|jS_i@US}Oz3@wAEA#DEd{0qj1kJ=?|_x)`1Iy<`3YpvEUm~&2j0cBZGpX|lyVLB{Qb!d5=j zPriqNg@mZQXV&)_2`C0^UP#s{Py}dJ8w$mz_q|wy?ZsS!4R!{PYc6OQU3K5Sg?ruc zbd9gTe}xH3kk3c+i6E^f%sJLgs`x%1R%&1;J6@G5+?m&69|pLEB*jSkKIvH#UF!M@F`Qyt0w^7aF)Asb2>0d z**9+`@mSqiv-{jS0;3d^$K|+03J|?wGwH4Z-s3hfSX}eaV;@(b9>>i)2v*%@^AIQDGvfcR=@P>fYpr`ae1_2v{CyfXgz2^b8a-vca*5MnN88HMk$)m}hJsQ< zK_Un)aPHf(sdx$RH%U1mzzmT+8S@8Dr;X!EJ#?{H*)o|=z>`r_{_4o4pk2r;z9-^4 zA5^3%-w6@l@9@{`PM34V9u89 zC!HRjuZ!8BGz!s8W2x$9Psk4u@UTXb{McwHQuctO+xV5GB$UR%p|p$bErCL4?O%snCubZAwGJx3h;U*B$TTy&YGZQ z=XS_=*`vi>Uxow!p1B~b4VbC_U_(?YYi9bzS`=#+D z!hdiupSyFZf2Uq;Ia@`6b!qy<=sv;BHqm~VxNe+TDT%t{v5AB7@? zcXTq_S11-}V*X)+7l(9~kBhf7i7=(pV7T26;~(DB1Fi<3{@DI=yrkuK3}Y0hTu;ZY z^-BC#ik@QLd5=JEnvw!v&4=9!8m#^~{T!rOhTWoznZFX*y86{>iVnVo zyEI4g?bLBBsQ)&6?#y!wziJR|lJr*Nb*Vr=0!~mWrpVQWG8w`n)1~>3OSa{0QPF60 zkaU`ySi{5`3jv=F_5W5bd%S-2Dk41G#3$`TH#|H**a6JnI36^;d9uSHDCxJPF zf))Kj?qiNBoswqLD-y|qbbj}!^kG>aA0LFMu=U!ej}zQ3x3rW&MZet4&hn+e&ini2 z<>&Uta~ZJt2+Yg7^IYUIf4;`wGc#NK<$}Zxe`%Cpgz9vzQa)lm+G-aBQeI0)PQk#3 zl~E$+Xyh6K~LH>n4 z<7Xv&O-)UAZ!eqQV^*gcI6tJN5eo_maFF4^;7~jdJ@C)h0aNFDt*TiSEv0O`Tgy`D-$#4L2n zH@jmiO$(}`Lb3Y{4a?>3S>jveuyf+zp2C-!p$8zah_mF3iK1jiAQ1z=7UN=KAn*@> zl10h#IhSfXxbx`8otSQZoe_!R@BbNx1xn5yk$O^EikW_+shfmj;@vlI>yUHIX42Ys zU=~_j**TuCnStxY#A8 zWD2a8P~SYga+~35Vr9unKgdrm*JI`(GPa}X`o z_6V?21B2#hFsjApcR^K=<1sR-zR=CvB&;go?R3$9jWlk_+vYvTDZ(fc6Ijk?4ffs< z{cSrt1Kn3))Tb9O2ynhoHbvOTi1ZZ`kLwH-$dm-Y+}z1MF2_|UkWuTqa#wT;e2z|l zho_>X^hy=J1T<5!;A{sBb!t*le_%FO($$SfPR7piyQc+Fgf6_oPpCD(-myKBCZVO3 z^2AFFR$YyDL-|ti5V=rjXz1Mo-R}06FrXQldpX(L3*E=lg*5=UT~NeqUw+IRhq#L& zRzr}`!U@9J9p^&#LD>2xxRlB+Y&mg|fk!HZt3 z|1w))Zx-301uLjM6$eZ=_pJ+?9Vve+dFuq`=9UuXO-y(gKcLVd1%_N*i7_RfAD=Mp zVKJKN>M&}}`+6i|O>}=ww+*ny$g zOcFA)xgtZCVj({Bnj;_iP+q=IGO7ObP%9~Y<>k#k@*c_MgMI#l zr6?VOZR^(iM!n`vcWU|St3j-m^vbV>>K3kI0ht^o)V+OTirLd~Rnx!?qt;dPTf9VH z0emP|{Hav&^h_Td+E`PE4@H_;&tovUu6grAl$QDWWOUN^VTM~gs*iK{lK-ZDa64}1 zJITnBYvV$KcW55Xq*mHZ?4V`UveVAQhgyjiH`R0jyO;F1IAJj{ zSV*IlF|Ah!@;?ABF*ZJ4#NM9i4x2eQJW3o523&vA1#xV3DaaK`+1Vr@2m&wzw+p1= zK{Zsg;xc;XXGD5bpuAnB`Dduk{A|vy>Fl)cwIa-N_s^dwJ^;n$pvxD;v6wZIVuk#6 zEbd4A*H&BJ_^y`fwrpOczG#bLB%$~Y>FNz@VpA|qg7SHuZUSB1n-bNql1sL@btJ{a z?}js^bUtW_&mn$CXl*7(2Z+DHV0gT9A3#pBeuR!;}tiM&F<+9Wn9NnBNxAJxv#QA5x^D?B&=FNYz-#AQ1YTE8+7Tmd0WI~fq&&L#T=WE98e(rm@GCs^C zxQ=e_xD2F{*&DL|gyp={-wbO>U`#Zw?OFj|cWDADyr1h#YB~&NU>&Cz6Qda%eTYD> z66f(`S>n6Y0z4E)e*#}7RGnvsO2%!`@0@hr_r(wH&9V_HJbBl%tB)<)KCvIqs0$7>U^XuhNKF}&4FHG{@Vb@v zx?_aG0Fw=n#;Bp#w^CA4LiUnigI1{IUI3nKNMOr@1(+x(m*m&h)`|;mf@YG8i75)) ziTHI_ONyYcS1uW|Zn!>y0@+}H!?5VndBigKJmY{YZgy`2_%^{i01gD2wnL>0_@;uK z;p|@DtwX{GNO}$^PZL$l*E;p9?Ntg+biAk#7Rrj` zhxBXH4P1YDbaG7^RbENk7 z$75N|n_RZYpkbW%0m-{P&z&r}3w--iGLoc;Y+%o4M@uWpoBtSEgQBj1gM3{d6g4G3 zt7d?2MYBqhD4D`bl~nITm`O*gEJlE8JKqf$hbe|whto7e-08E)CW>Ar=rFBx7pIlw@`;+} zERH1X@dyeE#;+e~(c}P(+fYd+Q%ovG)qj3xKd=TUl@zY`x`1%b$M+B?i;!D5RDZOx zo@4#Xtv_&cfo!RqK~rHmgv&Rm5Pke|FFsErL^pAw0HUQ(`7hBRR(T;Ip{p4&BcyKa z@H4ein$T47pQ6I`S05cpB0Tl1!^r3dU8L9^xmR=1U^oIW8}hZcDdHtTy#jRemU6C> zKCfUT(=tmd+8Z&~*Mw^1zmMCBACs8YFD(!)|4JmTc=a#S&)(w=KNM#XxKe%nuGflM=OCPx-}q_60VI&7|2))NHgQ>CUrX>8M% ze(T{@Sa=R}+Qp`D&p7;e4vB;9jCpgivHA-7Vz8bC1*VDEwU^FxAe{)f5bLjQBuEpL zfolR=5jgiRhs7+^$)HBBj)q*G?z#B|8jrv_#zHABt^_@iBB9>wxvJxQ|F=KiOv^_M zoB4vmMFs1Y1TLKy^Jpl6QH5+dRW3@DKx^N&Cr`Ui1V{>5=7Xhbt!$2lkx*OHFuQyd z%EzZDTLD5to$11HVPRYeI{m%_(yL#6xl2e`s>P6~z!>M>PcFdsIbg=@uPn~a6WQlo zIJ<0HgOh%^F4+A2iY`+8FBYcimnv0ovS(|K{j0Gg&?UihaX3Aijb7XudId=sr=rSL zFS9a{Yqrpt>Fetg$ZM%B4SNTKz<6)r0$+h08W9>6mKfm2DV0ql<9`@#{~P*oC12s? zS=V|pSYpIHGmGO*RX&BA-F?8d5cJw>k(99<{s&I;zu51UOK0nLA93wfvEr=}#PODr zBgu=#IJ3__`!{afDLAp#77$-tUYddfRMM`5-dEe?+G(l61WcvBd3iVjRD>IAykYFR z4xaq%*b#%EM*@7XPlW0^-)~hbj&-{>LH>y{>?-XgS-V!>Re)-0{7n1l>Lrh4-^ zrjbLat*fgUaGH~NU^t*M=NiH@nwDlLijsu_;ea<2zWw>$2BfoQcqNA;D4umE{Ggg$ zntm`I1twB6Q!XrciI&Tl+c{4b%pcKcwZH0OB7wnd4xNH7!dlF8RooaFjYRGFmr(7c@BdO%;qs;<41 zlg%Ty*x<;xPL$S?kmpjk(T;ua*-e60!o38-XGvRS!m>vBQ^XKaqn9+!{D?!?8mvrO zzYUD^xNaF48U#Hre<$cZQhUo|yYQ9F``($_Grb}T@)%eP{VC{iaE>fMB#_Eik;EKD zw594NAjU(OMa)0ABN5F87D?V48@LOI=R@t3&u zBnZ^X1YI!-u>i8_3j5ATS|4x=;SopxXRQyQ9D^0z?n;NC;!~7>%?v{n0k<*p32@88 zd@4}>FTE51Ganq7J097FDo$>oz+KX;A~XehJl#A&H^9aQlYizZ$G;QS4Uo8`$NPh- z>l09b1j-kc)h&WAGkzf;AQ%SV0abEFBT)N6;yeK-0KW7A4I(fBJyy9=73lwGp1*(? zU+OHMPPvauswOD_ot6&1d}4VA;t_^4tDeds;9oCteEdKDz${t(z)z4J0GTpCf`LPU z1OZe5k#KQ%uFL2!q8*;AF7QES$)0vA*F536;Ut6V-(T<-!W=%*4V0Cyf7WkcktTiD zpJ);9BK%hdo9XOn>L#YYwfdGHF6>u8YVQ~x^8cqT&-S*Y0pfD|+OFxV{2CK1BdnR- z5p!(`dW18a(J=mY0(zE7^5HukP)m0Lu_g|NUdFZ}Z6e10n*aBAfF8qMmNAm=X7))R z4JJ46h2hKE?HM1iJ^&J#N3B8@-Vu8<-H#D0RCdw#ht7AAb}d?PzY_^*Zv6aLCMR~+ zDT31JT@hT-$bB4}1^0FN`Mna+i-skb9K?e8U<$PIyJLdjar?~#`Z4Vek9ni46v5`% zsW}r$G^96>$Y`2fPv`y~{eT=Jxg%b$R*}wCO>{F$tT>U3xh^+=?ai&_RPh#Dz3|oD zpb&}fyC~?LqY1THC?HR=c(~elwqLqsBlV9)B`zE^HI|S@6gqeQjZ{Z-4)l(#^%kf= zG=q!xu1k)U71?q;H@LVLoj5Vf;mdQ%OB!!7*uS6mU>i)K`_0d56pQ-HqOovKsp-*k z3P+TCop!UbaE!Bu1gaJ2a;WkK_Rw;erd{Ua*!&{I6_aVR>YAs2ZtdXUR7Xf;)A94K!!uz=&=wn(>=^;tSyUy#v4U3Bxo1 zXT0l+s^P5S{F3nbw+K@ogF56Dg5+>4jOV?vrRXW6?;HA1Y{r{BXSPL=)z--$%h*h& zjgxyuE?r3`tM03Nyf>c+uoB(@&zcmV+mpr>1Q{q|)`)Nq#a0UYM5kNxl z47ymU8Jm4rsFAKN!N(?RvyP^g+DO|nk%YP}@}0k8V4?XO2+tZ$#wL_)BN-w?hBzvp zfzWc)D4y)HSV_l*QFZHajzX{sgo9vo2hi(BorD%1#nYGX#1Mzg+4%Tr69!Igro($jGR;bw4Z=Kew@Nd4+NvjP9O56zW64GgaLsN1&m9I5#tnq1SEV*bo^oQARCh`%lstUX1O2Mnnn z(c(%4eijk8a+eenDQ_BxG;vEVzK@y}6tlcm=u8RUIQY2SKi@4{D*GkuZ?vgJ-Q%OD zy(_C3oT@<)I8rv6cQQBbcCz}0giele5wuAMpZd86R)dBmQgz+8ZH(3 z3=H)*-qcNYL;l0EQKn|&L;EQ6396P?ps|}p=6G=eF9q1-{S#an6V+%eTdFMMBKjzp zh}bcv_>0?V1h`;L6Ov~g6QzL~J#1R9bn1_uv<4M?o4<5k99>=*`~rgP5ih!etKMws zcJG|awHH5ilrCMJ!;Y-bE0K!m2^2qNl)s1JMH*MwO(0JIh$WZjJF?`YqyV>M$;#?b zUWQyV&qzI)X>q9lX?#}7aSAX$1OOYEs>*${A6?+_R0N=1o}%B2ygFQJN#5Mt^qR~N z6BR{sik!_%dwBuX4J3E5^=d|kCQ%x~(eb@m+HnhXcF}7d>2Wu}2Q$Mhun6lYwF7#x z8nEnout=2d0fWQ+pDRJ%zWqnw@x9S|epq>dp0>IK0K##+Tv7`l^r;2&Kn|1*8n%=O zaNneW>&ln~$J(dE^*~*ifXZKr0t4b}ge=Fvi219vzq%a?A&=_D1FcHoDR?}mwB+-~ zPv>o_NE4;CY+Zk2iNyls35)Oj=Lcut2diRrYXfWvKI=AS@V(Brk`0_^_1v9KSB0P| zb(@W|hGDWN_xgv1>Z&e4l>98Zh)~0iq0!M%eT%&D{wP9T9D&7@=vK&8r2A#jS@wTf z3F0}5kP#$MLP1PUKiJF==iUyd+s7G-uJ`1-oqgkWO0lG&3@iH_a=v*sFdnh@ez4x2 z5%=E!s+1|wUWuam-z;b}7lF9Wm#+o2Qd`(yg|62)%oGfnJ$(RCtAcc2*9V8uC2rD@ z%VZ$3=JW8tX=gj|ej{sb<4y$}yzo+>W>sM->eM{4-mpf?cH=21BukdQ+bv83DnAG% z0j>@=R1|=Mbm{1FGk`4JddNMf3>V5~Ye%CBp~P(tBedI(NlXbw1ow!Mc9Bf5t8TEZ zwQ#YA|8RZll5$x3E?pkmuV?3+(s@Jxr-F8{mcBt1@8vT=?Fa#&iAfHQl4$A+XXl#V zw;M+GG6k24i=vT8(>fMWB-5I1kaMBJAt=Au5`PVNk(>Bs2l~6?0c7DNf86%=xxsD| z2x3D?vRx2*moYq1BBvBh=70bR(j=*r~|cb8|1wBDvA082N>e zG-P017j0TPr!Yu_F0By8WZ$L;xQl>f+47|vKq`HYv|Dhjbq{73vN%fgSraNyV6_=r zCMP}aC#2>8;=GzDby2o;*_fia(4MkVkQ37dvRKvpNCwZZEyc$>HU`Z zC-2Y>?d`RV1RxkC48=H8u`|D-M#0R0dVQ^?WdcVyD*yB&1v zH!1rr-#!e%x&AL<=h$A~Ri#wyAq;EBB>ut8Lhj(u~G0N4YfiOlT+ zq5ycmQnzJ)MJkdX7i5SyBh664!ph-wDdgeWI}+*3{-o{U?KJlVCshAw98XRaCqgp) zo=u++NCNT;3OIEC_x0qO3J<)m{tt(Oi0%p=f`PH=MJgp!bOYBYu0S@bzk za3+XR|78bsVlu&p2wHlL^F6>cZlQ|x#YP-YYFaJ3n)X!%CDC`U%VL#h-Y<{-J;o*D zH^q?)goB)9ZEXM~SH-i^0SY4RJeTiX_dmh87(28T38z>Ir!i_VS}kbtisCU)H`i8F zLIUumfXseGy-<{FtUU;xf4%igd1x1K2Qqn&vt=AvOp+Kk(oFhv1^nbPDwfm#Y!oI? z#!6~B$lX-L4dCDrj&$*R&u93hUHJaFmTjC?V2U*?PsErKSGis@)z9STbo`b)%UKZC zqA%p5F$ny3-S_uw98|&HzudMWg#tCX{P-SDTI0(lh)6fqzR$V$5keTMOdvy{Y(XA% zZT7XhqLzB7#@V}UL3h3VlaM-JCuG|X)bEF~{AVn$ppr82rD81jfT901VcM1#h~~7w z^MH#gI1JD<>sCh+TUHGa9};2vQ_=vvx++p(s#fbX5N|3gD;JmB&fgBSdS3k8O47j* z^z*5k+3_-LnFTGwg+pa%+80DADJcl=7$Tft()$$yR(n9&ck*7O`A&iq0ou&W3{z9@ zN7`VTL%UWU@g-0ke)xfSnPQPy!iv5P!4zsf&|IAXkq6`nijkzKuiEnB_B`LjGp3Q~ z1?2RX4uBZd>?^V>*KMv9p9889>%c27pt!K{k(ZJxIpgN%UwZx$B&;NXywwk~;{%I| zs2R2Evw<)OlQ-gNhN%e%P_B|(z%uI{P#aoW(trpm4Nlrlh|nSx>Hp?x2YZXn>_rM$ z+dyJ(45;xS?JfMj{nhCNrl~TmZ)aC5Zeq7&`0ln!hWG%MQY`&zRHZ-G_V{?c8}WIb zR?6@Kcpm}~5(VEYQMBX+km*!9))0K|)2qAz%lF`?^Kky7Nibmn^)EW=_fLK zCeAHx!0jc&o6DI_Z@t0QZ(pNX{bNM(JStbx z1F7faW`grd$6g~nH;W;IX+l@Ke+Z%U=U0uI-*&;_e0c`KtqjqIucr3pJ-pojkFlM< zX8}|ojk;3nH}u%(!&t?X;>H|3#RXsBSdr?rQB2L9YpO$_?bIUwd=@HhmxmV@gFuvz zr;MuVn!U8Z-pHIosdP4ea{-n(w0zuUP5Nt&XwgQ}beSgv!1=6dKy@QzQ~AQfq0Mk8 zC9^Tz=8aqJNLpjyH=uVgb9S*ed0VCmu07!rQ0|vior6c}0u%@k!$Z+u_a{|>OQi?J z2lY+LSk@7G96_rMXw7zO3~i#>1NZG9vOI+bQnU8`EtphcN~fsNn8*s#7{D4TOk1&Z- z(1O2R>wdFsw=A1Q{DtDOPC=^qoM2DO;G*leuUR)?^b0ESCvi#)q1AT#C4eqkZ7Nam ztoiZxy*~(?oiSCo0H68AT(ZHrkudZD3ZXDM zfoyjItxvNhdTl)e1j~pe%>&exJ15a3s=ORTk}?)udoFT*nNxmDDI?~P6+vGVArLF` zgK>*U{9w!b*49?d8e>>cjJmJ*&Td_SbrN4c^FB0*emT+47Q1GS^ zq6Cgb*(b`my4)FbjgS28eYrZ;voIDh_vFqZa(a4(pROB~05SG>+@#KgVJTZ394u~IJk5D6IU+$ z)ZrZPK>G*Idt4&?A#M{yv*kGwFPB2DfK6xGyF@XBts#8oUA&SL9PVFVIk77`Uy#vc zPDM?A#lH}Fq*g`qMTs3RdXDOpY)+z+_j}wLK@9xB6^)7UhHQHM3FxWE*A^T+0nWYl zKq`7!6^z6{J3lmIGoZ%s9%)UTy73Fo2aVzmW!>ZLtWcUT2&bmIug?Wk?Eek6i1;)m zey;V7Ty+i&ApxgZ(F;HWS^p#gMiAgN!UZDGGL0(x^F~|RQ>aHUt>E);%sb$FdA#6k zJozzL`2jeJz=p@`OVv@UJ18b+TWrhJIVTBc-9o)Ucnk!83oe^Auxb$=@AvTi>dICT zNvG5LJ1kEp8yKx?RvPxka$bYIk?l%*Mi3JA3{A_mCIrq8c03K?)ex7S+sX0>SkW|t zuu%L(cu2?4ocU8_yBXqms0A2I(+jp>(PwdWx4&a!+!WQMPM1Dg&FlfAA zs)ng)5VefQ_d~+_`cdL9vWr>Ff=)@dMoB&dztg(-{8XI8IG3K#ef#0B%A3aPo1)>= z!A}-!;88h^88}2y(&(B-Otw9U42diV0%4ys6&ry@T|YH7`w266UMXr@<(Klsj%6#x z+#9$Orlqc*SU0WVTYycYb;4}E3NW>&Zhw(|22B;k9DQh1!y8M7oV5>|9 z&{S%=gS4JBN5e&|cyuv?KGnFHs+us%3JEdg{KH^PJ1seHV4fbaVu50 z%}xz-uUNU}`BWPt?AcHwOps)4=K83)O@+Fh+bts8(-Sk3ODKgWnxG-U#q3Xr{GzSw zJX>K6I%=ptd%>U8>fzpWu5~^ntD}P4OAj`(n6l}(#3X6QSojLxrx!d( zWLZy7*`Xow)-HV?ew19A@O5J)R;kbugt@I-dWy~60-yqvZHW4=*g)*_LSP%8;L{~Z z>fe)!Ly-g>mF^oXAwMM>`lIwpjFNFxw}!aA5Ab1^Gl+kkY<)Ar0GcR-fUl}#Yt4R7 zyZGpTmJViBif1ou#E6vG$VtVCe7w7-Vcji;>_Q2SA&v*<>l5%T{d&L-1UGZ zj0~}Cb!zUeaVc;UD4eg3N2Y4o^cU;C1DPn_bP=j`nMXg>HE?P0b=**ld%dY4BC}5U zW}h>Td~$(_A%+a32H>HbT5bDDdjm%Pw1R%=wclW-jI^O2Qc4m&Z?26b0|Y35xA8rU ziNF+3tELMo^pvRVx;Udnic`>G4OX+X{&E$W{B~(W6(0)l<<%fL1MFJmg@vJWY1a4l z2CxriC!55ODt&HAgC8HohvKX`L`PCY#;T2&9EexjAC5PG*OBjH&Vr)Bx(66YhfhJJ zv2lm(VK-;osQR7^sz#vwmPU;NK)3gV5t%nLS2fMw16+HM#XFdps1l4OU`cc6cy-?_K49cre+cj)aL#H_y~t1{i`=qswn2>$|ba&b!-S3Qk`#>%-|U26~1bZeC?OK z2L}NsceD81$>SM3;ICT~#2-BAzBDO5w66k<&HQhFU~*B3JP`x{cCedoEE@S-u(%zmeAAKxz28o z_U)03iy*J~4dSM*Htb!&%#D@MC#d-b+wY?4vuX?I&8mY3fpBNCEA2jxyJ)}=0kK6g z)02ZLX7=W2<4Ew?(Dq;kA}|6d&tzpRUa~MU9gva-j7GT<(M0u)`XZHVfH?sX2|z|m zMe=Dc6t?~+o7%nzA76AZv9Z~~XOo!pq(M$OxJ=wq=LaLx4hA0YF7RE;WTd6n!4zp5 z#EE}$6+8e#MRGnqu)4qh*~%zkQ4*XUPJqkhNTOVVS?4Nz1V-XOs2DYA#-Cvt;+TK^ zLr3IYiZ!#%XSVl8dwX-m#Y3iSHQ;%jsnpZi@OG(q(+ROk0}Vm#O_qA4?f@{;?t$F$ zcq%#L%iVD%IU*GrOc25_PgoHbAHO$OM-80e7T_}w0%{}?HRQ6n<8?&J{m(iz@`Cw} zN;dn;%kyvsZ!#8O$Aa5Q;N{V!H=1}QU+7bxP?u#hif5W>K%2~I3_T8El3dKYhsEGQ zM_46HE38T(%4A1AUepHJ;3i=}zw6T}5m$Ayua5wV+Ql|Mel@Chh$RUp;?d^TEpAM+ zYgPHQ>$#E+4$|irM<_~ADhmx8HFgW>h`AIPZ_I%yg=DKlQPGM8Je-Qaf_h&TK;978 z3QX#EPK#Vb^Q}=(Lt4txJn@>!oudcm&5VA;YjO0N0fM&YZq~Ck+`2`4Th2BQDl?8n z)yX!jq!dgdNsssenipoeOtC=05pd%0Fr~GCE%&4OufQI6wo_{u78e zlof@WD;i0{N`jT$Pm;5!+5uZ9h6xDEG!uJ2b#32CmLMpWDSF(y(D=Q-!+1-Mgc@TT zLBZG;k7hy|KvF$`)6={ztgo=#2kb-_%VRka5uu_~Wog@8XaDA-LXS?WEJn{)lNjYE z&k$6L7KSUzf%*#)Pyo(C07#vcjMO0Z3!@`b)$;if^Bb5^0R+lx<@38{EUd+sLHftb zWpDY{@a@XnOZbj~&R0Ak31vTy-pOYU{EiZ#w%j}D%U2f?9hxe(ep}9we1Q8^u_mm= zWcK3BNU*o*Iin?Sp_(S|qs(ZQ#opb;=Qih{wZ77II-*tXnlakqf*rTM(Pf9Xo z;Ji4%rc!+tyF5do(oGKfKI`B{oA?o}ly#k%R&;F3nUX#x3Z87t1``u+=##;b_-8(a zp05bZ`MGNUtp2|4GjWh5|BG)Pte5>0QCJnr12E3sAQXWO8^B!bqC4|qpJTjXxF`4` z#%=eSnJixO2Vp!^?i=)!r+=uCkz2p@+*x-{^`$ux&ym&gy%T`bcim#T7QqY&ZTjhx z^3q>1rEXm{vGKnd2?ShU1?a>7I!L2$3S}P;!1wXpb}Y96u>rUp*UM?QtXuy56PUHv z0VJnKE;oj>DqW-b{b|0bJor5AhT5V{Z;&Sjld&ZnNLw+6tD=+!oAV-eahy9D8!Qvu zIX3X(tWM{=&YWeL)W#Hp1YtoWJg{Zn!Bthv;EitH9fBS~$UAc^J$5(5JfH;{^SAgc ziAgiGGKw?^1Z>|zaM=}aKk9w*21?q8;eTKr4b9@bDVgc9{-%AH*~r|IrtkAsf@Vbh z&6#1a1*9ehu+Qo^AB8113mkXXh7ET!{vk%Zmv&nai{(VuHc1}BMI$#BHoQEIr;!!c^o(* zbfSGTD?+)oXT^HRuh*GKz(_=g>pSl`N!58ZU`&JvTZK%}-%7*}iLL_Lk?c6>xs=qf zabu&A0-5sW&!IDZev6Y0^gsq}dJ@jr3#`urpc&``wFqRrjW3J683By4kgyGq^VImo zXTG(%ngtUPR-;n)uBB{!+rfA=lYi0g;V8eTh}~&jv>iBWc~ICul$eU;bSW0_Lv2IU z*+3)?Tbd;o&3}yppbd^C$Qkk)d0)nwT{cWMKL8=&k=2^5uet@tRx@cupW39j3gINU z;~<3$WS|8g9;Ox+D!}v5_hwN1s69?RZw*vTCcqtceNtLl`mf1>7+AC+79|RB5B@)* z&H||FwcX-K2`EUn(nyICA}!q_-3sjl!vc*F=z0PbpDZe?+Y=G{v3Fd+t`>!@UFmsWCvHL4D^oBxm z+~@LS8MHDd?GGCWUc?N=|4V73c%-C#;BwPybV0b*O`+o%+G&E$m;9)}|0gw5A%s+# zn6ds2XR4uvHQFIt!PZUcHMZ3|f{s-Y{LWnQVp^r<*!AXO|E zo>KsSIY=4=#C=IVb5MWXs@=Tie4{8iwjmBx`v6MhoXZ8JFu9-02A0V`#X$Gnh5C(D z_4}LqFF}&i4+^r*`-0q_C+>TtPcK=xQzZVTSZtmzE{s-Ef6K)=3zBjCu;Wh$X^B{p0bTT(NSXo=Kh@{>Z!b zzj1?AhkQ+h=}e}^>ZLv{N#9iLbPtg2Pq?1c_9}FW6;83uEYE%)DeEv>30Y{m;H1g! zsd5UTq)H}hn2glbtzVXt#k3|MfaUS#ojY@aKKw{cs;ZDL?L12&{6-n<7o*2?Z$<1P zbL0+sb&8L+_E^)i694;P+xYZ__icCA6K=)=#nh|~TCIXCrou1^!7IxW2VoH}#tkThv3(^Ey8Z%LVee^+7-#hxzXXXVl%g)wjmaZb_eX zy8wSwJt6q$Dck!3XA6$E=1(erTLOhJjCdItP$ zJF(8zy%}e#7L{5Urzd7|=jFfqM`?g7_&O?Bd`{blIVZV-3O^j@?xyGzFt$E5d#5Cw zFZFIckzvv@Gh)jwrN#RiqX<=CLJk@^6XUtl)H*)puWQMssu&Q*e@C)J`PCHtCNltV&S@km1RZjm&-)oS(Tt6y-XfU-tNOE_Mh zyhexk7Nk+!*ON8D1%ig8e3WW3_I$57(Tm5%2+}gpZnV}Dawo;_cv!(|etO+D^SNKf zi!`1}-+!J+I=}$>(cs*$Q{Ds${%zYdB@NYnsQq~UJQEgt1o!XjuRbdq@4Fm)ukE=< z3HWagfg0mvg`U~zvXsSa6qt1M_HNY4?+yWvAk_10t>+Wd-*f)NaIh46r^mHlN8KI3 zo{E8267%7n?VL)kV7{7_+w&96qT-wH*V>Y*0ky5i>P6SefhlcRx~WWFOY*qx_IdlQC*;FWwq4&zP22?al$1fU*Izs*h7~ySc4%0 zrJ~*D-qNs*PdT&*d6SV^>jsZ)6=6!As5u;FiHi06pBk3ZDHo1@{atv6|HaLnw*zPY znFk{Z$HI!1R@{i`5qF&$Dgm47lLc1P=)66jZJnimR&7mR24Jezq)Rj=mgLtDF`YF$ zUHneDFGocwDAUm44-F;VzW*$@H@p8tb*A4rn$x%35WXf$Ote~}s35Kt8wh)F ztG#x?FOZuY0ZRfi+~W1>Jv-Z_j3+N&zSI9AV)dFCaA+Ra=Sv>8`v!>BAZ&D;#3h1T zmI}E(;B|2(VHtjIjDo#P5^x!h!P!Gy@i4?u+}+)M4BP`y7Il3X$P_LicD}bT*X+Rs zv!xIuP4}1d8J_vk82X$N-FtrZga!OTZU5fEbARU1N4Mh}G(`KY^>iuC=SS0&oMDzIf7Y&5Z8T!Z+q@;SDzCZQ5Irjqt0>bvj zkE4>qlmJ(SP9WDocm)0uJRahLGqXUE578727VOo^-Uqpzvi$QoIkeE1i0~dB92^+I znSuzi&*=I6N1Y@7|G@0?P}?|r_@{Ttxx@IJH$I#7<0I5Os8#KTtk6z*-msL)yC@}B zv}{4_jyy>U!oY&h{^cQ>GR!C4OPYh2rlgUao(H}Jzm~D;Zq0$-S~?;)5*Gl66kd4e zzM`we2PT%SzA?`lY+~iLizUBJ=aN&0|Mf=~;n80dV&v`wb#JV_SUO6C9=sqEtZ2cW7vXL%m^5MWHlQx~@<9{*TxyB$ zeuytA@td}iVohfy0c^d}ipTJ=btw}XGvc9se#Voq;ynEr)gfU_nIU-&O_?ZT*~VHZ zX}W-|`ISmcANtt#?90Ak{>wj7x#OEEueoW7vY?@nCGjn7Wx?36ID6r@U(IV}N=C$z ze>ZzRscA;iL=$t}sQ-97&6cHfK}&?{JLX1bSn3e~B#1T5&U>LG+2@!WDXl*6-2aIF z)`^w1!FgBbY>K=+EW%n;NsBuDmB$*3DJCX{lnkLI6>j@Qr&!>mRmNgNB4WBUnXiL> zT|j@xvM?L3LhAsGF3b!JAM|WW@);8so?>PJuN@u>q{IZ`ZDAN*o>kxVhHH(Sah#=g zP3cpIF#<8^%Wum>n{(+xm%y9R2L)*Bxck;L3a07f7N6`$uyW(adt>nO#&N+Q9VaFJ zHx9R1$i`Mog6V>sW6e41a&b&RkTRsJ>uVW~vKqOVjR?z5q#9c>(aAy6I`Ns{B@@&x zLh@COJQ`w})e>T6gYO7ah7lOf{5;f`4U{irnHK{CShSIDkr77_wYtj;eUQZD5EiyH z<5Y=#i2G5$XZwIj@s9Gz!GU?+S02fwzu6Ljp=-zw3^=sB_s~*GM=tm>(gx?HmlrML zFldRDjr>HJZZ1~ceEBjvH|eBscUMgf7lUOe{QSTn0&YMWX7&vyM-D!sWEU)~&fe5_ zD(~M(eY37GcH}`(4yL+?&T%%xobXtmdMjBoF6C&O%;|JnXo`~zabfN56k{ya>Od<2 z9bJo*_2Ek?(>GoH<)405(@D#)urmsCCpp}^SC}I~aoQkltZ@4uCeoFnT{gG=Z7k+6 z9o)g9F$$ULf}&#;rfuAxA$e=oY@+*x4xj ziaXZTl~q|F*+2|yNhp$B1BIn$X6F4!x`6Y=(JMeikP5i6!E=NMKn-54p0P)!N z+`_HcUyu(O@7uMWIg%O8Xy&lQt&%cthkPFdAZVnbNIRmREn41OFSso+07p+Yk+Bkj z9)L%pV9IBFu`O>|tCPi#hUDLGvJ7IIuaMhFMqTe)30zW2qVBT${7;10%NM=$ebltN zm158LUbN}hJ!MIW5>-}4B;!FBdug*Y0?^`Vy~bdXH!Pn~Z$G4?08ZQQ2&}5~yD~GO z61cxjnCA_pY1I7*jMbraqd7(L<_7grN{SN@^G#Y`dnN?js(dzvq=LeLOkfTTT8I)G zI0$EC0~~9)PcP<$xF;7^`BT$(tEhifxZg&=*PtyNQRJs<-%=~PW3b~T2a2HmM8P2x z?g&=dQap5WzA&17lBCH@S?eeiqwDiZjvk-o#1jnq$bOCDbJG`Pv{cC|0d=zyZ;KmW zrde=)7T4|K9c|3X-6-}_UGlQoK7vpnhEh?gVECs7{RZ+?o$m&oko(Tyz11$H-#GS- z|Bz+!W&f^^F8C=Gc=TEo09Txap122WFiqD0KSaGuYNd`MpA#zTre?> z59g|FDu0v~cUe3+mNwS>Rz9=I5S zgHbi$s{`5QFD~0E_v4Aw?hGORk32TB?Xb=Jy+4nDrygsr5=;EwGKd+L$|X~@?+1Zy z6&w;$3B*D~SCVP0P!A9$QlNq12I?5bWNKt4>S>0*2W1Ub=zfR|%iE&8Kb%6i?V^M! zE<>YX5I`^VKz^3mAwhAllD*uB;?JY;ZFlc^9_aX}z}bz>lnd#T*xSqAjH$IIqr9(g zQQ!wev=)kIK;vb|;#aCNIWiNon!7UC7ac9YDdo`y1{L-skpwJ)UV%d5Dw?!P?O7$B znq7^C2D%j_KnE(uX^PKWQzKxuuFm?1!W`=1*R?Bn^LL+eu%AYl7g>3(21&(d(!nX` z`q)sQMSa)DYIn1DBq@pi)!>NtHuYO%3lk=!dXlu;9fiDP}7Erkn>y z9re2AJJ|sHyGT0PZ@i9JM`=3P@e;j?arIAacxI1<(MT@TYGVI1>Uhf1*zfQ}NtjDwQW z>+Cd}`f=#?*S8$JED>Ml<`CFL@Jd5j)Gxm8Z}<{3M`2SgEaZd=H6u5DGEE}Irba)X zVxJ{#pSn+RjTy7C7ySCc=korsDGQrK&JzOuL!(-PSV44UvRDHi%8B*5_w zWA3~^(vjc1=oyOYL4qt<)>)CqPkMu}>)2=Rz66mGA8Jg{F1{06z7YRoF7qUZEy-;{ zf;#g)GxLewXMaufyGC~Bd(d>7v&MooBn4Mh+GKNnt-EHLA|d1Ltx+~-da}z60r&fF zez9(vF#R-%_a8MEA`cI~v#V1jcuYGXe)etpV~nLQQC{oQcW$Q-9%CTumg`kUW_uHI zwr=~xH|Om?xv=s$RnU}k@qDm1m$-XjS*27ZL*q2^iZ2tXU0%h_$@o8AUjvrVpM$UW_@LDt5s%<|_QOFu z{RMal5Cx`)-BGL0UmziyLxC2^7OVCtE&9sJ9iW7a!t+DS+glKE^<`tbo2dTzJ7LD} ziBN!24C&P4l=XL6NXI$}K6_8q8^cg@OS2Iw*5V;E3q)w8ugmf*$w#mu<^)@-UE?+* zh(6CC^yxD7SBDB(GDWl1s*c)kee?Fw_PrML(1=fp2F(p|)qkz=KB6RBp~7PN@>FoX z{&5S1BmOU35Lo&XJzRD)%w2!?1qpdlV<3AbhSR2xT-uaW-IVP&?LBG1lj4Q7!g&PX62O&c&bk7xrwU^;qjn4>U2T)mVs3 zd!me|iq-uZsIf#C;}1sSXrKfDtPR8?#Dt&SJAhvw$G_ZoQSyJGs>mSn1|J}al6s#!OoQK0UhK2+;At+i@+QTXMP{?hTV zzVU^A2Jqb%{yi%@oQHx651%FBDB?Rn^g?_hXYz40ofjtG6Cdsu=vp$hDSqsWNg_nB zTmX-8m`Nl4XMKo_7?PZduNXG5u-soSU|z9wVw|7kL7y=GE?TpkAx-ntOPBq{^hdgN zh_*X~WGf6a2jdLg$b92|ZlRx;%Trn72j zZoE9-A5DE~4Sh*hO(p9+FA|H=f3dT&4(6ZQDE9Ci9j8aF&IBo*TVUxX7hgMGwIu-g zVG2*YyXX4(*$BU2Im^G*Oo5E>riaOs3-bC*Z*E5reSbt)h*sBU63Nb1_nFNuL`BDH z?3;?4+j)WPD!(k_D%bh-HR(2eiWb`Jzu`@fOKvXbeOPpPmA7nqwc4w~D}v10KUhC) z63wWC`x>x~NAP1(Kd%j10jp;D8f?eZ)FMmlXFmsc9B(*+<@$nc2Z)p#@Plpy2{=Sk z5mfalD=8_xYPh=cHXr%e57iW2l5frcVxC#j{W$Chena*Arh?bwh#vGpWB5LKL#bqN za4>vc{VoO#N%>uv0QF_je^s%?Xk*;d_pUF5KhQsiH9CHV7I{oeBk*XAL}t^sE1sWR zI`NRY?T8E)Ho~})4|G~m1B!}JOVonBT26vLP5qcGC5r^LbDGCiaEXK>S^=QP3+3;7 z9@+=fVzt?`(z7P;(paw<<{T=^u3$fG~(x^kD#WyrlB`zfJ}x0{n&lC75jp$Bf)UWR7 z`XyG__)AMufcxIP&13PXKoSbt~w;V;5N2oFu}>OOJWWl4ZhCFG{qNIS@KhI|uzh1mG5VXP+Wr-v5x$?v8$%3H$;cg#8v8lE);m*ZJUG4r8 zC>tyJ8tP%OrSx4|`nY=~Tzd!U77~)Igs9r`SHW6G(_|NEJN!hGZDJB>8zbt6^3F1M zW7>Z?P@^-Ek)#cj%-5S%&A+}+)P3F?JMoY?+&d^>rq15NNDfQ>;mfn3;{CKFiKRSx zgI`OT_=(|<-m@Pf?uFiGHpu}CjZfxxZTk9*g5-Y^Q;=@qNnG9c(qsMeM zXCzLKF)x;1Gh|3y0 zsLP>^>j&5#xDcV?z@e@tDa;>9k(h*z1T{4{MA>A*cnAwER7MP{b2&JIA2JyCkDOsd z=fv)2%lAuo*2>VgOGl)AhxQcUp7%V`k%%7;lVjhk2%@6vPrkI?-KC`hb37}&y)|?0 zo)e7305bG@d#_Mag7;w=`cRI{ZI4^&rlzuYu{PYHV%S-S^D%3>zOLbB!`DzBEFCtS z+a(%koMTEcFY?zcD@L?zHN?u$QKfN6eI>CD?+cd1zPv~IGv!4ZQeo~~6~`l{;Y*4J z^GD_-@zMe~`I36iUQ!8a>kXL-d2)XlF4kKjEDFmBykGc;^4?Yi-H^xd=Lp)})J(d4 zHA1w9E6O4CP6~_n-&k>>%1UK-Mq~@dBJ93YzJIa@-kicxT^&`qySv*P%uwE^Q<~5Y zN}bsMfzO!{QugLSDrW}PoSdBQ;LZ92EE%T9k1e3J!24qTJt`WSemv>G@Ky~s&w|H8 zQ{T&Q+Qe{MZS9kPdjcCkO2?j}jBh8S^jQueafct7LpiEVMrfsm8I;Sk=kD8kR3l*1 z+MX(zA)2Y+Cm9_0vpva72#|@BkUQ$W^4Qp~YuDEDNH`foUjp_GmN|+=OXswNxCxXE2nca z|4KTo@;j{1TF|p6DKfr8!4DZM#p_GC3G$j+w^BY`_%Yt^iv-S0< zhURnUn|%gvm|&3M4$*B_Zy3)tSZgFVUsn?qwRV>2SFi-8*wsIWrx64@E1osFZ{kz` z?(deXJ$b#nTodu-cl*{sf`Ak{s>1+olz7EMX5KFY_KWL=*5u!C>~7aNM8Aa*_hm%y z+XLxv=W>^{!idNV@SY+)*qbivIpycz{XkPxR0?spzoxzAk<`DemUb%`i4IQ1a8d1S zz9-SVNd0`UCi_6Y`t5c)zoXTLf<|HC@p?QRr7-o+IQps+&$D%+T-@JD+H8adA9@MI z_wvC`?G0ut;@Y@;QH6j59Yk=W^_nd0m~Dl+*>ze^PEsT-Y=%!~1eAp27D| z&k%4xq|fXqy#TpgH*dEJ-oA^8F#fAQui2(D@hHB(M?pa;5q!+uGd!w`O1LD`adx@_ z?u(yIIOG=FhSIW*e)L*$mM&m^%(x%G_=PP~u>OB`a>35-BKD zN?LjBWN-!baZWDZ7gvldHvwT#)?^d=Q30T_cz_&}aUMkX&q1aoj*vRoKq0 z2rD#dA_n8TQeYE_HL5^(V1}L;9z*z0gp-8q%3H|9zp^lWPhV&LYMe_rAPmU@mq8?( znv>e!DKg|q^xLzJ4lPO?xfhIq-!zpI$il=6+U>XxO1Gut^1g?Nw9aOv4`VxTCQ#yc z=38-<{HTeJFp)Vfu+$4Gd4)q1e(RQAF_UzOQUWfySm6iK7((Kz-$P{AeD2g~_k;)R zCLVbUnn(~is+?XElHs=JX_S4KEGBYmK-c!9r~gbt7X;^)2ddGjvJv>=z<=F@?#$oQ zr6yZZsKF#S&tuRiacJMBTxU&!)AAsV>F7@j--$}b+aFYM-07dUyj0HSUw3(aKz z1x&QGGLd0fU1lcOqH2o=yjFjkx(4pxq23}xuCHynMOXQ0%_+%=FaAh_iOt^F?L!=W zz{^o70@cPye3~iNHEZl0?`LLAzZ@3 zX};h_9glVQ%g!TkYGS~ToI z9H6$#2li(O26a4rIHGDA0;Sa;_JDO6AT@$u`y2YmH&KYREF%1WT>&Dy)UYjs!?foKyxcW|qS)`fU7uI?n#e9DUYaE($J;-70;%L{ z&@=D3?*8)7;3SV8$`DGMoK!;yo9%8lN+nYWS6A-?uOT|COhNeeTX2iw!j%IK(6Po; z)68exQgnkOAB{Wu6CW(|mM2M)%dV7Uut8G$7z`D(de-+*aK~J z;l2^t_{Q|5B2N9y6_-6W*~$cFS^2RXdm>)`)O6~*ek0d|;}NkK!X1z8f>F$At51^( zz1eaFU6wW<=#u4S)(6AKZR!(swPo$-R4)6`0vt4dwT4--tL?SXwVJ*ih(zCJsc3WyqW3Q~V0iWAY6)K128`_TH5YOw3Z*mxW$*=#)1yg*mLRtKZk#iYL)`J|#Dwp`C0k z@$s6rFmuTJ9G4ps;!>Isc*XKXqxa(6DbAXWQ}pMV>n`Gvkx3;yRQCL4XjRCo>gt`Y z`-oGj5J_Z%md41Sbq~tOi6{|`2ir*MAY3cBEXSx9Aus#D_m45Z>u)V_vvh!-85leO zl#%-N`sSwd)gMP7{qH?Ds;Kz* z;_xOS8wp`eTz5V_c>{(LbHKU-KRN@f?2e;C=YQB90&N*_A%T{bxYdZ39oxvY zpkqQ{R~{U=pxM`rI@Rbr0>pzLc#S|aA#->o(brGI!BIKl1Fodl%$)#3+;zmP=XjY- zIy1=F?)cMXXAq}2&%nayilw7K4C88+j#4Afc>H{a#dwiwSb{`rM>~psqr0AQvob5; zkA-X$Lm=|R{&5Go*JL8{dTjt`(YexPD4wmz1%7!VzpT)dwc&$?s;s}V^5<`zt=6uq z8divf;R25Gi_T7r8A}=KcU>`J1c}M>aYSXSHU|WGuRjv65=jY|n-X&@XH&Nc(lxP@ zv%W=E8hAx7Rou@Uz82Z?lFM0!IletezljqT#Zpi04NQ$nD&1#FT8%tRgMJ=Gwoz;O zMEZ-g+tkNzlH=BXS7!eAllP03i>+W1)UM9GXhA-_UIBFEN+yEifdmm%E8qXD%@ttK)er`;&)n|ZE> z7OAlT*KmR!yQx%KG^H03mE;TQ3|-9Hu+(2-fjZqviMq8bt9W#O=Je$1hF=fD;00IP zDH{9|Wn4B@2j`t>N@g~*-R?+lVJkva&!LSof5oS|wcig9uLbjD30NXGxu}_ALmP*? zOzMvh((J2F`tVfH?``POnaACKgFW5c=Jxm&7TP~m71GoMvCP%p_zG0Xb-PcT zx%~4XJlQ8dZpP>B66NZ@eUYI0 zdNNCi|MRRQG8?0sD=WG)<^==8RkJOHexu7W*umB^Z>}C9A-?t?YB3>9@xWipfB0!0 zdI1q<7~_l7;9}zXo}Fm=|L}0Z`}V%CPX<-g2-=@O>&aDK2m0d4_5@65Byc9s0aXne z>@p$clbD(L(%hUeBqT(kZvMg`VeFQiX~|vNDq>A?_{+-+hdh?2Y2zOGMGmWR^byfg5heNTrLju2jS+v79_DAdkw33+@r&1a zbgR6Tq*Ueb{Q94V!>N^;#-r?4;U{)gnHtlDV?@s--6!+VXI8;lm<>y>s~y9e#^M@v z>{ssf7{a{9BHuK`7-uEp>Cn(loUnPnETMP{o&Pg12?Yg_!>HZ=x!T=zM#d*`MD;&9 zmw4M6B9550SMk)cjCBX6eGq9=;`(WK8RP^N*}A(1C={jG__`$(&uKAEb4 zfjP$mdR6ouPsVP&mo$3%|19n8*!et#kl;osVad&HZS?$4E*f97ZFNgSLn*J{1BVE< zuU3wAr1Lpw*;Y^2iSHc8P;F+4ztwxAzn~|7{_Om+tzI|DP44Bsr+cmjlY5PqTS1-u z=wGk%qq&ZtyYhPyzOqatgX~SDa)DvmWt%1q>Bi5m`>K5|pIG$VMHoqJ>lb>!%Yq5B zJ#f{VVRL6QSA~X@uOe$^MvsSwCjrC@sJ{Z|$o!T?!E+RXhl(e8(r0&auH9z8IMTs7 zGN-C40hIiswkrF}L)CP6r_?XJfsDlMz5rbIW8n5715jcX>@Y#-*u~E2zXCIQ3S3(s zfJamFf^x#&tq*4RF9Vyu0zW}x$>3_Rx`BZ~3H87WE30B@-1SFQh!3QY;!CH7W({aW zQB3FeKviz1BEF3{DXIQDMJ|I)6awyn@KVzN8tCu)?~=pzJNNbBfOAdX-(Ze^Is~{` zP#_DS!>F&z)X$!gB*oS^HWQh!a zo!ZW)%NT>jm9K&uiJg2xyk5g;?P33#(am*9?xQV*$s}u*LRl?)?XH{n{Lf{Mej9;o z@sb!C`tPrMD>Rrs%;n#qy3ea*L1n4nlVuzT`f0_p?MlM^4n3W4Ml<}Q-`G#5>mz9| z&`}yZg%}tKfd5B9Dx>4h31tV)5CRt z^Hb!(&fWYAo`;1NL zr<MoAQJ|>Ajzrf$g0z zg(=vv>zkPJ>8pqtSt8d(u#IviOA!T9X90S7zziG?Kp>s=M>20aK(00)Hfi_2Mak>n z4~_#TXJ=V?dGU%F02Fiu-4pJEI#!WhRu}4qcYxbPK;6F8yjF!v{2(|sKkz!zQt;Sh zz04H;;qVpvWOp8c`r#kcZt;8?NPV#HcayfYW!ZYML4hCwA?Ai#BWfssfd|iB0ynvW zej~MJ(GyfO$3DBw?4aA@Q1c$U=<^I7X}qEaD?N>SvhZIS;u?KoK17NbU0{q8F9aIZ z-MePsRYy2m((D?;;Z^%ytdq1}pXn|_G9eg`jww32d(CGU6+JJ{L3h3`%6=|EsW!E_ zSx~rxEX-a;$N!RvoAg7a69deoV)LIqU21*`wJdu_)f2l(CE&*CwZOkfDfp*2jw+20xmfg=&XkB5*;aDcsDrQeM& zSbC#1N?OdBcWx}j#KaI@E%|qBGy(!?^i<4I|E}CPAW*m0a&7=~Afm_x&fdSdC2PH- z>eWUa$k1URlu1WN_jN=n!up8OC%lt;tjGb}RlxZw)UIbBKbNhpxa@!>tZ zUZhu(-}Hv2IR5v3*B6@&YjS13d#q|TE`H=n-{Y}y=&`A;szMBskhwnA&RDRkSout} zv+m%%Q&tbXd^n*&h@wyk6|_w^LKn>JalKgfAJv))#0=`ULLzbTpTYEoL?)pNPJ85^ z9zX2?5-`tGwtV0xWjrJ>QfC`-@_R1w^JgV9PBMKUYs`%3o0*%%!5m{`R6D7iu*Kdy zF!QE+Xl-ssq@aELY?0-byuES!{L|twqn{1KX(`Wq1^wW@YVr4^h>QAsE?XRCDb$Ze zL&S<7WtKdV^)<=4%N}5~XyB-5lJ}|inRVSpi_e`&ESs6Zm|px|fIVtI*ZJZ_8m%n8 zMre@D%+QCpJ|#t6Y*dzHOYx^$^20WoQ7D*a9|rk6m3l)GoT>(*U7|T?N$Y7t6m8Z1 zkrN2wV5&W7v=}Dos(k(WN23kdMRIcVgHNw*?t3re2zyawMt%HRgUREt^`qB}*sf4o zl94P*f-A;)U zX)KQtNlxhVM;hfpqJP7C=6X-W=AHv)H@wxuw6vDw4@QLUBT}8Pvk_eRRHm&hEGc1? zlFny)?@-qB<=J}%{7-5}vDfJhg+4W#l!|Jf8d&LL(hHo9f;j_iX;m~hd~|tt8&t)` zWiehDFNWN$>Yh-rnJS)k7T1_5^^<%`a%<*pc~TPLgG|0eLb)>iy z`h0cOFNF%X)ok$^SF~cd56zW3-=mf(q9+cJOC$PwjU-XxAN)~|hOC-C4%Rz)lWOrX zSQs)gHcQEJs>vv_Mf97Kl1?w#q&|J3#{45Mf@GR$FB)b}L|87SLQnfTlok!=cD8wH zO;i=<1|iYmGKKwTTGohmceG?)i~ijt?3`DV*i33qgREg_chY3(o1d@iW{*H@Tc&pB z8|dmj)WzS@`=Kr(@(PWp%E6>Y2Z|E=nI1nBW(qqSA7A@*`jLsfVA5to&5;8~nVOm_ z?(?iwAd~395Al=Dk!%5X-2P>e^wfx-_qNYG#?pSlZ$qPa70q0``&Ic=+X1Jx6DUk5r~2o1`(AHL0c}DRndfY3(8N7-C|0 za2<}nc;=X>`LmLnJE`=C9!r^qA|a8o36H9AZPoL~v3)qUU&ituAtMvzo9Ez1|4^%m zHDxH%X8VAt^uXdY=?BSch zO4emF3#Y|oA-Yvgozqb&N`ryQoSd}nGW**#$?9oQi&ritjyd#eFcD%w2&YZW-lH-f&yloQY)*l5KPM-r+|z-ttt!C_kk1Qn z-^O&Tz-dtEIsSK9dA1^Hr`4GZs9ZiBOOa2YKhY?8=wnzZkZf3+-zePdw{7-f5|F2ll$GyvXWt>JiRO>u|3cC?8O>79(ZxC$g;T6^{pH=GaLl`F zBZj`q$I7|IdHSsn{`|7ep|2cb2umHyL1P8Ckf#vx@^{8N|K_wa<2&lu3bQU7gncj$ z;(KP&ith6tz)lmkDIgwO*hCU*)+~I#T&fjz^BpDhZ2cjT{i{{OkdcNd>?VqIWQjX% z&Yn*sj3J7{_HosL&D|HQD;_mBGlIS@ygAgL1)janjwC+(Lt%e#XdI8lT9kJ-yCHS{W1`q zTSre?r&HJVR>Ea`-$$cX##oZm>HNd2<5tFcYG{a~N{WoR2NS>ZEmvg;jXe>O7j@-C zpRw1lsU}P9{qs050^9HW`+IyDbN|Zg&w*5h;kaUQ1QnDD3emixZ7I9?9rO z*vX_eJk)toK1ts#&6Jg8HcaRn&{MuDY|d)Ib2$MvHUZ-@d5lQ#b=D{3)6tUI50(JC ziYbYt2?|PljU%s$)UpgEG8VS`uy48V55z%C2aCrjv&KQmJuz*vd3ODkP=bfE>s5($ zVOZvrA7%W-L`%YO4Yp?P$*<$sBx^HGz7Vt}t5D+N<3;x<$59PQ7xyHvYWPvTko_X9 z`f*#_DH$2O`7gbmZv2_<0l7{Nwg<3Be+)bRW~i8joo$Y-8ey#Ke$1Smg{C471t;h1 zhxlbYU1WL^;%~>l=X3_kYv#fvyTk9~cYRdKP3mV>=ILf+io5gEK}L;~1rz(&DOfb8 zlQP<6S|p3dKhb*HgpJ)5E5HHE-DJ%PdEJTr{U_Panr{m32DMrNwN7~{?UPgCm&Yy0(wH3`-h7_iEx^D-4hqmbOZ)Tk z@l$0+vThY53pqJnRh2*{*}S)JzX`J4%~z0;12!ll0bG4Tr06ccDdAHVr*hrs|I>H- ziR4+q^G1tp){$R?h+Kj`1ut??a)^chgBMd`=Zkxlr7sBL24yiZMHvz+d4$rp+C^X` zY)MWmm82nGqapu6M}OxUxp}hf`KbNk(2R6!LhcNgV?Vx~_58bf^m~kQB@B7G&tS6jpX*kyIyir#gcXa;^mLS>=P#z z*8cGw*j4pZY>qnTd?A(2ivDEDm$TJA{w-L~;p`P&xOmEryUjybFjx{{At%cPsy$6rBYq#`YlVs zK#|IRiTo+%m7(Y;`hwCZqeRR|27je!^pd%#VLNF8IQ!4{m}(S_y8sBQRc(%KRhtS9 zLMSBzujSQ5BNoCV0?Cqeh&YbHK?_D%2^c~@fSW#t3DJ-ZbyD3BrFRF12Et-*Y;26+ z^{uR!05yHc@cM`(17-@A^1jn^Xq6bJQpFK{r86|7i_CkmNc90K5_ zP7@Lz>5JZyl#~QB;}hR2cSJKJ*n8re%DXjL7)PddQZDB0udHXEd~5#p$3PyGvn18- zZf=k*K~U~9A$kBMlpPyNOtQP)0Y~Y{1Z&C6w(TK1^dHW+Jrp@iLog$3ieGB*bzkKVwWTd9f zl1h!(8RkomAzofSQB;uFYdrhy+;E#G_^oiop0NH%#wrQv{4&$g0drmt>SR;QGepi0 zoH82-&J6$)uZ}YTtoo{VUv%aRZ{5rEfywp3hV5ReiqL+0e5lL={EJmjGQdhJMud!!{jWe${~6&E-tn zpFzXxm5XNcVRC@!i;IXLu_R-aOzGrCf9>pahiSR|^V6$8hpU^v4)5e3e$zX8a|bl1 zxoV4hK(ILbLflvNjQX)K2Cr(MEh}=tZq9jLgtl{@~yz$KzE|5-HR{b!z=&KOen)XOSx?znz1L5QIhSg6d@gr=ydP zOe{G=cv1;cimbNy81F-rBpK*a(@<8>~bPKu3 zBXh-a{h+Tz!SRD;!JpKa)}3HiyuRL-^HGe&jpc5Cd}QgGdRN${$U>@KOU7-DiVfH+ zf1E)RVI+_l;~q+;88te%x=%tXW21y?7)$nb3lSfu3HjE^?oAE5IJSV&xrSMWc&w6;bjRFy39{TY ztRIuDLO}|Q5Oo@3p$%-aU&3i`Z5E6nCNy%MvQ_)7y%){@vsqnZkV(T*`NG9Ga@y)O z5m~rC@k@zzhCnqr8xyjHRf5m6yIZ!jy>F18r!T#TvGxg34$ps*pb_6K`0S_d+IIuN z2AYHiG&GikSoE?h?#9^<(cUv*tc8Z=-oeUocA~!39lv#S+>hdUz7;_GvkIeq*&z;A zraC%0EkzsGccZADXCTf;*vZzu4T@G^%!O=z&FhICg0-Rkeq)Gg{Ql7ZyROtHAltza zsAGLmtDgvlLc=y6`V9HN8iED71hWoAG0;VqK#F1 z)B80ukZmN{-#e>Tn|nL{c|tNc$jnI|K0Uo}H5J!L&Zg0-^*&s#ywKa8qEkG=-KBY- z=Tju)e5wFrAbhb#01$iSA#*NJ5pRfQN-8Hc3>1v0+ZH`pN1>c5s6^8_FU$Yg?R$1( z7i&A@m0SX8nmm+rbn<4y-6K&}9`QXHFJ`Q6COW@fSe;nz-RwTgXjn$~e0b@5yMurqR zc=Cs!qi{rjxyQ41?a~q~uSrK<9{VH`lRF-{G&P9-9OnYP2L2$K+!`<_X z->8h1-@LjBd2ZdbrO(m!7SZbh7ySykFAb2lhvK)d(2^#2j-gEGGtB@p5hBV795sW( zv+~;z_t=E;TsGah(t-2VE>mdhMhLl3x{at6MS>S<&4ys_8Q0IJJojte6p&4@`Xbu^ z6woJ7gZespA6PYmpd}B22_Sl5PfPIVvgo^$&f|vY*>D~_mf|Y~a-9P&I)V)C}rlkR*=H=s0>Ll+>=M_%SFc$P=VT)9b_a(g=oZU_R zCsgI(yb(hto+Z}}PoMOlF=3UOE4=O7rOhBL48k?jX%$QWUdGdV&)_ZzlViPkDo;T_6!r%#J>lP)O&Yu3O&Z~ z_fjUppRgQ^d5UgDL4ahh&?3kc^oo=IgG1wAjqEIWJ!GAH)h$|@cvzO| z8j8ZC0W)J#`7LC?c&{a3AZMt(G7m*>5sG76_8@&BN8jI2VTUIvAtI6-fS%2HNBWym za9@l}g2dlF+R+MwuE&KjSx>^dP(vJ~?DM;D`*zB1AI<&`Q*RwrRn%{PBO#4+gMf6m zba!``v~)KpASoTv4N`)1cXxMphl;eoZ=L74@4c^MFou5!c=kDa?X~82&d(ed^m2Lf zsX-&z>0mbWyD;{*-*PZcTvsZQi%??}J#@P1B`Zp}$D&3ronKg~ytu>?7t5r`v>B|m zH6T`f^(vc_aDzhHn4+8ESRZ&YExLo?AlowlE13oree|8Jqfw|RdkqctY1laZvK6@g zYMA}hSim01S4$8U%dL+0k=FT(YH3v8hr0Z67V5$p6bxGUi7cULbPQ2*38*8IqXvR1 z$K}8+%w9N9a7|av#~YEHjIKGaD<>k7Fg7H&NhZ8SccJeZ6e}G=IX_z2nx}K-fp)O( zE!5fR_!evk3Qyg>(2oghIuLEzH4`O%PZBAG4k_cpNKe1O&u2(ZgaYj!SP6I{bkr_? zeKcHn!GK+)D8ZyWIdV(^)?Kq&%iN16a!Lg%Jp`UiohMjszk&M4)54egU${^Xw9J-b z3Q?2YD=n`hZ3;fQu(w_|hkZI*>F>O`C|WW%efZf~1HAUn?z_=ntSs_Y+X$Q@ky`rt ze%+^=zwUSCs_H^ph)^p*tWFZ;SNoz8^)I=MO5v2m80rp4CL6qG?}mMCftaw!i{ zNly2eo<6GJo*0p0lfoEF0|i?^f`1yzLi(lC5qZmpkD$%FYPH_~6-*&A>;4u?*uymc-ZHU$Dw``O`I3YUzKJ8>`-*|SK)W0r&A4RC z>-($r{vGE!B#qG~cah%y#g}sp&w?~=#y~AuJ(SkbyYm@>F;Tvj!NDpP;hbGb$tb<1 zI52Bz6S77hFK_-VDJ7M^cnTT4_Wtaezmn@i2JPR4Az`2|;Em_$0AAP|7$-8}9E@?o z+ka(^dc68-J*5el;LILZIlCQ4Ip+db6p8?=I$jOU;d$NW()}6OoZSC;vphb;hC^=5V$$E!Wam zvHKepOQTlM%zQ};g{GR{w5DKJg|_$G{jk;%)_uPF!0A_{{M|Yg_cz37>($kjhJDbS zS^bp)SvhNG`eL1^&PaT9->2i&I2PMS`;XE|dkm#4Y08im1_s#UzJLQo?Cv0FYyY&` zw(RQv7nC)k1JckmSi@t6WLn%W{1k5vZFCzQNWfft2Rs`<3ts|go^^3y2M`#`kt8}$ z(GD)@S6n7j@N5wPiZIA#NV7sf zLZYCf8-5qgo~H0azcJ=RZ>T2SRS}rFf@f_Tm?U$pNKz*PJemyHp`~%z;-0V6m)AQ$ zVzX1ZqL4y12owUy7_mHZ=&+!77U-xDH`@om2VHFW2sykJPb19ad~At^BvI~uyJq17 zsTUmBsW>KCY z39DhT*-iq)VGY&v)75H&fN$;{`Yy3IaQ~aZBG6b!i{{ z+!_|4>@1iJL7+K6Fo)QUue&)be=n%3j86S1 zBdJe*wP70pHTRi%*7n*6K*2Yznquu#YfesNPEd*h}FAX>oMJf)1)REv0!Axy)tRp zjGB2RrwrH3=qtkw?YxiMtAT?jPE{1*x%R6p)>tH(wnS;?9?aj8okfdxf$|GNMqt?j z?`c`#?2n11CJqHhmpJhdMFMXX3K{a;`M!6w8FMQ}TWv-;%uH~ZFdQ2&hmxxeAI3(? zs$gn8D%ACYRXai{?8*>Wt&+z)1d^@3 z-bmVvnsQ4IyEt{??(Hmf6MnE^e@oB7k0HkhPw3V6s}%*VUcBDlzu76j9skSx7J~?1 zLezl*p4rVrI)IXHn;%h4(}kxIG2cy>tRQKWV4WT=Sk!#I#U0E9r@+XM@H{y#?w2vn zk?&R@{M}jYB#+lGvI@O^hseCYne;IaT%e!YWfzaV+|Kos%O+ZyzEu+XlqdUY z{V*9Wl+`}7CXd9_k3GG6bcDxWZ-Y}bg~4Cp4GK5e=PKR(#33p5u0rSu`)hAEmZ0wp z6LZXAgB^K68?h6gw$M^NgYu?RaPehC{t#etjR8CEBmjF20_AIU>)cRwGj7;?t<4-! zSTPfUXY%LL8=)?f+TUlW?|-#1RG7QFS#nqzfZn@`}mskWe*DqS2Z!5$NiYDjaVE zdyV2NP-|1=ckcorD12qu$6uLv0YW6D_x@ zNd;5Er}90QeWaf1m2;&}hEc4>JIr6#+kgi1EZ|s2A_t%L3XHz`54s$Zohv28$`fV< zg;w5CxK*6r%ZG}Tj1ovY)|-0J>guv)tJ!K=afqTXkqRT~r%K$;j-uyE5h97!d7m6O zXoIn*xCNJz<-89LZhk3jdpx~*Yfn}Q8!u5)RaDN}I?Mn2 z!@cI)6fkrHl}HDG%ty(|SvT^~F~VltqEUd-tN@t^CE4O`4(C(IF$7O(gkq&-#PnS7 zKjn?=4!k2*U3V~mW;k4nkiBAUZXA_h$o60K%1aItrnJ&ie0-yE8H^WugD*A^8?yoN>pK24@q zk?I$o2UX%>v`UQmmN8mXr(x(F9Vag_#CVcLX2Rp2p3665WDp^42o94CN?9ZDAWAnd zkp(P3q#zb284>aC@p@5~fvG<;E1C>}k&fQf$eGQN(oxj+fl@Ixv)5;12>a@lWrtS; zH=>Ja@5-NkI=I9ZMM|MMo3d;!Z;UY>*3gL$5M7GXR6{vV+ucAF0op!4-x^Dk>t{Bl z>{^W*ouC?D{_JT)Vlu19KDGi*)683L)VU9J{0N%axvpviU^pi!g_X>Q`uHa~lL;-) zQ;xS?O=*fT|8xJK!!H|Oc<+5Jb7tFzIK3~-FZQ){5LF*k+YSI??#~ReGVVi!EG20N z2j=NKdUjtz9^3jvTr5QkKSaFRD{q(H*N|<}cGU+1S_ZT2QuTjsCmPXzBf#R(1oC+x z_c2fmb*v|RHK)1ZofWeTT8;WkRD}!$f6{c*u_B0WLe2E+*xdW7z z8un-Hl7OtJ1)H>)2Bu9C{(<+>v48AxgrclBGGjrYKd05Rpi%GM=_TMGho>7EIL0f? zq_NovfWwU)D1a7V0AK(*Gk`SMZuFkrdhIH&Re6OZhQ3i!6#a-GrK?#!jd*M4Sv7HS!=3Auk6FYrr+Xr2rbvy9h9gJZij^&slc{Vl zwaa6mHF6MOx$XyrpGBA4W!^6@*^0$}frSi-3`bL3A&8sSd6U1*dIJr@U0rj@GJ)^d zY#g>9v1sl9B+ErXkMJ$(Tch4%rQh)D6n@uKAqoQk!}NP9h~y02*jyy`lR@pdcQHSn zWPB0uN={(+y*H3d?+7Js-2En}rG;C7S7DwfF4k{T`tD&w%mF!uO48fibou0I@Z7>~5qz$ldh`c&X>oA3*ZY4=Jn7}KLat0|fp+?qXPe;f_!)+yoc^)EI zn0NllwD!puIic;fSq(jX_^QiS$h(*NjqLPAh@O;nWSb76EPO|A z3oHjFN4<+J4jIbi#e=(}-JM(tzKy0WRKJ60z&}U@ZR{E!8i-Z~Pzk;yQbsi5X60M- zln({vd^p}49%5k08+yRWpmiy!f?_afl*Ys%&?&Ei6Jf>@p!)-b_U-ytcwQ1afhau} zw37n9L^dDJTpZDSdf(107p&?Kv+#lsG6J0F)^#8Z5KY?ZZBuCK)dIV_>Tnpmb_N1J zi^N--+G@R)6@7&e6HM7(FHzdY=u&!~+Ole+??4VQ`NqjF zBl9cLg$tYidLDa=FinpUOcUJFKI!jtyBKOzpn(LZd~?!&_l?QhZJZDin&6-bBLdk{ z;E>(^9S8%ab&Q$9Z>6IgK$i>Ht%Qm|Op=vj#Ex3T_InqNLQU zW87XCWUs18JU>tCD66c4csRXoRfNgFZ@FD-fnADwLqX}VKXBPMCKnNaZqFx+jjz2A^!5H*vox zWI4u?LXC4Kur={N(xgJgk{GAeqsCU315C?L5FWXqWJ3&D@Toy7Gq3#FEBuXA>VkHTQic6~g<-y74sEdbuJQ zZ((%&XOH>S^t@eh!!?zxY3=lJrd`b{PtnL>cmcz{wP?bU=^Pu^-;+wm`Nm6!Rb@0% z%1x@S0E@2A419PXd#m(CO1yM=tj%oD4=KM=%I>dkmb5m|{RC;s<4{z_47T7K?bL4#d+Pz=Ihd7!*_a*_rh#n#pg zz{))IXMgnm`SJ4p;q)f~r}fm^RzRMIOzlCsx)bYKS^4Tee+_sZU9KHWBm4=1AY?1? zhxYbUJ^*yx*FPAal5v=3sJSf{`-*H1pt9ZtYt>{j2{eCzdESDfgmsprK-o&j)kS`{Vbs3EAlUPPw%x=JA6=$A;+eFv*)#} z!rwwd#zq}5-(1@s`AS->GAmY8I+~RiD`~f5`gp4}Igv zj)A$NN|%e)4{r+eJa$>K_;}&pCv}7Dg@?tV%E#K73Rzggj1Wv*oyHp@<{<%SG1(y3 zWTtpzXfPT8Im01Xf{+DkZg^v*r&OF>Y*;#h<6DDMhBCgt8p>~OOhLF@hsk0LD61E` zZBedNRDYv2Fn%OqJ81j;-nhAX>C@<`y=0|V8OG0QQJR@Yn+Y`R9h z<;0B9fhdIzVbvbP(Uw0$#UD9!YlEK4jo$75BFwL?MR04r=lp`uo*gh4%VEFHN2=SA zX_a((S2yaC?bx0cfk+dfMG%gRQs{3-=xbk#4nu>v8~`=)*@MjWrgd#Z4y?NIx<&!b zmxw`!0U&9DNraE^dD`I+K%}_aHxk(aXhH2jjz87D-US%5T*{L(N91tNO8cHQ`80h6 zN;oMBiud!C(0Ssud*c5oP>!;hQ~mt>(KqXHP2~{d)&)ppKQh@vVnGH79k@(-yGOzP z2S7uYGt(l#d6IO!CL}WoGihZ4Azdlg=2cKs$!93=`e9)?xlzMX232`%39SytKL7FN zp%2(Mcyu;>tTJiC2Uto@q zHXH0+I4~S#I!)9X#XY#ZAkJDNXq2+HJ|unr=4Q8TREqvWG-b`X<~FMc!j)mb4Sm|e zblYqXMv1_<4K>;R3p%vUqwgC50u$}d8quZN-JP*&zzqS0B?o(0<}akfdz>F?&dOnE z|F|uXia}C&@im%V9R7(93REjxqXY1{|6W8Tx&v@oVFeVpiGUS4?r-+>%@bUo{hOQr zmK@kzb&jlEH#07)%7{8+1UbWC3o3u~PCL9knKUB-c;Ih3Fw zIdt;WdHV;9?`O&kgIl;zX|$_y-_TQtd*=SbX56VpV+!E8<(c`oo}^XnGL%vp zyE;J+UbLrxylB3n#@t)xtv}y8th&QZa1hy4&3)Q8xnHNH4D~I#_BZ@sj5NHYd*A3_ zcqkDVx`n%Xmv2y~PR9qwr20xvED=W6q$6{Kd-6m3iP^60TX##2%Vtwla9++m#Az`p z#X)j#=kJ(#h#u zX6Xa5;Id{p4L~9S)!^RN#Iu zu?~1dfbf+9x>d43VGW1HNRlmP7^HOtT=+aN?MA_8{S1gz-Xl+rSXYnEGadfE%tmcP z;Gv)(Apr~dM?iLO`}b!QP)<;@lm<^g;~X$s-2pZ>1fd9~)b9Y|arW)i)fHrR4Ro6l zX_@~rGQe_v)fx4_#Eiq`R!Mh8E2UG%5e_i3+bmpBGMge}BJ3LvExUPSpV~ z+2-^PO<(in=8qoUq&*oEW7G%54CpvjEh$ht3S$Vv0338<-xdG4_r9jgJpRSK;Z5V8 zm~c|@(!1XB`#4XW=UJlr{#3F_N<3FBf((JUS!3Y-%z*V=621KOJvj7yaN||VWMSH$ z4}=L!4}Lv)bKEHAimTQL;O>UmLlSI6Acu95X~`3a3qMyN1ak*!H(&zWP^m zi=vj%sasJgmdriOusj(^Tr6_jcy&my(bhc4U1|Rr%cNE{Y?&z(3)Tf^!nI@RgIP{< zkNSp_HrXe2OX>w5;`Fvg)y*zTNl7^H_LvRDkqdpgtrsrSQ}cpK${5FPUSI6#6*Mgo zNnw>ceE^|+jPKLv`-E-DMA2V{%q48=firffZQ@mVuV_fW*ncdpa@Dj6nsk3=^OXMm z^|#_TBGHJ_E-Il$8*(i(IFIQ9?gC^VaFFA%xwNTlV!foDBXERC3 zwU^(6D4=SZwg?j#u)_6Vf@#93_RX`-x04aUetb>Q;u68qg1E?{fn|fUpP{28=JihM+=HL zKT6Gv5lB1undx$!N!V(=Jpw(}#zC~8yF-0Z@Ly*H*!=*{O1V}=OXaGwaV#Kx+k%}_ zzq+zu|G=EaK%M>I$gpSib9ZOWr;AvKcePN{jrfXb7$GCK}%ukfQ(P%6(C3boi|PtB#JNcEk}(uyou(03(w%(6Um)u@kg& z#DW&u(rBUxCE4w(N#R4_ErE>rq3wye9_*H^uZ`3~jfZ4vSZ8sx+y z8T-q)tB(F2`;2y~k)Ew2YvM6`&8WVAecRzB-1{09_7{-UYkY4VKtDUAwqEc!(8%YQ zYNCZWtnz)ayqp)nNUZqX5L{laf1MAwf3AJI~N zot-IKGa7xZRZ>L+N1E1{(fzu$Z_7j(skv5}|(n z{;A!Uu2u(RhghyJjU~I5mY&+m#o?jk#t-NR_wnmBYdt1**<;5Rj<{YY}{YFG39L2$@k zH_KMKtseiO4uQ&cg*5gMAdG;1c@bcAk^jxd$S}cLqGEG*f@P7h_I=oV%U>9;reoy%3)* zct9+J_Nq%A-~WtQ|Kle5KWu}tS>r0N(-st<`?^OQHc+X132Sa)*wJV9`?y~PZEvNh9AftyG@h2?Pb@fK!^i#bNob3=AC zJp47BZoM28cyx~64#v#4o?VXDqg|}VTd&t3W<7fBi8LfX(ZrC?wnxVaW9bgtnz+B- zm#4R@o09%Ld1LEUx`~=SXFDHU!Cm z*ATjNb0Wv;E>>7APiYTO`Ra^JV?uM2_(wGv>?D*CDBRo-UcC>^C&mx0)LWX@tQpFcthr$(@4NQyN^1QY>w!h9h(Mb?&}!_V#o#K z3nsU39ODh_7bAhFmZw2~yx!V4x#^GE@x|>ta;sMn=@-vWV30}(4#qg;9Yi*Gfk%Rt z(@xVXN&sY5jmjkNi%Tlmo*gHrUpkaT!ckQB6IHp~7_wm3 zlaQEV;Z2iSWIP3_^Q`6NOn`tNBX=3l8}SaFrRrV{>1IZtB}UWm;J0ZdsaT6Ku#hgT zCcCoXOB?nk7Mr&LDV*b!Oa(U)sECgf{wRnIPM)zLlwq(~hqx9pK2`IA)@QaVY6tFu zKcWG9BLJ);-n#=B1=FlPmqzA5jxjQRr&+q^^pbhwGrVGxlN z2mEuZ)kbM%1V4^|w!_=KJ#&cN4-^mbxE`SFuG9r`SV0y4x>zWZXVa9=(cZkNq=CP> z@&?qA4ib(~+6n-v3xEgcUTX}D?#i<>sh_r0dWb5tcYqNGNt#W)7twgwl+!Iby*Es_ zv-_D<9MGOo8-kHUP$smf-H8@svyn;7ygfPy|7L*}I41|{th=9&XT8m)$iOu|%O3(& z6}h{3#=nlcgJDCyK+topXG?6jOnP62%}qgBBSfV%}dOKA^A?DZeP{~>{EDQybrsG#H zddSL^drh2fK?Au-*bN$3cbdg)6twTT!-9<`c(d?mfMrE;%%?t|*7)@GD0UyM1~{WD zC1cNWaaWF9jwiiZ^veLLYriueqqLO{!3qkN;uZJKNiHe;d0y&J59XA7@4?vjM`=IU z{$X5LbX02BJJ%nMXV31p@x4G>EMwNrcwBk3_PZf4-OLqqJS~=Kv~jr60-`hZz@on) zy3?8yj4;r%uVCJw6A;LP&5}15ai_j_Buz_86KaIi-G-u(j67VQ@_JqngXAj-Xchyh z7^8rDi<#NkWdPby7P_Yd!%gk^*Y4y9&=4d5hvnGTytXkM*%;N<_0{HAG6Y&8f={nx zPg2&739h~ZaX+p!bx~M-Fu8eUT%GdqT`hA z`z0(S@8=H*BK&aL$fIkeFgnq?4|x5A-7lf91*5r%!1!xLT9TZDM-t7~#Rc%*tO+ng zfmJg#Ct$~FQQ-*C!E1d+u$5PeLSeap_*;2%uIu+uH;8lm2_yK(#KD_Xm9Bbd&xJUC zBUq0jXrH!bC#5Rs=g#^${6{R`Y|B8t4!$;`u*KYu?$V$2SL?Qa5^-~uF)z|D8RVq) zGkJMe8w(q)Ru^oXb6Yw!`RL};YL&+Nn(VC>NJBm%4mJx>`VOgE&Xpfg97NL|KOCw8wcQ7l5mbdN?Moyr}2az zj>fQ`d@Qip$nxgL16+B1-@8y}hzt!WiFG|f8I zaJnVmycQL<=Z}w5;EN~`Yv~H)cstaN=cubz!C)HT+Dp0MQdzLOyT9C=Xzo5DeGP$L zBy*UZQrQFB{t35yG0}$dN<^b$=5F35!ZIz8){8?78hlcuON@UpBZx>j!3}|<#deF0 z-rrEl@&Y$#KsrzS(`>Ois9nkQ|0NnABe!#4zbZ3p9gd7dp;IAsVe>YO*0h>Gi*F8z z*F$!6xHsa91#!QT(M13IO@Lzm2`*1%_{=w zw?@k52ITCjls{?`=6b|-6sR@0iR4<>>7o)=Rl|s6=D!uxmswkKV>vXwlfl$d{Tt4~ zg#@?0yBmR`<_+6qpN`8Wp!uV02#1K~z%B|VkPHDZ1tL)^^e}cYy?LFo#ifyvt0O4# z$3wTr2;3f#;y>FNvIbJ|W}BJUt;SJeNE?wtu?31U^06mfSZTTZu4o*3IWG1&&Ev>G z)G8GioFvLwlyKKC+=`G9eJ6UMU_V#1>gwm?M7;TyxJ#N}+Nq2cv3)*rf~w3lr`58S zph!*kU3;NeUT#XP>rQ7NK&w3f?{g?BkwDPTQ^}7X>3Dg0`_^5MAOHMWVz<|;7zMkV z1mg|wFkV^Nt@P>+V4o~y&@!?8oH%i<b)6Atx4yY}={eX)K&MV0S} z;_K=%v{wK1Fy~V?mHf9U&_sm9Dg7Z-Imm%geb7Z0T19|4@5O+<~Ek@%y41)(?w9OTy$3~P{~ag&6@Z&-*D*A7#f+|2E;7c zh|`W8hW^L-@O&HJ%5(Brmmj&G(Wa+C(*Ui73%$J-Cp$rKz4qak-P8M{@hpC}<#X_1 zd|oJ4u5h<6(N6#$9rtF53V>Ds`1i@%#UNq&EHiQSBg5#p<~0+u?r(l$9`Kfnh4nlY zA`?ZQsviD%1II`$i0E^hn^&>D3sy`^vjYvY6)DWsf(&25e&cLp_;;VF5D{;JP<^3r z9lUMY(|!sh_TPHZ@)bzOfVCnC5+5?MvfDSSj)!0l3n@4U{JmV!U>&fJ1~?bdA~iN} z)&aokNl3#Hup35v6hYdu4IxALPd?Wr!s02Y}9e!U8wlvHvj+0&jFRZ z0isF&aUS01KtKvmpdNz+O7v6d2Zl)Mny;vtZ5pyy=2-UWqMt{2dGw67iT|y;{HB1Q z_oyRNNeIu70Hf$0fqMZ33P}IJPYbZbqRffp8b)FXlp8DU8DLOE4lIU8|L)Hw#^JU) zCbD#aJ1DSz$#@ahJc$w!42uDE(@2vrS(qb%vRcAern*<^^XPalp_(h1tRq|P?%gI` z&4mOC*VV0hu&xhtiWRqGrD}FY=k4iW=vO?!oz#aW(ozJQ48yZZD*&J%$uH2I{ham^ zjaafcUrdY!&*Hc`&}+N!%c;>}j7XSNawhk6%6arm`M93pN(^O$WBEszKKVhy?_8 zmFjzA2|ZT{CXA~JF zORw4QC`yX^!Jr8`{?0-i-$G&8D^I-H&+bKVng{hI{ z%8y33!o2MY?dFdQY+6*6^KM*oW*}_l;V!6YP!kuko<5);7u~N5mz74R)NABZw)sFl z4WunQZUlsqnV1F>qI|LZneXH(HTmv5GIcuE4%`LKJY`Mth@c9DBFZWHb%;XlM>S0P zklSl%C=1t|$D`=Ra$Rxwd?hP_yTuv>qjX=`^+?@9xNqnMuPRO-GAb5pncfBOV9_|? zM}wV{3q5RMn+x&I{tc>X>6HGD5(R3orB1Vl3WUSWpSXaN%{Q5*kSi}@s@UjkG`D0g z`L_HQmE>-=WS;YsJ5|A-QfqLZU_rMsP^NKc+NK_GYpAHGvMoS{9_BSl(?O|XfHJj0 z>SwUSoW&^&w?_f(D8UW(yhIq?-Dw;|Zk>K7rN#Jf36YrN`yKI^e|4SAN4w-TFPsez zZ%1eGLz2m2^Ct`)m&QK>k5juu)WpP=E-?wYVS%hz;Mg%7!lbVQJm#SLc?-zE`;gl^ zhW~=>Cx*q-dvxMl6YE&?NQKuub2h~JGKo5pZ&ma$sUZO$qDrfH9bHsuT zB)ogpaY!24RH+VRg48B2HZ0IEU3aPn+}1si@@i$_r#?{TybMZR0hZS-o5OwU$&Mm$ z(k-D{RFw3v1ehrBD;D@h+X%mVo(%!HcVZz?s*L<&wk@z&{swpm2uS;2JVP3c!@R+c z82ljVteujT1}gyhd>F!L33%f21jI4l)05L6iN^^FWks3Y5HpYE~H%35Z9=WB2QZ4t=_NC;sU!ko@Y9<1XxNYLhu4zpIOl z9ZeI(H~0i*Cmu7QTN2)$m_2hnp}**k&o@NEAZCU&DFD)jyXTFY-+`n7_?4`mp8Y_0 zYZGK6G|zYI#i$e6K=EBy4*O(m;)#PQ=ub2UKA(U_+W*lfCSS1sZ&@B-3O`w>$hboG zg(2pUfYDLLDx;T55-C!{z=u*L-|v$W3$azvJI9$Eb*iIeH6WvE&XmijNdNrZMno@R z3rvYVVqgqe(0ky1S1DPY9N-Y<;NePk%Zlk1{BCPs0Rt8`)XWVy}s$G%+!S5WcSQ>fi6e zz}tlPuh|!CmL3t}4f^`taF#GHGDs?4bNb8&57z>Lp#TQ{#C@VkPjqgTw^00HdcW8Tb{~{E2gZG}yHG&$Oy;w&gNkW7Bo#Dij+~@h@ zDe4qM+yoxA&_(^*6R--_H?B)@yyY-k1Y*8+7}~r{%2C=l^P6|P0Tf{J;_beK;&Ap$ zB)IWXP=rf@C~(16c+Q1)8so#!xaApcaltB8W^JgZD!E%*9!%gg^d+vr)`UG#>U1gA zdrqQ@WlO^+<^Rr$!F?pHr$-1uq4#`2gwSvo+-+9z6kXUOj7~N6D)uz_V&xO7s^|yj z4xHxjlhnV2I8SRj_?eKs>h7ks!AJt4Lk}n6SVA9fW`4#58yo2$V=HBR#iDCz8?h*Q z+^G2wC*j=iaQ4%ULq;Y`he+A3K(!ZY$%uKkxxIEl8Et7zRQr#pGnP)b1s2-yp;ZU* z?PO};7@TJ2OaFq-1PrWShM*(qdoa$>pgB|eU4s-tx8$PLj;nU2cup;4OqI%jfrjgW3pHq5hCgpz2(C@tmBRR9PrFbR_h~)y0t{&`Z1=jT0!L0efl1D(5$t)L(&Z zY3EBeNIzoY;|~EK&HymaHM<>S0s(O!D3MK-9}zxXiar!I!+U*_(&zJtV{=fURaTOd zEcla!wvYj;F#jopYFVF&+6NFcEc6nz+F z9x$zZ5wK_c>983CfUT;fceYHW#kRfr`1|L5RI-?Cfq_xh3n)%TW+zyfPmQV>2p2Yw znR3UBvpY^IHYi*B^`G|V-If0gJPgut-er3^7cs60ew-x1qbc(5z_zIHWm{>jwvBERi@3>vW$$ItUibd1|3l=89f(8vQ&ct zfsBv1ka9?7k_m=PhP?NDku9(HH8iwc(zn-Sa+t-D@<-^qzN~!h3esSBS0&f0KM0>- zkFfvqBLhOkT6fnL28u3z_^^XCRmv5_Vmga**CR-Kh{oyj#sH8>GdJ43!K`4TY!Kt1 zGy3TOX>yY=g=~a^Z%S&knpXmCZ$Ga#RTc^DyT2P}kcx<_y%6x(W9DnQg5X;5dk0Eh zo>XTheQ1r3y#VZBvDXtK;NFYszEHr1#sFu5t7M+UR(J1E_*n=Qm)YyBnIkYkcsAG$ zg6P{-oc_PV-~rf-au)p$b-(XhP=bP(S)0!hwPG$LQogO1F|vGL5BjlZ9o+aTH%XJE zPo7y|;Es%+re{^95J^%~ORlgwE_F@3534ex|t_Dj42fi>AJy)aVIfnn} z{=AW^FUU$x-g~QYQ-|HV#_DD5g+<6eJx3{PCxgu_e8I*xi6N50Qk8O5Pgb3IN5xZw z$^h-T^--?Gpt~;4%OibsxFL;A4o!>_ZkT+Vn1ONU$9R+g4=w{mzF4SSMZOxw@Wz^e z>2A;Rw?xItZjr<|^cBFw&=?m)BwMw#v@#Mp-T0KakRB36!XA|27!Z*s9u~hPcdLb0 zf1Nh;p|>hISrzcg3tL~m!U+}$C9&LYPo|)raQ#%|w3Z*b?*23Ft%-z70YdPVLGgBt0nfW~Wcx`+X@?(u zAF9bB(69r^baBi--Oznx>Deu;1tygCqD3-VN!}iyM9=R+gcLrRtnqqc$ z7kp7sl@q!63C4#O$Vds^z;vIZSa}u*?IupFeFJ|$H5l+8{i|@?Bs}F>ASlX%oXH`9 z#x*uGn`{+f=4jFgl?P&hRL9EGwnGP$;km6^P*p*=lfz%C#oBZC0xHv}4a-@Ox) z9ZEheyX^ua#4&dE_xOi^N7RVx;n3)4?@`MjVvvZ21~wRV_4W5VZ*{$D@i>>0>kOzX zrM@@?R$q|iKLC;UebC})2IA5G9yedUgE@(|=A>}?JRWl#A)(ym91j}qAv&q*Y{+cJ z$>42ZrQ!YA6gdET0u1}ltL9N)#D_S^C&^+EDt9D z_9LC!egu?|d|Yi{0wY&Q{;;(649s%UK`w0tz8LV@cfqI0ndk20NOhwr=JFLlI6xeK zFDs3)H0^2;+&AfK=$Keo5YG)TDCadbr2=$)H7LS_K;ZuR2m;EI8R&#o$PrpkJo&5U z&HEzc^to9&*0h8s+3T}dH#oQavcA3GtdQi)jT=q{EZX41@!bOuulE`x(dpuIideS7=$!Ku;W`bGfI(oGkyHqNpI1wYmjef^2O3gubvI0?aIwG@5< zaEy9BJ3~Zm*H3OOq08~cA*;A|0Xgj}j~=ImB0bPJ*aT(Yu+aCme!+NRf#`%BCa9VS zJp45L$gk?gynEgL`2Oqq1Q=MiCnUk(pdXf@T^y~l_5?>b+MX84sKCL4nA;U9N=}2glrVy%E@qO(2;=nWf zk9rmuZd6%};yyoJe!2oFG?5X5r-%P&OWkQLz2MfAy+JEMneLyhtNI7c-1ji(pRh6M0ZB83PW^1ew>j zj-VwGCh*YJjAU^udSio!gDQGIc69&F_##I^sVI5N8g4m6K0+H+x>&|!yD#FeqMXf~ z&?BaJ^D$sU0ncFqFs&rM#4mpa81~Div&t=x@C3>x%A{I44lKlo1?LJxq|+`$UG@~2 zLNfG17yhrHLwx9saGa{qgt1oTUSlqqPm=`2g^9hM1T47?m+kCq^Dvj$qLm>bexI<9 z>g1xWiwZ-<8a~IHJQobpy{lZC)L#`1fiZOUtB@)WNXjl;5Bf@*A{>+h8Bb>Iwi`Y+ zCt-=zaVPWht&65K?Gc{x^sJCku7?Zw`Uf`_BrOtqAy%Cb=y||`%u|XyFkFn6`|nq3 z*e2w5O>b}0LnC^&6Y*66v)$0js$=oxT61b!CI=wFuT;f6;Ze4{?<7c^AG<$`{+D3U zMcr3p(gVB4P9RmD%>Ffmy>|J2(v-Z{a;Iq~5SK$a#LhI2E=WJfEJBk9e!Be>heDf` zV(OULZN+rUN*qIGikCa|?+oS$5|RirOf+VZSd1t^B&{rPi~m^lg#NlLR@M+D8lg9V zpU&E*%K;fN0HvI`>PR=qJsX6<;wjU-k67NL<6FaPQk$A91jnk{`!ipB)2IC!xig2% zf*v(XB6r+dB$h<^gPouo5wXO~jQ3bh7OPML^TH(((P0|;>3Ei_;oZ6l-sD_2|EH%J(`xjsDvI1fx1ww^X(kFi zS+PcYqUuB%eybK+&M(nGOm($FdAv1i_QH^N=7?jSrnyHLRBjl^pCyx!k?qd3`dU!2*TyF)Au8a%PcnMH zHl**^-Vf~m(p@-cU!HYU=#x1eH~ys~3YBE*9$BTyv~1Vfd^pFubng~*xUb5sRsty3xHLC z!tsV}E;I_IL%=V!*=)cobG2;OwiT=bAft|fh1CnTE!Kb|n{2D*?ah02IC)q*DYRRh z6JQD!Yi-I%OxRbg>k}X;-v{i;5PzF2@Ff0Qr~vUS6ySGVJRJreW?|u+pdjeUP4F$d z-v~Io2KP(!NJ7NA-^B{_fJF!rZ-%r0Lo6D=vJPJATCFg^`t?|ILgM}!8gn@dT`?P(4f59eP`1}9n_K5aIjI(_f=YkCzl)beXySc=mY5*P%dO<*6H78H6; zzbP2F8FdMc-f#WN>(vpo4D+ez;}S3BIXW0Wkr|}%jObhYFu^9$7e&DjQvSY`#EHB7 zH&Mo}f*;rG->F#x45#IN4r`p>(Tt-A`v;;>{*b&*VyALMA>6wkH?MUDeYhM&Mc^Uk zj8r5i&ugrA;vL4soklw`VJYp=pe>Hjm-7Ah-_K@in-vIb2ZHF8n<~+O&3f+P#z*4P z{I8R5zc%MIY?aAou0(YW6bJbMGd<+1^YLj6(jx|$IUMT!A0bv3jfC$DZKT^ZDWf`E zFx$_V`ZBZt_@U9#swEZLtRPz0SIq|bYCmZtDyXH(K~$p0Aw^wF%U$KKjw;3z475sf z&`z=zQL((c2EAq-GNXiAYB=J|@44LAWn&Dvh7AJ7Qv$QyQgY9!5e7JQvl0fC-v*l< zZPl(cIkAN9k`^z^RV|hdEr`F6+_JU4IEe{m)g3(Xka?muAO)#2714KDGmvw$#uX*f zaJW7Dftd7r7X5(({>#5(u%3l#F_o zZhzF*hSH}-5OD29h5XV>6cRm0-RloPHvPRPE40*_;>t%7tgh~DDTX}qN3&47t~iDI zTY7*5SwnW{k300B=Dxw7nm4cG{3awiGr!AGfXr55x^JQ@$t&p*bLSn< zz9u_02l+9=4%zJ`9oDp}^k1wQ7;SW9?Ugv`)!BZix~033?yfn{`Wu0hv>FTwHDZ{@3rZjZhU-7qgogNKBgR-Vr*+q&+JCgg(yIY?(=BsE~Y@>D(IY z_cT7G5-TdwUtHKh1Fxe(6H`?M&*ho8)+M4cfxm#v_KnPFpdh{RV%-@M)ebSHN36_b zA_${>ov$JX{Xmy7i*9X4N#W8UPP>T_4skPGn!emlbhh=U(UnFZVGaQJ5{M)Sa5SMH zzJFke@kwAoL_*T6`HBt@qoyEHq{ebK62u+Zf0<=?z5vOFr+a_1)GmOu9$vkqu}qhD z?Y?0g0JnER^e_ZMlKHJ@MP>CFoMi|LCY>iiG3OJr`?;~t z!x5*5S3|~hA7q;Wyj_}&4tcwcoGN)6|BHA>KtLcS1L$-HN*P-p0moiaxQYl6$cfFU zHw@5d5CM`KIDssslX09qRNS8Cw4>AP?fXh}E z)CjP2-2ei^7Mprwgw@2BwZdtGd8q71dF+8h!nc-Qkq(I>0EdGhN8co7m0*Eb^C_u#fF_e938LY%$2Ew=>cROBTrwfc|i~h(`q$;21FK2$L zTKcki^d~tUuf>qe5J6;{1m-}pryobCp~`V-(fdX#8n?*cmWUo{2=uLIj~y#5Rs3=M z+}vpl)W52u9)3UE)&Dx$my@?ByMD&WQkevv47uq#0~~P(;bdW(%sD@|hcpGOEc-u5 zk)_7!%jGJm_`JS}v_pI6;~ivS#qpjeJ(4M@I*U-Sc4FgYj`!r0s`x6(*R+mu{!;I= z-}iCRlUCAJs$gU+u}at0{Z_-~P`&rpp`lnshyj-?o z9kl3gX@RP_N`Po-FN{_!%~vB8!*VeF#Vv4xqof_E*2Hdae>1ZugwlL7{36}zL_!%f zYGCk_Jmg&?Hvv9I3065dNM1{px1ja|H9iF86kODFPpkM;jI{ zTbYJCEn(Y5;k4q18s-E%$)|aa;641(_?GTq#IS-cXIRfvHw2PK7tX96AVmDh6=NTU z6KBc9QhmMA1=Gb^0SICKndj5@)<$L3DCh4t&xjIjQ z_V7)2?~v00aYme}dxf2SKb6G}lZrwr0e-KatnTjYi2F;^Cy!XKJNK(^?>KWh4*!^e zp<$>0>#c+&)<$Pb?8x`(Cl}&MUzsWSLoHsA;AapyrRQMyQ7XR`hZ0GZDaNUO?Mb^8nZ zib<2LKQK=NIS|*;VVshj-NV$|y0a}MT6F^6k8FToa9FG&20j=ym#!AGn#`b5Ds7CK zXzGhlhf8{~7<#%=h*T^f*+y3)WS7Q%S5JnuY?GP4cL>1bKsS{Qh?{iG`&{)Su$k9@ zN_xF*N7IU)cKt7YPwN#zxvK6b;?Uv4aeo}wLntB;+Sq$M-z~1MzYx@r&z|saL9VlT z%;OAL*jYdh!KH_H`r?CrzU#>fL>>V#f(bK3zKK{Lzr#2z;MON(+sr!`R@RaEMKCz> zE{F;2Rw2QHfO82Ukpr7$MU9Vz1q~S6^;vPS0)8q~lj{kD-_j2$DuFo?cjg;n`DMCc zr7A3z(=;^!9X*0X5sUj<#y)(`p^Uwe&Tzt(ITlRqzkiP>XP0w$d3kA686!Z5o4w(9 zK&=5I`})2e6o50}N&-`{eW^I8kH-_=l3Whgs=-)M*Y_lWc4^_4X!;^Lj6bzH z3_1-RAb$ih)ts1^XnA>l=;`T+PDvRA6zB9kwU3^M%)spiSvWz~T;TEy;=Tay>lSVHjZ?|N81WpLK6bgv; zS6`kv1)nb80YJ6MR(}kHQwyB3u`x0JWRg}R{cE+|L5&JZ(Dd3$7=-evxnwk$i2M7x zu}FvwBipx)?-F|6z+r$DXJhX7ca4od%VzKcrDTa4g2xY%=POAsTu*FNimQHXXqknP zRbCF`t*kUBkCorpD!6>9`r7r-Xa~D}AFePp*nfb(efR108!8t3yX__Ja@)W8 z1K&lFxfyY6hsx=GIQ(&f?);56|FA%@!Ioz?ZdGfjIww{hb#oXpV3C*C?pt&qVb^3P&2&;KW~@-)}ivJ4Qd;-QC^3 z$P#q(Kb|@5P5#+i+W%icaXUR#-(HC8{=X~COHS^bnQd=xFOOi{rG0G$S)tHn#bu1v zuiqnNvtOCCVGyOQ0;qOrYTuUXQPY#>B#bGuQi>d>5$D`Cm&HTttAQbr;g-`Z_@n1^Y;p;`eI+4pJ*1^1Wh)9JjH^xa=-syy@=sEbxfQFwoS#`sS zDV91XI$LLxr)vrOMa2?)^XK~(h*}r1(YR`}Q>Gi$th-|WsPm@$AZ6gL!sp4&{^1(G zy`t%P#t62hmM)^Dl$?Oy1*ui=1rlE#5EBlQW3 z!_&lrLlQxw5<#l4{hxmCtmh0%D3X75)k6=<`)f2UMtW7Qk0rs_SJ~2PB=K>7Ww~+b zca{nq+~R$VVOZiAqYHUssY_+{v^aq#Lm}0=#rs0teQkE!buNZ?UI7S-YJ_hIH?aDZ zh3#9GOZm%`tI<&o4f_TY9ydcMZ}+Fw@76;oHGqTP_D2va3vC#DH3DOEgIKHyV$F&b zNT@BD`gogwm<}!M+HkeY0Qf|}&U5UB)L z$zOy0)y$tD_x95N4SdrPM*!I5o&ui#5$7rzlbhYQ9t9{puw58Sl{f*gTbCjF7Je(- zS6cMgl7^knPnY*=uP4L8N_4A1v;Y0ki>6c!e3e#(8^pmn+rY+__QqQWBEH_<9V1nh z)Fsm{W7mtyAC^IMJBQY z!o>iVl(@!5pe1!eK&8x8Ceq5oXw{PSbH&wt-HkA1ai&@vwfH&HT1KsJ&Ec-iP)M8mgAB})V$UYth@GrNBuQ-_#(kKo|FC3z zpyv6TjYKf>;QB}uibYCFN9W*hQ6ad-_WfAdW~iHQ=c9-9iElDkE4}`0y~r_T;am$; z@M0e91+^6!)w`qU7#Lk(UM4NwY_|nSYNXU4CVb0y_Z+|{a{xmDQi3QmySAFEOhd)MX)#4P&F%7)$D4Ea}c5x$7reK$k64TxI=%qCs z<5N|v{RMm@joTov9(d0HR9OIEC%b27lR$z7i}St;Hl0QXNS5UCxTKQjJA(luGr-^s z%FQMF6oC(kp>o?!P>0~1xqTkFAhLdl%?ebr!`1doFg1)#N!hPs0QrTG=t)S37Lbm{ zq@@i5a~?o==mv*}8-o!K#7!F<3=eS)u#WL{mt5>#0NX~X=eZ;aDJdRcSlYH;VgJa^ z_TUw3B!LeAGRpig9PZ>)?SpfWN`wH6a>hV!3MrnyuT((=WV4(JPxZXoSUa3=;dY|( z*P@T5yVzUrCi4cqx4DyA_84_NIRz{;&e@Cc&co64bYDRo2}Dg0b?jZTSs>6Lpf4*W zLsnZDtn6GfQoB*8ojd@7$xz16s>d3hX7#NN3$<`3TDaR~Q+sDpZB2pXg+1gK!SMc6 z2zNT~MaM~d^-u;j*o0~|+7h@gmRiS?%x zaOGOBYsSW|jux{#MXei3T!Y3HVh@k%`xyvq_G{do4eF!_dzqKk|j zwDj36Wt45ykGyn3^d!92Y4;iay4p5+weOkE6WQ39D9|VXA0Sjy!AN<2P6glaotzZ3ikr!9 zH(o^6xX+uIOb5(C5hJo2AhLrBq6|+u#KKu)Gjj3t@cQ@Wxru3oR^YVBlNnens(bKY zQ7EU6($peM!ns`S7}^tC2UvIEM@W6KXfFvMo$XMbCX(<@`;u~Z7lVfTPi9vkp;$N} z^G0vS&XnRnnK9a|e`h;GOKvQ=`@Luo&+>2lP%_DW;SWr%50q6LxicmoP++AJFcNwh zV3ZaY#>j4Ci-LuAy;W6eIw#XkS}FXqkMU|E{X#eUt}co@vEMMF5cC7~v9=T=OjWqR zbYfA&`J}^Ja<~T<;3x>OV01Fv?g%-!+UGL6%#KZNLzkHh8rRU%%FeKB)EeXQ($@IrBW?WQkHRFXo24UhvF zZ|X80p4=|KR?t7t1XgN`G?LqClo)sRD+O;o|C(5fcv1npAj2MyEoVDi~6A6k& zyToTF{wAvUFP`Y15LVEa+U%NUk-cdP=vpn2mKOMNi!-GXfP5+}Rf|`n?e!|0Q~GXY zD^a1Pq^?PC(YCl6@hhWeHI42icF?tC`vQzW5; zK|35>)o@HHof0AvEj{6f53<#tZAU*oqTbEo3O(EYZFDpX2ne_Z@h|=T{e@(QR(6{7 zSB02$jxr$a_3_r8tRw;FV=EpI{T^Mb=px}TkP#F6*VM3qSR~t)GdOVOe=1U`0&8?V z@2hF4-E5IxU)H+y96>or|$X$j9OEthG!-3VMJ z%gzx}H`{0*FtM>Y`u&LkMhwsmDqW7WGCcN+Jkp0Cd`^H}gb3Yi+I@4)wB+8 z)M&GbruI@MaS6JLARHTzN@Kr2MGYY?1OHbaD0`4tVzSP z7vvV_vB(3fHV{g=1GLhAV4JmXs2X)vc)%T&29!Dgl=c&-<5(=Fs1oTkMLaxsa2Ryf zRw~*yjx?+Lfgt^C;}0a<322k!wLx~klf1w>0R3-O>2@f+FZbRGcR4z(Uo8;ev&)*f zy1(4}CRdOHnycDSjvc4Hu8H~T#tKXI`0URy6a9i5w)u;|8+g#@h>TIqlj!VqqX2TK z4t-zj&W$6SoiB4D+iL6BEF;a-BvMtDcXEL4@bupVe!X*9aQ0_4b81GLRk;ITtT>B! z-}vu5QVlDQiX}&v_j)*OpsGk2Z@g494hd}s6;EXK-`D&K4Ph-s#cx9uNBkWLy(JoFXHB(kmWc^``ZSgHE9qUfCDHY|Ig|WF0oM7V4X{Lc_ zNrL`j+j2(ymY0pQgs%DD(%7C07uP};ptu;%mwkOxXlh|mpnW)M3wjty#!7@Zd=ekq zVGdpH#F)P17U()aRIZaw`piJ}McfpLVo50F;+Q%fpLe5zq9s zJzRCGZwofy)nI4xz;=v$SYS);C>LP6yzBY@l!SJkjCglQMOa(61*w6Eot>Qt(DYTd zNXD{I0hL)hSg_=U+KX`C@(hLGCc;`ou*6}>*AAq`T~Kh8l)iqPZAn3jAtnC#S~78f zo)erBr|Jn`7`}%EK98QT=6+n7diXs^$Q==!Z91UtU=7G*3loyTAW=O4so1A?tY{Qmiv0qZ7;3 zFt7MX&xYgTc;Lv3%@cl}I|~ywR_h!|C)fy?b7$Tv9PKOh`3 z(1S`TcRH}%ZJaiXk#}m~bfIK;S&7C6RimB`haVR?)R^H*E91Q?=I%ip3Lr(!K>;O2 zZwSnHph^*$;5{6^Lm9(h(vUY+;Sl0BSFhs#(TFJ5;$~OWCK}WA3=QZoGwMA(I@{!{ zX=~!@md@*v&*{`JA@6uzyfb=Pl`f&^)|RZ45+V<+nRa9CDru^Y-)t#d=mqW$#Ut75 zdy6KbSrafMpaQ@^_B^h~Yj>+y+va6PAIAj0i7mdK7G39d+x-Oa(wZj;V$ zTf%K@BpSu7UjXe|c5-~ecqBY=>j!l&E-~9+EsO@A&K2YL>UIBWRp18be+7L%&fAZK zk}MQbJ$hV`eEp}O!k!!S_UziUvp;4jBff|9U{?8X8y4<0FQa~bas{J3#XBkCjcB?DQ-841?3hsfcL~q`F6=1cuL#caSB()ym2X zK4M@1*l{@Srn@?T(SIe_HpjE)GM0v+39?s9h@WlF$e?642-)nA!__IW8f_3k0W07q zzyJoN!WfK}KtzXwLlsC22*lC*0*LW8Lvk`QTOg2g2e8~s0PO@^pTEa(b6ZJDcIHl; zcC>ka{zO`>o0f+^7)2>xb+#ccfX}~h^ifhcj`275Qdv~|KySw}7 z34V0&)jePDRx-T=;E^YXi+wkg@+`I;P-acr#SpM5Fe?ZJ+R+-N-r8QQ% z*=VjNyfcpU-DmEG3TS2*7Y8zTOSlXmB5)M+EIjsIN35;1T8dlc47v^Vmg?Ew-l;Vo zRYBvr8csNt1)O+3^DJPp?l1qL55Blyqde?K?p?8UYWaa{rXjD+L^H;mCLe@ z4hfDW%v;(rhtl(5zVjwLE(-QtYqC<}#ObNx4#QSi&Dr;rrA4yPHCl#V-rTVX;z}CZ zAyilE4^McbqKJ(AnPmV1}>N{GF-fMl&egE$S5%jv}RdEsZKV!?Ax0?(Qzl zQA|wH)yDCK>yAo9(B?dt@SXdpXfW$MdV*iH4Pb*Dm8atmo!1wV8uh|d7bQ29Y>MW? z+dj^^$kGWo4|1b_G3|?tU?}*dQKl9e7RHaF_+QERZ$kB~f7X7rv+=)a6&o?Qasa)f z>azk`idf0W7|_+U zMSb79yO{cDW2u!^^-y)relF8E0lTjnHA!K&>|Lm}1Qq8|0H&CPbe?=wM6#Ep zZQ0gf{q`c@JILt5IJLDQpEdtFwQ;9-)SFHIH%PE`R4t!DejI5PXn23%^vOobAx zvar)`HOAzww|GY81Jh%#T0ec8{vuRV-#B?!W2v44RnU@HL-(vj58%!o5pc?C*k2sM z%8we&&q4DC2$f^-o@(5JFMn$j0j+TJR;;oOt$IEjgK6712T?n;^!-1lCkN*+i}25d z``pp`dZV(mYU9*&;k$1lMO+$Dp!-DT^H2v?8!F}083&A;QaI$%3Kfc?JMo0B6ia~p z;Z$883k$cbEgs&$Y3aQ2q8g;8tKlO<Ul*z@nKoKuA2n znL!J43y%i=yecG{Op^qJyChaV^WEGwL$=qz?={u*@-nmpcGnR51>~CRez9}55yr^T zR9aUlu*5DVQD1P}H7n6=RwBpMu1tjq0o*|D=|2zqo&ZK@lknyC4Y2pFw>=z-0_z9Z zfz+D_0&XW*V4p*#GJr#zL72p7wsF2qFgDtIcr@~^FVcSbbX{!k%4XK}OM)?-DXB$m zuX`CCk58KJ-kukegK->8b6997{&okG-I|cV!yzl^G9*8Jf~#mbN8G2m;nz(34*?Cz z57=@R)wW1@TyKrEdb-z$3@0*=m$`u*`T6mJfX6AA)ofHjL*uieV$6jrfImw_ zecTp&xkG(<+!X}nNCF7vKF9Vfr}I{SdGQ&f$8O{Eh?nrZcG8Xl>Hja4@NIklVqiB@h98r}h|54{{L`m1MK~o%SoP09|dw#KX zB0SOXYl9r%uE%MZqEW8Uv}RQ6b1YYh*QO|(6rahisf-U2+zeZqbI`;XQfdE{moWr8 za87h|wgP1Aez~rf70$9+3YubAckYBCdTvh__r znQV8OlVvvbH9~p*uw^jOpz|WTZWxLgL&OlTXyt^)F0Z-u!}d=q79xs#y(c&2bvvFL zE;0B2XT|My`|_RABm=VTcDvP90yu{RTJ>V2Y$(g&&&I#j>xB}e#Osfj&sdT>33Ag9C&b>PP0qg+3XnVwBOlj6z*17Ac01*!%ck(ul%`9xGaFN8|~--i-8b zn+G$wt4br>qv~QLu=E1r`8KZRgo9?EzOE3#NruAHeUIYr6eVWLIT&I#Q$ftbywOB~ zpgYW1VXce3Fc57 zXU&+d^!>;U;AWza`z?HT{c8XCcxx!yiN6z8yA%>YP4B`vdLA&WY*u~?yQUqbVi8f) zzNyjQ0WL9k?+C}PtQRL~c~aaL>l$U16|Zi&%Nc{-i^>{Oy@`Bfw_=gl_DR$vNQg5mEH**tSgSOGT%*8$7YC(aNdh=1 z140qaLXm}4zOZ|&8_~bXg9SU{L^7FJ<01clN~U0XZS&eTF&3lLMKPZj3=_|XhGJwW zO5swgbz>%ibr_UPS%|T*h&9Sag=`J{6Io`%tyZ+4-<5riO#qZFM{_(SO`6XMW3aPR z(a6qEekFYpu_mTvdJ&ygrW3bkHp(77OOB}PoGZayv-LA=k`B4FDpXYJC7l^?7*-^d zIn$vcn7a37F{Rl=*@%opbBim+wQ7h?+fUD)5woVU&h}o%3}1^UEkdp?NC*3ZOkFDV zV@9J)tW7VDg>B__cZemgb4Y~_T$ZUB8FzmLeFU9Wark}(I8Nv^e*1w5$2l1MRC(Q< ze@Y@BVnO9Qh58f7?RC2zbgPCgJDSG*&M!RttyZ1Y0N50WeEmuVg6<)#cL?19f{LqX ze@+2*5Bt4Iax;8EMND@vly?Jqr8%$>9us_G3!{*ypr(5(oXG6%&U|=KF;J_oty-yJ zqINjAv&T4Ec{Zo^tQ_6DP{r5A}s{rm15|61?s?iCYZ|Vi9>IYdwZ%tXvZInWenjHemo#C^ezfSmAZv(AVx;_Z~ z1erKhAcZ(zE`1^Ez7&Ycu8E0zX4k&2mnj)ArGk4G*e}~{MsTu#r8<~8QG+>_s=)KD z5vW_d098K*@FSxTW-1bd#@MEsGf#!IcD z6b=s=FTRpuK1()C$wW=ZXFgKk&lFzu89L|bQ3&z(_hPcZwDx&Pe{W>?til}sO%41O zzYRgjSf*J<>gMtN$8pTDg@`|AX^=TmI1o+8uH_H|d}OIh?vS)h%Z?A}!zK3M*pbt7 zrrPnJ(45)0mLb1sx}2hI-M0MQ^quEt+%mQDxy*_E2c66L7*ZV?2DmkG&W%CKyt++a z$A@buG91j`eGFX5VHPwijp_BYS!rT z_DZ|y4M(E5Y(&JE)~j)}uWrTGNlz|^Eg&im`8y^V`<+bktIi-j3x4`u%6qMwZcR-P z0|8^TNAMzpctoA`|G%IMuA~3&^bTq#$6?fiv67>i9uFiDzqD0p)Qb4=k>6v(vUU!7 z)Bn{pbXKhNAfbLjjN1$CcT4H

%JOiccfa4P0QdN)>{qezNAH%jQHRM;;34#2Am~ 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%0A=1*ui_zw* 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�Ll8L;LD91AE=CoQWMJwL247 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 nQ`vDGhB!GzVn`Vp5MbY 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

p!2utRaLdIxX<| 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�NJy1GIDX9$Lu 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%0A*!FhkR5G;62=rs1=~9s+HW)3;sl%l13k*vs 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%0ACj44QS~jPXE>mU_Ds<;+s|c-9P4?M; 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

fJ?Cj0SOTOPNp& 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

W?aY_Cvq>D-+lKH(GB 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

6`#{8!b}62zI06>`-0 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

    ~xmgc1tzMl>OG$$FQl)x=j3JF5@K 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 z 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ⅈ#xIqsaqA%Dh7rhS0t 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 z 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¨-Xg1@O__4WJ7Ae8!db~nM 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 z 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%0A{KZqji%QMjDc^R+A3Vb4J_bm2 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∨S{_8ucs{dlCiwF9hDAbi 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

    HSJ}1{ha{03{ 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 literal 0 HcmV?d00001 diff --git a/doc/img/workflow.png b/doc/img/workflow.png deleted file mode 100644 index ea4e0ef597345f174c005c228bc2e01db341cd45..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 157611 zcmagGcRbeX{|A28DXFX^goK3baobz=O!khlSJ_*3k-f4v*_-T2HVGj++fB&M{=M$b z`JD58{2q_r<9DAwI;z|K?z&#r>-Aih*N+sXu&G?Qr;|MV!1H$h zn~sOiUoTyhF|)fyT{Y%%aZ%=?Id6=BIZn%vf$T%+yCmt18GV$LOnuqUcyY0l zqwFvVXcDX{-Qw4`YhPqz9dXC&gDjm0_KKRi8ZU0yv}U1bQB>d{H-Kj@K; z5{F0o=M{XraQ}b*55GEH6Q%w4O9H`5DgS=)Xt&A&_usGVUJ*Uq_)!=8!`0h?ueZUK zlKKYYSQIT|)=&jaNb^XEt>atV_@w&VpWX?+i)wqqM)l7-Uq%tkYIJBA=e6gHYAFGF7VRG80BL!#2@YWUesQ>fk7!j+D-jj3EV3vUp8XH@`)9^w@jYJ2v zRUE6)s8{dFotTf5n0|XP(57;Z%s06U=Na-icBsq#pYISh{I$*g`plaUQL$HwPi+c+ z4+U=HvT26bvwjZv@O$+-$6BeZIJN)xU4_$X11>X$Z{!-UMZRAB`{5Cfs0dHE5l zqArPb>aPu)s-+E>Gg{zY!*{(Gy-e70JB;O~7}j`q*53KVyNRs*blD5OivPU#<>Mb$ z!y5$;4l)U7{gH8=?+aHI8Gq@O&H0}H{3Kiw5OkH2uw+BC^`7=f_I`RW`D)ySf8H6a zPuJ|>G)szH{8>_8*s#i+og5&aSKeH@VN0)Y1(VX}`{ZGpcV^$uvYVKE|Gp^&S+;xn z_Q&6!RsOTpBK!(h2YY?%akJUL=uNT7kChy$2JZwjGlSA^{_{cU@0pGa@)W+_%01On zbABgC))^DWxxaZF708Jv)~;dj>Z(w+l6SClK4{`ux~ z>NmWGiBhQiRkexM}=-T9ubZJ1oKT#W)F-Otq3cd z4pDLuoBx&qA%^KXb3A>}%h8{Gw2m6e+pJqo6~LiYK?PwqT=};m5ePcB{~l3R*T7(= z6<64!k8@PBcqE!u3FD&A6>^vK^78VcqMw1JHg8i?Y5XVM)`~Zqk2j{AXZl!s;jy^% z<;Ln$cd=#;zc}OE6=IxO$&rgklJtH1rdlwsqNS_bI2%Z6#igU9)E~mqOt;wrUlIoz zYSq-$9Tpm#7EsH`1f}ee}~lDkv!AhbeJ>Q}Wu5#_%)r@Hi1Z-w}=#M3pvf2UE*zxt!$0>mLn-d+koz z_umlX!r@05ev4KTI&}6vaJIL%Pdizl72b{ve?PUci#uM~FLeC2N*r(a&iL=JrzeNPhpgi4W`0*nv zT*z&EL8eLHKt;uV_S5CmJ3Cs_W7e>>-F%2ED9-Vo#rv@50FILI>5%XpUORF9a5Fhm3jayZgDHdK z@zMRw8Slkd4HLT)$$sJU6H}p`gprXE*rDT%hRx#IX)1ptC#T@q@A=v(r=*T~)aGW( zVw}#j%X|~xh`(VT-y6K`v3{@p*`T{Z-e(>J-9t^enyC@$&s^Vo;7`9rR!xJ1%jlv_rIDN(XXQg5Q_1ZVZp!+W-Age>|e!tCq?Oq!Y?n@z_HDHD$IZ!Jz zN_eNG;V!Pj#mPB5IhkCx^M!xYV=2M(8!=AI#eWaA%%{)0oZ;QA_$5)#>8m%#mSTLe zl3D489vY9o#bcon7sNO11fW{nE{>vM%#S&n&(0`Ds1=U9!nMZLghtJv(K*p%||Mu_d77*CS1xIr&O5 zD*O7C%#}6-(8BT$2bc9eEki z8+?DL%9g=f?Pb%%RmU*C6q_OZ&P&?Ggni?WjKq~=OnYNS&of99N-m0Hwz3`(aMdI% z`vwm4_j;Cmm;eOE!fwt{wJq zYB=PLA1n#pZVyXXj>Wux!K~7ikuXalal1XPn7ZtM0h0!%@Fo>Pv9nziRW4r)T9Gx#Er1HM&1V zmwhi@WblJ>^IJTHT-^I8#p=y#l)(v9V>1T1Ci8EiuX0G!EJVG1gfGJ6P%lqnM1R~@ zi!{E}$7b$VXXmH*K&O*h=Gvu;LTUY*2gj#pkLbiP&24Np#@&zezrLit+PY!d{pJpa zb-?(&0C^^$OouanD39Yl?mNNcxqnVqIx@#%EiSrS^;n_}D>i_2^chXxcsB|f+ReoG z%IsGki7&ME#r9kX5X&fzGo_#CMI9|kX2DcV#t~{TDt|kQK50H8A2ttcPo_IJ54e#( zZ5fZh#w;%@d!6>4%uB7EtGAM<-e$7ua{KK10wp7c`SANjK?Ct)dGCbFuf_(A4F9Y} zgeB=;-TrDXxTZ?oMCyi5la(aGUv~;=qmn)0-w7`X2*jjx?+wBkJ-Jo!<>GRm@K0l~FH524ag2JURz>;W@I!jL|b%87NZ zBntE6GyyvEX}qIU*bYl<%Qr|F!~umoPEblewSEk3&rr0d$> zr0atXZO|Li<@A_?&W}0lA64~LEq}q5IP&RzvWn_9>Ovl)B&s(qB4UV*19BUYk64L& z1-`1*B=i&}lVatlC%-p;$VcgKNSrkwZOLWLl{98Gy<3&>el6v&G{8vCAFrvVXyOIY z2n{{bmpDPw9W^-4fPdpE<*}9b^Yo*06JigQx0nC!Ug;|jX!7wL;7qw??T z`#`FSicXkiPri4zD3zXzMNO~qmXT@~GHJw-^7l;&rL_A>*ltV4%&~o33;$AdiG}g9 zqST>dy+J9{T7G@QxSi_MY%KBLgR$&hzESt?SdKQEaiURI=vdCS1}5Ew^o6$hEq{?{ zlf>IX%9hB)Yl2SbT{j9l5aN~|@kb6z8N1md%HdWb(tQmYS^EFT5h zh2GfnH>9Si7&DZ#{`F+iE|9gW$Bw&>FU!2lV4`_BT6^Suv7wmk-)ry0xrmJEzHA@E zwG_Lpwk@FTx<~42*A=SuY*29f){ejv#LJ7+GLMlYIm)?YW+u(uu3`bXb~Jsu;f<^V zfx99UKla>!91U@24^=2MOr`d}mQsI6WIAHtc%}dKpwr_z1#>E<`aMf(1=gD7`{p_y zXTGp`1kenA*7<^8ar!odlEh{`OPsZxUOy7~5h-OiZHdgVd5yhY!|gh6w#1z=8n<3~ zCh9rnNTWAg({a_D;txrubDJ~1syE%8D7)xYeT`mO;VL4+bo*%OYT;kTc2oY>6cW@6 z`}WGNlUYmWb>)t(^<`5|+0+&`^EFaP3eMgzaG)o1-Z6T`>{qFRPpV%M;>v)!@Ap*H zV59q!c`aSN_D!uRIm~k88*?nw#qM1yhT}}jVShYzB92jovU&o?l+1SSVWzFkSbEDo zp{K)Sg(10oOg$?OMPr|a$FYi?9&+T)_dfW0e*>r}15|UPksnpLizc1qWt<21ns-5 zlV43w%4=$Bs;kvvM~{Hk?=1J<6kA$9~<# zMm&1S#f&ZPZDOZatj=&H(QdSEz)YO4GO~hlYHcr<-cPNZQcsUL-qOnI4MsCrhohro zYq>g!c)d!6}G zu3x|IAJH0wn@8W;8$m6Tm6gRDAA1aKcQwR+F*8m4>ioMi_|{XLzL*XKi6oP+F?t{>UG1Zp(#P z_q_;aerc(#x%t@PRa#nFQ&ZEclvu3}j*e<-IXe7w*Wa%sFaPyGLo%y8FR#O>92D9E>8RayQd^jY zejlIjt_&0<+q=2BSy%+)ePWe&cCKxmmG*9&*@V@#V=8MiLanUO9p-Ca$NmGeIvMmu zc^?`VX!qzI_~j*LuxAvp8#>9+J7--)yu>eC??Og%r6%>65bW9hMKV}PMIIjh=1oy? z@j%G%@bLQjdceNEnU$5*ix-i2gEKQ}#V#*wY;25-e9@l`%L8S1G=Ep` zo)t?4#Ha7yU!6C)`u#zYHA>7?@^5P%>r)9B680pkYtf|Cv7eHsC1Q{mxEIJ*LxOh7#5Ud3cz)xw-G(iMw2y6@!-# zLC+X}q=Y%kQ&L>a)VlU*|4+N7Bk2y7TO8-_)|PWsqUj;A8g8$49wgB24%vC;NesYD zixxd$urd6QW0OvsbzRTcllth!y92C|**eAQjkm_gYbOM`xFqjBOHmvh8-o?j-%sbN zt*Bt<;gQBPH#hG(vik)GTQM&heUfc$ZCzbm12uGYbnIb`c4Ul=josZF^h^6Ue!cvo z$EK5r;>G0W=o%!*I@zWyMadL0M%$QGYwrgB1r6p^o6*N75xEH&kLZZ8faWO(-(lcT zs2r2GxU@J%)<}NdiB)81=__mO-)S&1@vq8 zF8$d|Ey*5w;Mk0Wa`o&=8#M1@Ea`7{Gezr*`}~DK{KSAVA~f$7z8Cq5E*MoRu{@+& zlSUdUxtqEyN{zqe)?_BFA;(HgMox}{;pdMRXb5r;2`OpFTH%I|kI(S1npo%Y%(++C ze1+FpS63ITtJo{`LP3X>h&H3HlX{^vTL%Z#u%CBuq}<*4GY^0MS-G;hUBUV8kTGlG ze(LuzM0ove{JaRnODd}1Ofuua_8m~RP;wlttZq&EC110L6J6B$NK=oV+lvPxsLz0L|NwbD*RvqeL#ca(T zX_N^}P0%khvW^$JaK@D7uRmf$!`KhZ_hq7VwH`>tZKwMGX4m1Cz1fvLwkSzQ3g(6M zL;V8*f@=eyA|#&CW3_g2n0FVZ5y>gpbVX3VR=3QgYx)?Za!eSd#{X^w_khJ>6v7dQUnla0I+Ie+)Q!CY|)01IxKGM9~^^?5=vts z52qEx!bTM&L3e%oHhmzX>)GnY#`Iuzbbz^&larlY6yD&_(EM{AI|l||iezE$>CJM|X=$-_T}RG0hxeL-R{iU1g50 zy=f=^EFPMHtB4%uVov|PNNEZ@>07~FRocY@Ik~!J327G|(nnDTh*3g6ipQ57jwl&0 zTj3M?Q&6kHZASO*-6IbV(l070v9Yyf34O&xaINWdf5Jba$^8Hxc4;FJzn{MF*@rJpdAJ3!>kpiV&{*sc#Vea7UYwCg!@8?em>=Gd|_ zT&54ICW-uAY+7-#qqk=?{a{D-+&pEP0Z1Ue-=~UvWp`os5naq#%3pen(p_fAxjqp? zs0)WXP%-h%lzPk);t$=FpV#TaoZ!-0bEpSA92|VD`bsPm?>|j?eZRT6Szr=9)0o<; zCf0*+?u>Ws=v-AwOT24y(>2M#U&mj!reZ@+`1#3L*$%*H0F!XMrBZE7lIjr?TrC4ifB%`VF)8>uz9c%x_f$@y~d-^k|xDnqjF7Z{MX`CXw^JalIjNU(Bx{q z*)tgiwwqp=h{W&V5;oXoJz~u?@gdr08>}IuXR1(&O*eHhwlmrWL*|6H> z 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

    &lchd|C9m4HtL42heG^niITEj#OjdLIb7{x@zb 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 diff --git a/doc/index.rst b/doc/index.rst index 5ee1db5b..314900f7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,10 +1,11 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 -PyPSA-Eur: An Open Optimisation Model of the European Transmission System -========================================================================= +################################################################################## +PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System +################################################################################## .. image:: https://img.shields.io/github/v/release/pypsa/pypsa-eur?include_prereleases :alt: GitHub release (latest by date including pre-releases) @@ -14,7 +15,7 @@ PyPSA-Eur: An Open Optimisation Model of the European Transmission System .. image:: https://readthedocs.org/projects/pypsa-eur/badge/?version=latest :target: https://pypsa-eur.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status + :alt: Documentation .. image:: https://img.shields.io/github/repo-size/pypsa/pypsa-eur :alt: GitHub repo size @@ -22,39 +23,105 @@ PyPSA-Eur: An Open Optimisation Model of the European Transmission System .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg :target: https://doi.org/10.5281/zenodo.3520874 -.. image:: https://badges.gitter.im/PyPSA/community.svg - :target: https://gitter.im/PyPSA/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge - :alt: Chat on Gitter - -.. image:: https://img.shields.io/badge/snakemake-≥5.0.0-brightgreen.svg?style=flat +.. image:: https://img.shields.io/badge/snakemake-≥7.19-brightgreen.svg?style=flat :target: https://snakemake.readthedocs.io :alt: Snakemake .. image:: https://api.reuse.software/badge/github.com/pypsa/pypsa-eur :target: https://api.reuse.software/info/github.com/pypsa/pypsa-eur - :alt: REUSE status + :alt: REUSE -PyPSA-Eur is an open model dataset of the European power system at the -transmission network level that covers the full ENTSO-E area. +.. image:: https://img.shields.io/stackexchange/stackoverflow/t/pypsa + :target: https://stackoverflow.com/questions/tagged/pypsa + :alt: Stackoverflow -It contains alternating current lines at and above 220 kV voltage level and all high voltage direct current lines, substations, an open database of conventional power plants, time series for electrical demand and variable renewable generator availability, and geographic potentials for the expansion of wind and solar power. +PyPSA-Eur is an open model dataset of the European energy system at the +transmission network level that covers the full ENTSO-E area. It covers demand +and supply for all energy sectors. From version v0.8.0, PyPSA-Eur includes all +the features from PyPSA-Eur-Sec, which is now deprecated. -The model is suitable both for operational studies and generation and transmission expansion planning studies. The continental scope and highly resolved spatial scale enables a proper description of the long-range smoothing effects for renewable power generation and their varying resource availability. +Electricity System +================== -.. image:: img/base.png - :width: 50% +The electricity system representation contains alternating current lines at +and above 220 kV voltage level and all high voltage direct current lines, +substations, an open database of conventional power plants, time series for +electrical demand and variable renewable generator availability, geographic +potentials for the expansion of wind and solar power. + +The model is suitable both for operational studies and generation and +transmission expansion planning studies. The continental scope and highly +resolved spatial scale enables a proper description of the long-range smoothing +effects for renewable power generation and their varying resource availability. + +.. image:: img/elec.png + :width: 70% :align: center -The restriction to freely available and open data encourages the open exchange of model data developments and eases the comparison of model results. It provides a full, automated software pipeline to assemble the load-flow-ready model from the original datasets, which enables easy replacement and improvement of the individual parts. +| -PyPSA-Eur is designed to be imported into the open toolbox `PyPSA `_ for which `documentation `_ is available as well. +Sector-Coupled Energy System +============================ + +A sector-coupled extension (previously known as **PyPSA-Eur-Sec**, which is now +deprecated) adds demand and supply for the following sectors: transport, space +and water heating, biomass, energy consumption in the agriculture, industry and +industrial feedstocks, carbon management, carbon capture and +usage/sequestration. This completes the energy system and includes all +greenhouse gas emitters except waste management, agriculture, forestry and land +use. The diagram below gives an overview of the sectors and the links between +them: + +.. image:: ../graphics/multisector_figure.png + :width: 70% + :align: center + +.. note:: + You can find showcases of the model's capabilities in the Supplementary Materials of the + preprint `Benefits of a Hydrogen Network in Europe + `_, the Supplementary Materials of the `paper in Joule with a + description of the industry sector + `_, or in `a 2021 presentation + at EMP-E `_. + The sector-coupled extension of PyPSA-Eur was + initially described in the paper `Synergies of sector coupling and transmission + reinforcement in a cost-optimised, highly renewable European energy system + `_ (2018) but it differs by being based on the + higher resolution electricity transmission model `PyPSA-Eur + `_ rather than a one-node-per-country model, + and by including biomass, industry, industrial feedstocks, aviation, shipping, + better carbon management, carbon capture and usage/sequestration, and gas + networks. + +About +===== + +PyPSA-Eur is designed to be imported into the open energy system modelling +framework `PyPSA `_ for which `documentation +`_ is available as well. However, since the +workflow is modular, it should be easy to adapt the data workflow to other +modelling frameworks. + +The restriction to freely available and open data encourages the open exchange +of model data developments and eases the comparison of model results. It +provides a full, automated software pipeline to assemble the load-flow-ready +model from the original datasets, which enables easy replacement and improvement +of the individual parts. + +.. warning:: + PyPSA-Eur is under active development and has several + :doc:`limitations` which + you should understand before using the model. The Github repository + `issues `_ collect known + topics we are working on. Please feel free to help or make suggestions. This project is currently maintained by the `Department of Digital Transformation in Energy Systems `_ at the `Technische Universität Berlin `_. Previous versions were -developed within the `IAI `_ at the `Karlsruhe Institute of -Technology (KIT) `_ and by the `Renewable -Energy Group +developed within the `IAI `_ at the `Karlsruhe Institute +of Technology (KIT) `_ which was funded by +the `Helmholtz Association `_, and by the +`Renewable Energy Group `_ at `FIAS `_ to carry out simulations for the `CoNDyNet project `_, financed by the `German Federal @@ -62,129 +129,83 @@ Ministry for Education and Research (BMBF) `_ as part of the `Stromnetze Research Initiative `_. -A version of the model that adds building heating, transport and industry sectors to the model, -as well as gas networks, is currently being developed in the `PyPSA-Eur-Sec repository `_. -Documentation -============= - -**Getting Started** - -* :doc:`introduction` -* :doc:`installation` -* :doc:`tutorial` - -.. toctree:: - :hidden: - :maxdepth: 1 - :caption: Getting Started - - introduction - installation - tutorial - -**Configuration** - -* :doc:`wildcards` -* :doc:`configuration` -* :doc:`costs` - -.. toctree:: - :hidden: - :maxdepth: 1 - :caption: Configuration - - wildcards - configuration - costs - -**Rules Overview** - -* :doc:`preparation` -* :doc:`simplification` -* :doc:`solving` -* :doc:`plotting` - -.. toctree:: - :hidden: - :maxdepth: 1 - :caption: Rules Overview - - preparation - simplification - solving - plotting - -**References** - -* :doc:`release_notes` -* :doc:`limitations` -* :doc:`contributing` -* :doc:`cloudcomputing` - -.. toctree:: - :hidden: - :maxdepth: 1 - :caption: References - - release_notes - limitations - contributing - cloudcomputing - -Warnings +Workflow ======== -Please read the `limitations `_ section of the -documentation and paper carefully before using the model. We do not -recommend to use the full resolution network model for simulations. At -high granularity the assignment of loads and generators to the nearest -network node may not be a correct assumption, depending on the topology of the underlying distribution grid, -and local grid -bottlenecks may cause unrealistic load-shedding or generator -curtailment. We recommend to cluster the network to a couple of -hundred nodes to remove these local inconsistencies. +.. image:: ../graphics/workflow.png + :class: full-width + :align: center + +.. note:: + The graph above was generated using + ``snakemake --rulegraph -F | sed -n "/digraph/,/}/p" | dot -Tpng -o workflow.png`` + Learning Energy System Modelling ================================ -If you are (relatively) new to energy system modelling and optimisation -and plan to use PyPSA-Eur, the following resources are *one way* to get started -in addition to reading this documentation. +If you are (relatively) new to energy system modelling and optimisation and plan +to use PyPSA-Eur, the following resources are one way to get started in addition +to reading this documentation. - Documentation of `PyPSA `__, the package for - simulating and optimising modern power systems which PyPSA-Eur uses under the hood. -- Course on `Energy System Modelling `_, - Karlsruhe Institute of Technology (KIT), `Dr. Tom Brown `_ + modelling energy systems which PyPSA-Eur uses under the hood. +- Course on `Energy Systems `_ given at + Technical University of Berlin by `Prof. Dr. Tom Brown `_. +- Course on `Data Science for Energy System Modelling `_ + given at Technical University of Berlin by `Dr. Fabian Neumann `_. + Citing PyPSA-Eur ================ -If you use PyPSA-Eur for your research, we would appreciate it if you would cite the following paper: +If you use PyPSA-Eur for your research, we would appreciate it if you would cite one of the following papers: -- Jonas Hörsch, Fabian Hofmann, David Schlachtberger, and Tom Brown. `PyPSA-Eur: An open optimisation model of the European transmission system `_. Energy Strategy Reviews, 22:207-215, 2018. `arXiv:1806.01613 `_, `doi:10.1016/j.esr.2018.08.012 `_. - -Please use the following BibTeX: :: +For electricity-only studies: :: @article{PyPSAEur, author = "Jonas Hoersch and Fabian Hofmann and David Schlachtberger and Tom Brown", title = "PyPSA-Eur: An open optimisation model of the European transmission system", journal = "Energy Strategy Reviews", volume = "22", - pages = "207 - 215", + pages = "207--215", year = "2018", - issn = "2211-467X", doi = "10.1016/j.esr.2018.08.012", eprint = "1806.01613" } +For sector-coupling studies: :: -If you want to cite a specific PyPSA-Eur version, each release of PyPSA-Eur is stored on Zenodo with a release-specific DOI. -This can be found linked from the overall PyPSA-Eur Zenodo DOI: + @misc{PyPSAEurSec, + author = "Fabian Neumann and Elisabeth Zeyen and Marta Victoria and Tom Brown", + title = "The Potential Role of a Hydrogen Network in Europe", + year = "2022", + eprint = "2207.05816", + url = "https://arxiv.org/abs/2207.05816", + } + +For sector-coupling studies with pathway optimisation: :: + + @article{SpeedTechnological2022, + title = "Speed of technological transformations required in {Europe} to achieve different climate goals", + author = "Marta Victoria and Elisabeth Zeyen and Tom Brown", + journal = "Joule", + volume = "6", + number = "5", + pages = "1066--1086", + year = "2022", + doi = "10.1016/j.joule.2022.04.016", + eprint = "2109.09563", + } + + +If you want to cite a specific PyPSA-Eur version, each release of PyPSA-Eur is stored on Zenodo with a release-specific DOI: .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg :target: https://doi.org/10.5281/zenodo.3520874 + Pre-Built Networks as a Dataset =============================== @@ -199,29 +220,61 @@ The included ``.nc`` files are PyPSA network files which can be imported with Py import pypsa - filename = "elec_s_1024_ec.nc" # example + filename = "elec_s_1024_ec.nc" # example n = pypsa.Network(filename) -Licence -======= -PyPSA-Eur work is released under multiple licenses: -* All original source code is licensed as free software under `MIT `_. -* The documentation is licensed under `CC-BY-4.0 `_. -* Configuration files are mostly licensed under `CC0-1.0 `_. -* Data files are licensed under `CC-BY-4.0 `_. -See the individual files and the `dep5 <.reuse/dep5>`_ file for license details. -Additionally, different licenses and terms of use also apply to the various input data, which are summarised below. -More details are included in -`the description of the data bundles on zenodo `_. +.. toctree:: + :hidden: + :maxdepth: 1 + :caption: Getting Started -.. csv-table:: - :header-rows: 1 - :file: configtables/licenses.csv + introduction + installation + tutorial + tutorial_sector -* *BY: Attribute Source* -* *NC: Non-Commercial Use Only* -* *SA: Share Alike* +.. toctree:: + :hidden: + :maxdepth: 1 + :caption: Configuration + + wildcards + configuration + foresight + costs + +.. toctree:: + :hidden: + :maxdepth: 1 + :caption: Rules Overview + + retrieve + preparation + simplification + sector + solving + plotting + +.. toctree:: + :hidden: + :maxdepth: 1 + :caption: Implementation details for sector-coupled systems + + spatial_resolution + supply_demand + +.. toctree:: + :hidden: + :maxdepth: 1 + :caption: References + + release_notes + licenses + limitations + contributing + support + publications diff --git a/doc/installation.rst b/doc/installation.rst index 16fdf766..01fdafeb 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 @@ -15,15 +15,13 @@ directory in which the commands following the ``%`` should be entered. Clone the Repository ==================== -First of all, clone the `PyPSA-Eur repository `_ using the version control system ``git``. -The path to the directory into which the ``git repository`` is cloned, must **not** have any spaces! -If you do not have ``git`` installed, follow installation instructions `here `_. +First of all, clone the `PyPSA-Eur repository `_ using the version control system ``git`` in the command line. .. code:: bash - /some/other/path % cd /some/path/without/spaces + /some/other/path % cd /some/path - /some/path/without/spaces % git clone https://github.com/PyPSA/pypsa-eur.git + /some/path % git clone https://github.com/PyPSA/pypsa-eur.git .. _deps: @@ -32,99 +30,108 @@ Install Python Dependencies =============================== PyPSA-Eur relies on a set of other Python packages to function. -We recommend using the package manager and environment management system ``conda`` to install them. -Install `miniconda `_, which is a mini version of `Anaconda `_ that includes only ``conda`` and its dependencies or make sure ``conda`` is already installed on your system. -For instructions for your operating system follow the ``conda`` `installation guide `_. +We recommend using the package manager `mamba `_ to install them and manage your environments. +For instructions for your operating system follow the ``mamba`` `installation guide `_. +You can also use ``conda`` equivalently. -The python package requirements are curated in the `envs/environment.yaml `_ file. +The package requirements are curated in the `envs/environment.yaml `_ file. The environment can be installed and activated using .. code:: bash - .../pypsa-eur % conda env create -f envs/environment.yaml + .../pypsa-eur % mamba env create -f envs/environment.yaml - .../pypsa-eur % conda activate pypsa-eur - -Note that activation is local to the currently open shell! -After opening a new terminal window, one needs to reissue the second command! + .../pypsa-eur % mamba activate pypsa-eur .. note:: - If you have troubles with a slow ``conda`` installation, we recommend to install - `mamba `_ as a fast drop-in replacement via + The equivalent commands for ``conda`` would be .. code:: bash - conda install -c conda-forge mamba + .../pypsa-eur % conda env create -f envs/environment.yaml - and then install the environment with + .../pypsa-eur % conda activate pypsa-eur - .. code:: bash - - mamba env create -f envs/environment.yaml Install a Solver ================ -PyPSA passes the PyPSA-Eur network model to an external solver for performing a total annual system cost minimization with optimal power flow. +PyPSA passes the PyPSA-Eur network model to an external solver for performing the optimisation. PyPSA is known to work with the free software -- `Ipopt `_ +- `HiGHS `_ - `Cbc `_ - `GLPK `_ (`WinGLKP `_) +- `Ipopt `_ and the non-free, commercial software (for some of which free academic licenses are available) - `Gurobi `_ - `CPLEX `_ -- `FICO® Xpress Solver `_ +- `FICO Xpress Solver `_ For installation instructions of these solvers for your operating system, follow the links above. -Commercial solvers such as Gurobi and CPLEX currently significantly outperform open-source solvers for large-scale problems. -It might be the case that you can only retrieve solutions by using a commercial solver. +Commercial solvers such as Gurobi and CPLEX currently significantly outperform open-source solvers for large-scale problems, and +it might be the case that you can only retrieve solutions by using a commercial solver. +Nevertheless, you can still use open-source solvers for smaller problems. .. seealso:: - `Getting a solver in the PyPSA documentation `_ + `Instructions how to install a solver in the documentation of PyPSA `_ .. note:: The rules :mod:`cluster_network` and :mod:`simplify_network` solve a quadratic optimisation problem for clustering. The open-source solvers Cbc and GlPK cannot handle this. A fallback to Ipopt is implemented in this case, but requires - also Ipopt to be installed. For an open-source solver setup install in your ``conda`` environment on OSX/Linux + it to be installed. For an open-source solver setup install in your ``conda`` environment on OSX/Linux .. code:: bash - conda activate pypsa-eur - conda install -c conda-forge ipopt coincbc + mamba activate pypsa-eur + mamba install -c conda-forge ipopt coincbc and on Windows .. code:: bash - conda activate pypsa-eur - conda install -c conda-forge ipopt glpk + mamba activate pypsa-eur + mamba install -c conda-forge ipopt glpk + + For HiGHS, run + + .. code:: bash + + mamba activate pypsa-eur + mamba install -c conda-forge ipopt + pip install highspy + + For Gurobi, run + + .. code:: bash + + mamba activate pypsa-eur + mamba install -c gurobi gurobi + + Additionally, you need to setup your `Gurobi license `_. .. _defaultconfig: -Set Up the Default Configuration -================================ +Handling Configuration Files +============================ -PyPSA-Eur has several configuration options that must be specified in a ``config.yaml`` file located in the root directory. -An example configuration ``config.default.yaml`` is maintained in the repository. -More details on the configuration options are in :ref:`config`. +PyPSA-Eur has several configuration options that must be specified in a +``config/config.yaml`` file located in the root directory. An example configuration +``config/config.default.yaml`` is maintained in the repository, which will be used to +automatically create your customisable ``config/config.yaml`` on first use. More +details on the configuration options are in :ref:`config`. -Before first use, create a ``config.yaml`` by copying the example. +You can also use ``snakemake`` to specify another file, e.g. +``config/config.mymodifications.yaml``, to update the settings of the ``config/config.yaml``. .. code:: bash - .../pypsa-eur % cp config.default.yaml config.yaml + .../pypsa-eur % snakemake -call --configfile config/config.mymodifications.yaml -Users are advised to regularly check their own ``config.yaml`` against changes in the ``config.default.yaml`` -when pulling a new version from the remote repository. - -.. Using PyPSA-Eur with Docker Images -.. ================================== - -.. If docker. Optional. -.. To run on cloud computing. -.. Gurobi license - floating token server - license must not be tied to a particular machine -.. Provide ``Dockerfile``. +.. warning:: + Users are advised to regularly check their own ``config/config.yaml`` against changes + in the ``config/config.default.yaml`` when pulling a new version from the remote + repository. diff --git a/doc/introduction.rst b/doc/introduction.rst index bc4f267f..df060723 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 @@ -13,57 +13,89 @@ -Find the introductory slides `here `_. +.. note:: + Find the introductory slides `here `_. + +.. warning:: + The video only introduces the electricity-only part of PyPSA-Eur. Workflow ========= -The generation of the model is controlled by the workflow management system -`Snakemake `_. -In a nutshell, the ``Snakefile`` declares for each python script in the ``scripts`` directory a rule which describes which files the scripts consume and produce (their corresponding input and output files). -The ``snakemake`` tool then runs the scripts in the correct order according to the rules' input/output dependencies. -Moreover, it is able to track, what parts of the workflow have to be regenerated, when a data file or a script is modified/updated. +The generation of the model is controlled by the open workflow management system +`Snakemake `_. In a nutshell, the ``Snakefile`` +declares for each script in the ``scripts`` directory a rule which describes +which files the scripts consume and produce (their corresponding input and +output files). The ``snakemake`` tool then runs the scripts in the correct order +according to the rules' input and output dependencies. Moreover, ``snakemake`` +will track what parts of the workflow have to be regenerated when files or +scripts were modified. -For instance an invocation to +For instance, an invocation to .. code:: bash - .../pypsa-eur % snakemake -j 1 networks/elec_s_128.nc + .../pypsa-eur % snakemake -call results/networks/elec_s_128_ec_lvopt_Co2L-3H.nc -follows this dependency graph: +follows this dependency graph -.. image:: img/workflow.png +.. image:: img/intro-workflow.png + :class: full-width -The **blocks** represent the individual rules which are required to create the file ``networks/elec_s_128.nc``. The **arrows** indicate the outputs from preceding rules which a particular rule takes as input data. +to solve an electricity system model. + +The **blocks** represent the individual rules which are required to create the +file referenced in the command above. The **arrows** indicate the outputs from +preceding rules which another rule takes as input data. .. note:: - The dependency graph shown above was generated using - ``snakemake --dag networks/elec_s_128.nc | dot -Tpng > workflow.png`` + The dependency graph was generated using + ``snakemake --dag results/networks/elec_s_128_ec_lvopt_Co2L-3H.nc -F | sed -n "/digraph/,/}/p" | dot -Tpng -o doc/img/intro-workflow.png`` -For the use of ``snakemake``, it makes sense to familiarize oneself quickly with its `basic tutorial `_ and then read carefully through the section `Executing Snakemake `_, noting the arguments ``-j``, ``-n``, ``-r``, but also ``--dag``, ``-R`` and ``-t``. +For the use of ``snakemake``, it makes sense to familiarize yourself quickly +with the `basic tutorial +`_ and then +read carefully through the documentation of the `command line interface +`_, noting the +arguments ``-j``, ``-c``, ``-f``, ``-F``, ``-n``, ``-r``, ``--dag`` and ``-t`` +in particular. Scenarios, Configuration and Modification ========================================= -It is easy to run PyPSA-Eur for multiple scenarios using the `wildcards feature `_ of ``snakemake``. Wildcards allow to generalise a rule to produce all files that follow a `regular expression `_ pattern, which e.g. defines one particular scenario. One can think of a wildcard as a parameter that shows up in the input/output file names and thereby determines which rules to run, what data to retrieve and what files to produce. **Details are explained in** :ref:`wildcards` **and** :ref:`scenario`. +It is easy to run PyPSA-Eur for multiple scenarios using the `wildcards feature +`_ +of ``snakemake``. Wildcards allow to generalise a rule to produce all files that +follow a `regular expression +`_ pattern, which defines +a particular scenario. One can think of a wildcard as a parameter that shows +up in the input/output file names and thereby determines which rules to run, +what data to retrieve and what files to produce. Details are explained in +:ref:`wildcards` and :ref:`scenario`. -The model also has several further configuration options collected in the ``config.yaml`` file -located in the root directory, which that are not part of the scenarios. **All options are explained in detail in** :ref:`config`. +The model also has several further configuration options collected in the +``config/config.yaml`` file located in the root directory, which that are not part of +the scenarios. Options are explained in :ref:`config`. Folder Structure ================ -- ``data``: Includes input data that is not produced by any ``snakemake`` rule. - ``scripts``: Includes all the Python scripts executed by the ``snakemake`` rules. +- ``rules``: Includes all the ``snakemake`` rules loaded in the ``Snakefile``. +- ``envs``: Includes all the ``conda`` environment specifications to run the workflow. +- ``data``: Includes input data that is not produced by any ``snakemake`` rule. +- ``cutouts``: Stores raw weather data cutouts from ``atlite``. - ``resources``: Stores intermediate results of the workflow which can be picked up again by subsequent rules. -- ``networks``: Stores intermediate, unsolved stages of the PyPSA network that describes the energy system model. - ``results``: Stores the solved PyPSA network data, summary files and plots. +- ``logs``: Stores log files. - ``benchmarks``: Stores ``snakemake`` benchmarks. -- ``logs``: Stores log files about solving, including the solver output, console output and the output of a memory logger. +- ``test``: Includes the test configuration files used for continuous integration. +- ``doc``: Includes the documentation of PyPSA-Eur. System Requirements =================== -Building the model with the scripts in this repository runs on a normal computer. -But computing optimal investment and operation scenarios requires a strong interior-point solver +Building the model with the scripts in this repository runs on a regular computer. +But optimising for investment and operation decisions across many scenarios requires a strong interior-point solver like `Gurobi `_ or `CPLEX `_ with more memory. +Open-source solvers like `HiGHS ` can also be used for smaller problems. diff --git a/doc/licenses.rst b/doc/licenses.rst new file mode 100644 index 00000000..beb6f5b8 --- /dev/null +++ b/doc/licenses.rst @@ -0,0 +1,44 @@ +.. + SPDX-FileCopyrightText: 2023 The PyPSA-Eur Authors + + SPDX-License-Identifier: CC-BY-4.0 + +########################################## +Licenses +########################################## + + +PyPSA-Eur is released under multiple licenses: + +* All original source code is licensed as free software under `MIT `_. +* The documentation is licensed under `CC-BY-4.0 `_. +* Configuration files are mostly licensed under `CC0-1.0 `_. +* Data files are licensed under `CC-BY-4.0 `_. + +See the individual files and the `dep5 <.reuse/dep5>`_ file for license details. + +Additionally, different licenses and terms of use also apply to the various +input data for both electricity-only and sector-coupled modelling exercises, +which are summarised below. + +Electricity Systems Databundle +============================== + +.. note:: + More details are included in `the description of the + data bundles on zenodo `_. + +.. csv-table:: + :header-rows: 1 + :file: configtables/licenses.csv + +* BY: Attribute Source +* NC: Non-Commercial Use Only +* SA: Share Alike + +Sector-Coupled Systems Databundle +================================= + +.. csv-table:: + :header-rows: 1 + :file: configtables/licenses-sector.csv diff --git a/doc/limitations.rst b/doc/limitations.rst index 3b6c03d7..a67fad0c 100644 --- a/doc/limitations.rst +++ b/doc/limitations.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 @@ -7,15 +7,21 @@ Limitations ########################################## - While the benefit of an openly available, functional and partially validated -model of the European transmission system is high, many approximations have +model of the European energy system is high, many approximations have been made due to missing data. The limitations of the dataset are listed below, both as a warning to the user and as an encouragement to assist in improving the approximations. -- **Network topology:** +.. warning:: + + This list of limitations is incomplete and will be added to over time. + +.. seealso:: + See also the `GitHub repository issues `_. + +- **Electricity transmission network topology:** The grid data is based on a map of the ENTSO-E area that is known to contain small distortions to improve readability. Since the exact impedances of the lines are unknown, approximations based on line lengths and standard @@ -23,14 +29,27 @@ improving the approximations. particular lines. There is no openly available data on busbar configurations, switch locations, transformers or reactive power compensation assets. -- **Distribution networks:** +- **Assignment of electricity demand to transmission nodes:** Using Voronoi cells to aggregate load and generator data to transmission network substations ignores the topology of the underlying distribution network, meaning that assets may be connected to the wrong substation. -- **Power Demand:** +- **Incomplete information on existing assets:** Approximations have + been made for missing data, including: existing distribution grid + capacities and costs, existing space and water heating supply, + existing industry facilities, existing transport vehicle fleets. + +- **Exogenous pathways for transformation of transport and industry:** + To avoid penny-switching the transformation of transport and + industry away from fossil fuels is determined exogenously. + +- **Industry materials production constant and inelastic:** + For industry, the production of different materials per country is + assumed to remain constant and no industry demand elasticity is included in the modelled. + +- **Energy demand distribution within countries:** Assumptions - have been made about the distribution of load in each country proportional to + have been made about the distribution of demand in each country proportional to population and GDP that may not reflect local circumstances. Openly available data on load time series may not correspond to the true vertical load and is @@ -56,3 +75,6 @@ improving the approximations. Belarus, Ukraine, Turkey and Morocco have not been taken into account; islands which are not connected to the main European system, such as Malta, Crete and Cyprus, are also excluded from the model. + +- **Demand sufficiency:** Further measures of demand reduction may be + possible beyond the assumptions made here. diff --git a/doc/make.bat b/doc/make.bat index 35dcecc2..3037f934 100644 --- a/doc/make.bat +++ b/doc/make.bat @@ -1,4 +1,4 @@ -REM SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors +REM SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors REM SPDX-License-Identifier: MIT @ECHO OFF diff --git a/doc/plotting.rst b/doc/plotting.rst index 6b0ce392..895eab3b 100644 --- a/doc/plotting.rst +++ b/doc/plotting.rst @@ -1,82 +1,16 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 ########################################## -Plotting and Summary +Plotting and Summaries ########################################## -.. warning:: The corresponding code is currently under revision and has only minimal documentation. - -.. _plot_potentials: - -Rule ``plot_p_nom_max`` -========================== - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 0 [color="0.42 0.6 0.85", - fillcolor=gray, - label=plot_p_nom_max, - style=filled]; - 1 [color="0.58 0.6 0.85", - label=cluster_network]; - 1 -> 0; - } - -| - -.. automodule:: plot_p_nom_max - -.. _summary: Rule ``make_summary`` ======================== -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 0 [color="0.47 0.6 0.85", - fillcolor=gray, - label=make_summary, - style=filled]; - 1 [color="0.11 0.6 0.85", - label=solve_network]; - 1 -> 0; - } - -| - .. automodule:: make_summary .. _summary_plot: @@ -84,13 +18,6 @@ Rule ``make_summary`` Rule ``plot_summary`` ======================== -.. .. graphviz:: -.. :align: center - - - -| - .. automodule:: plot_summary .. _map_plot: @@ -98,35 +25,4 @@ Rule ``plot_summary`` Rule ``plot_network`` ======================== -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 0 [color="0.00 0.6 0.85", - fillcolor=gray, - label=plot_network, - style=filled]; - 1 [color="0.50 0.6 0.85", - label=solve_network]; - 1 -> 0; - } - -| - .. automodule:: plot_network - -.. image:: img/tech-colors.png - :align: center diff --git a/doc/preparation.rst b/doc/preparation.rst index dba5e981..b5a12062 100644 --- a/doc/preparation.rst +++ b/doc/preparation.rst @@ -1,10 +1,10 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 ########################################## -Preparing Networks +Building Electricity Networks ########################################## The preparation process of the PyPSA-Eur energy system model consists of a group of ``snakemake`` @@ -28,24 +28,99 @@ Then the process continues by calculating conventional power plant capacities, p - :mod:`build_powerplants` for today's thermal power plant capacities using `powerplantmatching `_ allocating these to the closest substation for each powerplant, - :mod:`build_natura_raster` for rasterising NATURA2000 natural protection areas, +- :mod:`build_ship_raster` for building shipping traffic density, - :mod:`build_renewable_profiles` for the hourly capacity factors and installation potentials constrained by land-use in each substation's Voronoi cell for PV, onshore and offshore wind, and - :mod:`build_hydro_profile` for the hourly per-unit hydro power availability time series. The central rule :mod:`add_electricity` then ties all the different data inputs together into a detailed PyPSA network stored in ``networks/elec.nc``. -.. toctree:: - :caption: Overview +.. _busregions: - preparation/retrieve - preparation/build_shapes - preparation/build_load_data - preparation/build_cutout - preparation/build_natura_raster - preparation/prepare_links_p_nom - preparation/base_network - preparation/build_bus_regions - preparation/build_powerplants - preparation/build_renewable_profiles - preparation/build_hydro_profile - preparation/add_electricity +Rule ``build_bus_regions`` +============================= + +.. automodule:: build_bus_regions + +.. _cutout: + +Rule ``build_cutout`` +============================= + +.. automodule:: build_cutout + + +Rule ``prepare_links_p_nom`` +=============================== + +.. automodule:: prepare_links_p_nom + +.. _natura: + +Rule ``build_natura_raster`` +=============================== + +.. automodule:: build_natura_raster + + +.. _base: + +Rule ``base_network`` +============================= + +.. automodule:: base_network + +.. _shapes: + +Rule ``build_shapes`` +============================= + +.. automodule:: build_shapes + + +.. _powerplants: + +Rule ``build_powerplants`` +============================= + +.. automodule:: build_powerplants + + +.. _electricity_demand: + +Rule ``build_electricity_demand`` +============================= + + +.. automodule:: build_electricity_demand + +.. _ship: + +Rule ``build_ship_raster`` +=============================== + + +.. automodule:: build_ship_raster + + +.. _renewableprofiles: + +Rule ``build_renewable_profiles`` +==================================== + +.. automodule:: build_renewable_profiles + + +.. _hydroprofiles: + +Rule ``build_hydro_profile`` +=============================== + +.. automodule:: build_hydro_profile + +.. _electricity: + +Rule ``add_electricity`` +============================= + +.. automodule:: add_electricity diff --git a/doc/preparation/add_electricity.rst b/doc/preparation/add_electricity.rst deleted file mode 100644 index 0f3d431f..00000000 --- a/doc/preparation/add_electricity.rst +++ /dev/null @@ -1,57 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _electricity: - -Rule ``add_electricity`` -============================= - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 3 [color="0.25 0.6 0.85", - label=simplify_network]; - 4 [color="0.50 0.6 0.85", - fillcolor=gray, - label=add_electricity, - style=filled]; - 4 -> 3; - 5 [color="0.36 0.6 0.85", - label=build_bus_regions]; - 5 -> 4; - 6 [color="0.58 0.6 0.85", - label=base_network]; - 6 -> 4; - 7 [color="0.31 0.6 0.85", - label=build_powerplants]; - 7 -> 4; - 8 [color="0.28 0.6 0.85", - label=build_shapes]; - 8 -> 4; - 9 [color="0.22 0.6 0.85", - label=build_renewable_profiles]; - 9 -> 4; - 10 [color="0.44 0.6 0.85", - label=build_hydro_profile]; - 10 -> 4; - } - -| - -.. automodule:: add_electricity diff --git a/doc/preparation/base_network.rst b/doc/preparation/base_network.rst deleted file mode 100644 index 1afc4e05..00000000 --- a/doc/preparation/base_network.rst +++ /dev/null @@ -1,54 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _base: - -Rule ``base_network`` -============================= - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 4 [color="0.50 0.6 0.85", - label=add_electricity]; - 5 [color="0.36 0.6 0.85", - label=build_bus_regions]; - 6 [color="0.58 0.6 0.85", - fillcolor=gray, - label=base_network, - style=filled]; - 6 -> 4; - 6 -> 5; - 7 [color="0.31 0.6 0.85", - label=build_powerplants]; - 6 -> 7; - 9 [color="0.22 0.6 0.85", - label=build_renewable_profiles]; - 6 -> 9; - 8 [color="0.28 0.6 0.85", - label=build_shapes]; - 8 -> 6; - 11 [color="0.03 0.6 0.85", - label=prepare_links_p_nom]; - 11 -> 6; - } - -| - -.. automodule:: base_network diff --git a/doc/preparation/build_bus_regions.rst b/doc/preparation/build_bus_regions.rst deleted file mode 100644 index 16aab725..00000000 --- a/doc/preparation/build_bus_regions.rst +++ /dev/null @@ -1,51 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _busregions: - -Rule ``build_bus_regions`` -============================= - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 3 [color="0.25 0.6 0.85", - label=simplify_network]; - 4 [color="0.50 0.6 0.85", - label=add_electricity]; - 5 [color="0.36 0.6 0.85", - fillcolor=gray, - label=build_bus_regions, - style=filled]; - 5 -> 3; - 5 -> 4; - 9 [color="0.22 0.6 0.85", - label=build_renewable_profiles]; - 5 -> 9; - 6 [color="0.58 0.6 0.85", - label=base_network]; - 6 -> 5; - 8 [color="0.28 0.6 0.85", - label=build_shapes]; - 8 -> 5; - } - -| - -.. automodule:: build_bus_regions diff --git a/doc/preparation/build_cutout.rst b/doc/preparation/build_cutout.rst deleted file mode 100644 index da2c04d1..00000000 --- a/doc/preparation/build_cutout.rst +++ /dev/null @@ -1,42 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _cutout: - -Rule ``build_cutout`` -============================= - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 9 [color="0.22 0.6 0.85", - label=build_renewable_profiles]; - 10 [color="0.44 0.6 0.85", - label=build_hydro_profile]; - 13 [color="0.17 0.6 0.85", - fillcolor=gray, - label=build_cutout, - style=filled]; - 13 -> 9; - 13 -> 10; - } - -| - -.. automodule:: build_cutout diff --git a/doc/preparation/build_hydro_profile.rst b/doc/preparation/build_hydro_profile.rst deleted file mode 100644 index 77b12915..00000000 --- a/doc/preparation/build_hydro_profile.rst +++ /dev/null @@ -1,45 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _hydroprofiles: - -Rule ``build_hydro_profile`` -=============================== - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 4 [color="0.61 0.6 0.85", - label=add_electricity]; - 8 [color="0.00 0.6 0.85", - label=build_shapes]; - 10 [color="0.11 0.6 0.85", - fillcolor=gray, - label=build_hydro_profile, - style=filled]; - 8 -> 10; - 10 -> 4; - 13 [color="0.56 0.6 0.85", - label=build_cutout]; - 13 -> 10; - } - -| - -.. automodule:: build_hydro_profile diff --git a/doc/preparation/build_load_data.rst b/doc/preparation/build_load_data.rst deleted file mode 100644 index 03535981..00000000 --- a/doc/preparation/build_load_data.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. - SPDX-FileCopyrightText: 2020-2021 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _load_data: - -Rule ``build_load_data`` -============================= - - -.. automodule:: build_load_data diff --git a/doc/preparation/build_natura_raster.rst b/doc/preparation/build_natura_raster.rst deleted file mode 100644 index e3ec4364..00000000 --- a/doc/preparation/build_natura_raster.rst +++ /dev/null @@ -1,39 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _natura: - -Rule ``build_natura_raster`` -=============================== - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 9 [color="0.22 0.6 0.85", - label=build_renewable_profiles]; - 12 [color="0.31 0.6 0.85", - fillcolor=gray, - label=build_natura_raster, - style=filled]; - 12 -> 9; - } - -| - -.. automodule:: build_natura_raster diff --git a/doc/preparation/build_powerplants.rst b/doc/preparation/build_powerplants.rst deleted file mode 100644 index 19cce03b..00000000 --- a/doc/preparation/build_powerplants.rst +++ /dev/null @@ -1,42 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _powerplants: - -Rule ``build_powerplants`` -============================= - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 4 [color="0.61 0.6 0.85", - label=add_electricity]; - 6 [color="0.17 0.6 0.85", - label=base_network]; - 7 [color="0.58 0.6 0.85", - fillcolor=gray, - label=build_powerplants, - style=filled]; - 6 -> 7; - 7 -> 4; - } - -| - -.. automodule:: build_powerplants diff --git a/doc/preparation/build_renewable_profiles.rst b/doc/preparation/build_renewable_profiles.rst deleted file mode 100644 index 27e61583..00000000 --- a/doc/preparation/build_renewable_profiles.rst +++ /dev/null @@ -1,54 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _renewableprofiles: - -Rule ``build_renewable_profiles`` -==================================== - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 4 [color="0.61 0.6 0.85", - label=add_electricity]; - 5 [color="0.19 0.6 0.85", - label=build_bus_regions]; - 9 [color="0.22 0.6 0.85", - fillcolor=gray, - label=build_renewable_profiles, - style=filled]; - 5 -> 9; - 9 -> 4; - 6 [color="0.17 0.6 0.85", - label=base_network]; - 6 -> 9; - 8 [color="0.00 0.6 0.85", - label=build_shapes]; - 8 -> 9; - 12 [color="0.31 0.6 0.85", - label=build_natura_raster]; - 12 -> 9; - 13 [color="0.56 0.6 0.85", - label=build_cutout]; - 13 -> 9; - } - -| - -.. automodule:: build_renewable_profiles diff --git a/doc/preparation/build_shapes.rst b/doc/preparation/build_shapes.rst deleted file mode 100644 index 6bed0109..00000000 --- a/doc/preparation/build_shapes.rst +++ /dev/null @@ -1,51 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _shapes: - -Rule ``build_shapes`` -============================= - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 4 [color="0.61 0.6 0.85", - label=add_electricity]; - 5 [color="0.19 0.6 0.85", - label=build_bus_regions]; - 6 [color="0.17 0.6 0.85", - label=base_network]; - 8 [color="0.00 0.6 0.85", - fillcolor=gray, - label=build_shapes, - style=filled]; - 8 -> 4; - 8 -> 5; - 8 -> 6; - 9 [color="0.22 0.6 0.85", - label=build_renewable_profiles]; - 8 -> 9; - 10 [color="0.11 0.6 0.85", - label=build_hydro_profile]; - 8 -> 10; - } - -| - -.. automodule:: build_shapes diff --git a/doc/preparation/prepare_links_p_nom.rst b/doc/preparation/prepare_links_p_nom.rst deleted file mode 100644 index 7ae9c3b4..00000000 --- a/doc/preparation/prepare_links_p_nom.rst +++ /dev/null @@ -1,39 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _links: - -Rule ``prepare_links_p_nom`` -=============================== - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 6 [color="0.17 0.6 0.85", - label=base_network]; - 11 [color="0.39 0.6 0.85", - fillcolor=gray, - label=prepare_links_p_nom, - style=filled]; - 11 -> 6; - } - -| - -.. automodule:: prepare_links_p_nom diff --git a/doc/publications.bib b/doc/publications.bib new file mode 100644 index 00000000..4be6676a --- /dev/null +++ b/doc/publications.bib @@ -0,0 +1,261 @@ +@Comment{ +SPDX-FileCopyrightText: 2023 The PyPSA-Eur Authors + +SPDX-License-Identifier: CC0-1.0 +} + +@article{PyPSAEur, + author = "Jonas Hörsch and Fabian Hofmann and David Schlachtberger and Tom Brown", + title = "PyPSA-Eur: An open optimisation model of the {European} transmission system", + journal = "Energy Strategy Reviews", + volume = "22", + pages = "207--215", + year = "2018", + doi = "10.1016/j.esr.2018.08.012", + eprint = "1806.01613" +} + +@misc{PyPSAEurSec, + author = "Fabian Neumann and Elisabeth Zeyen and Marta Victoria and Tom Brown", + title = "The Potential Role of a Hydrogen Network in {Europe}", + year = "2022", + eprint = "2207.05816", +} + +@article{brownSynergiesSector2018a, + title = {Synergies of sector coupling and transmission reinforcement in a cost-optimised, highly renewable {European} energy system}, + volume = {160}, + issn = {03605442}, + doi = {10.1016/j.energy.2018.06.222}, + journal = {Energy}, + author = {Brown, T. and Schlachtberger, D. and Kies, A. and Schramm, S. and Greiner, M.}, + year = {2018}, + pages = {720--739}, +} + + +@article{SpeedTechnological2022, + title = "Speed of technological transformations required in {Europe} to achieve different climate goals", + author = "Marta Victoria and Elisabeth Zeyen and Tom Brown", + journal = "Joule", + volume = "6", + number = "5", + pages = "1066--1086", + year = "2022", + doi = "10.1016/j.joule.2022.04.016", + eprint = "2109.09563", +} + + + +@article{victoriaEarlyDecarbonisation2020, + title = {Early decarbonisation of the {European} energy system pays off}, + volume = {11}, + doi = {10.1038/s41467-020-20015-4}, + number = {1}, + journal = {Nature Communications}, + author = {Victoria, Marta and Zhu, Kun and Brown, Tom and Andresen, Gorm B. and Greiner, Martin}, + year = {2020}, + pages = {6223}, +} + +@article{schlachtbergerCostOptimal2018, + title = {Cost optimal scenarios of a future highly renewable {European} electricity system: {Exploring} the influence of weather data, cost parameters and policy constraints}, + volume = {163}, + eprint = {http://arxiv.org/abs/1803.09711}, + doi = {10/gfk5cj}, + journal = {Energy}, + author = {Schlachtberger, David P. and Brown, Tom and Schäfer, Mirko and Schramm, Stefan and Greiner, Martin}, + year = {2018}, + pages = {100--114}, +} + +@article{zeyenMitigatingHeat2021, + title = {Mitigating heat demand peaks in buildings in a highly renewable {European} energy system}, + volume = {231}, + url = {http://arxiv.org/abs/2012.01831}, + doi = {10.1016/j.energy.2021.120784}, + journal = {Energy}, + author = {Zeyen, Elisabeth and Hagenmeyer, Veit and Brown, Tom}, + year = {2021}, + pages = {120784}, +} + +@misc{zeyenEndogenousLearning2022, + title = {Endogenous learning for green hydrogen in a sector-coupled energy model for {Europe}}, + url = {http://arxiv.org/abs/2205.11901}, + author = {Zeyen, Elisabeth and Victoria, Marta and Brown, Tom}, + year = {2022}, +} + + + +@article{MILLINGER2022120016, + title = {Are biofuel mandates cost-effective? - An analysis of transport fuels and biomass usage to achieve emissions targets in the European energy system}, + journal = {Applied Energy}, + volume = {326}, + pages = {120016}, + year = {2022}, + doi = {https://doi.org/10.1016/j.apenergy.2022.120016}, + author = {M. Millinger and L. Reichenberg and F. Hedenus and G. Berndes and E. Zeyen and T. Brown}, +} + +@misc{frysztackiInverseMethods2022, + title = {Inverse methods: {How} feasible are spatially low-resolved capacity expansion modeling results when dis-aggregated at high resolution?}, + url = {http://arxiv.org/abs/2209.02364}, + author = {Frysztacki, Martha Maria and Hagenmeyer, Veit and Brown, Tom}, + year = {2022}, +} + + + +@article{frysztackiStrongEffect2021a, + title = {The strong effect of network resolution on electricity system models with high shares of wind and solar}, + volume = {291}, + issn = {03062619}, + doi = {10.1016/j.apenergy.2021.116726}, + journal = {Applied Energy}, + author = {Frysztacki, Martha Maria and Hörsch, Jonas and Hagenmeyer, Veit and Brown, Tom}, + year = {2021}, + pages = {116726}, +} + + + + +@inproceedings{frysztackiModelingCurtailment2020a, + title = {Modeling {Curtailment} in {Germany}: {How} {Spatial} {Resolution} {Impacts} {Line} {Congestion}}, + shorttitle = {Modeling {Curtailment} in {Germany}}, + doi = {10.1109/EEM49802.2020.9221886}, + booktitle = {2020 17th {International} {Conference} on the {European} {Energy} {Market} ({EEM})}, + publisher = {IEEE}, + author = {Frysztacki, Martha and Brown, Tom}, + year = {2020}, + pages = {1--7}, +} + + +@article{frysztackiComparisonClustering2022, + title = {A comparison of clustering methods for the spatial reduction of renewable electricity optimisation models of {Europe}}, + volume = {5}, + url = {https://energyinformatics.springeropen.com/articles/10.1186/s42162-022-00187-7}, + doi = {10.1186/s42162-022-00187-7}, + number = {1}, + journal = {Energy Informatics}, + author = {Frysztacki, Martha Maria and Recht, Gereon and Brown, Tom}, + year = {2022}, + pages = {4}, +} + +@article{neumannNearoptimalFeasible2021, + title = {The near-optimal feasible space of a renewable power system model}, + volume = {190}, + doi = {10.1016/j.epsr.2020.106690}, + journal = {Electric Power Systems Research}, + author = {Neumann, Fabian and Brown, Tom}, + year = {2021}, + pages = {106690}, +} + +@article{neumannAssessmentsLinear2022, + title = {Assessments of linear power flow and transmission loss approximations in coordinated capacity expansion problems}, + volume = {314}, + doi = {10.1016/j.apenergy.2022.118859}, + journal = {Applied Energy}, + author = {Neumann, Fabian and Hagenmeyer, Veit and Brown, Tom}, + year = {2022}, +} + + +@article{neumannCostsRegional2021, + title = {Costs of regional equity and autarky in a renewable {European} power system}, + volume = {35}, + doi = {10.1016/j.esr.2021.100652}, + journal = {Energy Strategy Reviews}, + author = {Neumann, Fabian}, + year = {2021}, +} + + +@article{roseHydrogenRefueling2020, + title = {Hydrogen refueling station networks for heavy-duty vehicles in future power systems}, + volume = {83}, + issn = {13619209}, + doi = {10.1016/j.trd.2020.102358}, + journal = {Transportation Research Part D: Transport and Environment}, + author = {Rose, Philipp K. and Neumann, Fabian}, + year = {2020}, + pages = {102358}, +} + +@inproceedings{neumannHeuristicsTransmission2019a, + title = {Heuristics for {Transmission} {Expansion} {Planning} in {Low}-{Carbon} {Energy} {System} {Models}}, + doi = {10.1109/EEM.2019.8916411}, + booktitle = {2019 16th {International} {Conference} on the {European} {Energy} {Market} ({EEM})}, + publisher = {IEEE}, + author = {Neumann, Fabian and Brown, Tom}, + year = {2019}, + pages = {1--8}, +} + +@misc{neumannBroadRanges2021, + title = {Broad {Ranges} of {Investment} {Configurations} for {Renewable} {Power} {Systems}, {Robust} to {Cost} {Uncertainty} and {Near}-{Optimality}}, + url = {http://arxiv.org/abs/2111.14443}, + author = {Neumann, Fabian and Brown, Tom}, + year = {2021}, +} + +@misc{gazafroudiLongTermBenefits2021, + title = {Long-{Term} {Benefits} for {Renewables} {Integration} of {Network} {Boosters} for {Corrective} {Grid} {Security}}, + url = {http://arxiv.org/abs/2112.06667}, + author = {Gazafroudi, Amin Shokri and Zeyen, Elisabeth and Frysztacki, Martha and Neumann, Fabian and Brown, Tom}, + year = {2021}, +} + + + +@article{shokrigazafroudiTopologybasedApproximations2022, + title = {Topology-based approximations for {N} - 1 contingency constraints in power transmission networks}, + volume = {137}, + doi = {10.1016/j.ijepes.2021.107702}, + journal = {International Journal of Electrical Power \& Energy Systems}, + author = {Shokri Gazafroudi, Amin and Neumann, Fabian and Brown, Tom}, + year = {2022}, + pages = {107702}, +} + + +@inproceedings{horschRoleSpatial2017, + title = {The role of spatial scale in joint optimisations of generation and transmission for {European} highly renewable scenarios}, + doi = {10.1109/EEM.2017.7982024}, + booktitle = {2017 14th {International} {Conference} on the {European} {Energy} {Market} ({EEM})}, + publisher = {IEEE}, + author = {Horsch, Jonas and Brown, Tom}, + year = {2017}, + pages = {1--7}, +} + +@article{schlachtbergerBenefitsCooperation2017a, + title = {The benefits of cooperation in a highly renewable {European} electricity network}, + volume = {134}, + issn = {03605442}, + doi = {10.1016/j.energy.2017.06.004}, + journal = {Energy}, + author = {Schlachtberger, D.P. and Brown, T. and Schramm, S. and Greiner, M.}, + year = {2017}, + pages = {469--481}, +} + +@misc{glaumEnhancingGerman2022, + title = {Enhancing the {German} {Transmission} {Grid} {Through} {Dynamic} {Line} {Rating}}, + url = {http://arxiv.org/abs/2208.04716}, + author = {Glaum, Philipp and Hofmann, Fabian}, + year = {2022}, +} + +@misc{parzenPyPSAEarthNew2022, + title = {{PyPSA}-{Earth}. {A} {New} {Global} {Open} {Energy} {System} {Optimization} {Model} {Demonstrated} in {Africa}}, + url = {http://arxiv.org/abs/2209.04663}, + author = {Parzen, Maximilian and Abdel-Khalek, Hazem and Fedorova, Ekaterina and Mahmood, Matin and Frysztacki, Martha Maria and Hampp, Johannes and Franken, Lukas and Schumm, Leon and Neumann, Fabian and Poli, Davide and Kiprakis, Aristides and Fioriti, Davide}, + year = {2022}, +} diff --git a/doc/publications.rst b/doc/publications.rst new file mode 100644 index 00000000..c824873e --- /dev/null +++ b/doc/publications.rst @@ -0,0 +1,11 @@ +.. + SPDX-FileCopyrightText: 2023 The PyPSA-Eur Authors + + SPDX-License-Identifier: CC-BY-4.0 + +########################################## +Publications +########################################## + +.. bibliography:: + :all: diff --git a/doc/release_notes.rst b/doc/release_notes.rst index e70bc8ed..3af16477 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: 2019-2021 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 @@ -7,30 +7,430 @@ Release Notes ########################################## - Upcoming Release ================ -* Add an efficiency factor of 88.55% to offshore wind capacity factors - as a proxy for wake losses. More rigorous modelling is `planned `_ - [`#277 `_]. -* The default deployment density of AC- and DC-connected offshore wind capacity is reduced from 3 MW/sqkm - to a more conservative estimate of 2 MW/sqkm [`#280 `_]. +* **Important:** The configuration files are now located in the ``config`` directory. This counts for ``config.default.yaml``, ``config.yaml`` as well as the test configuration files which are now located in ``config/test``. Config files that are still in the root directory will be ignored. -* Following discussion in `#285 `_ we have disabled the - correction factor for solar PV capacity factors by default while satellite data is used. - A correction factor of 0.854337 is recommended if reanalysis data like ERA5 is used. +* Bugfix: Correct typo in the CPLEX solver configuration in ``config.default.yaml``. -* Resource definitions for memory usage now follow [Snakemake standard resource definition](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#standard-resources) ```mem_mb`` rather than ``mem``. +* Renamed script file from PyPSA-EUR ``build_load_data`` to ``build_electricity_demand`` and ``retrieve_load_data`` to ``retrieve_electricity_demand``. -* Network building is made deterministic by supplying a fixed random state to network clustering routines. +* Fix docs readthedocs built + +* Add plain hydrogen turbine as additional re-electrification option besides + hydrogen fuel cell. Add switches for both re-electrification options under + ``sector: hydrogen_turbine:`` and ``sector: hydrogen_fuel_cell:``. + +* Remove ``vresutils`` dependency. + +* Add option to include a piecewise linear approximation of transmission losses, + e.g. by setting ``solving: options: transmission_losses: 2`` for an + approximation with two tangents. + +PyPSA-Eur 0.8.0 (18th March 2023) +================================= + +.. note:: + This is the first release of PyPSA-Eur which incorporates its sector-coupled extension PyPSA-Eur-Sec (v0.7.0). + PyPSA-Eur can now directly be used for high-resolution energy system modelling with sector-coupling + including industry, transport, buildings, biomass, and detailed carbon management. The PyPSA-Eur-Sec repository is now deprecated. + +* The :mod:`solve_network` script now uses the ``linopy`` backend of PyPSA and is applied for both electricity-only and sector-coupled models. This + requires an adjustment of custom ``extra_functionality``. + See the `migration guide `_ in the PyPSA documentation. + +* The configuration file ``config.default.yaml`` now also includes settings for + sector-coupled models, which will be ignored when the user runs + electricity-only studies. Common settings have been aligned. + +* Unified handling of scenario runs. Users can name their scenarios in ``run: + name:``, which will encapsulate results in a correspondingly named folder + under ``results``. Additionally, users can select to encapsulate the ``resources`` folder + in the same way, through the setting ``run: shared_resources:``. + +* The solver configurations in ``config.default.yaml`` are now modularized. To + change the set of solver options, change to value in ``solving: solver: + options:`` to one of the keys in ``solving: solver_options:``. + +* The ``Snakefile`` has been modularised. Rules are now organised in the + ``rules`` directory. + +* Unified wildcard for transmission line expansion from ``{lv}`` and ``{ll}`` to + ``{ll}``. + +* Renamed collection rules to distinguish between sector-coupled and + electricity-only runs: ``cluster_networks``, ``extra_components_networks``, + ``prepare_elec_networks``, ``prepare_sector_networks``, + ``solve_elec_networks``, ``solve_sector_networks``, ``plot_networks``, + ``all``. + +* Some rules with a small computational footprint have been declared as ``localrules``. + +* Added new utility rules ``purge`` for clearing workflow outputs from the + directory, ``doc`` to build the documentation, and ``dag`` to create a + workflow graph. + +* The workflow can now be used with the ``snakemake --use-conda`` directive. In + this way, Snakemake can automatically handle the installation of dependencies. + +* Data retrieval rules now retry download twice in case of connection problems. + +* The cutouts are now marked as ``protected()`` in the workflow to avoid + accidental recomputation. + +* The files contained in ``data/bundle`` are now marked as ``ancient()`` as they + are not expected to be altered by workflow changes. + +* Preparation scripts for sector-coupled models have been improved to only run + for the subset of selected countries rather than all European countries. + +* Added largely automated country code conversion using ``country_converter``.. + +* Test coverage extended to an electricity-only run and sector-coupled runs for + overnight and myopic foresight scenarios for Ubuntu, MacOS and Windows. + +* Apply ``black`` and ``snakefmt`` code formatting. + +* Implemented REUSE compatibility for merged code. + +* Merged documentations of PyPSA-Eur and PyPSA-Eur-Sec. + +* Added a tutorial for running sector-coupled models to the documentation + (:ref:`tutorial_sector`). + +* Deleted ``config.tutorial.yaml``, which is superseded by + ``test/config.electricity.yaml``. + +* The ``mock_snakemake`` function now also takes configuration files as inputs. + +* The helper scripts ``helper.py`` and ``_helpers.py`` have been merged into + ``_helpers.py``. + +* The unused rule ``plot_p_nom_max`` has been removed. + +* The rule ``solve_network`` from PyPSA-Eur-Sec was renamed to + ``solve_sector_network``. + +* The plotting scripts from PyPSA-Eur (electricity-only) have been removed and + are superseded by those from PyPSA-Eur-Sec (sector-coupled). + +PyPSA-Eur Releases (pre-merge) +============================== + +PyPSA-Eur 0.7.0 (16th February 2023) +------------------------------------ + + +**New Features** + +* Carriers of generators can now be excluded from aggregation in clustering + network and simplify network (see ``exclude_carriers``). + +* Added control for removing stubs in :mod:`simplify_network` with options + ``remove_stubs`` and ``remove_stubs_across_countries``. + +* Add control for showing a progressbar in ``atlite`` processes + (``show_progress``). Disabling the progressbar saves a lot of time. + +* Added control for resolution of land eligibility analysis (see + ``excluder_resolution``). + + +**Breaking Changes** + +* The config entry ``snapshots: closed:`` was renamed to ``snapshots: + inclusive:`` to address the upstream deprecation with ``pandas=1.4``. The + previous setting ``None`` is no longer supported and replaced by ``both``, see + the `pandas documentation + `_. + Minimum version is now ``pandas>=1.4``. + +* The configuration setting ``summary_dir`` was removed. + + +**Changes** + +* Configuration defaults to new ``technology-data`` version 0.5.0. + +* Fixed CRS warnings when projection of datasets was not specified. + +* Cleaned shape unary unions. + +* Increased resource requirements for some rules. + +* Updated documentation. + +* The documentation now uses the ``sphinx_book_theme``. + + +**Bugs and Compatibility** + + +* Bugfix: Corrected extent of natural protection areas in :mod:`build_natura_raster`. + +* Bugfix: Use correct load variables for formulating reserve constraints. + +* Bugfix: Use all available energy-to-power ratios for hydropower plants. + +* Bugfix: The most recent processing of the ``entsoegridkit`` extract required + further manual corrections. Also, the connection points of TYNDP links were + corrected. + +* Bugfix: Handle absence of hydropower inflow in ``EQ`` constraint. + +* Compatibility with ``pyomo>=6.4.3`` in :mod:`cluster_network`. + +* Upgrade to ``shapely>=2``. + +* Updated version of CI cache action to version 3. +* +* Updated dependency constraints in ``environment.yaml``. + +* Address various deprecation warnings. + + + +PyPSA-Eur 0.6.1 (20th September 2022) +------------------------------------- + +* Individual commits are now tested against pre-commit hooks. This includes + black style formatting, sorting of package imports, Snakefile formatting and + others. Installation instructions can for the pre-commit can be found `here + `_. + +* Pre-commit CI is now part of the repository's CI. + +* The software now supports running the workflow with different settings within + the same directory. A new config section ``run`` was created that specifies + under which scenario ``name`` the created resources, networks and results + should be stored. If ``name`` is not specified, the workflow uses the default + paths. The entry ``shared_cutouts`` specifies whether the run should use + cutouts from the default root directory or use run-specific cutouts. + +* The heuristic distribution of today's renewable capacity installations is now + enabled by default. + +* The marginal costs of conventional generators are now taking the plant-specific + efficiency into account where available. + +PyPSA-Eur 0.6.0 (10th September 2022) +------------------------------------- + +* Functionality to consider shipping routes when calculating the available area + for offshore technologies were added. Data for the shipping density comes from + the `Global Shipping Traffic Density dataset + `_. + +* When transforming all transmission lines to a unified voltage level of 380kV, + the workflow now preserves the transmission capacity rather than electrical + impedance and reactance. + +* Memory resources are now specified for all rules. + +* Filtering of power plant data was adjusted to new versions of + ``powerplantmatching``. + +* The resolution of land exclusion calculation is now a configurable option. See + setting ``excluder_resolution``. + + +PyPSA-Eur 0.5.0 (27th July 2022) +-------------------------------- + +**New Features** * New network topology extracted from the ENTSO-E interactive map. +* Added existing renewable capacities for all countries based on IRENA + statistics (IRENASTAT) using new ``powerplantmatching`` version: +* The corresponding ``config`` entries changed from ``estimate_renewable_capacities_from_capacity_stats`` to ``estimate_renewable_capacities``. +* The estimation is endabled by setting the subkey ``enable`` to ``True``. +* Configuration of reference year for capacities can be configured (default: ``2020``) +* The list of renewables provided by the OPSD database can be used as a basis, using the tag ``from_opsd: True``. This adds the renewables from the database and fills up the missing capacities with the heuristic distribution. +* Uniform expansion limit of renewable build-up based on existing capacities + can be configured using ``expansion_limit`` option (default: ``false``; + limited to determined renewable potentials) +* Distribution of country-level capacities proportional to maximum annual + energy yield for each bus region +* The config key ``renewable_capacities_from_OPSD`` is deprecated and was moved + under the section, ``estimate_renewable_capacities``. To enable it, set + ``from_opsd`` to ``True``. + +* Add operational reserve margin constraint analogous to `GenX implementation + `_. Can be activated + with config setting ``electricity: operational_reserve:``. + +* Implement country-specific Energy Availability Factors (EAFs) for nuclear + power plants based on IAEA 2018-2020 reported country averages. These are + specified ``data/nuclear_p_max_pu.csv`` and translate to static ``p_max_pu`` + values. + +* Add function to add global constraint on use of gas in :mod:`prepare_network`. + This can be activated by including the keyword ``CH4L`` in the ``{opts}`` + wildcard which enforces the limit set in ``electricity: gaslimit:`` given in + MWh thermal. Alternatively, it is possible to append a number in the ``{opts}`` + wildcard, e.g. ``CH4L200`` which limits the gas use to 200 TWh thermal. + +* Add option to alter marginal costs of a carrier through ``{opts}`` wildcard: + ``+m``, e.g. ``gas+m2.5``, will multiply the default marginal + cost for gas by factor 2.5. + +* Hierarchical clustering was introduced. Distance metric is calculated from + renewable potentials on hourly (feature entry ends with ``-time``) or annual + (feature entry in config end with ``-cap``) values. + +* Greedy modularity clustering was introduced. Distance metric is based on electrical distance taking into account the impedance of all transmission lines of the network. + +* Techno-economic parameters of technologies (e.g. costs and efficiencies) will + now be retrieved from a separate repository `PyPSA/technology-data + `_ that collects assumptions from a + variety of sources. It is activated by default with ``enable: + retrieve_cost_data: true`` and controlled with ``costs: year:`` and ``costs: + version:``. The location of this data changed from ``data/costs.csv`` to + ``resources/costs.csv`` [`#184 + `_]. + +* A new section ``conventional`` was added to the config file. This section + contains configurations for conventional carriers. + +* Add configuration option to implement arbitrary generator attributes for + conventional generation technologies. + +* Add option to set CO2 emission prices through ``{opts}`` wildcard: ``Ep``, + e.g. ``Ep180``, will set the EUR/tCO2 price. + +**Changes** + +* Add an efficiency factor of 88.55% to offshore wind capacity factors as a + proxy for wake losses. More rigorous modelling is `planned + `_ [`#277 + `_]. + +* Following discussion in `#285 + `_ we have disabled the + correction factor for solar PV capacity factors by default while satellite + data is used. A correction factor of 0.854337 is recommended if reanalysis + data like ERA5 is used. + +* The default deployment density of AC- and DC-connected offshore wind capacity + is reduced from 3 MW/sqkm to a more conservative estimate of 2 MW/sqkm [`#280 + `_]. + +* The inclusion of renewable carriers is now specified in the config entry + ``renewable_carriers``. Before this was done by commenting/uncommenting + sub-sections in the ``renewable`` config section. + +* Now, all carriers that should be extendable have to be listed in the config + entry ``extendable_carriers``. Before, renewable carriers were always set to + be extendable. For backwards compatibility, the workflow is still looking at + the listed carriers under the ``renewable`` key. In the future, all of them + have to be listed under ``extendable_carriers``. + +* It is now possible to set conventional power plants as extendable by adding + them to the list of extendable ``Generator`` carriers in the config. + +* Listing conventional carriers in ``extendable_carriers`` but not in + ``conventional_carriers``, sets the corresponding conventional power plants as + extendable without a lower capacity bound of today's capacities. + +* Now, conventional carriers have an assigned capital cost by default. + +* The ``build_year`` and ``lifetime`` column are now defined for conventional + power plants. + +* Use updated SARAH-2 and ERA5 cutouts with slightly wider scope to east and + additional variables. + +* Resource definitions for memory usage now follow `Snakemake standard resource + definition + `_ + ``mem_mb`` rather than ``mem``. + +* The powerplants that have been shut down by 2021 are filtered out. + +* Updated historical `EIA hydro generation data `_. + +* Network building is made deterministic by supplying a fixed random state to + network clustering routines. + +* Clustering strategies for generator and bus attributes can now be specified directly in the ``config/config.yaml``. + +* Iterative solving with impedance updates is skipped if there are no expandable + lines. + +* The unused argument ``simple_hvdc_costs`` in :mod:`add_electricity` was + removed. + +* Switch from Germany to Belgium for continuous integration and tutorial to save + resources. + +* It is now possible to skip the progressbar for land eligibility calculations for additional speedup. + +**Bugs and Compatibility** + +* Fix crs bug. Change crs 4236 to 4326. + +* ``powerplantmatching>=0.5.1`` is now required for ``IRENASTATS``. + +* Update rasterio version to correctly calculate exclusion raster. + +* It is now possible to run the workflow with only landlocked countries. + +* Bugfixes for manual load adjustments across years. + +* Enable parallel computing with new dask version. + +* Restore compatibility of ``mock_snakemake`` with latest Snakemake versions. + +* Script ``build_bus_regions``: move voronoi partition from vresutils to script. + +* Script ``add_electricity``: remove ``vresutils.costdata.annuity`` dependency. + +* Fix the plot_network snakemake rule. + +* Compatibility with pandas 1.4. Address deprecations. + +* Restore Windows compatibility by using ``shutil.move`` rather than ``mv``. + + +Synchronisation Release - Ukraine and Moldova (17th March 2022) +--------------------------------------------------------------- + +On March 16, 2022, the transmission networks of Ukraine and Moldova have +successfully been `synchronised with the continental European grid `_. We have taken +this as an opportunity to add the power systems of Ukraine and Moldova to +PyPSA-Eur. This includes: + +.. image:: img/synchronisation.png + :width: 500 + +* the transmission network topology from the `ENTSO-E interactive map `_. + +* existing power plants (incl. nuclear, coal, gas and hydro) from the `powerplantmatching `_ tool + +* country-level load time series from ENTSO-E through the `OPSD platform `_, which are then distributed heuristically to substations by GDP and population density. + +* wind and solar profiles based on ERA5 and SARAH-2 weather data + +* hydro profiles based on historical `EIA generation data `_ + +* a simplified calculation of wind and solar potentials based on the `Copernicus Land Cover dataset `_. + +* electrical characteristics of 750 kV transmission lines + +The Crimean power system is currently disconnected from the main Ukrainian grid and, hence, not included. + +This release is not on the ``master`` branch. It can be used with + +.. code-block:: bash + + git clone https://github.com/pypsa/pypsa-eur + git checkout synchronisation-release PyPSA-Eur 0.4.0 (22th September 2021) -===================================== +------------------------------------- **New Features and Changes** @@ -43,7 +443,7 @@ PyPSA-Eur 0.4.0 (22th September 2021) (~factor 2). A lot of the code which calculated the land-use availability is now outsourced and does not rely on ``glaes``, ``geokit`` anymore. This facilitates the environment building and version compatibility of ``gdal``, ``libgdal`` with - other packages [`#224 `_]. + other packages [`#224 `_]. * Implemented changes to ``n.snapshot_weightings`` in new PyPSA version v0.18 (cf. `PyPSA/PyPSA/#227 `_) @@ -66,17 +466,17 @@ PyPSA-Eur 0.4.0 (22th September 2021) used or maintained. * The connection cost of generators in :mod:`simplify_network` are now reported - in ``resources/connection_costs_s{simpl}.csv`` + in ``resources/connection_costs_s{simpl}.csv`` [`#261 `_]. * The tutorial cutout was renamed from ``cutouts/europe-2013-era5.nc`` to - ``cutouts/europe-2013-era5-tutorial.nc`` to accomodate tutorial and productive + ``cutouts/be-03-2013-era5.nc`` to accommodate tutorial and productive cutouts side-by-side. * The flag ``keep_all_available_areas`` in the configuration for renewable - potentials was deprecated and now defaults to ``True``. + potentials was deprecated and now defaults to ``True``. -* Update dependencies in ``envs/environment.yaml`` +* Update dependencies in ``envs/environment.yaml`` [`#257 `_] * Continuous integration testing switches to Github Actions from Travis CI @@ -105,7 +505,7 @@ PyPSA-Eur 0.4.0 (22th September 2021) * Value for ``co2base`` in ``config.yaml`` adjusted to 1.487e9 t CO2-eq (from 3.1e9 t CO2-eq). The new value represents emissions related to the electricity sector for EU+UK+Balkan. The old value was too high and used when - the emissions wildcard in ``{opts}`` was used + the emissions wildcard in ``{opts}`` was used [`#233 `_]. * Add escape in :mod:`base_network` if all TYNDP links are already @@ -113,11 +513,11 @@ PyPSA-Eur 0.4.0 (22th September 2021) [`#246 `_]. * In :mod:`solve_operations_network` the optimised capacities are now - fixed for all extendable links, not only HVDC links + fixed for all extendable links, not only HVDC links [`#244 `_]. * The ``focus_weights`` are now also considered when pre-clustering in - the :mod:`simplify_network` rule + the :mod:`simplify_network` rule [`#241 `_]. * in :mod:`build_renewable_profile` where offshore wind profiles could @@ -137,25 +537,24 @@ PyPSA-Eur 0.4.0 (22th September 2021) load shedding generators are only added at the AC buses, excluding buses for H2 and battery stores [`#269 `_]. -* Delete duplicated capital costs at battery discharge link +* Delete duplicated capital costs at battery discharge link [`#240 `_]. * Propagate the solver log file name to the solver. Previously, the PyPSA network solving functions were not told about the solver logfile specified in the Snakemake file [`#247 `_] - PyPSA-Eur 0.3.0 (7th December 2020) -=================================== +----------------------------------- **New Features** -Using the ``{opts}`` wildcard for scenarios: +Using the ``{opts}`` wildcard for scenario: * An option is introduced which adds constraints such that each country or node produces on average a minimal share of its total consumption itself. For example ``EQ0.5c`` set in the ``{opts}`` wildcard requires each country to produce on average at least 50% of its consumption. Additionally, the option ``ATK`` requires autarky at each node and removes all means of power transmission through lines and links. ``ATKc`` only removes - cross-border transfer capacities. + cross-border transfer capacities. [`#166 `_]. * Added an option to alter the capital cost (``c``) or installable potentials (``p``) of carriers by a factor via ``carrier+{c,p}factor`` in the ``{opts}`` wildcard. @@ -176,7 +575,7 @@ More OPSD integration: This will overwrite the capacities calculated from the heuristic approach in :func:`estimate_renewable_capacities()` [`#212 `_]. -* Electricity consumption data is now retrieved directly from the `OPSD website `_ using the rule :mod:`build_load_data`. +* Electricity consumption data is now retrieved directly from the `OPSD website `_ using the rule :mod:`build_electricity_demand`. The user can decide whether to take the ENTSO-E power statistics data (default) or the ENTSO-E transparency data [`#211 `_]. @@ -242,11 +641,11 @@ Other: [`#191 `_]. * Raise a warning if ``tech_colors`` in the config are not defined for all carriers - [`#178 `_]. + [`#178 `_]. PyPSA-Eur 0.2.0 (8th June 2020) -================================== +------------------------------- * The optimization is now performed using the ``pyomo=False`` setting in the :func:`pypsa.lopf.network_lopf`. This speeds up the solving process significantly and consumes much less memory. The inclusion of additional constraints were adjusted to the new implementation. They are all passed to the :func:`network_lopf` function via the ``extra_functionality`` argument. The rule ``trace_solve_network`` was integrated into the rule :mod:`solve_network` and can be activated via configuration with ``solving: options: track_iterations: true``. The charging and discharging capacities of batteries modelled as store-link combination are now coupled [`#116 `_]. @@ -264,7 +663,7 @@ PyPSA-Eur 0.2.0 (8th June 2020) * Removed the ``id`` column for custom power plants in ``data/custom_powerplants.csv`` to avoid custom power plants with conflicting ids getting attached to the wrong bus [`#131 `_]. -* Add option ``renewables: {carrier}: keep_all_available_areas:`` to use all availabe weather cells for renewable profile and potential generation. The default ignores weather cells where only less than 1 MW can be installed [`#150 `_]. +* Add option ``renewables: {carrier}: keep_all_available_areas:`` to use all available weather cells for renewable profile and potential generation. The default ignores weather cells where only less than 1 MW can be installed [`#150 `_]. * Added a function ``_helpers.load_network()`` which loads a network with overridden components specified in ``snakemake.config['override_components']`` [`#128 `_]. @@ -279,7 +678,7 @@ PyPSA-Eur 0.2.0 (8th June 2020) * Updated ``conda`` environment regarding ``pypsa``, ``pyproj``, ``gurobi``, ``lxml``. This release requires PyPSA v0.17.0. PyPSA-Eur 0.1.0 (9th January 2020) -================================== +---------------------------------- This is the first release of PyPSA-Eur, a model of the European power system at the transmission network level. Recent changes include: @@ -295,7 +694,7 @@ This is the first release of PyPSA-Eur, a model of the European power system at * Data dependencies are now retrieved directly from within the snakemake workflow [`#86 `_]. -* Emission prices can be added to marginal costs of generators through the keyworks ``Ep`` in the ``{opts}`` wildcard [`#100 `_]. +* Emission prices can be added to marginal costs of generators through the keywords ``Ep`` in the ``{opts}`` wildcard [`#100 `_]. * An option is introduced to add extendable nuclear power plants to the network [`#98 `_]. @@ -309,6 +708,566 @@ This is the first release of PyPSA-Eur, a model of the European power system at * The new function ``_helpers.mock_snakemake`` creates a ``snakemake`` object which mimics the actual ``snakemake`` object produced by workflow by parsing the ``Snakefile`` and setting all paths for inputs, outputs, and logs. This allows running all scripts within a (I)python terminal (or just by calling ``python ``) and thereby facilitates developing and debugging scripts significantly [`#107 `_]. + +PyPSA-Eur-Sec Releases (pre-merge) +================================== + +PyPSA-Eur-Sec 0.7.0 (16th February 2023) +---------------------------------------- + +This release includes many new features. Highlights include new gas +infrastructure data with retrofitting options for hydrogen transport, improved +carbon management and infrastructure planning, regionalised potentials for +hydrogen underground storage and carbon sequestration, new applications for +biomass, and explicit modelling of methanol and ammonia as separate energy +carriers. + +This release is known to work with `PyPSA-Eur +`_ Version 0.7.0 and `Technology Data +`_ Version 0.5.0. + +**Gas Transmission Network** + +* New rule ``retrieve_gas_infrastructure_data`` that downloads and extracts the + SciGRID_gas `IGGIELGN `_ dataset from + zenodo. It includes data on the transmission routes, pipe diameters, + capacities, pressure, and whether the pipeline is bidirectional and carries + H-Gas or L-Gas. + +* New rule ``build_gas_network`` processes and cleans the pipeline data from + SciGRID_gas. Missing or uncertain pipeline capacities can be inferred by + diameter. + +* New rule ``build_gas_input_locations`` compiles the LNG import capacities + (from the Global Energy Monitor's `Europe Gas Tracker + `_, pipeline + entry capacities and local production capacities for each region of the model. + These are the regions where fossil gas can eventually enter the model. + +* New rule ``cluster_gas_network`` that clusters the gas transmission network + data to the model resolution. Cross-regional pipeline capacities are + aggregated (while pressure and diameter compatibility is ignored), + intra-regional pipelines are dropped. Lengths are recalculated based on the + regions' centroids. + +* With the option ``sector: gas_network:``, the existing gas network is added + with a lossless transport model. A length-weighted `k-edge augmentation + algorithm + `_ + can be run to add new candidate gas pipelines such that all regions of the + model can be connected to the gas network. The number of candidates can be + controlled via the setting ``sector: gas_network_connectivity_upgrade:``. When + the gas network is activated, all the gas demands are regionally disaggregated + as well. + +* New constraint allows endogenous retrofitting of gas pipelines to hydrogen + pipelines. This option is activated via the setting ``sector: H2_retrofit:``. + For every unit of gas pipeline capacity dismantled, ``sector: + H2_retrofit_capacity_per_CH4`` units are made available as hydrogen pipeline + capacity in the corresponding corridor. These repurposed hydrogen pipelines + have lower costs than new hydrogen pipelines. Both new and repurposed + pipelines can be built simultaneously. The retrofitting option ``sector: + H2_retrofit:`` also works with a copperplated methane infrastructure, i.e. + when ``sector: gas_network: false``. + +* New hydrogen pipelines can now be built where there are already power or gas + transmission routes. Previously, only the electricity transmission routes were + considered. + +**Carbon Management and Biomass** + +* Add option to spatially resolve carrier representing stored carbon dioxide + (``co2_spatial``). This allows for more detailed modelling of CCUTS, e.g. + regarding the capturing of industrial process emissions, usage as feedstock + for electrofuels, transport of carbon dioxide, and geological sequestration + sites. + +* Add option for regionally-resolved geological carbon dioxide sequestration + potentials through new rule ``build_sequestration_potentials`` based on + `CO2StoP `_. This + can be controlled in the section ``regional_co2_sequestration_potential`` of + the ``config.yaml``. It includes options to select the level of conservatism, + whether onshore potentials should be included, the respective upper and lower + limits per region, and an annualisation parameter for the cumulative + potential. The defaults are preliminary and will be validated the next + release. + +* Add option to sweep the global CO2 sequestration potentials with keyword + ``seq200`` in the ``{sector_opts}`` wildcard (for limit of 200 Mt CO2). + +* Add option to include `Allam cycle gas power plants + `_ (``allam_cycle``). + +* Add option for planning a new carbon dioxide network (``co2network``). + +* Separate option to regionally resolve biomass (``biomass_spatial``) from + option to allow biomass transport (``biomass_transport``). + +* Add option for biomass boilers (wood pellets) for decentral heating. + +* Add option for BioSNG (methane from biomass) with and without carbon capture. + +* Add option for BtL (biomass to liquid fuel/oil) with and without carbon + capture. + + +**Other new features** + +* Add regionalised hydrogen salt cavern storage potentials from `Technical + Potential of Salt Caverns for Hydrogen Storage in Europe + `_. This data is compiled in + a new rule ``build_salt_cavern_potentials``. + +* Add option to resolve ammonia as separate energy carrier with Haber-Bosch + synthesis, ammonia cracking, storage and industrial demand. The ammonia + carrier can be nodally resolved or copperplated across Europe (see + ``ammonia``). + +* Add methanol as energy carrier, methanolisation as process, and option for + methanol demand in shipping sector. + +* Shipping demand now defaults to methanol rather than liquefied hydrogen + until 2050. + +* Demand for liquid hydrogen in international shipping is now geographically + distributed by port trade volumes in a new rule ``build_shipping_demand`` + using data from the `World Bank Data Catalogue + `_. + Domestic shipping remains distributed by population. + +* Add option to aggregate network temporally using representative snapshots or + segments (with `tsam `_). + +* Add option for minimum part load for Fischer-Tropsch plants (default: 90%) and + methanolisation plants (default: 50%). + +* Add option to use waste heat of electrolysis in district heating networks + (``use_electrolysis_waste_heat``). + +* Add option for coal CHPs with carbon capture (see ``coal_cc``). + +* In overnight optimisation, it is now possible to specify a year for the + technology cost projections separate from the planning horizon. + +* New config options for changing energy demands in aviation + (``aviation_demand_factor``) and HVC industry (``HVC_demand_factor``), as well + as explicit ICE shares for land transport (``land_transport_ice_share``) and + agriculture machinery (``agriculture_machinery_oil_share``). + +* It is now possible to merge residential and services heat buses to reduce the + problem size (see ``cluster_heat_nodes``). + +* Added option to tweak (almost) any configuration parameter through the + ``{sector_opts}`` wildcard. The regional_co2_sequestration_potential is + triggered by the prefix ``CF+`` after which it is possible to pipe to any + setting that does not contain underscores (``_``). Example: + ``CF+sector+v2g+false`` disables vehicle-to-grid flexibility. + +* Option ``retrieve_sector_databundle`` to automatically retrieve and extract + data bundle. + +* Removed the need to clone ``technology-data`` repository in a parallel + directory. The new approach automatically retrieves the technology data from + remote in the rule ``retrieve_cost_data``. + +* Improved network plots including better legends, hydrogen retrofitting network + display, and change to EqualEarth projection. A new color scheme for + technologies was also introduced. + +* Add two new rules ``build_transport_demand`` and + ``build_population_weighted_energy_totals`` using code previously contained in + ``prepare_sector_network``. + +* Rules that convert weather data with ``atlite`` now largely run separately for + categories residential, rural and total. + +* Units are assigned to the buses. These only provide a better understanding. + The specifications of the units are not taken into account in the + optimisation, which means that no automatic conversion of units takes place. + +* Configuration file and wildcards are now stored under ``n.meta`` in every + PyPSA network. + +* Updated `data bundle + `_ + that includes the hydrogan salt cavern storage potentials. + +* Updated and extended documentation in + + +* Added new rule ``copy_conda_env`` that exports a list of packages with which + the workflow was executed. + +* Add basic continuous integration using Github Actions. + +* Add basic ``rsync`` setup. + +**Bugfixes** + +* The CO2 sequestration limit implemented as GlobalConstraint (introduced in the + previous version) caused a failure to read in the shadow prices of other + global constraints. + +* Correct capital cost of Fischer-Tropsch according to new units in + ``technology-data`` repository. + +* Fix unit conversion error for thermal energy storage. + +* For myopic pathway optimisation, set optimised capacities of power grid + expansion of previous iteration as minimum capacity for next iteration. + +* Further rather minor bugfixes for myopic optimisation code (see `#256 + `_). + + +Many thanks to all who contributed to this release! + + +PyPSA-Eur-Sec 0.6.0 (4 October 2021) +------------------------------------ + +This release includes +improvements regarding the basic chemical production, +the addition of plastics recycling, +the addition of the agriculture, forestry and fishing sector, +more regionally resolved biomass potentials, +CO2 pipeline transport and storage, and +more options in setting exogenous transition paths, +besides many performance improvements. + +This release is known to work with `PyPSA-Eur +`_ Version 0.4.0, `Technology Data +`_ Version 0.3.0 and +`PyPSA `_ Version 0.18.0. + +Please note that the data bundle has also been updated. + + +**General** + +* With this release, we change the license from copyleft GPLv3 to the more + liberal MIT license with the consent of all contributors. + + +**New features and functionality** + +* Distinguish costs for home battery storage and inverter from utility-scale + battery costs. + +* Separate basic chemicals into HVC (high-value chemicals), chlorine, methanol and ammonia + [`#166 `_]. + +* Add option to specify reuse, primary production, and mechanical and chemical + recycling fraction of platics + [`#166 `_]. + +* Include energy demands and CO2 emissions for the agriculture, forestry and fishing sector. + It is included by default through the option ``A`` in the ``sector_opts`` wildcard. + Part of the emissions (1.A.4.c) was previously assigned to "industry non-elec" in the ``co2_totals.csv``. + Hence, excluding the agriculture sector will now lead to a tighter CO2 limit. + Energy demands are taken from the JRC IDEES database (missing countries filled with eurostat data) + and are split into + electricity (lighting, ventilation, specific electricity uses, pumping devices (electric)), + heat (specific heat uses, low enthalpy heat) + machinery oil (motor drives, farming machine drives, pumping devices (diesel)). + Heat demand is assigned at "services rural heat" buses. + Electricity demands are added to low-voltage buses. + Time series for demands are constant and distributed inside countries by population + [`#147 `_]. + +* Include today's district heating shares in myopic optimisation and add option + to specify exogenous path for district heating share increase under ``sector: + district_heating:`` [`#149 `_]. + +* Added option for hydrogen liquefaction costs for hydrogen demand in shipping. + This introduces a new ``H2 liquid`` bus at each location. It is activated via + ``sector: shipping_hydrogen_liquefaction: true``. + +* The share of shipping transformed into hydrogen fuel cell can be now defined + for different years in the ``config.yaml`` file. The carbon emission from the + remaining share is treated as a negative load on the atmospheric carbon dioxide + bus, just like aviation and land transport emissions. + +* The transformation of the Steel and Aluminium production can be now defined + for different years in the ``config.yaml`` file. + +* Include the option to alter the maximum energy capacity of a store via the + ``carrier+factor`` in the ``{sector_opts}`` wildcard. This can be useful for + sensitivity analyses. Example: ``co2 stored+e2`` multiplies the ``e_nom_max`` by + factor 2. In this example, ``e_nom_max`` represents the CO2 sequestration + potential in Europe. + +* Use `JRC ENSPRESO database `_ to + spatially disaggregate biomass potentials to PyPSA-Eur regions based on + overlaps with NUTS2 regions from ENSPRESO (proportional to area) (`#151 + `_). + +* Add option to regionally disaggregate biomass potential to individual nodes + (previously given per country, then distributed by population density within) + and allow the transport of solid biomass. The transport costs are determined + based on the `JRC-EU-Times Bioenergy report + `_ in the new optional rule + ``build_biomass_transport_costs``. Biomass transport can be activated with the + setting ``sector: biomass_transport: true``. + +* Add option to regionally resolve CO2 storage and add CO2 pipeline transport + because geological storage potential, + CO2 utilisation sites and CO2 capture sites may be separated. The CO2 network + is built from zero based on the topology of the electricity grid (greenfield). + Pipelines are assumed to be bidirectional and lossless. Furthermore, neither + retrofitting of natural gas pipelines (required pressures are too high, 80-160 + bar vs <80 bar) nor other modes of CO2 transport (by ship, road or rail) are + considered. The regional representation of CO2 is activated with the config + setting ``sector: co2_network: true`` but is deactivated by default. The + global limit for CO2 sequestration now applies to the sum of all CO2 stores + via an ``extra_functionality`` constraint. + +* The myopic option can now be used together with different clustering for the + generators and the network. The existing renewable capacities are split evenly + among the regions in every country [`#144 `_]. + +* Add optional function to use ``geopy`` to locate entries of the Hotmaps + database of industrial sites with missing location based on city and country, + which reduces missing entries by half. It can be activated by setting + ``industry: hotmaps_locate_missing: true``, takes a few minutes longer, and + should only be used if spatial resolution is coarser than city level. + + +**Performance and Structure** + +* Extended use of ``multiprocessing`` for much better performance + (from up to 20 minutes to less than one minute). + +* Handle most input files (or base directories) via ``snakemake.input``. + +* Use of ``mock_snakemake`` from PyPSA-Eur. + +* Update ``solve_network`` rule to match implementation in PyPSA-Eur by using + ``n.ilopf()`` and remove outdated code using ``pyomo``. + Allows the new setting to skip iterated impedance updates with ``solving: + options: skip_iterations: true``. + +* The component attributes that are to be overridden are now stored in the folder + ``data/override_component_attrs`` analogous to ``pypsa/component_attrs``. + This reduces verbosity and also allows circumventing the ``n.madd()`` hack + for individual components with non-default attributes. + This data is also tracked in the Snakefile. + A function ``helper.override_component_attrs`` was added that loads this data + and can pass the overridden component attributes into ``pypsa.Network()``. + +* Add various parameters to ``config.default.yaml`` which were previously hardcoded inside the scripts + (e.g. energy reference years, BEV settings, solar thermal collector models, geomap colours). + +* Removed stale industry demand rules ``build_industrial_energy_demand_per_country`` + and ``build_industrial_demand``. These are superseded with more regionally resolved rules. + +* Use simpler and shorter ``gdf.sjoin()`` function to allocate industrial sites + from the Hotmaps database to onshore regions. + This change also fixes a bug: + The previous version allocated sites to the closest bus, + but at country borders (where Voronoi cells are distorted by the borders), + this had resulted in e.g. a Spanish site close to the French border + being wrongly allocated to the French bus if the bus center was closer. + +* Retrofitting rule is now only triggered if endogeneously optimised. + +* Show progress in build rules with ``tqdm`` progress bars. + +* Reduced verbosity of ``Snakefile`` through directory prefixes. + +* Improve legibility of ``config.default.yaml`` and remove unused options. + +* Use the country-specific time zone mappings from ``pytz`` rather than a manual mapping. + +* A function ``add_carrier_buses()`` was added to the ``prepare_network`` rule to reduce code duplication. + +* In the ``prepare_network`` rule the cost and potential adjustment was moved into an + own function ``maybe_adjust_costs_and_potentials()``. + +* Use ``matplotlibrc`` to set the default plotting style and backend. + +* Added benchmark files for each rule. + +* Consistent use of ``__main__`` block and further unspecific code cleaning. + +* Updated data bundle and moved data bundle to zenodo.org (`10.5281/zenodo.5546517 `_). + + +**Bugfixes and Compatibility** + +* Compatibility with ``atlite>=0.2``. Older versions of ``atlite`` will no longer work. + +* Corrected calculation of "gas for industry" carbon capture efficiency. + +* Implemented changes to ``n.snapshot_weightings`` in PyPSA v0.18.0. + +* Compatibility with ``xarray`` version 0.19. + +* New dependencies: ``tqdm``, ``atlite>=0.2.4``, ``pytz`` and ``geopy`` (optional). + These are included in the environment specifications of PyPSA-Eur v0.4.0. + +Many thanks to all who contributed to this release! + + +PyPSA-Eur-Sec 0.5.0 (21st May 2021) +----------------------------------- + +This release includes improvements to the cost database for building retrofits, carbon budget management and wildcard settings, as well as an important bugfix for the emissions from land transport. + +This release is known to work with `PyPSA-Eur `_ Version 0.3.0 and `Technology Data `_ Version 0.2.0. + +Please note that the data bundle has also been updated. + +New features and bugfixes: + +* The cost database for retrofitting of the thermal envelope of buildings has been updated. Now, for calculating the space heat savings of a building, losses by thermal bridges and ventilation are included as well as heat gains (internal and by solar radiation). See the section :ref:`retro` for more details on the retrofitting module. +* For the myopic investment option, a carbon budget and a type of decay (exponential or beta) can be selected in the ``config.yaml`` file to distribute the budget across the ``planning_horizons``. For example, ``cb40ex0`` in the ``{sector_opts}`` wildcard will distribute a carbon budget of 40 GtCO2 following an exponential decay with initial growth rate 0. +* Added an option to alter the capital cost or maximum capacity of carriers by a factor via ``carrier+factor`` in the ``{sector_opts}`` wildcard. This can be useful for exploring uncertain cost parameters. Example: ``solar+c0.5`` reduces the ``capital_cost`` of solar to 50\% of original values. Similarly ``solar+p3`` multiplies the ``p_nom_max`` by 3. +* Rename the bus for European liquid hydrocarbons from ``Fischer-Tropsch`` to ``EU oil``, since it can be supplied not just with the Fischer-Tropsch process, but also with fossil oil. +* Bugfix: The new separation of land transport by carrier in Version 0.4.0 failed to account for the carbon dioxide emissions from internal combustion engines in land transport. This is now treated as a negative load on the atmospheric carbon dioxide bus, just like aviation emissions. +* Bugfix: Fix reading in of ``pypsa-eur/resources/powerplants.csv`` to PyPSA-Eur Version 0.3.0 (use column attribute name ``DateIn`` instead of old ``YearDecommissioned``). +* Bugfix: Make sure that ``Store`` components (battery and H2) are also removed from PyPSA-Eur, so they can be added later by PyPSA-Eur-Sec. + +Thanks to Lisa Zeyen (KIT) for the retrofitting improvements and Marta Victoria (Aarhus University) for the carbon budget and wildcard management. + +PyPSA-Eur-Sec 0.4.0 (11th December 2020) +---------------------------------------- + +This release includes a more accurate nodal disaggregation of industry demand within each country, fixes to CHP and CCS representations, as well as changes to some configuration settings. + +It has been released to coincide with `PyPSA-Eur `_ Version 0.3.0 and `Technology Data `_ Version 0.2.0, and is known to work with these releases. + +New features: + +* The `Hotmaps Industrial Database `_ is used to disaggregate the industrial demand spatially to the nodes inside each country (previously it was distributed by population density). +* Electricity demand from industry is now separated from the regular electricity demand and distributed according to the industry demand. Only the remaining regular electricity demand for households and services is distributed according to GDP and population. +* A cost database for the retrofitting of the thermal envelope of residential and services buildings has been integrated, as well as endogenous optimisation of the level of retrofitting. This is described in the paper `Mitigating heat demand peaks in buildings in a highly renewable European energy system `_. Retrofitting can be activated both exogenously and endogenously from the ``config.yaml``. +* The biomass and gas combined heat and power (CHP) parameters ``c_v`` and ``c_b`` were read in assuming they were extraction plants rather than back pressure plants. The data is now corrected in `Technology Data `_ Version 0.2.0 to the correct DEA back pressure assumptions and they are now implemented as single links with a fixed ratio of electricity to heat output (even as extraction plants, they were always sitting on the backpressure line in simulations, so there was no point in modelling the full heat-electricity feasibility polygon). The old assumptions underestimated the heat output. +* The Danish Energy Agency released `new assumptions for carbon capture `_ in October 2020, which have now been incorporated in PyPSA-Eur-Sec, including direct air capture (DAC) and post-combustion capture on CHPs, cement kilns and other industrial facilities. The electricity and heat demand for DAC is modelled for each node (with heat coming from district heating), but currently the electricity and heat demand for industrial capture is not modelled very cleanly (for process heat, 10% of the energy is assumed to go to carbon capture) - a new issue will be opened on this. +* Land transport is separated by energy carrier (fossil, hydrogen fuel cell electric vehicle, and electric vehicle), but still needs to be separated into heavy and light vehicles (the data is there, just not the code yet). +* For assumptions that change with the investment year, there is a new time-dependent format in the ``config.yaml`` using a dictionary with keys for each year. Implemented examples include the CO2 budget, exogenous retrofitting share and land transport energy carrier; more parameters will be dynamised like this in future. +* Some assumptions have been moved out of the code and into the ``config.yaml``, including the carbon sequestration potential and cost, the heat pump sink temperature, reductions in demand for high value chemicals, and some BEV DSM parameters and transport efficiencies. +* Documentation on :doc:`supply_demand` options has been added. + +Many thanks to Fraunhofer ISI for opening the hotmaps database and to Lisa Zeyen (KIT) for implementing the building retrofitting. + + +PyPSA-Eur-Sec 0.3.0 (27th September 2020) +----------------------------------------- + +This releases focuses on improvements to industry demand and the generation of intermediate files for demand for basic materials. There are still inconsistencies with CCS and waste management that need to be improved. + +It is known to work with PyPSA-Eur v0.1.0 (commit bb3477cd69), PyPSA v0.17.1 and technology-data v0.1.0. Please note that the data bundle has also been updated. + + +New features: + +* In previous version of PyPSA-Eur-Sec the energy demand for industry was calculated directly for each location. Now, instead, the production of each material (steel, cement, aluminium) at each location is calculated as an intermediate data file, before the energy demand is calculated from it. This allows us in future to have competing industrial processes for supplying the same material demand. +* The script ``build_industrial_production_per_country_tomorrow.py`` determines the future industrial production of materials based on today's levels as well as assumed recycling and demand change measures. +* The energy demand for each industry sector and each location in 2015 is also calculated, so that it can be later incorporated in the pathway optimization. +* Ammonia production data is taken from the USGS and deducted from JRC-IDEES's "basic chemicals" so that it ammonia can be handled separately from the others (olefins, aromatics and chlorine). +* Solid biomass is no longer allowed to be used for process heat in cement and basic chemicals, since the wastes and residues cannot be guaranteed to reach the high temperatures required. Instead, solid biomass is used in the paper and pulp as well as food, beverages and tobacco industries, where required temperatures are lower (see `DOI:10.1002/er.3436 `_ and `DOI:10.1007/s12053-017-9571-y `_). +* National installable potentials for salt caverns are now applied. +* When electricity distribution grids are activated, new industry electricity demand, resistive heaters and micro-CHPs are now connected to the lower voltage levels. +* Gas distribution grid costs are included for gas boilers and micro-CHPs. +* Installable potentials for rooftop PV are included with an assumption of 1 kWp per person. +* Some intermediate files produced by scripts have been moved from the folder ``data`` to the folder ``resources``. Now ``data`` only includes input data, while ``resources`` only includes intermediate files necessary for building the network models. Please note that the data bundle has also been updated. +* Biomass potentials for different years and scenarios from the JRC are generated in an intermediate file, so that a selection can be made more explicitly by specifying the biomass types from the ``config.yaml``. + + +PyPSA-Eur-Sec 0.2.0 (21st August 2020) +-------------------------------------- + +This release introduces pathway optimization over many years (e.g. 2020, 2030, 2040, 2050) with myopic foresight, as well as outsourcing the technology assumptions to the `technology-data `_ repository. + +It is known to work with PyPSA-Eur v0.1.0 (commit bb3477cd69), PyPSA v0.17.1 and technology-data v0.1.0. + +New features: + +* Option for pathway optimization with myopic foresight, based on the paper `Early decarbonisation of the European Energy system pays off (2020) `_. Investments are optimized sequentially for multiple years (e.g. 2020, 2030, 2040, 2050) taking account of existing assets built in previous years and their lifetimes. The script uses data on the existing assets for electricity and building heating technologies, but there are no assumptions yet for existing transport and industry (if you include these, the model will greenfield them). There are also some `outstanding issues `_ on e.g. the distribution of existing wind, solar and heating technologies within each country. To use myopic foresight, set ``foresight : 'myopic'`` in the ``config.yaml`` instead of the default ``foresight : 'overnight'``. An example configuration can be found in ``config.myopic.yaml``. More details on the implementation can be found in :doc:`myopic`. + +* Technology assumptions (costs, efficiencies, etc.) are no longer stored in the repository. Instead, you have to install the `technology-data `_ database in a parallel directory. These assumptions are largely based on the `Danish Energy Agency Technology Data `_. More details on the installation can be found in :doc:`installation`. + +* Logs and benchmarks are now stored with the other model outputs in ``results/run-name/``. + +* All buses now have a ``location`` attribute, e.g. bus ``DE0 3 urban central heat`` has a ``location`` of ``DE0 3``. + +* All assets have a ``lifetime`` attribute (integer in years). For the myopic foresight, a ``build_year`` attribute is also stored. + +* Costs for solar and onshore and offshore wind are recalculated by PyPSA-Eur-Sec based on the investment year, including the AC or DC connection costs for offshore wind. + +Many thanks to Marta Victoria for implementing the myopic foresight, and Marta Victoria, Kun Zhu and Lisa Zeyen for developing the technology assumptions database. + + +PyPSA-Eur-Sec 0.1.0 (8th July 2020) +----------------------------------- + +This is the first proper release of PyPSA-Eur-Sec, a model of the European energy system at the transmission network level that covers the full ENTSO-E area. + +It is known to work with PyPSA-Eur v0.1.0 (commit bb3477cd69) and PyPSA v0.17.0. + +We are making this release since in version 0.2.0 we will introduce changes to allow myopic investment planning that will require minor changes for users of the overnight investment planning. + +PyPSA-Eur-Sec builds on the electricity generation and transmission +model `PyPSA-Eur `_ to add demand +and supply for the following sectors: transport, space and water +heating, biomass, industry and industrial feedstocks. This completes +the energy system and includes all greenhouse gas emitters except +waste management, agriculture, forestry and land use. + +PyPSA-Eur-Sec was initially based on the model PyPSA-Eur-Sec-30 (Version 0.0.1 below) described +in the paper `Synergies of sector coupling and transmission +reinforcement in a cost-optimised, highly renewable European energy +system `_ (2018) but it differs by +being based on the higher resolution electricity transmission model +`PyPSA-Eur `_ rather than a +one-node-per-country model, and by including biomass, industry, +industrial feedstocks, aviation, shipping, better carbon management, +carbon capture and usage/sequestration, and gas networks. + + +PyPSA-Eur-Sec includes PyPSA-Eur as a +`snakemake `_ +`subworkflow `_. PyPSA-Eur-Sec +uses PyPSA-Eur to build the clustered transmission model along with +wind, solar PV and hydroelectricity potentials and time series. Then +PyPSA-Eur-Sec adds other conventional generators, storage units and +the additional sectors. + + + + +PyPSA-Eur-Sec 0.0.2 (4th September 2020) +---------------------------------------- + +This version, also called PyPSA-Eur-Sec-30-Path, built on +PyPSA-Eur-Sec 0.0.1 (also called PyPSA-Eur-Sec-30) to include myopic +pathway optimisation for the paper `Early decarbonisation of the +European energy system pays off `_ +(2020). The myopic pathway optimisation was then merged into the main +PyPSA-Eur-Sec codebase in Version 0.2.0 above. + +This model has `its own github repository +`_ and is `archived +on Zenodo `_. + + + +PyPSA-Eur-Sec 0.0.1 (12th January 2018) +--------------------------------------- + +This is the first published version of PyPSA-Eur-Sec, also called +PyPSA-Eur-Sec-30. It was first used in the research paper `Synergies of +sector coupling and transmission reinforcement in a cost-optimised, +highly renewable European energy system +`_ (2018). The model covers 30 +European countries with one node per country. It includes demand and +supply for electricity, space and water heating in buildings, and land +transport. + +It is `archived on Zenodo `_. + + Release Process =============== @@ -318,19 +1277,21 @@ Release Process * Update ``envs/environment.fixed.yaml`` via ``conda env export -n pypsa-eur -f envs/environment.fixed.yaml --no-builds`` - from an up-to-date `pypsa-eur` environment. + from an up-to-date ``pypsa-eur`` environment. -* Update version number in ``doc/conf.py`` and ``*config.*.yaml``. +* Update version number in ``doc/conf.py``, ``CITATION.cff`` and ``*config.*.yaml``. + +* Make a ``git commit``. * Open, review and merge pull request for branch ``release-v0.x.x``. Make sure to close issues and PRs or the release milestone with it (e.g. closes #X). * Tag a release on Github via ``git tag v0.x.x``, ``git push``, ``git push --tags``. Include release notes in the tag message. -* Upload code to `zenodo code repository `_ with `MIT license `_. +* Make a `GitHub release `_, which automatically triggers archiving to the `zenodo code repository `_ with `MIT license `_. -* Create pre-built networks for ``config.default.yaml`` by running ``snakemake -j 1 extra_components_all_networks``. +* Create pre-built networks for ``config.default.yaml`` by running ``snakemake -call prepare_sector_networks``. * Upload pre-built networks to `zenodo data repository `_ with `CC BY 4.0 `_ license. -* Send announcement on the `PyPSA and PyPSA-Eur mailing list `_. +* Send announcement on the `PyPSA mailing list `_. diff --git a/doc/requirements.txt b/doc/requirements.txt index 2b461718..3e760c81 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,15 +1,19 @@ -# SPDX-FileCopyrightText: : 2019-2021 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2019-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: CC0-1.0 +setuptools sphinx -sphinx_rtd_theme +sphinx_book_theme +sphinxcontrib-bibtex +myst-parser # recommark is deprecated, https://stackoverflow.com/a/71660856/13573820 pypsa -vresutils>=0.3.1 -powerplantmatching>=0.4.8 -atlite>=0.2.2 -dask<=2021.3.1 +powerplantmatching>=0.5.5 +atlite>=0.2.9 +dask[distributed] +matplotlib>3.5.1,<3.6 +tabula-py # cartopy scikit-learn @@ -18,4 +22,4 @@ pyyaml seaborn memory_profiler tables -descartes \ No newline at end of file +descartes diff --git a/doc/preparation/retrieve.rst b/doc/retrieve.rst similarity index 60% rename from doc/preparation/retrieve.rst rename to doc/retrieve.rst index 42479284..cc93c3d9 100644 --- a/doc/preparation/retrieve.rst +++ b/doc/retrieve.rst @@ -1,12 +1,13 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 .. _data: -Rules ``retrieve*`` -============================= +############### +Retrieving Data +############### Not all data dependencies are shipped with the git repository, since git is not suited for handling large changing files. @@ -14,12 +15,12 @@ Instead we provide separate data bundles which can be obtained using the ``retrieve*`` rules. Rule ``retrieve_databundle`` ----------------------------- +============================ .. automodule:: retrieve_databundle Rule ``retrieve_cutout`` ------------------------- +============================ .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3517949.svg :target: https://doi.org/10.5281/zenodo.3517949 @@ -30,7 +31,7 @@ The :ref:`tutorial` uses a smaller cutout than required for the full model (30 M .. note:: To download cutouts yourself from the `ECMWF ERA5 `_ you need to `set up the CDS API `_. - + **Relevant Settings** @@ -41,7 +42,7 @@ The :ref:`tutorial` uses a smaller cutout than required for the full model (30 M build_cutout: .. seealso:: - Documentation of the configuration file ``config.yaml`` at + Documentation of the configuration file ``config/config.yaml`` at :ref:`toplevel_cf` **Outputs** @@ -53,7 +54,7 @@ The :ref:`tutorial` uses a smaller cutout than required for the full model (30 M Rule ``retrieve_natura_raster`` -------------------------------- +================================ .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4706686.svg :target: https://doi.org/10.5281/zenodo.4706686 @@ -68,7 +69,7 @@ This rule, as a substitute for :mod:`build_natura_raster`, downloads an already build_natura_raster: .. seealso:: - Documentation of the configuration file ``config.yaml`` at + Documentation of the configuration file ``config/config.yaml`` at :ref:`toplevel_cf` **Outputs** @@ -77,3 +78,66 @@ This rule, as a substitute for :mod:`build_natura_raster`, downloads an already .. seealso:: For details see :mod:`build_natura_raster`. + + +Rule ``retrieve_electricity_demand`` +==================================== + +This rule downloads hourly electric load data for each country from the `OPSD platform `_. + +**Relevant Settings** + +None. + +**Outputs** + +- ``data/load_raw.csv`` + + +Rule ``retrieve_cost_data`` +================================ + +This rule downloads techno-economic assumptions from the `technology-data repository `_. + +**Relevant Settings** + +.. code:: yaml + + enable: + retrieve_cost_data: + + costs: + year: + version: + +.. seealso:: + Documentation of the configuration file ``config/config.yaml`` at + :ref:`costs_cf` + +**Outputs** + +- ``resources/costs.csv`` + +Rule ``retrieve_ship_raster`` +================================ + +This rule downloads data on global shipping traffic density from the `World Bank Data Catalogue `_. + +**Relevant Settings** + +None. + +**Outputs** + +- ``data/shipdensity_global.zip`` + + +Rule ``retrieve_sector_databundle`` +==================================== + +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5546516.svg + :target: https://doi.org/10.5281/zenodo.5546516 + +In addition to the databundle required for electricity-only studies, +another databundle is required for modelling sector-coupled systems. +The size of this data bundle is around 640 MB. diff --git a/doc/sector.rst b/doc/sector.rst new file mode 100644 index 00000000..303e7ed2 --- /dev/null +++ b/doc/sector.rst @@ -0,0 +1,166 @@ +.. + SPDX-FileCopyrightText: 2023 The PyPSA-Eur Authors + + SPDX-License-Identifier: CC-BY-4.0 + +########################################## +Building Sector-Coupled Networks +########################################## + +.. warning:: + This part of the documentation is under development. + +Rule ``add_brownfield`` +============================================================================== + +.. automodule:: add_brownfield + +Rule ``add_existing_baseyear`` +============================================================================== + +.. automodule:: add_existing_baseyear + +Rule ``build_ammonia_production`` +============================================================================== + +.. automodule:: build_ammonia_production + +Rule ``build_biomass_potentials`` +============================================================================== + +.. automodule:: build_biomass_potentials + +Rule ``build_biomass_transport_costs`` +============================================================================== + +.. automodule:: build_biomass_transport_costs + +Rule ``build_clustered_population_layouts`` +============================================================================== + +.. automodule:: build_clustered_population_layouts + +Rule ``build_cop_profiles`` +============================================================================== + +.. automodule:: build_cop_profiles + +Rule ``build_energy_totals`` +============================================================================== + +.. automodule:: build_energy_totals + +Rule ``build_gas_input_locations`` +============================================================================== + +.. automodule:: build_gas_input_locations + +Rule ``build_gas_network`` +============================================================================== + +.. automodule:: build_gas_network + +Rule ``build_heat_demand`` +============================================================================== + +.. automodule:: build_heat_demand + +Rule ``build_industrial_distribution_key`` +============================================================================== + +.. automodule:: build_industrial_distribution_key + +Rule ``build_industrial_energy_demand_per_country_today`` +============================================================================== + +.. automodule:: build_industrial_energy_demand_per_country_today + +Rule ``build_industrial_energy_demand_per_node_today`` +============================================================================== + +.. automodule:: build_industrial_energy_demand_per_node_today + +Rule ``build_industrial_energy_demand_per_node`` +============================================================================== + +.. automodule:: build_industrial_energy_demand_per_node + +Rule ``build_industrial_production_per_country_tomorrow`` +============================================================================== + +.. automodule:: build_industrial_production_per_country_tomorrow + +Rule ``build_industrial_production_per_country`` +============================================================================== + +.. automodule:: build_industrial_production_per_country + +Rule ``build_industrial_production_per_node`` +============================================================================== + +.. automodule:: build_industrial_production_per_node + +Rule ``build_industry_sector_ratios`` +============================================================================== + +.. automodule:: build_industry_sector_ratios + +Rule ``build_population_layouts`` +============================================================================== + +.. automodule:: build_population_layouts + +Rule ``build_population_weighted_energy_totals`` +============================================================================== + +.. automodule:: build_population_weighted_energy_totals + +Rule ``build_retro_cost`` +============================================================================== + +.. automodule:: build_retro_cost + +Rule ``build_salt_cavern_potentials`` +============================================================================== + +.. automodule:: build_salt_cavern_potentials + +Rule ``build_sequestration_potentials`` +============================================================================== + +.. automodule:: build_sequestration_potentials + +Rule ``build_shipping_demand`` +============================================================================== + +.. automodule:: build_shipping_demand + +Rule ``build_solar_thermal_profiles`` +============================================================================== + +.. automodule:: build_solar_thermal_profiles + +Rule ``build_temperature_profiles`` +============================================================================== + +.. automodule:: build_temperature_profiles + +Rule ``build_transport_demand`` +============================================================================== + +.. automodule:: build_transport_demand + +Rule ``cluster_gas_network`` +============================================================================== + +.. automodule:: cluster_gas_network + +Rule ``copy_config`` +============================================================================== + +.. automodule:: copy_config + +Rule ``prepare_sector_network`` +============================================================================== + +.. automodule:: prepare_sector_network diff --git a/doc/simplification.rst b/doc/simplification.rst index 280b1da0..21f61de7 100644 --- a/doc/simplification.rst +++ b/doc/simplification.rst @@ -1,12 +1,12 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 ########################################## -Simplifying Networks +Simplifying Electricity Networks ########################################## The simplification ``snakemake`` rules prepare **approximations** of the full model, for which it is computationally viable to co-optimize generation, storage and transmission capacities. @@ -20,10 +20,31 @@ The simplification and clustering steps are described in detail in the paper After simplification and clustering of the network, additional components may be appended in the rule :mod:`add_extra_components` and the network is prepared for solving in :mod:`prepare_network`. -.. toctree:: - :caption: Overview +.. _simplify: - simplification/simplify_network - simplification/cluster_network - simplification/add_extra_components - simplification/prepare_network +Rule ``simplify_network`` +============================ + +.. automodule:: simplify_network + +.. _cluster: + +Rule ``cluster_network`` +=========================== + +.. automodule:: cluster_network + +.. _extra_components: + +Rule ``add_extra_components`` +============================= + +.. automodule:: add_extra_components + + +.. _prepare: + +Rule ``prepare_network`` +=========================== + +.. automodule:: prepare_network diff --git a/doc/simplification/add_extra_components.rst b/doc/simplification/add_extra_components.rst deleted file mode 100644 index c1337b44..00000000 --- a/doc/simplification/add_extra_components.rst +++ /dev/null @@ -1,42 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _extra_components: - -Rule ``add_extra_components`` -============================= - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 1 [color="0.56 0.6 0.85", - label=prepare_network]; - 2 [color="0.47 0.6 0.85", - fillcolor=gray, - label=add_extra_components, - style=filled]; - 2 -> 1; - 3 [color="0.03 0.6 0.85", - label=cluster_network]; - 3 -> 2; - } - -| - -.. automodule:: add_extra_components diff --git a/doc/simplification/cluster_network.rst b/doc/simplification/cluster_network.rst deleted file mode 100644 index 52fc5840..00000000 --- a/doc/simplification/cluster_network.rst +++ /dev/null @@ -1,43 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _cluster: - -Rule ``cluster_network`` -=========================== - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 1 [color="0.50 0.6 0.85", - label=prepare_network]; - 2 [color="0.36 0.6 0.85", - fillcolor=gray, - label=cluster_network, - style=filled]; - 2 -> 1; - 3 [color="0.14 0.6 0.85", - label=simplify_network]; - 3 -> 2; - } - - -| - -.. automodule:: cluster_network diff --git a/doc/simplification/prepare_network.rst b/doc/simplification/prepare_network.rst deleted file mode 100644 index d7e22e03..00000000 --- a/doc/simplification/prepare_network.rst +++ /dev/null @@ -1,42 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _prepare: - -Rule ``prepare_network`` -=========================== - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 0 [color="0.53 0.6 0.85", - label=solve_network]; - 1 [color="0.50 0.6 0.85", - fillcolor=gray, - label=prepare_network, - style=filled]; - 1 -> 0; - 2 [color="0.36 0.6 0.85", - label=cluster_network]; - 2 -> 1; - } - -| - -.. automodule:: prepare_network diff --git a/doc/simplification/simplify_network.rst b/doc/simplification/simplify_network.rst deleted file mode 100644 index 128a697f..00000000 --- a/doc/simplification/simplify_network.rst +++ /dev/null @@ -1,45 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _simplify: - -Rule ``simplify_network`` -============================ - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 2 [color="0.36 0.6 0.85", - label=cluster_network]; - 3 [color="0.14 0.6 0.85", - fillcolor=gray, - label=simplify_network, - style=filled]; - 3 -> 2; - 4 [color="0.61 0.6 0.85", - label=add_electricity]; - 4 -> 3; - 5 [color="0.19 0.6 0.85", - label=build_bus_regions]; - 5 -> 3; - } - -| - -.. automodule:: simplify_network diff --git a/doc/solving.rst b/doc/solving.rst index 87fdc040..21cc5c25 100644 --- a/doc/solving.rst +++ b/doc/solving.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 @@ -7,10 +7,27 @@ Solving Networks ########################################## -After generating and simplifying the networks they can be solved through the rule :mod:`solve_network` by using the collection rule :mod:`solve_all_networks`. Moreover, networks can be solved for another focus with the derivative rules :mod:`solve_network` by using the collection rule :mod:`solve_operations_network` for dispatch-only analyses on an already solved network. +After generating and simplifying the networks they can be solved through the +rule :mod:`solve_network` by using the collection rules ``solve_elec_networks`` +or ``solve_sector_networks``. Moreover, networks can be solved for dispatch-only +analyses on an already solved network with :mod:`solve_operations_network`. -.. toctree:: - :caption: Overview +.. _solve: - solving/solve_network - solving/solve_operations_network +Rule ``solve_network`` +========================= + +.. automodule:: solve_network + +.. _solve_operations: + +Rule ``solve_operations_network`` +==================================== + +.. automodule:: solve_operations_network + +Rule ``solve_sector_network`` +============================= + +.. warning:: + More comprehensive documentation for this rule will be released soon. diff --git a/doc/solving/solve_network.rst b/doc/solving/solve_network.rst deleted file mode 100644 index 4b0b9861..00000000 --- a/doc/solving/solve_network.rst +++ /dev/null @@ -1,39 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _solve: - -Rule ``solve_network`` -========================= - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="3,3" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 0 [color="0.64 0.6 0.85", - fillcolor=gray, - label=solve_network, - style=filled]; - 1 [color="0.33 0.6 0.85", - label=prepare_network]; - 1 -> 0; - } - -| - -.. automodule:: solve_network diff --git a/doc/solving/solve_operations_network.rst b/doc/solving/solve_operations_network.rst deleted file mode 100644 index b5bbc89f..00000000 --- a/doc/solving/solve_operations_network.rst +++ /dev/null @@ -1,42 +0,0 @@ -.. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors - - SPDX-License-Identifier: CC-BY-4.0 - -.. _solve_operations: - -Rule ``solve_operations_network`` -==================================== - -.. graphviz:: - :align: center - - digraph snakemake_dag { - graph [bgcolor=white, - margin=0, - size="8,5" - ]; - node [fontname=sans, - fontsize=10, - penwidth=2, - shape=box, - style=rounded - ]; - edge [color=grey, - penwidth=2 - ]; - 0 [color="0.06 0.6 0.85", - fillcolor=gray, - label=solve_operations_network, - style=filled]; - 1 [color="0.00 0.6 0.85", - label=cluster_network]; - 1 -> 0; - 2 [color="0.19 0.6 0.85", - label=solve_network]; - 2 -> 0; - } - -| - -.. automodule:: solve_operations_network diff --git a/doc/spatial_resolution.rst b/doc/spatial_resolution.rst new file mode 100644 index 00000000..0293a5ce --- /dev/null +++ b/doc/spatial_resolution.rst @@ -0,0 +1,54 @@ +.. + SPDX-FileCopyrightText: 2021-2023 The PyPSA-Eur Authors + + SPDX-License-Identifier: CC-BY-4.0 + +.. _spatial_resolution: + +########################################## +Spatial resolution +########################################## + +The default nodal resolution of the model follows the electricity generation and transmission model `PyPSA-Eur `_, which clusters down the electricity transmission substations in each European country based on the k-means algorithm (See `cluster_network `_ for a complete explanation). This gives nodes which correspond to major load and generation centres (typically cities). + +The total number of nodes for Europe is set in the ``config/config.yaml`` file under ``clusters``. The number of nodes can vary between 37, the number of independent countries / synchronous areas, and several hundred. With 200-300 nodes the model needs 100-150 GB RAM to solve with a commercial solver like Gurobi. + +Exemplary unsolved network clustered to 512 nodes: + +.. image:: ../graphics/elec_s_512.png + +Exemplary unsolved network clustered to 37 nodes: + +.. image:: ../graphics/elec_s_37.png + +The total number of nodes for Europe is set in the ``config/config.yaml`` file under `clusters `_. The number of nodes can vary between 37, the number of independent countries/synchronous areas, and several hundred. With 200-300 nodes, the model needs 100-150 GB RAM to solve with a commercial solver like Gurobi. +Not all of the sectors are at the full nodal resolution, and some demand for some sectors is distributed to nodes using heuristics that need to be corrected. Some networks are copper-plated to reduce computational times. + +Here are some examples of how spatial resolution is set for different sectors in PyPSA-Eur-Sec: + +• Electricity network: Modeled as nodal. + +• Electricity residential and commercial demand: Modeled as nodal, distributed in each country based on population and GDP. + +• Electricity distribution network: Not included in the model, but a link per node can be used to represent energy transferred between distribution and transmission levels (explained more in detail below). + +• Residential and commercial building heating demand: Modeled as nodal, distributed in each country based on population. + +• Electricity demand in industry: Modeled as nodal, based on the location of industrial facilities from HotMaps database. + +• Industry demand (heat, chemicals, etc.) : Modeled as nodal, distributed in each country based on locations of industry from HotMaps database. +• Hydrogen network: Modeled as nodal (if activated in the `config `_ file). + +• Methane network: It can be modeled as a single node for Europe or it can be nodally resolved if activated in the `config `_. One node can be considered reasonable since future demand is expected to be low and no bottlenecks are expected. Also, the nodally resolved methane grid is based on SciGRID_gas data. + +• Solid biomass: It can be modeled as a single node for Europe or it can be nodally resolved if activated in the `config `_. Nodal modeling includes modeling biomass potential per country (given per country, then distributed by population density within) and the transport of solid biomass between countries. + +• CO2: It can be modeled as a single node for Europe or it can be nodally resolved with CO2 transport pipelines if activated in the `config `_. It should mentioned that in single node mode a transport and storage cost is added for sequestered CO2, the cost of which can be adjusted in the `config `_. + +• Liquid hydrocarbons: Modeled as a single node for Europe, since transport costs for liquids are low and no bottlenecks are expected. + +**Electricity distribution network** + +Contrary to the transmission grid, the grid topology at the distribution level (at and below 110 kV) is not included due to the very high computational burden. However, a link per node can be used (if activated in the `Config `_ file) to represent energy transferred between distribution and transmission levels at every node. In essence, the total energy capacity connecting the transmission grid and the low-voltage level is optimized. The cost assumptions for this link can be adjusted in Config file `options `_ , and is currently assumed to be 500 Eur/kW. + +Rooftop PV, heat pumps, resistive heater, home batteries chargers for passenger EVs, as well as individual heating technologies (heat pumps and resistive heaters) are connected to low-voltage level. All the remaining generation and storage technologies are connected to the transmission grid. In practice, this means that the distribution grid capacity is only extended if it is necessary to balance the mismatch between local generation and demand. diff --git a/doc/supply_demand.rst b/doc/supply_demand.rst new file mode 100644 index 00000000..b043268b --- /dev/null +++ b/doc/supply_demand.rst @@ -0,0 +1,621 @@ +.. + SPDX-FileCopyrightText: 2021-2023 The PyPSA-Eur Authors + + SPDX-License-Identifier: CC-BY-4.0 + +########################################## +Supply and demand +########################################## + +An initial orientation to the supply and demand options in the model +PyPSA-Eur-Sec can be found in the description of the model +PyPSA-Eur-Sec-30 in the paper `Synergies of sector coupling and +transmission reinforcement in a cost-optimised, highly renewable +European energy system `_ (2018). +The latest version of PyPSA-Eur-Sec differs by including biomass, +industry, industrial feedstocks, aviation, shipping, better carbon +management, carbon capture and usage/sequestration, and gas networks. + +The basic supply (left column) and demand (right column) options in the model are described in this figure: + +.. image:: ../graphics/multisector_figure.png + +.. _Electricity supply and demand: + +Electricity supply and demand +============================= + +Electricity supply and demand follows the electricity generation and +transmission model `PyPSA-Eur `_, +except that hydrogen storage is integrated into the hydrogen supply, +demand and network, and PyPSA-Eur-Sec includes CHPs. + +Unlike PyPSA-Eur, PyPSA-Eur-Sec does not distribution electricity demand for industry according to population and GDP, but uses the +geographical data from the `Hotmaps Industrial Database +`_. + +Also unlike PyPSA-Eur, PyPSA-Eur-Sec subtracts existing electrified heating from the existing electricity demand, so that power-to-heat can be optimised separately. + +The remaining electricity demand for households and services is distributed inside each country proportional to GDP and population. + +.. _Heat demand: + +Heat demand +=========== + +Building heating in residential and services sectors is resolved regionally, both for individual buildings and district heating systems, which include different supply options (see :ref:`heat-supply`.) +Annual heat demands per country are retrieved from `JRC-IDEES `_ and split into space and water heating. For space heating, the annual demands are converted to daily values based on the population-weighted Heating Degree Day (HDD) using the `atlite tool `_, where space heat demand is proportional to the difference between the daily average ambient temperature (read from `ERA5 `_) and a threshold temperature above which space heat demand is zero. A threshold temperature of 15 °C is assumed by default. The daily space heat demand is distributed to the hours of the day following heat demand profiles from `BDEW `_. These differ for weekdays and weekends/holidays and between residential and services demand. + +*Space heating* + +The space heating demand can be exogenously reduced by retrofitting measures that improve the buildings’ thermal envelopes. + +.. literalinclude:: ../config.default.yaml + :language: yaml + :lines: 205 + +Co-optimsing of building renovation is also possible, if it is activated in the `config file `_. +Renovation of the thermal envelope reduces the space heating demand and is optimised at each node for every heat bus. Renovation measures through additional insulation material and replacement of energy inefficient windows are considered. +In a first step, costs per energy savings are estimated in `build_retro_cost.py `_. They depend on the insulation condition of the building stock and costs for renovation of the building elements. In a second step, for those cost per energy savings two possible renovation strengths are determined: a moderate renovation with lower costs, a lower maximum possible space heat savings, and an ambitious renovation with associated higher costs and higher efficiency gains. They are added by step-wise linearisation in form of two additional generations in `prepare_sector_network.py `_. +Further information are given in the publication : + `Mitigating heat demand peaks in buildings in a highly renewable European energy system, (2021) `_. + +*Water heating* + +Hot water demand is assumed to be constant throughout the year. + +*Urban and rural heating* + +For every country, heat demand is split between low and high population density areas. These country-level totals are then distributed to each region in proportion to their rural and urban populations respectively. Urban areas with dense heat demand can be supplied with large-scale district heating systems. The percentage of urban heat demand that can be supplied by district heating networks as well as lump-sum losses in district heating systems is exogenously determined in the `config file `_. + +*Cooling demand* + +Cooling is electrified and is included in the electricity demand. Cooling demand is assumed to remain at current levels. An example of regional distribution of the total heat demand for network 181 regions is depicted below. + +.. image:: ../graphics/demand-map-heat.png + +As below figure shows, the current total heat demand in Europe is similar to the total electricity demand but features much more pronounced seasonal variations. The current total building heating demand in Europe adds up to 3084 TWh/a of which 78% occurs in urban areas. + +.. image:: ../graphics/Heat_and_el_demand_timeseries.png + +In practice, in PyPSA-Eur-Sec, there are heat demand buses to which the corresponding heat demands are added. + + +1) Urban central heat: large-scale district heating networks in urban areas with dense heat population. Residential and services demand in these areas are added as demands to this bus +2) Residential urban decentral heat: heating for residential buildings in urban areas not using district heating +3) Services urban decentral heat: heating for services buildings in urban areas not using district heating +4) Residential rural heat: heating for residential buildings in rural areas with low population density. +5) Services rural heat: heating for residential services buildings in rural areas with low population density. Heat demand from agriculture sector is also included here. + +.. _heat-supply: + +Heat supply +======================= + +Different supply options are available depending on whether demand is met centrally through district heating systems, or decentrally through appliances in individual buildings. + +**Urban central heat** + +For large-scale district heating systems the following options are available: combined heat and power (CHP) plants consuming gas or biomass from waste and residues with and without carbon capture (CC), large-scale air-sourced heat pumps, gas and oil boilers, resistive heaters, and fuel cell CHPs. Additionally, waste heat from the `Fischer-Tropsch `_ and `Sabatier `_ processes for the production of synthetic hydrocarbons can supply district heating systems. For more detailed explanation of these processes, see :ref:`Oil-based products supply` and :ref:`Methane supply`. + +**Residential and Urban decentral heat** + +Supply options in individual buildings include gas and oil boilers, air- and ground-sourced heat pumps, resistive heaters, and solar thermal collectors. +Ground-source heat pumps are only allowed in rural areas because of space constraints. Thus, only air- source heat pumps are allowed in urban areas. This is a conservative assumption, since there are many possible sources of low-temperature heat that could be tapped in cities (e.g. waste water, ground water, or natural bodies of water). Costs, lifetimes and efficiencies for these technologies are retrieved from the `technology-data repository `_. + +Below are more detailed explanations for each heating supply component, all of which are modelled as `links `_ in PyPSA-Eur-Sec. + +.. _Large-scale CHP: + +**Large-scale CHP** + +Large Combined Heat and Power plants are included in the model if it is specified in the `config file `_. + +CHPs are based on back pressure plants operating with a fixed ratio of electricity to heat output. The efficiencies of each are given on the back pressure line, where the back pressure coefficient cb is the electricity output divided by the heat output. (For a more complete explanation of the operation of CHPs refer to the study by Dahl et al. : `Cost sensitivity of optimal sector-coupled district heating production systems `_. + +PyPSA-Eur-Sec includes CHP plants fueled by methane and solid biomass from waste and residues. Hydrogen fuel cells also produce both electricity and heat. + +The methane CHP is modeled on the Danish Energy Agency (DEA) “Gas turbine simple cycle (large)” while the solid biomass CHP is based on the DEA’s “09b Wood Pellets Medium”. For biomass CHP, cb = `0.46 `_ , whereas for gas CHP, cb = `1 `_. + +NB: The old PyPSA-Eur-Sec-30 model assumed an extraction plant (like the DEA coal CHP) for gas which has flexible production of heat and electricity within the feasibility diagram of Figure 4 in the study by `Brown et al. `_ We have switched to the DEA back pressure plants since these are more common for smaller plants for biomass, and because the extraction plants were on the back pressure line for 99.5% of the time anyway. The plants were all changed to back pressure in PyPSA-Eur-Sec v0.4.0. + +**Micro-CHP** + +PyPSA-Eur-Sec allows individual buildings to make use of `micro gas CHPs `_ that are assumed to be installed at the distribution grid level. + +**Heat pumps** + +The coefficient of performance (COP) of air- and ground-sourced heat pumps depends on the ambient or soil temperature respectively. Hence, the COP is a time-varying parameter (refer to `Config `_ file). Generally, the COP will be lower during winter when temperatures are low. Because the ambient temperature is more volatile than the soil temperature, the COP of ground-sourced heat pumps is less variable. Moreover, the COP depends on the difference between the source and sink temperatures: + +.. math:: + \Delta T = T_{sink} − T_{source} + +For the sink water temperature Tsink we assume 55 °C [`Config `_ file]. For the time- and location-dependent source temperatures Tsource, we rely on the `ERA5 `_ reanalysis weather data. The temperature differences are converted into COP time series using results from a regression analysis performed in the study by `Stafell et al. `_. For air-sourced heat pumps (ASHP), we use the function: + +.. math:: + COP (\Delta T) = 6.81 - 0.121\Delta T + 0.000630\Delta T^2 + +for ground-sourced heat pumps (GSHP), we use the function: + +.. math:: + COP(\Delta T) = 8.77 - 0.150\Delta T + 0.000734\Delta T^2 + +**Resistive heaters** + +Can be activated in Config from the `boilers `_ option. +Resistive heaters produce heat with a fixed conversion efficiency (refer to `Technology-data repository `_ ). + +**Gas, oil, and biomass boilers** + +Can be activated in Config from the `boilers `_ , `oil boilers `_ , and `biomass boiler `_ option. +Similar to resistive heaters, boilers have a fixed efficiency and produce heat using gas, oil or biomass. + +**Solar thermal collectors** + +Can be activated in the config file from the `solar_thermal `_ option. +Solar thermal profiles are built based on weather data and also have the `options `_ for setting the sky model and the orientation of the panel in the config file, which are then used by the atlite tool to calculate the solar resource time series. + +**Waste heat from Fuel Cells, Methanation and Fischer-Tropsch plants** + +Waste heat from `fuel cells `_ in addition to processes like `Fischer-Tropsch `_, methanation, and Direct Air Capture (DAC) is dumped into district heating networks. + +**Existing heating capacities and decommissioning** + +For the myopic transition paths, capacities already existing for technologies supplying heat are retrieved from `“Mapping and analyses of the current and future (2020 - 2030)” `_ . For the sake of simplicity, coal, oil and gas boiler capacities are assimilated to gas boilers. Besides that, existing capacities for heat resistors, air-sourced and ground-sourced heat pumps are included in the model. For heating capacities, 25% of existing capacities in 2015 are assumed to be decommissioned in every 5-year time step after 2020. + +**Thermal Energy Storage** + +Activated in Config from the `tes `_ option. + +Thermal energy can be stored in large water pits associated with district heating systems and individual thermal energy storage (TES), i.e., small water tanks. Water tanks are modelled as `stores `_. +A thermal energy density of 46.8 kWh :math:`_{th}`/m3 is assumed, corresponding to a temperature difference of 40 K. The decay of thermal energy in the stores: 1- :math:`e^{-1/24τ}` is assumed to have a time constant of  τ=180 days for central TES and  τ=3 days for individual TES, both modifiable through `tes_tau `_ in config file. Charging and discharging efficiencies are 90% due to pipe losses. + +**Retrofitting of the thermal envelope of buildings** + +Co-optimising building renovation is only enabled if in the `config `_ file. To reduce the computational burden, +default setting is set as false. + +Renovation of the thermal envelope reduces the space heating demand and is +optimised at each node for every heat bus. Renovation measures through additional +insulation material and replacement of energy inefficient windows are considered. + +In a first step, costs per energy savings are estimated in the `build_retro_cost.py `_ script. +They depend on the insulation condition of the building stock and costs for +renovation of the building elements. +In a second step, for those cost per energy savings two possible renovation +strengths are determined: a moderate renovation with lower costs and lower +maximum possible space heat savings, and an ambitious renovation with associated +higher costs and higher efficiency gains. They are added by step-wise +linearisation in form of two additional generations in +the `prepare_sector_network.py `_ script. + +Settings in the ``config/config.yaml`` concerning the endogenously optimisation of building +renovation include `cost factor `_, `interest rate `_, `annualised cost `_, `tax weighting `_, and `construction index `_. + +Further information are given in the study by Zeyen et al. : `Mitigating heat demand peaks in buildings in a highly renewable European energy system, (2021) `_. + +.. _Hydrogen demand: + +Hydrogen demand +============================= + +Hydrogen is consumed in the industry sector (see :ref:`Industry demand`) to produce ammonia (see :ref:`Chemicals Industry`) and direct reduced iron (DRI) (see :ref:`Iron and Steel`). Hydrogen is also consumed to produce synthetic methane (see :ref:`Methane supply`) and liquid hydrocarbons (see :ref:`Oil-based products supply`) which have multiple uses in industry and other sectors. +Hydrogen is also used for transport applications (see :ref:`Transportation`), where it is exogenously fixed. It is used in `heavy-duty land transport `_ and as liquified hydrogen in the shipping sector (see :ref:`Shipping`). Furthermore, stationary fuel cells may re-electrify hydrogen (with waste heat as a byproduct) to balance renewable fluctuations (see :ref:`Electricity supply and demand`). The waste heat from the stationary fuel cells can be used in `district-heating systems `_. + +.. _Hydrogen supply: + +Hydrogen supply +============================= + +Today, most of the :math:`H_2` consumed globally is produced from natural gas by steam methane reforming (SMR) + +.. math:: + + CH_4 + H_2O \xrightarrow{} CO + 3H_2 + +combined with a water-gas shift reaction + +.. math:: + + CO + H_2O \xrightarrow{} CO_2 + H_2 + + +SMR is included `here `_. +PyPSA-Eur-Sec allows this route of :math:`H_2` production with and without [carbon capture (CC)] (see :ref:`Carbon dioxide capture, usage and sequestration (CCU/S)`). These routes are often referred to as blue and grey hydrogen. Here, methane input can be both of fossil or synthetic origin. + +Green hydrogen can be produced by electrolysis to split water into hydrogen and oxygen + +.. math:: + + 2H_2O \xrightarrow{} 2H_2 + O_2 + + +For the electrolysis, alkaline electrolysers are chosen since they have lower cost and higher cumulative installed capacity than polymer electrolyte membrane (PEM) electrolysers. The techno-economic assumptions are taken from the technology-data repository. Waste heat from electrolysis is not leveraged in the model. + +**Transport** + +Hydrogen is transported by pipelines. :math:`H_2` pipelines are endogenously generated, either via a greenfield :math:`H_2` network, or by `retrofitting natural gas pipelines `_). Retrofitting is implemented in such a way that for every unit of decommissioned gas pipeline, a share (60% is used in the study by `Neumann et al. `_) of its nominal capacity (exogenously determined in the `config file `_.) is available for hydrogen transport. When the gas network is not resolved, this input denotes the potential for gas pipelines repurposed into hydrogen pipelines. +New pipelines can be built additionally on all routes where there currently is a gas or electricity network connection. These new pipelines will be built where no sufficient retrofitting options are available. The capacities of new and repurposed pipelines are a result of the optimisation. + +**Storage** + +Hydrogen can be stored in overground steel tanks or `underground salt caverns `_. For the latter, energy storage capacities in every country are limited to the potential estimation for onshore salt caverns within `50 km `_ of shore to avoid environmental issues associated with brine solution disposal. Underground storage potentials for hydrogen in European salt caverns is acquired from `Caglayan et al. `_ + +.. _Methane demand: + +Methane demand +==================================== + +Methane is used in individual and large-scale gas boilers, in CHP plants with and without carbon capture, in OCGT and CCGT power plants, and in some industry subsectors for the provision of high temperature heat (see :ref:`Industry demand`). Methane is not used in the transport sector because of engine slippage. + +.. _Methane supply: + +Methane supply +=================================== + +In addition to methane from fossil origins, the model also considers biogenic and synthetic sources. `The gas network can either be modelled, or it can be assumed that gas transport is not limited `_. If gas infrastructure is regionally resolved, fossil gas can enter the system only at existing and planned LNG terminals, pipeline entry-points, and intra- European gas extraction sites, which are retrieved from the SciGRID Gas IGGIELGN dataset and the GEM Wiki. +Biogas can be upgraded to methane. +Synthetic methane can be produced by processing hydrogen and captures :math:`CO_2` in the Sabatier reaction + +.. math:: + CO_2 + 4H_2 \xrightarrow{} CH_4 + 2H_2O + + +Direct power-to-methane conversion with efficient heat integration developed in the HELMETH project is also an option. The share of synthetic, biogenic and fossil methane is an optimisation result depending on the techno-economic assumptions. + +*Methane transport* + +The existing European gas transmission network is represented based on the SciGRID Gas IGGIELGN dataset. This dataset is based on compiled and merged data from the ENTSOG maps and other publicly available data sources. It includes data on the capacity, diameter, pressure, length, and directionality of pipelines. Missing capacity data is conservatively inferred from the pipe diameter following conversion factors derived from an EHB report. The gas network is clustered to the selected number of model regions. Gas pipelines can be endogenously expanded or repurposed for hydrogen transport. Gas flows are represented by a lossless transport model. Methane is assumed to be transmitted without cost or capacity constraints because future demand is predicted to be low compared to available transport capacities. + +The following figure shows the unclustered European gas transmission network based on the SciGRID Gas IGGIELGN dataset. Pipelines are color-coded by estimated capacities. Markers indicate entry-points, sites of fossil resource extraction, and LNG terminals. + +.. image:: ../graphics/gas_pipeline_figure.png + +.. _Biomass supply: + +Biomass Supply +===================== +Biomass supply potentials for each European country are taken from the `JRC ENSPRESO database `_ where data is available for various years (2010, 2020, 2030, 2040 and 2050) and scenarios (low, medium, high). No biomass import from outside Europe is assumed. More information on the data set can be found `here `_. + +.. _Biomass demand: + +Biomass demand +===================== + + +Biomass supply potentials for every NUTS2 region are taken from the `JRC ENSPRESO database `_ where data is available for various years (2010, 2020, 2030, 2040 and 2050) and different availability scenarios (low, medium, high). No biomass import from outside Europe is assumed. More information on the data set can be found `here `_. The data for NUTS2 regions is mapped to PyPSA-Eur-Sec model regions in proportion to the area overlap. + + +The desired scenario can be selected in the PyPSA-Eur-Sec `configuration `_. The script for building the biomass potentials from the JRC ENSPRESO data base is located `here `_. Consult the script to see the keywords that specify the scenario options. + + +The `configuration `_ also allows the user to define how the various types of biomass are used in the model by using the following categories: biogas, solid biomass, and not included. Feedstocks categorized as biogas, typically manure and sludge waste, are available to the model as biogas, which can be upgraded to biomethane. Feedstocks categorized as solid biomass, e.g. secondary forest residues or municipal waste, are available for combustion in combined-heat-and power (CHP) plants and for medium temperature heat (below 500 °C) applications in industry. It can also converted to gas or liquid fuels. + + +Feedstocks labeled as not included are ignored by the model. + + +A `typical use case for biomass `_ would be the medium availability scenario for 2030 where only residues from agriculture and forestry as well as biodegradable municipal waste are considered as energy feedstocks. Fuel crops are avoided because they compete with scarce land for food production, while primary wood, as well as wood chips and pellets, are avoided because of concerns about sustainability. See the supporting materials of the `paper `_ for more details. + + +*Solid biomass conversion and use* + +Solid biomass can be used directly to provide process heat up to 500˚C in the industry. It can also be burned in CHP plants and boilers associated with heating systems. These technologies are described elsewhere (see :ref:`Large-scale CHP` and :ref:`Industry demand`). + + +Solid biomass can be converted to syngas if the option is enabled in the `config file `_. In this case the model will enable the technology BioSNG both with and without the option for carbon capture (see `Technology-data repository `_). + + +Liquefaction of solid biomass `can be enabled `_ allowing the model to convert it into liquid hydrocarbons that can replace conventional oil products. This technology also comes with and without carbon capture (see `Technology-data repository `_). + + +*Transport of solid biomass* + +The transport of solid biomass can either be assumed unlimited between countries or it can be associated with a country specific cost per MWh/km. In the config file these options are toggled `here `_. If the option is off, use of solid biomass is transport. If it is turned on, a biomass transport network will be `created `_ between all nodes. This network resembles road transport of biomass and the cost of transportation is a variable cost which is proportional to distance and a country specific cost per MWh/km. The latter is `estimated `_ from the country specific costs per ton/km used in the publication `“The JRC-EU-TIMES model. Bioenergy potentials for EU and neighbouring countries” `_. + +*Biogas transport and use* + +Biogas will be aggregated into a common European resources if a gas network is not modelled explicitly, i.e., the `gas_network `_ option is set to false. If, on the other hand, a gas network is included, the biogas potential will be associated with each node of origin. +The model can only use biogas by first upgrading it to natural gas quality [see :ref:`Methane supply`] (bio methane) which is fed into the general gas network. + +.. _Oil-based products demand: + + +Oil-based products demand +========================= + +Naphtha is used as a feedstock in the chemicals industry (see :ref:`Chemicals Industry`). Furthermore, kerosene is used as transport fuel in the aviation sector (see :ref:`Aviation`). Non-electrified agriculture machinery also consumes gasoline. +Land transport [(see :ref:`Land transport`) that is not electrified or converted into using :math:`H_2`-fuel cells also consumes oil-based products. While there is regional distribution of demand, the carrier is copperplated in the model, which means that transport costs and constraints are neglected. + +.. _Oil-based products supply: + +Oil-based products supply +========================= + +Oil-based products can be either of fossil origin or synthetically produced by combining :math:`H_2` (see :ref:`Hydrogen supply`) and captured :math:`CO_2` (see :ref:`Carbon dioxide capture, usage and sequestration (CCU/S)`) in Fischer-Tropsch plants + +.. math:: + 𝑛CO+(2𝑛+1)H_2 → C_{n}H_{2n + 2} +𝑛H_2O + + +with costs as included from the `technology-data repository `_. The waste heat from the Fischer-Tropsch process is supplied to `district heating networks `_. The share of fossil and synthetic oil is an optimisation result depending on the techno-economic assumptions. + + +*Oil-based transport* + +Liquid hydrocarbons are assumed to be transported freely among the model region since future demand is predicted to be low, transport costs for liquids are low and no bottlenecks are expected. + +.. _Industry demand: + +Industry demand +================ + +Industry demand is split into a dozen different sectors with specific energy demands, process +emissions of carbon dioxide, as well as existing and prospective mitigation strategies. + +The Subsection overview below provides a general description of the modelling approach for the industry sector. The following subsections describe the current energy demands, available mitigation strategies, and whether mitigation is exogenously fixed or co-optimised with the other components of the model for each industry subsector in more detail. See details for Iron and Steel (see :ref:`Iron and Steel`), Chemicals Industry and Ammonia (see :ref:`Chemicals Industry`), Non-metallic Mineral products , Non-ferrous Metals , and other Industry Subsectors. + +.. _Overview: + +**Overview** + +Greenhouse gas emissions associated with industry can be classified into energy-related and process-related emissions. Today, fossil fuels are used for process heat energy in the chemicals industry, but also as a non-energy feedstock for chemicals like ammonia ( :math:`NH_3`), ethylene ( :math:`C_2H_4`) and methanol ( :math:`CH_3OH`). Energy-related emissions can be curbed by using low-emission energy sources. The only option to reduce process-related emissions is by using an alternative manufacturing process or by assuming a certain rate of recycling so that a lower amount of virgin material is needed. + +The overarching modelling procedure can be described as follows. First, the energy demands and process emissions for every unit of material output are estimated based on data from the `JRC-IDEES database `_ and the fuel and process switching described in the subsequent sections. Second, the 2050 energy demands and process emissions are calculated using the per-unit-of-material ratios based on the industry transformations and the `country-level material production in 2015 `_, assuming constant material demand. + +Missing or too coarsely aggregated data in the JRC-IDEES database is supplemented with additional datasets: `Eurostat energy balances `_, `United States `_, `Geological Survey `_ for ammonia production, `DECHEMA `_ for methanol and chlorine, and `national statistics from Switzerland `_. + + +Where there are fossil and electrified alternatives for the same process (e.g. in glass manufacture or drying), we assume that the process is completely electrified. Current electricity demands (lighting, air compressors, motor drives, fans, pumps) will remain electric. Processes that require temperatures below 500 °C are supplied with solid biomass, since we assume that residues and wastes are not suitable for high-temperature applications. We see solid biomass use primarily in the pulp and paper industry, where it is already widespread, and in food, beverages and tobacco, where it replaces natural gas. Industries which require high temperatures (above 500 °C), such as metals, chemicals and non-metallic minerals are either electrified where suitable processes already exist, or the heat is provided with synthetic methane. + +Hydrogen for high-temperature process heat is not part of the model currently. + +Where process heat is required, our approach depends on the necessary temperature. For example, due to the high share of high-temperature process heat demand (see `Naegler et al. `_ and `Rehfeldt el al. `_), we disregard geothermal and solar thermal energy as sources for process heat since they cannot attain high-temperature heat. + +The following figure shows the final consumption of energy and non-energy feedstocks in industry today in comparison to the scenario in 2050 assumed in `Neumann et al `_. + +.. image:: ../graphics/fec_industry_today_tomorrow.png + + +The following figure shows the process emissions in industry today (top bar) and in 2050 without +carbon capture (bottom bar) assumed in `Neumann et al `_. + + + + +.. image:: ../graphics/process-emissions.png + + +Inside each country the industrial demand is then distributed using the `Hotmaps Industrial Database `_, which is illustrated in the figure below. This open database includes georeferenced industrial sites of energy-intensive industry sectors in EU28, including cement, basic chemicals, glass, iron and steel, non-ferrous metals, non-metallic minerals, paper, and refineries subsectors. The use of this spatial dataset enables the calculation of regional and process-specific energy demands. This approach assumes that there will be no significant migration of energy-intensive industries. + +.. image:: ../graphics/hotmaps.png + + +.. _Iron and Steel: + +**Iron and Steel** + +Two alternative routes are used today to manufacture steel in Europe. The primary route (integrated steelworks) represents 60% of steel production, while the secondary route (electric arc furnaces, EAF), represents the other 40% `(Lechtenböhmer et. al) `_. + +The primary route uses blast furnaces in which coke is used to reduce iron ore into molten iron, which is then converted into steel: + +.. math:: + CO_2 + C \xrightarrow{} 2 CO + + +.. math:: + 3 Fe_2O_3 + CO \xrightarrow{} 2 Fe_3O_4 + CO + + +.. math:: + Fe_3O_4 + CO \xrightarrow{} 3 FeO + CO_2 + + +.. math:: + FeO + CO \xrightarrow{} Fe + CO_2 + + +The primary route of steelmaking implies large process emissions of 0.22 t :math:`_{CO_2}` /t of steel, amounting to 7% of global greenhouse gas emissions `(Vogl et. al) `_. + +In the secondary route, electric arc furnaces are used to melt scrap metal. This limits the :math:`CO_2` emissions to the burning of graphite electrodes `(Friedrichsen et. al) `_, and reduces process emissions to 0.03 t :math:`_{CO_2}` /t of steel. + +We assume that the primary route can be replaced by a third route in 2050, using direct reduced iron (DRI) and subsequent processing in an EAF. + +.. math:: + 3 Fe_2O_3 + H_2 \xrightarrow{} 2 Fe_3O_4 + H_2O + + +.. math:: + Fe_3O_4 +H_2 \xrightarrow{} 3FeO+H_2O + + +.. math:: + FeO + H_2 \xrightarrow{} Fe + H_2O + + +This circumvents the process emissions associated with the use of coke. For hydrogen- based DRI, we assume energy requirements of 1.7 MWh :math:`_{H_2}` /t steel `(Vogl et. al) `_ and 0.322 MWh :math:`_{el}`/t steel `(HYBRIT 2016) `_. + + +The share of steel produced via the primary route is exogenously set in the `config file `_. The share of steel obtained via hydrogen-based DRI plus EAF is also set exogenously in the `config file `_. The remaining share is manufactured through the secondary route using scrap metal in EAF. Bioenergy as alternative to coke in blast furnaces is not considered in the model (`Mandova et.al `_, `Suopajärvi et.al `_). + +For the remaining subprocesses in this sector, the following transformations are assumed. Methane is used as energy source for the smelting process. Activities associated with furnaces, refining and rolling, and product finishing are electrified assuming the current efficiency values for these cases. These transformations result in changes in process emissions as outlined in the process emissions figure presented in the industry overview section (see :ref:`Overview`). + +.. _Chemicals Industry: + +**Chemicals Industry** + +The chemicals industry includes a wide range of diverse industries, including the production of basic organic compounds (olefins, alcohols, aromatics), basic inorganic compounds (ammonia, chlorine), polymers (plastics), and end-user products (cosmetics, pharmaceutics). + +The chemicals industry consumes large amounts of fossil-fuel based feedstocks (see `Levi et. al `_), which can also be produced from renewables as outlined for hydrogen (see :ref:`Hydrogen supply`), for methane (see :ref:`Methane supply`), and for oil-based products (see :ref:`Oil-based products supply`). The ratio between synthetic and fossil-based fuels used in the industry is an endogenous result of the optimisation. + +The basic chemicals consumption data from the `JRC IDEES `_ database comprises high- value chemicals (ethylene, propylene and BTX), chlorine, methanol and ammonia. However, it is necessary to separate out these chemicals because their current and future production routes are different. + +Statistics for the production of ammonia, which is commonly used as a fertilizer, are taken from the `USGS `_ for every country. Ammonia can be made from hydrogen and nitrogen using the Haber-Bosch process. + +.. math:: + N_2 + 3H_2 \xrightarrow{} 2NH_3 + + + +The Haber-Bosch process is not explicitly represented in the model, such that demand for ammonia enters the model as a demand for hydrogen ( 6.5 MWh :math:`_{H_2}` / t :math:`_{NH_3}` ) and electricity ( 1.17 MWh :math:`_{el}` /t :math:`_{NH_3}` ) (see `Wang et. al `_). Today, natural gas dominates in Europe as the source for the hydrogen used in the Haber-Bosch process, but the model can choose among the various hydrogen supply options described in the hydrogen section (see :ref:`Hydrogen supply`) + +The total production and specific energy consumption of chlorine and methanol is taken from a `DECHEMA report `_. According to this source, the production of chlorine amounts to 9.58 MtCl/a, which is assumed to require electricity at 3.6 MWh :math:`_{el}`/t of chlorine and yield hydrogen at 0.937 MWh :math:`_{H_2}`/t of chlorine in the chloralkali process. The production of methanol adds up to 1.5 MtMeOH/a, requiring electricity at 0.167 MWh :math:`_{el}`/t of methanol and methane at 10.25 MWh :math:`_{CH_4}`/t of methanol. + + +The production of ammonia, methanol, and chlorine production is deducted from the JRC IDEES basic chemicals, leaving the production totals of high-value chemicals. For this, we assume that the liquid hydrocarbon feedstock comes from synthetic or fossil- origin naphtha (14 MWh :math:`_{naphtha}`/t of HVC, similar to `Lechtenböhmer et al `_), ignoring the methanol-to-olefin route. Furthermore, we assume the following transformations of the energy-consuming processes in the production of plastics: the final energy consumption in steam processing is converted to methane since requires temperature above 500 °C (4.1 MWh :math:`_{CH_4}` /t of HVC, see `Rehfeldt et al. `_); and the remaining processes are electrified using the current efficiency of microwave for high-enthalpy heat processing, electric furnaces, electric process cooling and electric generic processes (2.85 MWh :math:`_{el}`/t of HVC). + +The process emissions from feedstock in the chemical industry are as high as 0.369 t :math:`_{CO_2}`/t of ethylene equivalent. We consider process emissions for all the material output, which is a conservative approach since it assumes that all plastic-embedded :math:`CO_2` will eventually be released into the atmosphere. However, plastic disposal in landfilling will avoid, or at least delay, associated :math:`CO_2` emissions. + +Circular economy practices drastically reduce the amount of primary feedstock needed for the production of plastics in the model (see `Kullmann et al. `_, `Meys et al. (2021) `_, `Meys et al. (2020) `_, `Gu et al. `_) and consequently, also the energy demands and level of process emission. The percentage of plastics that are assumed to be mechanically recycled can be selected in the `config file `_, as well as +the percentage that is chemically recycled, see `config file `_ The energy consumption for those recycling processes are respectively 0.547 MWh :math:`_{el}`/t of HVC (as indicated in the `config file `_) (`Meys et al. (2020) `_), and 6.9 MWh :math:`_{el}`/t of HVC (as indicated in the `config file `_) based on pyrolysis and electric steam cracking (see `Materials Economics `_ report). + + +**Non-metallic Mineral Products** + +This subsector includes the manufacturing of cement, ceramics, and glass. + +*Cement* + +Cement is used in construction to make concrete. The production of cement involves high energy consumption and large process emissions. The calcination of limestone to chemically reactive calcium oxide, also known as lime, involves process emissions of 0.54 t :math:`_{CO_2}` /t cement (see `Akhtar et al. `_. + + +.. math:: + CaCO_3 \xrightarrow{} CaO + CO_2 + + +Additionally, :math:`CO_2` is emitted from the combustion of fossil fuels to provide process heat. Thereby, cement constitutes the biggest source of industry process emissions in Europe. + +Cement process emissions can be captured assuming a capture rate of 90%. Whether emissions are captured is decided by the model taking into account the capital costs of carbon capture modules. The electricity and heat demand of process emission carbon capture is currently ignored. For net-zero emission scenarios, the remaining process emissions need to be compensated by negative emissions. + +With the exception of electricity demand and biomass demand for low-temperature heat (0.06 MWh/t and 0.2 MWh/t), the final energy consumption of this subsector is assumed to be supplied by methane (0.52 MWh/t), which is capable of delivering the required high-temperature heat. This implies a switch from burning solid fuels to burning gas which will require adjustments of the `kilns <10.1109/CITCON.2013.6525276>`_. The share of fossil vs. synthetic methane consumed is a result of the optimisation + + +*Ceramics* + +The ceramics sector is assumed to be fully electrified based on the current efficiency of already electrified processes which include microwave drying and sintering of raw materials, electric kilns for primary production processes, electric furnaces for the `product finishing `_. In total, the final electricity consumption is 0.44 MWh/t of ceramic. The manufacturing of ceramics includes process emissions of 0.03 t :math:`_{CO_2}`/t of ceramic. For a detailed overview of the ceramics industry sector see `Furszyfer Del Rio et al `_. + +*Glass* + +The production of glass is assumed to be fully electrified based on the current efficiency of electric melting tanks and electric annealing which adds up to an electricity demand of 2.07 MWh :math:`_{el}`/t of `glass `_. The manufacturing of glass incurs process emissions of 0.1 t :math:`_{CO_2}`/t of glass. Potential efficiency improvements, which according to `Lechtenböhmer et al `_ could reduce energy demands to 0.85 MW :math:`_{el}`/t of glass, have not been considered. For a detailed overview of the glass industry sector see `Furszyfer Del Rio et al `_. + + +**Non-ferrous Metals** + +The non-ferrous metal subsector includes the manufacturing of base metals (aluminium, copper, lead, zinc), precious metals (gold, silver), and technology metals (molybdenum, cobalt, silicon). + +The manufacturing of aluminium accounts for more than half of the final energy consumption of this subsector. Two alternative processing routes are used today to manufacture aluminium in Europe. The primary route represents 40% of the aluminium pro- duction, while the secondary route represents the remaining 60%. + +The primary route involves two energy-intensive processes: the production of alumina from bauxite (aluminium ore) and the electrolysis to transform alumina into aluminium via the Hall-Héroult process + +.. math:: + 2Al_2O_3 +3C \xrightarrow{} 4Al+3CO_2 + + +The primary route requires high-enthalpy heat (2.3 MWh/t) to produce alumina which is supplied by methane and causes process emissions of 1.5 t :math:`_{CO_2}`/t aluminium. According to `Friedrichsen et al. `_, inert anodes might become commercially available by 2030 that would eliminate the process emissions, but they are not included in the model. Assuming all subprocesses are electrified, the primary route requires 15.4 MWh :math:`_{el}`/t of aluminium. + +In the secondary route, scrap aluminium is remelted. The energy demand for this process is only 10% of the primary route and there are no associated process emissions. Assuming all subprocesses are electrified, the secondary route requires 1.7 MWh/t of aluminium. The share of aliminum manufactured by the primary and secondary route can be selected in the `config file `_] + +For the other non-ferrous metals, we assume the electrification of the entire manufacturing process with an average electricity demand of 3.2 MWh :math:`_{el}`/t lead equivalent. + +**Other Industry Subsectors** + +The remaining industry subsectors include (a) pulp, paper, printing, (b) food, beverages, tobacco, (c) textiles and leather, (d) machinery equipment, (e) transport equipment, (f) wood and wood products, (g) others. Low- and mid-temperature process heat in these industries is assumed to be `supplied by biomass `_ while the remaining processes are electrified. None of the subsectors involve process emissions. + + +Agriculture demand +========================= + +Energy demands for the agriculture, forestry and fishing sector per country are taken from the `JRC-IDEES database `_. Missing countries are filled with `Eurostat data `_. Agricultural energy demands are split into electricity (lighting, ventilation, specific electricity uses, electric pumping devices), heat (specific heat uses, low enthalpy heat), and machinery oil (motor drives, farming machine drives, diesel-fueled pumping devices). Heat demand is assigned at “services rural heat” buses. Time series for demands are assumed to be constant and distributed inside countries by population. + +.. _Transportation: + +Transportation +========================= +Annual energy demands for land transport, aviation and shipping for every country are retrieved from `JRC-IDEES data set `_. Below, the details of how each of these categories are treated is explained. + +.. _Land transport: + +**Land transport** + +Both road and rail transport is combined as `land transport demand `_ although electrified rail transport is excluded because that demand is included in the current electricity demand. + +The most important settings for land transport are the exogenously fixed fuel mix (an option enabling the endogeous optimization of transport electrification is planned but not yet implemented). In the `config file `_, the share of battery electric vehicles (BEV) and hydrogen fuel cell vehicles (FCEV) can be set. The remaining percentage will be treated as internal combustion engines (ICE) that consume oil products. + +*Battery Electric vehicles (BEV)* + +For the electrified land transport, country-specific factors are computed by comparing the `current car final energy consumption per km in `_ (average for Europe 0.7 kWh/km) to the 0.18 kWh/km value assumed for battery-to-wheels efficiency in EVs. The characteristic `weekly profile `_ provided by the German Federal Highway Research Institute (BASt) is used to obtain hourly time series for European countries taking into account the corresponding local times. Furthermore, a temperature dependence is included in the time series to account for heating/cooling demand in transport. For temperatures `below `_/`above `_ certain threshold values, e.g. 15 °C/20 °C, `temperature coefficients `_ of typically 0.98%/°C and 0.63%/°C are assumed, based on the `paper `_. + +For BEVs the user can define the `storage energy capacity `_, `charging power capacity `_, and `charging efficiency `_. + +For BEV, smart charging is an option. A `certain share `_ of the BEV fleet can shift their charging time. The BEV state of charge is forced to be higher than a `set percentage `_, e.g. 75%, every day at a `specified hour `_, e.g., 7 am, to ensure that the batteries are sufficiently charged for peak usage in the morning and they not behave as seasonal storage. They also have the option to participate in vehicle-to-grid (V2G) services to facilitate system operation if that `is enabled `_. + +The battery cost of BEV is not included in the model since it is assumed that BEV owners buy them to primarily satisfy their mobility needs. + +*Hydrogen fuel cell vehicles (FCEV)* + +The share of all land transport that is specified to be be FCEV will be converted to a demand for hydrogen (see :ref:`Hydrogen supply`) using the `FCEV efficiency +`_. + +FCEVs are typically used to simulate demand for transport that is hard to electrify directly, e.g. heavy construction machinery. But it may also be used to investigate a more widespread adoption of the technology. + +*Internal combustion engine vehicles (ICE)* + +All land transport that is not specified to be either BEV or FCEV will be treated as conventional ICEs. The transport demand is converted to a demand for oil products (see :ref:`Oil-based products supply`) using the `ICE efficiency +`_. + +.. _Aviation: + +**Aviation** + +The `demand for aviation `_ includes international and domestic use. It is modelled as an oil demand since aviation consumes kerosene. This can be produced synthetically or have fossil-origin (see :ref:`Oil-based products supply`). + +.. _Shipping: + +**Shipping** + +Shipping energy demand is covered by a combination of oil and hydrogen. Other fuel options, like methanol or ammonia, are currently not included in PyPSA-Eur-Sec. The share of shipping that is assumed to be supplied by hydrogen can be selected in the `config file `_. + +To estimate the `hydrogen demand `_, the average fuel efficiency of the fleet is used in combination with the efficiency of the fuel cell defined in the technology-data repository. The average fuel efficiency is set in the `config file `_. + +The consumed hydrogen comes from the general hydrogen bus where it can be produced by SMR, SMR+CC or electrolysers (see :ref:`Hydrogen supply`). The fraction that is not converted into hydrogen use oil products, i.e. is connected to the general oil bus. + +The energy demand for liquefaction of the hydrogen used for shipping can be `included `_. If this option is selected, liquifaction will happen at the `node where the shipping demand occurs `_. + +.. _Carbon dioxide capture, usage and sequestration (CCU/S): + +Carbon dioxide capture, usage and sequestration (CCU/S) +========================================================= + +PyPSA-Eur-Sec includes carbon capture from air (i.e., direct air capture (DAC)), electricity generators, and industrial facilities. It furthermore includes carbon dioxide storage and transport, the usage of carbon dioxide in synthetic methane and oil products, as well as the sequestration of carbon dioxide underground. + +**Carbon dioxide capture** + +For the following point source emissions, carbon capture is applicable: + +• Industry process emissions, e.g., from limestone in cement production + +• Methane or biomass used for process heat in the industry + +• Hydrogen production by SMR + +• CHP plants using biomass or methane + +• `Coal power plants `_. + +Point source emissions are captured assuming a capture rate, e.g. 90%, which can be specified in the `config file `_. The electricity and heat demand of process emission carbon capture +is currently ignored. + +DAC (if `included `_) includes the adsorption phase where electricity and heat consumptionsare required to assist the adsorption process and regenerate the adsorbent. It also includes the drying and compression of :math:`CO_2` prior to storage which consumes electricity and rejects heat. + +*Carbon dioxide usage* + +Captured :math:`CO_2` can be used to produce synthetic methane and synthetic oil products (e.g. +naphtha). If captured carbon is used, the :math:`CO_2` emissions of the synthetic fuels are net-neutral. + +*Carbon dioxide sequestration* + +Captured :math:`CO_2` can also be sequestered underground up to an annual sequestration limit of 200 Mt :math:`_{CO_2}`/a. This limit can be chosen in the `config file `_. As stored carbon dioxide is modelled as a single node for Europe, :math:`CO_2` transport constraints are neglected. Since :math:`CO_2` sequestration is an immature technology, the cost assumption is defined in the `config file `_. + +*Carbon dioxide transport* + +Carbon dioxide can be modelled as a single node for Europe (in this case, :math:`CO_2` transport constraints are neglected). A network for modelling the transport of :math:`CO_2` among the different nodes can also be created if selected in the `config file `_. diff --git a/doc/support.rst b/doc/support.rst new file mode 100644 index 00000000..1d512d59 --- /dev/null +++ b/doc/support.rst @@ -0,0 +1,14 @@ +.. + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors + + SPDX-License-Identifier: CC-BY-4.0 + +####################### +Support +####################### + +* In case of code-related **questions**, please post on `stack overflow `_. +* For non-programming related and more general questions please refer to the `mailing list `_. +* To **discuss** with other PyPSA users, organise projects, share news, and get in touch with the community you can use the `discord server `_. +* For **bugs and feature requests**, please use the `issue tracker `_. +* We strongly welcome anyone interested in providing **contributions** to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on `Github `_. For further information on how to contribute, please refer to :ref:`contributing`. diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 17d4e3c1..1b87cefe 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -1,189 +1,221 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 .. _tutorial: -##################### -Tutorial -##################### +############################### +Tutorial: Electricity-Only +############################### .. raw:: html -Before getting started with **PyPSA-Eur** it makes sense to be familiar +.. note:: + If you have not done it yet, follow the :ref:`installation` steps first. + +In this tutorial, we will build a heavily simplified power system model for +Belgium. But before getting started with **PyPSA-Eur** it makes sense to be familiar with its general modelling framework `PyPSA `__. -Running the tutorial requires limited computational resources compared to the full model, -which allows the user to explore most of its functionalities on a local machine. -It takes approximately five minutes to complete and -requires 3 GB of memory along with 1 GB free disk space. - -If not yet completed, follow the :ref:`installation` steps first. - -The tutorial will cover examples on how to - -- configure and customise the PyPSA-Eur model and -- run the ``snakemake`` workflow step by step from network creation to the solved network. - -The configuration of the tutorial is included in the ``config.tutorial.yaml``. -To run the tutorial, use this as your configuration file ``config.yaml``. +Running the tutorial requires limited computational resources compared to the +full model, which allows the user to explore most of its functionalities on a +local machine. The tutorial will cover examples on how to configure and +customise the PyPSA-Eur model and run the ``snakemake`` workflow step by step +from network creation to the solved network. The configuration for the tutorial +is located at ``test/config.electricity.yaml``. It includes parts deviating from +the default config file ``config/config.default.yaml``. To run the tutorial with this +configuration, execute .. code:: bash + :class: full-width - .../pypsa-eur % cp config.tutorial.yaml config.yaml + snakemake -call results/test-elec/networks/elec_s_6_ec_lcopt_Co2L-24H.nc --configfile test/config.electricity.yaml This configuration is set to download a reduced data set via the rules :mod:`retrieve_databundle`, -:mod:`retrieve_natura_raster`, :mod:`retrieve_cutout` totalling at less than 250 MB. -The full set of data dependencies would consume 5.3 GB. +:mod:`retrieve_natura_raster`, :mod:`retrieve_cutout`. For more information on the data dependencies of PyPSA-Eur, continue reading :ref:`data`. -How to customise PyPSA-Eur? +How to configure runs? =========================== -The model can be adapted to only include selected countries (e.g. Germany) instead of all European countries to limit the spatial scope. +The model can be adapted to only include selected countries (e.g. Belgium) instead of all European countries to limit the spatial scope. -.. literalinclude:: ../config.tutorial.yaml +.. literalinclude:: ../test/config.electricity.yaml :language: yaml - :lines: 20 + :start-at: countries: + :end-before: snapshots: -Likewise, the example's temporal scope can be restricted (e.g. to a single month). +Likewise, the example's temporal scope can be restricted (e.g. to a single week). -.. literalinclude:: ../config.tutorial.yaml +.. literalinclude:: ../test/config.electricity.yaml :language: yaml - :lines: 24-27 + :start-at: snapshots: + :end-before: electricity: -It is also possible to allow less or more carbon-dioxide emissions. Here, we limit the emissions of Germany 100 Megatonnes per year. +It is also possible to allow less or more carbon-dioxide emissions. Here, we limit the emissions of Belgium to 100 Mt per year. -.. literalinclude:: ../config.tutorial.yaml +.. literalinclude:: ../test/config.electricity.yaml :language: yaml - :lines: 38,40 + :start-at: electricity: + :end-before: extendable_carriers: PyPSA-Eur also includes a database of existing conventional powerplants. -We can select which types of powerplants we like to be included with fixed capacities: +We can select which types of existing powerplants we like to be extendable: -.. literalinclude:: ../config.tutorial.yaml +.. literalinclude:: ../test/config.electricity.yaml :language: yaml - :lines: 38,54 + :start-at: extendable_carriers: + :end-before: renewable_carriers: -To accurately model the temporal and spatial availability of renewables such as wind and solar energy, we rely on historical weather data. -It is advisable to adapt the required range of coordinates to the selection of countries. +To accurately model the temporal and spatial availability of renewables such as +wind and solar energy, we rely on historical weather data. It is advisable to +adapt the required range of coordinates to the selection of countries. -.. literalinclude:: ../config.tutorial.yaml +.. literalinclude:: ../test/config.electricity.yaml :language: yaml - :lines: 56-63 + :start-at: atlite: + :end-before: renewable: -We can also decide which weather data source should be used to calculate potentials and capacity factor time-series for each carrier. -For example, we may want to use the ERA-5 dataset for solar and not the default SARAH-2 dataset. +We can also decide which weather data source should be used to calculate +potentials and capacity factor time-series for each carrier. For example, we may +want to use the ERA-5 dataset for solar and not the default SARAH-2 dataset. -.. literalinclude:: ../config.tutorial.yaml +.. literalinclude:: ../test/config.electricity.yaml :language: yaml - :lines: 65,108-109 + :start-at: solar: + :end-at: cutout: -Finally, it is possible to pick a solver. For instance, this tutorial uses the open-source solvers CBC and Ipopt and does not rely -on the commercial solvers Gurobi or CPLEX (for which free academic licenses are available). +Finally, it is possible to pick a solver. For instance, this tutorial uses the +open-source solver GLPK. -.. literalinclude:: ../config.tutorial.yaml +.. literalinclude:: ../test/config.electricity.yaml :language: yaml - :lines: 171,181-182 + :start-at: solver: + :end-before: plotting: -.. note:: +Note, that ``test/config.electricity.yaml`` only includes changes relative to +the default configuration. There are many more configuration options, which are +documented at :ref:`config`. - To run the tutorial, either install CBC and Ipopt (see instructions for :ref:`installation`). - Alternatively, choose another installed solver in the ``config.yaml`` at ``solving: solver:``. - -Note, that we only note major changes to the provided default configuration that is comprehensibly documented in :ref:`config`. -There are many more configuration options beyond what is adapted for the tutorial! - -How to use the ``snakemake`` rules? +How to use ``snakemake`` rules? =================================== Open a terminal, go into the PyPSA-Eur directory, and activate the ``pypsa-eur`` environment with .. code:: bash - .../pypsa-eur % conda activate pypsa-eur + mamba activate pypsa-eur Let's say based on the modifications above we would like to solve a very simplified model clustered down to 6 buses and every 24 hours aggregated to one snapshot. The command .. code:: bash - .../pypsa-eur % snakemake -j 1 results/networks/elec_s_6_ec_lcopt_Co2L-24H.nc + snakemake -call results/test-elec/networks/elec_s_6_ec_lcopt_Co2L-24H.nc --configfile test/config.electricity.yaml -orders ``snakemake`` to run the script ``solve_network`` that produces the solved network and stores it in ``.../pypsa-eur/results/networks`` with the name ``elec_s_6_ec_lcopt_Co2L-24H.nc``: +orders ``snakemake`` to run the rule :mod:`solve_network` that produces the solved network and stores it in ``results/networks`` with the name ``elec_s_6_ec_lcopt_Co2L-24H.nc``: -.. code:: - - rule solve_network: - input: "networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc" - output: "results/networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc" - [...] - script: "scripts/solve_network.py" - -.. until https://github.com/snakemake/snakemake/issues/46 closed - -.. warning:: - On Windows the previous command may currently cause a ``MissingRuleException`` due to problems with output files in subfolders. - This is an `open issue `_ at `snakemake `_. - Windows users should add the option ``--keep-target-files`` to the command or instead run ``snakemake -j 1 solve_all_networks``. +.. literalinclude:: ../rules/solve_electricity.smk + :start-at: rule solve_network: + :end-before: rule solve_operations_network: This triggers a workflow of multiple preceding jobs that depend on each rule's inputs and outputs: .. graphviz:: + :class: full-width :align: center digraph snakemake_dag { graph[bgcolor=white, margin=0]; - node[shape=box, style=rounded, fontname=sans, fontsize=10, penwidth=2]; + node[shape=box, style=rounded, fontname=sans, fontsize=10, penwidth=2]; edge[penwidth=2, color=grey]; - 0[label = "solve_network", color = "0.10 0.6 0.85", style="rounded"]; - 1[label = "prepare_network\nll: copt\nopts: Co2L-24H", color = "0.13 0.6 0.85", style="rounded"]; - 2[label = "cluster_network\nclusters: 6", color = "0.51 0.6 0.85", style="rounded"]; - 3[label = "simplify_network\nnetwork: elec\nsimpl: ", color = "0.00 0.6 0.85", style="rounded"]; - 4[label = "add_electricity", color = "0.60 0.6 0.85", style="rounded"]; - 5[label = "build_bus_regions", color = "0.19 0.6 0.85", style="rounded"]; - 6[label = "base_network", color = "0.38 0.6 0.85", style="rounded"]; - 7[label = "build_shapes", color = "0.03 0.6 0.85", style="rounded"]; - 8[label = "build_renewable_profiles\ntechnology: onwind", color = "0.48 0.6 0.85", style="rounded"]; - 9[label = "build_renewable_profiles\ntechnology: offwind-ac", color = "0.48 0.6 0.85", style="rounded"]; - 10[label = "build_renewable_profiles\ntechnology: offwind-dc", color = "0.48 0.6 0.85", style="rounded"]; - 11[label = "build_renewable_profiles\ntechnology: solar", color = "0.48 0.6 0.85", style="rounded"]; - 12[label = "build_cutout\ncutout: europe-2013-era5", color = "0.35 0.6 0.85", style="rounded,dashed"]; + 0[label = "solve_network", color = "0.21 0.6 0.85", style="rounded"]; + 1[label = "prepare_network\nll: copt\nopts: Co2L-24H", color = "0.02 0.6 0.85", style="rounded"]; + 2[label = "add_extra_components", color = "0.37 0.6 0.85", style="rounded"]; + 3[label = "cluster_network\nclusters: 6", color = "0.39 0.6 0.85", style="rounded"]; + 4[label = "simplify_network\nsimpl: ", color = "0.11 0.6 0.85", style="rounded"]; + 5[label = "add_electricity", color = "0.23 0.6 0.85", style="rounded"]; + 6[label = "build_renewable_profiles\ntechnology: onwind", color = "0.57 0.6 0.85", style="rounded"]; + 7[label = "base_network", color = "0.09 0.6 0.85", style="rounded"]; + 8[label = "build_shapes", color = "0.41 0.6 0.85", style="rounded"]; + 9[label = "retrieve_databundle", color = "0.28 0.6 0.85", style="rounded"]; + 10[label = "retrieve_natura_raster", color = "0.62 0.6 0.85", style="rounded"]; + 11[label = "build_bus_regions", color = "0.53 0.6 0.85", style="rounded"]; + 12[label = "retrieve_cutout\ncutout: europe-2013-era5", color = "0.05 0.6 0.85", style="rounded,dashed"]; + 13[label = "build_renewable_profiles\ntechnology: offwind-ac", color = "0.57 0.6 0.85", style="rounded"]; + 14[label = "build_ship_raster", color = "0.64 0.6 0.85", style="rounded"]; + 15[label = "retrieve_ship_raster", color = "0.07 0.6 0.85", style="rounded,dashed"]; + 16[label = "retrieve_cutout\ncutout: europe-2013-sarah", color = "0.05 0.6 0.85", style="rounded,dashed"]; + 17[label = "build_renewable_profiles\ntechnology: offwind-dc", color = "0.57 0.6 0.85", style="rounded"]; + 18[label = "build_renewable_profiles\ntechnology: solar", color = "0.57 0.6 0.85", style="rounded"]; + 19[label = "build_hydro_profile", color = "0.44 0.6 0.85", style="rounded"]; + 20[label = "retrieve_cost_data", color = "0.30 0.6 0.85", style="rounded"]; + 21[label = "build_powerplants", color = "0.16 0.6 0.85", style="rounded"]; + 22[label = "build_electricity_demand", color = "0.00 0.6 0.85", style="rounded"]; + 23[label = "retrieve_electricity_demand", color = "0.34 0.6 0.85", style="rounded,dashed"]; 1 -> 0 2 -> 1 + 20 -> 1 3 -> 2 + 20 -> 2 4 -> 3 - 5 -> 3 - 6 -> 4 + 20 -> 3 5 -> 4 - 7 -> 4 - 8 -> 4 - 9 -> 4 - 10 -> 4 + 20 -> 4 11 -> 4 - 7 -> 5 6 -> 5 + 13 -> 5 + 17 -> 5 + 18 -> 5 + 19 -> 5 + 7 -> 5 + 20 -> 5 + 11 -> 5 + 21 -> 5 + 9 -> 5 + 22 -> 5 + 8 -> 5 7 -> 6 - 6 -> 8 - 7 -> 8 - 5 -> 8 - 12 -> 8 - 6 -> 9 - 7 -> 9 - 5 -> 9 - 12 -> 9 - 6 -> 10 - 7 -> 10 - 5 -> 10 - 12 -> 10 - 6 -> 11 + 9 -> 6 + 10 -> 6 + 8 -> 6 + 11 -> 6 + 12 -> 6 + 8 -> 7 + 9 -> 8 + 8 -> 11 7 -> 11 - 5 -> 11 - 12 -> 11 + 7 -> 13 + 9 -> 13 + 10 -> 13 + 14 -> 13 + 8 -> 13 + 11 -> 13 + 12 -> 13 + 15 -> 14 + 12 -> 14 + 16 -> 14 + 7 -> 17 + 9 -> 17 + 10 -> 17 + 14 -> 17 + 8 -> 17 + 11 -> 17 + 12 -> 17 + 7 -> 18 + 9 -> 18 + 10 -> 18 + 8 -> 18 + 11 -> 18 + 16 -> 18 + 8 -> 19 + 12 -> 19 + 7 -> 21 + 23 -> 22 } | @@ -193,97 +225,99 @@ In the terminal, this will show up as a list of jobs to be run: .. code:: bash Building DAG of jobs... - Using shell: /bin/bash - Provided cores: 1 - Rules claiming more threads will be scaled down. - Unlimited resources: mem - Job counts: - count jobs - 1 add_electricity - 1 base_network - 1 build_bus_regions - 4 build_renewable_profiles - 1 build_shapes - 1 cluster_network - 1 prepare_network - 1 simplify_network - 1 solve_network - 12 + job count min threads max threads + ------------------------ ------- ------------- ------------- + add_electricity 1 1 1 + add_extra_components 1 1 1 + base_network 1 1 1 + build_bus_regions 1 1 1 + build_hydro_profile 1 1 1 + build_electricity_demand 1 1 1 + build_powerplants 1 1 1 + build_renewable_profiles 4 1 1 + build_shapes 1 1 1 + build_ship_raster 1 1 1 + cluster_network 1 1 1 + prepare_network 1 1 1 + retrieve_cost_data 1 1 1 + retrieve_databundle 1 1 1 + retrieve_natura_raster 1 1 1 + simplify_network 1 1 1 + solve_network 1 1 1 + total 20 1 1 + ``snakemake`` then runs these jobs in the correct order. -A job (here ``simplify_network``) will display its attributes and normally some logs in the terminal: +A job (here ``simplify_network``) will display its attributes and normally some logs below this block: .. code:: bash - [] + [Mon Jan 1 00:00:00 2023] rule simplify_network: - input: networks/elec.nc, data/costs.csv, resources/regions_onshore.geojson, resources/regions_offshore.geojson - output: networks/elec_s.nc, resources/regions_onshore_elec_s.geojson, resources/regions_offshore_elec_s.geojson, resources/clustermaps_elec_s.h5 - jobid: 3 + input: networks/elec.nc, resources/costs.csv, resources/regions_onshore.geojson, resources/regions_offshore.geojson + output: networks/elec_s.nc, resources/regions_onshore_elec_s.geojson, resources/regions_offshore_elec_s.geojson, resources/busmap_elec_s.csv, resources/connection_costs_s.csv + log: logs/simplify_network/elec_s.log + jobid: 4 benchmark: benchmarks/simplify_network/elec_s - wildcards: network=elec, simpl= - resources: mem=4000 + reason: Missing output files: resources/busmap_elec_s.csv, resources/regions_onshore_elec_s.geojson, networks/elec_s.nc, resources/regions_offshore_elec_s.geojson; Input files updated by another job: resources/regions_offshore.geojson, resources/regions_onshore.geojson, resources/costs.csv, networks/elec.nc + wildcards: simpl= + resources: tmpdir=/tmp, mem_mb=4000, mem_mib=3815 - INFO:pypsa.io:Imported network elec.nc has buses, carriers, generators, lines, links, loads, storage_units, transformers - INFO:__main__:Mapping all network lines onto a single 380kV layer - INFO:__main__:Simplifying connected link components - INFO:__main__:Removing stubs - INFO:__main__:Displacing offwind-ac generator(s) and adding connection costs to capital_costs: 20128 Eur/MW/a for `5718 offwind-ac` - INFO:__main__:Displacing offwind-dc generator(s) and adding connection costs to capital_costs: 14994 Eur/MW/a for `5718 offwind-dc`, 26939 Eur/MW/a for `5724 offwind-dc`, 29621 Eur/MW/a for `5725 offwind-dc` - INFO:pypsa.io:Exported network elec_s.nc has lines, carriers, links, storage_units, loads, buses, generators - [] - Finished job 3. - 9 of 12 steps (75%) done - -Once the whole worktree is finished, it should show state so in the terminal: - -.. code:: bash - - Finished job 0. - 12 of 12 steps (100%) done - Complete log: /home/XXXX/pypsa-eur/.snakemake/log/20XX-XX-XXTXX.snakemake.log - snakemake results/networks/elec_s_6_ec_lcopt_Co2L-24H.nc 519,84s user 34,26s system 242% cpu 3:48,83 total +Once the whole worktree is finished, it should state so in the terminal. You will notice that many intermediate stages are saved, namely the outputs of each individual ``snakemake`` rule. -You can produce any output file occuring in the ``Snakefile`` by running +You can produce any output file occurring in the ``Snakefile`` by running .. code:: bash - .../pypsa-eur % snakemake -j 1 + snakemake -call For example, you can explore the evolution of the PyPSA networks by running -#. ``.../pypsa-eur % snakemake -j 1 networks/base.nc`` -#. ``.../pypsa-eur % snakemake -j 1 networks/elec.nc`` -#. ``.../pypsa-eur % snakemake -j 1 networks/elec_s.nc`` -#. ``.../pypsa-eur % snakemake -j 1 networks/elec_s_6.nc`` -#. ``.../pypsa-eur % snakemake -j 1 networks/elec_s_6_ec_lcopt_Co2L-24H.nc`` +#. ``snakemake resources/networks/base.nc -call --configfile test/config.electricity.yaml`` +#. ``snakemake resources/networks/elec.nc -call --configfile test/config.electricity.yaml`` +#. ``snakemake resources/networks/elec_s.nc -call --configfile test/config.electricity.yaml`` +#. ``snakemake resources/networks/elec_s_6.nc -call --configfile test/config.electricity.yaml`` +#. ``snakemake resources/networks/elec_s_6_ec_lcopt_Co2L-24H.nc -call --configfile test/config.electricity.yaml`` -There's a special rule: If you simply run +To run all combinations of wildcard values provided in the ``config/config.yaml`` under ``scenario:``, +you can use the collection rule ``solve_elec_networks``. .. code:: bash - .../pypsa-eur % snakemake + snakemake -call solve_elec_networks --configfile test/config.electricity.yaml -the wildcards given in ``scenario`` in the configuration file ``config.yaml`` are used: +If you now feel confident and want to tackle runs with larger temporal and +spatial scope, clean-up the repository and after modifying the ``config/config.yaml`` file +target the collection rule ``solve_elec_networks`` again without providing the test +configuration file. -.. literalinclude:: ../config.tutorial.yaml - :language: yaml - :lines: 14-18 +.. code:: bash -In this example we would not only solve a 6-node model of Germany but also a 2-node model. + snakemake -call purge + snakemake -call solve_elec_networks -How to analyse solved networks? +.. note:: + + It is good practice to perform a dry-run using the option `-n`, before you + commit to a run: + + .. code:: bash + + snakemake -call solve_elec_networks -n + +How to analyse results? =============================== -The solved networks can be analysed just like any other PyPSA network (e.g. in Jupyter Notebooks). +The solved networks can be analysed just like any other PyPSA network (e.g. in +Jupyter Notebooks). .. code:: python import pypsa - network = pypsa.Network("results/networks/elec_s_6_ec_lcopt_Co2L-24H.nc") + n = pypsa.Network("results/networks/elec_s_6_ec_lcopt_Co2L-24H.nc") -For inspiration, read the `examples section in the PyPSA documentation `_. +For inspiration, read the `examples section in the PyPSA documentation `_. diff --git a/doc/tutorial_sector.rst b/doc/tutorial_sector.rst new file mode 100644 index 00000000..29971e3a --- /dev/null +++ b/doc/tutorial_sector.rst @@ -0,0 +1,532 @@ +.. + SPDX-FileCopyrightText: 2023 The PyPSA-Eur Authors + + SPDX-License-Identifier: CC-BY-4.0 + +.. _tutorial_sector: + +############################### +Tutorial: Sector-Coupled +############################### + +.. note:: + If you have not done it yet, follow the :ref:`installation` steps first. + + Also, checkout the tutorial for electricity-only systems first at :ref:`tutorial`. + +In this tutorial, we will add further sectors to the electricity-only model from +:ref:`tutorial`, namely industry, transport, and buildings. This +requires processing of a few more raw data sources. + +The sector-coupling code can be run as an overnight / greenfield scenario or +with multi-horizon investment with myopic foresight. Pathway analysis with +perfect foresight is under development. See also the documentation on +:ref:`foresight`. + +Overnight Scenarios +=========================== + +Configuration +------------- + +The default configuration file (``config/config.default.yaml``) is set up for running +overnight scenarios. Running a sector-coupled model unlocks many further +configuration options. In the example below, we say that the gas network should +be added and spatially resolved. We also say that the existing gas network may +be retrofitted to transport hydrogen instead. + +.. literalinclude:: ../test/config.overnight.yaml + :language: yaml + :start-at: sector: + :end-before: solving: + +Documentation for all options will be added successively to :ref:`config`. + +Scenarios can be defined like for electricity-only studies, but with additional +wildcard options. + +.. literalinclude:: ../test/config.overnight.yaml + :language: yaml + :start-at: scenario: + :end-before: countries: + +For allowed wildcard values, refer to :ref:`wildcards`. + +Execution +--------- + +To run an overnight / greenfiled scenario with the specifications above, run + +.. code:: bash + + snakemake -call --configfile test/config.overnight.yaml all + +which will result in the following *additional* jobs ``snakemake`` wants to run +on top of those already included in the electricity-only tutorial: + +.. code:: bash + + job count min threads max threads + ------------------------------------------------ ------- ------------- ------------- + all 1 1 1 + build_ammonia_production 1 1 1 + build_biomass_potentials 1 1 1 + build_clustered_population_layouts 1 1 1 + build_cop_profiles 1 1 1 + build_gas_input_locations 1 1 1 + build_gas_network 1 1 1 + build_heat_demands 3 1 1 + build_industrial_distribution_key 1 1 1 + build_industrial_energy_demand_per_country_today 1 1 1 + build_industrial_energy_demand_per_node 1 1 1 + build_industrial_energy_demand_per_node_today 1 1 1 + build_industrial_production_per_country 1 1 1 + build_industrial_production_per_country_tomorrow 1 1 1 + build_industrial_production_per_node 1 1 1 + build_industry_sector_ratios 1 1 1 + build_population_weighted_energy_totals 1 1 1 + build_salt_cavern_potentials 1 1 1 + build_shipping_demand 1 1 1 + build_simplified_population_layouts 1 1 1 + build_solar_thermal_profiles 3 1 1 + build_temperature_profiles 3 1 1 + build_transport_demand 1 1 1 + cluster_gas_network 1 1 1 + cluster_network 1 1 1 + copy_config 1 1 1 + make_summary 1 1 1 + plot_network 1 1 1 + plot_summary 1 1 1 + prepare_sector_network 1 1 1 + retrieve_gas_infrastructure_data 1 1 1 + retrieve_sector_databundle 1 1 1 + solve_sector_network 1 1 1 + +This covers the retrieval of additional raw data from online resources and +preprocessing data about the transport, industry, and heating sectors as well as +additional rules about geological storage and sequestration potentials, gas +infrastructure, and biomass potentials. The collection rule ``all`` will also +generate summary CSV files and plots after the network has been solved +successfully. + + + +.. graphviz:: + :class: full-width + :align: center + + digraph snakemake_dag { + graph[bgcolor=white, margin=0]; + node[shape=box, style=rounded, fontname=sans, fontsize=10, penwidth=2]; + edge[penwidth=2, color=grey]; + 0[label = "all", color = "0.51 0.6 0.85", style="rounded"]; + 1[label = "plot_summary", color = "0.54 0.6 0.85", style="rounded"]; + 2[label = "make_summary", color = "0.44 0.6 0.85", style="rounded"]; + 3[label = "solve_sector_network", color = "0.46 0.6 0.85", style="rounded"]; + 4[label = "prepare_sector_network", color = "0.09 0.6 0.85", style="rounded"]; + 5[label = "cluster_gas_network", color = "0.38 0.6 0.85", style="rounded"]; + 6[label = "build_gas_network", color = "0.00 0.6 0.85", style="rounded"]; + 7[label = "retrieve_gas_infrastructure_data", color = "0.33 0.6 0.85", style="rounded"]; + 8[label = "cluster_network", color = "0.26 0.6 0.85", style="rounded"]; + 9[label = "simplify_network", color = "0.03 0.6 0.85", style="rounded"]; + 10[label = "add_electricity", color = "0.25 0.6 0.85", style="rounded"]; + 11[label = "build_renewable_profiles", color = "0.07 0.6 0.85", style="rounded"]; + 12[label = "base_network", color = "0.16 0.6 0.85", style="rounded"]; + 13[label = "build_shapes", color = "0.65 0.6 0.85", style="rounded"]; + 14[label = "retrieve_databundle", color = "0.20 0.6 0.85", style="rounded"]; + 15[label = "retrieve_natura_raster", color = "0.10 0.6 0.85", style="rounded"]; + 16[label = "build_bus_regions", color = "0.11 0.6 0.85", style="rounded"]; + 17[label = "build_ship_raster", color = "0.56 0.6 0.85", style="rounded"]; + 18[label = "retrieve_ship_raster", color = "0.15 0.6 0.85", style="rounded"]; + 19[label = "retrieve_cost_data", color = "0.50 0.6 0.85", style="rounded"]; + 20[label = "build_powerplants", color = "0.49 0.6 0.85", style="rounded"]; + 21[label = "build_electricity_demand", color = "0.39 0.6 0.85", style="rounded"]; + 22[label = "retrieve_electricity_demand", color = "0.05 0.6 0.85", style="rounded"]; + 23[label = "build_gas_input_locations", color = "0.45 0.6 0.85", style="rounded"]; + 24[label = "prepare_network", color = "0.31 0.6 0.85", style="rounded"]; + 25[label = "add_extra_components", color = "0.23 0.6 0.85", style="rounded"]; + 26[label = "build_energy_totals", color = "0.19 0.6 0.85", style="rounded"]; + 27[label = "build_population_weighted_energy_totals", color = "0.27 0.6 0.85", style="rounded"]; + 28[label = "build_clustered_population_layouts", color = "0.64 0.6 0.85", style="rounded"]; + 29[label = "build_population_layouts", color = "0.43 0.6 0.85", style="rounded"]; + 30[label = "build_shipping_demand", color = "0.57 0.6 0.85", style="rounded"]; + 31[label = "build_transport_demand", color = "0.53 0.6 0.85", style="rounded"]; + 32[label = "build_temperature_profiles", color = "0.58 0.6 0.85", style="rounded"]; + 33[label = "build_biomass_potentials", color = "0.30 0.6 0.85", style="rounded"]; + 34[label = "build_salt_cavern_potentials", color = "0.47 0.6 0.85", style="rounded"]; + 35[label = "build_simplified_population_layouts", color = "0.32 0.6 0.85", style="rounded"]; + 36[label = "build_industrial_energy_demand_per_node", color = "0.14 0.6 0.85", style="rounded"]; + 37[label = "build_industry_sector_ratios", color = "0.18 0.6 0.85", style="rounded"]; + 38[label = "build_ammonia_production", color = "0.48 0.6 0.85", style="rounded"]; + 39[label = "build_industrial_production_per_node", color = "0.12 0.6 0.85", style="rounded"]; + 40[label = "build_industrial_distribution_key", color = "0.61 0.6 0.85", style="rounded"]; + 41[label = "build_industrial_production_per_country_tomorrow", color = "0.22 0.6 0.85", style="rounded"]; + 42[label = "build_industrial_production_per_country", color = "0.59 0.6 0.85", style="rounded"]; + 43[label = "build_industrial_energy_demand_per_node_today", color = "0.62 0.6 0.85", style="rounded"]; + 44[label = "build_industrial_energy_demand_per_country_today", color = "0.41 0.6 0.85", style="rounded"]; + 45[label = "build_heat_demands", color = "0.08 0.6 0.85", style="rounded"]; + 46[label = "build_cop_profiles", color = "0.52 0.6 0.85", style="rounded"]; + 47[label = "build_solar_thermal_profiles", color = "0.17 0.6 0.85", style="rounded"]; + 48[label = "copy_config", color = "0.40 0.6 0.85", style="rounded"]; + 49[label = "plot_network", color = "0.60 0.6 0.85", style="rounded"]; + 1 -> 0 + 2 -> 1 + 49 -> 2 + 19 -> 2 + 3 -> 2 + 48 -> 3 + 4 -> 3 + 19 -> 3 + 9 -> 4 + 11 -> 4 + 45 -> 4 + 36 -> 4 + 47 -> 4 + 26 -> 4 + 27 -> 4 + 8 -> 4 + 33 -> 4 + 24 -> 4 + 35 -> 4 + 5 -> 4 + 23 -> 4 + 34 -> 4 + 19 -> 4 + 31 -> 4 + 46 -> 4 + 30 -> 4 + 32 -> 4 + 28 -> 4 + 6 -> 5 + 8 -> 5 + 7 -> 6 + 19 -> 8 + 9 -> 8 + 19 -> 9 + 10 -> 9 + 16 -> 9 + 14 -> 10 + 21 -> 10 + 20 -> 10 + 19 -> 10 + 11 -> 10 + 16 -> 10 + 13 -> 10 + 12 -> 10 + 14 -> 11 + 17 -> 11 + 15 -> 11 + 16 -> 11 + 12 -> 11 + 13 -> 11 + 13 -> 12 + 14 -> 13 + 12 -> 16 + 13 -> 16 + 18 -> 17 + 12 -> 20 + 22 -> 21 + 8 -> 23 + 7 -> 23 + 25 -> 24 + 19 -> 24 + 19 -> 25 + 8 -> 25 + 13 -> 26 + 28 -> 27 + 26 -> 27 + 8 -> 28 + 29 -> 28 + 13 -> 29 + 13 -> 30 + 8 -> 30 + 26 -> 30 + 32 -> 31 + 28 -> 31 + 27 -> 31 + 26 -> 31 + 8 -> 32 + 29 -> 32 + 13 -> 33 + 14 -> 33 + 8 -> 33 + 8 -> 34 + 9 -> 35 + 29 -> 35 + 37 -> 36 + 39 -> 36 + 43 -> 36 + 38 -> 37 + 41 -> 39 + 40 -> 39 + 28 -> 40 + 8 -> 40 + 42 -> 41 + 38 -> 42 + 44 -> 43 + 40 -> 43 + 38 -> 44 + 42 -> 44 + 8 -> 45 + 29 -> 45 + 32 -> 46 + 8 -> 47 + 29 -> 47 + 8 -> 49 + 3 -> 49 + } + +| + +Myopic Foresight Scenarios +=================================== + +Configuration +------------- + +To activate the myopic foresight mode, set + +.. code:: yaml + + foresight: myopic + +Scenarios can be defined like for electricity-only studies, but with additional +wildcard options. For the myopic foresight mode, the ``{planning_horizons}`` wildcard +defines the sequence of investment horizons. + +.. literalinclude:: ../test/config.myopic.yaml + :language: yaml + :start-at: scenario: + :end-before: countries: + +For allowed wildcard values, refer to :ref:`wildcards`. + +In the myopic foresight mode, you can tweak for instance exogenously given transition paths, like the one for +the share of primary steel production we change below: + +.. literalinclude:: ../test/config.myopic.yaml + :language: yaml + :start-at: industry: + :end-before: solving: + +Documentation for all options will be added successively to :ref:`config`. + +Execution +--------- + +To run a myopic foresight scenario with the specifications above, run + +.. code:: bash + + snakemake -call --configfile test/config.myopic.yaml all + +which will result in the following *additional* jobs ``snakemake`` wants to run: + +.. code:: bash + + job count min threads max threads + ------------------------------------------------ ------- ------------- ------------- + all 1 1 1 + add_brownfield 2 1 1 + add_existing_baseyear 1 1 1 + plot_network 3 1 1 + plot_summary 1 1 1 + prepare_sector_network 3 1 1 + solve_sector_network_myopic 3 1 1 + +which translates to the following workflow diagram which nicely outlines +how the sequential pathway optimisation with myopic foresight is +implemented in the workflow: + +.. graphviz:: + :class: full-width + :align: center + + digraph snakemake_dag { + graph[bgcolor=white, margin=0]; + node[shape=box, style=rounded, fontname=sans, fontsize=10, penwidth=2]; + edge[penwidth=2, color=grey]; + 0[label = "all", color = "0.38 0.6 0.85", style="rounded"]; + 1[label = "plot_summary", color = "0.61 0.6 0.85", style="rounded"]; + 2[label = "make_summary", color = "0.51 0.6 0.85", style="rounded"]; + 3[label = "solve_sector_network_myopic", color = "0.32 0.6 0.85", style="rounded"]; + 4[label = "add_existing_baseyear", color = "0.20 0.6 0.85", style="rounded"]; + 5[label = "prepare_sector_network", color = "0.14 0.6 0.85", style="rounded"]; + 6[label = "prepare_network", color = "0.06 0.6 0.85", style="rounded"]; + 7[label = "add_extra_components", color = "0.00 0.6 0.85", style="rounded"]; + 8[label = "cluster_network", color = "0.18 0.6 0.85", style="rounded"]; + 9[label = "simplify_network", color = "0.30 0.6 0.85", style="rounded"]; + 10[label = "add_electricity", color = "0.24 0.6 0.85", style="rounded"]; + 11[label = "build_renewable_profiles", color = "0.40 0.6 0.85", style="rounded"]; + 12[label = "base_network", color = "0.11 0.6 0.85", style="rounded"]; + 13[label = "build_shapes", color = "0.29 0.6 0.85", style="rounded"]; + 14[label = "retrieve_databundle", color = "0.58 0.6 0.85", style="rounded"]; + 15[label = "retrieve_natura_raster", color = "0.39 0.6 0.85", style="rounded"]; + 16[label = "build_bus_regions", color = "0.60 0.6 0.85", style="rounded"]; + 17[label = "build_ship_raster", color = "0.65 0.6 0.85", style="rounded"]; + 18[label = "retrieve_ship_raster", color = "0.09 0.6 0.85", style="rounded"]; + 19[label = "retrieve_cost_data", color = "0.04 0.6 0.85", style="rounded"]; + 20[label = "build_powerplants", color = "0.28 0.6 0.85", style="rounded"]; + 21[label = "build_electricity_demand", color = "0.46 0.6 0.85", style="rounded"]; + 22[label = "retrieve_electricity_demand", color = "0.44 0.6 0.85", style="rounded"]; + 23[label = "build_energy_totals", color = "0.53 0.6 0.85", style="rounded"]; + 24[label = "build_population_weighted_energy_totals", color = "0.03 0.6 0.85", style="rounded"]; + 25[label = "build_clustered_population_layouts", color = "0.34 0.6 0.85", style="rounded"]; + 26[label = "build_population_layouts", color = "0.63 0.6 0.85", style="rounded"]; + 27[label = "build_shipping_demand", color = "0.05 0.6 0.85", style="rounded"]; + 28[label = "build_transport_demand", color = "0.52 0.6 0.85", style="rounded"]; + 29[label = "build_temperature_profiles", color = "0.16 0.6 0.85", style="rounded"]; + 30[label = "build_biomass_potentials", color = "0.47 0.6 0.85", style="rounded"]; + 31[label = "build_salt_cavern_potentials", color = "0.48 0.6 0.85", style="rounded"]; + 32[label = "build_simplified_population_layouts", color = "0.08 0.6 0.85", style="rounded"]; + 33[label = "build_industrial_energy_demand_per_node", color = "0.22 0.6 0.85", style="rounded"]; + 34[label = "build_industry_sector_ratios", color = "0.56 0.6 0.85", style="rounded"]; + 35[label = "build_ammonia_production", color = "0.57 0.6 0.85", style="rounded"]; + 36[label = "build_industrial_production_per_node", color = "0.66 0.6 0.85", style="rounded"]; + 37[label = "build_industrial_distribution_key", color = "0.41 0.6 0.85", style="rounded"]; + 38[label = "build_industrial_production_per_country_tomorrow", color = "0.54 0.6 0.85", style="rounded"]; + 39[label = "build_industrial_production_per_country", color = "0.10 0.6 0.85", style="rounded"]; + 40[label = "build_industrial_energy_demand_per_node_today", color = "0.55 0.6 0.85", style="rounded"]; + 41[label = "build_industrial_energy_demand_per_country_today", color = "0.35 0.6 0.85", style="rounded"]; + 42[label = "build_heat_demands", color = "0.49 0.6 0.85", style="rounded"]; + 43[label = "build_cop_profiles", color = "0.01 0.6 0.85", style="rounded"]; + 44[label = "build_solar_thermal_profiles", color = "0.45 0.6 0.85", style="rounded"]; + 45[label = "copy_config", color = "0.33 0.6 0.85", style="rounded"]; + 46[label = "add_brownfield", color = "0.59 0.6 0.85", style="rounded"]; + 47[label = "plot_network", color = "0.15 0.6 0.85", style="rounded"]; + 1 -> 0 + 2 -> 1 + 3 -> 2 + 19 -> 2 + 47 -> 2 + 46 -> 3 + 19 -> 3 + 4 -> 3 + 45 -> 3 + 43 -> 4 + 19 -> 4 + 20 -> 4 + 9 -> 4 + 5 -> 4 + 25 -> 4 + 8 -> 4 + 28 -> 5 + 23 -> 5 + 11 -> 5 + 33 -> 5 + 24 -> 5 + 43 -> 5 + 19 -> 5 + 27 -> 5 + 6 -> 5 + 31 -> 5 + 32 -> 5 + 44 -> 5 + 9 -> 5 + 30 -> 5 + 25 -> 5 + 29 -> 5 + 42 -> 5 + 8 -> 5 + 7 -> 6 + 19 -> 6 + 19 -> 7 + 8 -> 7 + 9 -> 8 + 19 -> 8 + 10 -> 9 + 19 -> 9 + 16 -> 9 + 11 -> 10 + 19 -> 10 + 14 -> 10 + 20 -> 10 + 12 -> 10 + 21 -> 10 + 16 -> 10 + 13 -> 10 + 15 -> 11 + 14 -> 11 + 13 -> 11 + 12 -> 11 + 16 -> 11 + 17 -> 11 + 13 -> 12 + 14 -> 13 + 13 -> 16 + 12 -> 16 + 18 -> 17 + 12 -> 20 + 22 -> 21 + 13 -> 23 + 25 -> 24 + 23 -> 24 + 8 -> 25 + 26 -> 25 + 13 -> 26 + 13 -> 27 + 23 -> 27 + 8 -> 27 + 24 -> 28 + 25 -> 28 + 29 -> 28 + 23 -> 28 + 8 -> 29 + 26 -> 29 + 13 -> 30 + 14 -> 30 + 8 -> 30 + 8 -> 31 + 9 -> 32 + 26 -> 32 + 34 -> 33 + 36 -> 33 + 40 -> 33 + 35 -> 34 + 37 -> 36 + 38 -> 36 + 25 -> 37 + 8 -> 37 + 39 -> 38 + 35 -> 39 + 41 -> 40 + 37 -> 40 + 39 -> 41 + 35 -> 41 + 8 -> 42 + 26 -> 42 + 29 -> 43 + 8 -> 44 + 26 -> 44 + 3 -> 46 + 19 -> 46 + 5 -> 46 + 43 -> 46 + 3 -> 47 + 8 -> 47 + } + +| + + +Scaling-Up +========== + +If you now feel confident and want to tackle runs with larger temporal, technological and +spatial scope, clean-up the repository and after modifying the ``config/config.yaml`` file +target the collection rule ``all`` again without providing the test +configuration file. + +.. code:: bash + + snakemake -call purge + snakemake -call all + +.. note:: + + It is good practice to perform a dry-run using the option `-n`, before you + commit to a run: + + .. code:: bash + + snakemake -call all -n diff --git a/doc/wildcards.rst b/doc/wildcards.rst index 2290de67..30c58929 100644 --- a/doc/wildcards.rst +++ b/doc/wildcards.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: 2019-2020 The PyPSA-Eur Authors + SPDX-FileCopyrightText: 2019-2023 The PyPSA-Eur Authors SPDX-License-Identifier: CC-BY-4.0 @@ -15,8 +15,28 @@ which e.g. defines one particular scenario. One can think of a wildcard as a par up in the input/output file names of the ``Snakefile`` and thereby determines which rules to run, what data to retrieve and what files to produce. -Detailed explanations of how wildcards work in ``snakemake`` can be found in the -`relevant section of the documentation `_. +.. note:: + Detailed explanations of how wildcards work in ``snakemake`` can be found in the + `relevant section of the documentation `_. + +.. _cutout_wc: + +The ``{cutout}`` wildcard +========================= + +The ``{cutout}`` wildcard facilitates running the rule :mod:`build_cutout` +for all cutout configurations specified under ``atlite: cutouts:``. +These cutouts will be stored in a folder specified by ``{cutout}``. + +.. _technology: + +The ``{technology}`` wildcard +============================= + +The ``{technology}`` wildcard specifies for which renewable energy technology to produce availability time +series and potentials using the rule :mod:`build_renewable_profiles`. +It can take the values ``onwind``, ``offwind-ac``, ``offwind-dc``, and ``solar`` but **not** ``hydro`` +(since hydroelectric plant profiles are created by a different rule). .. _simpl: @@ -78,10 +98,11 @@ The wildcard, in general, consists of two parts: The ``{opts}`` wildcard ======================= -The ``{opts}`` wildcard triggers optional constraints, which are activated in either -:mod:`prepare_network` or the :mod:`solve_network` step. -It may hold multiple triggers separated by ``-``, i.e. ``Co2L-3H`` contains the -``Co2L`` trigger and the ``3H`` switch. There are currently: +The ``{opts}`` wildcard is used for electricity-only studies. It triggers +optional constraints, which are activated in either :mod:`prepare_network` or +the :mod:`solve_network` step. It may hold multiple triggers separated by ``-``, +i.e. ``Co2L-3H`` contains the ``Co2L`` trigger and the ``3H`` switch. There are +currently: .. csv-table:: @@ -89,70 +110,35 @@ It may hold multiple triggers separated by ``-``, i.e. ``Co2L-3H`` contains the :widths: 10,20,10,10 :file: configtables/opts.csv -.. _country: +.. _sector_opts: -The ``{country}`` wildcard -========================== +The ``{sector_opts}`` wildcard +============================== -The rules :mod:`make_summary` and :mod:`plot_summary` (generating summaries of all or a subselection -of the solved networks) as well as :mod:`plot_p_nom_map` (for plotting the cumulative -generation potentials for renewable technologies) can be narrowed to -individual countries using the ``{country}`` wildcard. +.. warning:: + More comprehensive documentation for this wildcard will be added soon. -If ``country=all``, then the rule acts on the network for all countries -defined in ``config.yaml``. If otherwise ``country=DE`` or another 2-letter -country code, then the network is narrowed to buses of this country -for the rule. For example to get a summary of the energy generated -in Germany (in the solution for Europe) use: +The ``{sector_opts}`` wildcard is only used for sector-coupling studies. -.. code:: bash +.. csv-table:: + :header-rows: 1 + :widths: 10,20,10,10 + :file: configtables/sector-opts.csv - snakemake -j 1 results/summaries/elec_s_all_lall_Co2L-3H_DE +.. _scope: -.. _cutout_wc: +The ``{scope}`` wildcard +======================== -The ``{cutout}`` wildcard -========================= +Takes values ``residential``, ``urban``, ``total``. -The ``{cutout}`` wildcard facilitates running the rule :mod:`build_cutout` -for all cutout configurations specified under ``atlite: cutouts:``. -These cutouts will be stored in a folder specified by ``{cutout}``. +.. _planning_horizons: -.. _technology: +The ``{planning_horizons}`` wildcard +==================================== -The ``{technology}`` wildcard -============================= +.. warning:: + More comprehensive documentation for this wildcard will be added soon. -The ``{technology}`` wildcard specifies for which renewable energy technology to produce availablity time -series and potentials using the rule :mod:`build_renewable_profiles`. -It can take the values ``onwind``, ``offwind-ac``, ``offwind-dc``, and ``solar`` but **not** ``hydro`` -(since hydroelectric plant profiles are created by a different rule). - -The wildcard can moreover be used to create technology specific figures and summaries. -For instance ``{technology}`` can be used to plot regionally disaggregated potentials -with the rule :mod:`plot_p_nom_max`. - -.. _attr: - -The ``{attr}`` wildcard -======================= - -The ``{attr}`` wildcard specifies which attribute is used for size -representations of network components on a map plot produced by the rule -:mod:`plot_network`. While it might be extended in the future, ``{attr}`` -currently only supports plotting of ``p_nom``. - -.. _ext: - -The ``{ext}`` wildcard -====================== - -The ``{ext}`` wildcard specifies the file type of the figures the -rule :mod:`plot_network`, :mod:`plot_summary`, and :mod:`plot_p_nom_max` produce. -Typical examples are ``pdf`` and ``png``. The list of supported file -formats depends on the used backend. To query the supported file types on your system, issue: - -.. code:: python - - import matplotlib.pyplot as plt - plt.gcf().canvas.get_supported_filetypes() +The ``{planning_horizons}`` wildcard is only used for sector-coupling studies. +It takes years as values, e.g. 2020, 2030, 2040, 2050. diff --git a/envs/environment.fixed.yaml b/envs/environment.fixed.yaml index 3fe3d51a..1ff9313d 100644 --- a/envs/environment.fixed.yaml +++ b/envs/environment.fixed.yaml @@ -1,311 +1,380 @@ -# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: CC0-1.0 name: pypsa-eur channels: - - bioconda - - conda-forge - - defaults +- bioconda +- http://conda.anaconda.org/gurobi +- conda-forge +- defaults dependencies: - - _libgcc_mutex=0.1 - - _openmp_mutex=4.5 - - affine=2.3.0 - - alsa-lib=1.2.3 - - amply=0.1.4 - - appdirs=1.4.4 - - atlite=0.2.5 - - attrs=21.2.0 - - backcall=0.2.0 - - backports=1.0 - - backports.functools_lru_cache=1.6.4 - - beautifulsoup4=4.10.0 - - blosc=1.21.0 - - bokeh=2.3.3 - - boost-cpp=1.74.0 - - bottleneck=1.3.2 - - brotlipy=0.7.0 - - bzip2=1.0.8 - - c-ares=1.17.2 - - ca-certificates=2021.5.30 - - cairo=1.16.0 - - cartopy=0.19.0.post1 - - cdsapi=0.5.1 - - certifi=2021.5.30 - - cffi=1.14.6 - - cfitsio=3.470 - - cftime=1.5.0 - - chardet=4.0.0 - - charset-normalizer=2.0.0 - - click=7.1.2 - - click-plugins=1.1.1 - - cligj=0.7.2 - - cloudpickle=2.0.0 - - coincbc=2.10.5 - - colorama=0.4.4 - - conda=4.10.3 - - conda-package-handling=1.7.3 - - configargparse=1.5.2 - - connection_pool=0.0.3 - - country_converter=0.7.3 - - cryptography=3.4.7 - - curl=7.79.0 - - cycler=0.10.0 - - cytoolz=0.11.0 - - dask=2021.3.1 - - dask-core=2021.3.1 - - datrie=0.8.2 - - dbus=1.13.6 - - decorator=4.4.2 - - deprecation=2.1.0 - - descartes=1.1.0 - - distributed=2021.4.1 - - distro=1.5.0 - - docutils=0.17.1 - - entsoe-py=0.3.7 - - et_xmlfile=1.0.1 - - expat=2.4.1 - - filelock=3.0.12 - - fiona=1.8.18 - - fontconfig=2.13.1 - - freetype=2.10.4 - - freexl=1.0.6 - - fsspec=2021.8.1 - - gdal=3.2.1 - - geographiclib=1.52 - - geopandas=0.9.0 - - geopandas-base=0.9.0 - - geopy=2.2.0 - - geos=3.9.1 - - geotiff=1.6.0 - - gettext=0.19.8.1 - - giflib=5.2.1 - - gitdb=4.0.7 - - gitpython=3.1.23 - - glib=2.68.4 - - glib-tools=2.68.4 - - graphite2=1.3.13 - - gst-plugins-base=1.18.5 - - gstreamer=1.18.5 - - harfbuzz=2.9.1 - - hdf4=4.2.15 - - hdf5=1.10.6 - - heapdict=1.0.1 - - icu=68.1 - - idna=3.1 - - importlib-metadata=4.8.1 - - iniconfig=1.1.1 - - ipython=7.27.0 - - ipython_genutils=0.2.0 - - jdcal=1.4.1 - - jedi=0.18.0 - - jinja2=3.0.1 - - joblib=1.0.1 - - jpeg=9d - - json-c=0.15 - - jsonschema=3.2.0 - - jupyter_core=4.8.1 - - kealib=1.4.14 - - kiwisolver=1.3.2 - - krb5=1.19.2 - - lcms2=2.12 - - ld_impl_linux-64=2.36.1 - - libarchive=3.5.1 - - libblas=3.9.0 - - libcblas=3.9.0 - - libclang=11.1.0 - - libcurl=7.79.0 - - libdap4=3.20.6 - - libedit=3.1.20191231 - - libev=4.33 - - libevent=2.1.10 - - libffi=3.4.2 - - libgcc-ng=11.2.0 - - libgdal=3.2.1 - - libgfortran-ng=11.2.0 - - libgfortran5=11.2.0 - - libglib=2.68.4 - - libgomp=11.2.0 - - libiconv=1.16 - - libkml=1.3.0 - - liblapack=3.9.0 - - libllvm11=11.1.0 - - libnetcdf=4.7.4 - - libnghttp2=1.43.0 - - libogg=1.3.4 - - libopenblas=0.3.17 - - libopus=1.3.1 - - libpng=1.6.37 - - libpq=13.3 - - librttopo=1.1.0 - - libsolv=0.7.19 - - libspatialindex=1.9.3 - - libspatialite=5.0.1 - - libssh2=1.10.0 - - libstdcxx-ng=11.2.0 - - libtiff=4.2.0 - - libuuid=2.32.1 - - libvorbis=1.3.7 - - libwebp-base=1.2.1 - - libxcb=1.13 - - libxkbcommon=1.0.3 - - libxml2=2.9.12 - - libxslt=1.1.33 - - locket=0.2.0 - - lxml=4.6.3 - - lz4-c=1.9.3 - - lzo=2.10 - - mamba=0.15.3 - - mapclassify=2.4.3 - - markupsafe=2.0.1 - - matplotlib=3.4.3 - - matplotlib-base=3.4.3 - - matplotlib-inline=0.1.3 - - memory_profiler=0.58.0 - - mock=4.0.3 - - more-itertools=8.10.0 - - msgpack-python=1.0.2 - - munch=2.5.0 - - mysql-common=8.0.25 - - mysql-libs=8.0.25 - - nbformat=5.1.3 - - ncurses=6.2 - - netcdf4=1.5.6 - - networkx=2.6.3 - - nspr=4.30 - - nss=3.69 - - numexpr=2.7.3 - - numpy=1.21.2 - - olefile=0.46 - - openjdk=11.0.9.1 - - openjpeg=2.4.0 - - openpyxl=3.0.8 - - openssl=1.1.1l - - packaging=21.0 - - pandas=1.2.5 - - parso=0.8.2 - - partd=1.2.0 - - patsy=0.5.1 - - pcre=8.45 - - pexpect=4.8.0 - - pickleshare=0.7.5 - - pillow=8.2.0 - - pip=21.2.4 - - pixman=0.40.0 - - pluggy=1.0.0 - - ply=3.11 - - poppler=0.89.0 - - poppler-data=0.4.11 - - postgresql=13.3 - - powerplantmatching=0.4.8 - - progressbar2=3.53.1 - - proj=7.2.0 - - prompt-toolkit=3.0.20 - - psutil=5.8.0 - - pthread-stubs=0.4 - - ptyprocess=0.7.0 - - pulp=2.5.0 - - py=1.10.0 - - pycosat=0.6.3 - - pycountry=20.7.3 - - pycparser=2.20 - - pygments=2.10.0 - - pyomo=6.1.2 - - pyopenssl=20.0.1 - - pyparsing=2.4.7 - - pyproj=3.1.0 - - pypsa=0.18.0 - - pyqt=5.12.3 - - pyqt-impl=5.12.3 - - pyqt5-sip=4.19.18 - - pyqtchart=5.12 - - pyqtwebengine=5.12.1 - - pyrsistent=0.17.3 - - pyshp=2.1.3 - - pysocks=1.7.1 - - pytables=3.6.1 - - pytest=6.2.5 - - python=3.9.7 - - python-dateutil=2.8.2 - - python-utils=2.5.6 - - python_abi=3.9 - - pytz=2021.1 - - pyyaml=5.4.1 - - qt=5.12.9 - - rasterio=1.2.6 - - ratelimiter=1.2.0 - - readline=8.1 - - reproc=14.2.3 - - reproc-cpp=14.2.3 - - requests=2.26.0 - - rtree=0.9.7 - - ruamel_yaml=0.15.80 - - scikit-learn=0.24.2 - - scipy=1.7.1 - - seaborn=0.11.2 - - seaborn-base=0.11.2 - - setuptools=58.0.4 - - setuptools-scm=6.3.2 - - setuptools_scm=6.3.2 - - shapely=1.7.1 - - six=1.16.0 - - smart_open=5.2.1 - - smmap=3.0.5 - - snakemake-minimal=6.8.0 - - snuggs=1.4.7 - - sortedcontainers=2.4.0 - - soupsieve=2.0.1 - - sqlite=3.36.0 - - statsmodels=0.12.2 - - stopit=1.1.2 - - tabula-py=2.2.0 - - tabulate=0.8.9 - - tblib=1.7.0 - - threadpoolctl=2.2.0 - - tiledb=2.2.9 - - tk=8.6.11 - - toml=0.10.2 - - tomli=1.2.1 - - toolz=0.11.1 - - toposort=1.6 - - tornado=6.1 - - tqdm=4.62.3 - - traitlets=5.1.0 - - typing_extensions=3.10.0.2 - - tzcode=2021a - - tzdata=2021a - - urllib3=1.26.6 - - wcwidth=0.2.5 - - wheel=0.37.0 - - wrapt=1.12.1 - - xarray=0.19.0 - - xerces-c=3.2.3 - - xlrd=2.0.1 - - xorg-fixesproto=5.0 - - xorg-inputproto=2.3.2 - - xorg-kbproto=1.0.7 - - xorg-libice=1.0.10 - - xorg-libsm=1.2.3 - - xorg-libx11=1.7.2 - - xorg-libxau=1.0.9 - - xorg-libxdmcp=1.1.3 - - xorg-libxext=1.3.4 - - xorg-libxfixes=5.0.3 - - xorg-libxi=1.7.10 - - xorg-libxrender=0.9.10 - - xorg-libxtst=1.2.3 - - xorg-recordproto=1.14.2 - - xorg-renderproto=0.11.1 - - xorg-xextproto=7.3.0 - - xorg-xproto=7.0.31 - - xz=5.2.5 - - yaml=0.2.5 - - zict=2.0.0 - - zipp=3.5.0 - - zlib=1.2.11 - - zstd=1.4.9 - - pip: - - countrycode==0.2 - - sklearn==0.0 - - tsam==1.1.1 - - vresutils==0.3.1 +- _libgcc_mutex=0.1 +- _openmp_mutex=4.5 +- affine=2.4.0 +- alsa-lib=1.2.8 +- ampl-mp=3.1.0 +- amply=0.1.5 +- appdirs=1.4.4 +- asttokens=2.2.1 +- atlite=0.2.10 +- attr=2.5.1 +- attrs=22.2.0 +- backcall=0.2.0 +- backports=1.0 +- backports.functools_lru_cache=1.6.4 +- beautifulsoup4=4.11.2 +- blosc=1.21.3 +- bokeh=2.4.3 +- boost-cpp=1.78.0 +- bottleneck=1.3.6 +- branca=0.6.0 +- brotli=1.0.9 +- brotli-bin=1.0.9 +- brotlipy=0.7.0 +- bzip2=1.0.8 +- c-ares=1.18.1 +- ca-certificates=2022.12.7 +- cairo=1.16.0 +- cartopy=0.21.1 +- cdsapi=0.5.1 +- certifi=2022.12.7 +- cffi=1.15.1 +- cfitsio=4.2.0 +- cftime=1.6.2 +- charset-normalizer=2.1.1 +- click=8.1.3 +- click-plugins=1.1.1 +- cligj=0.7.2 +- cloudpickle=2.2.1 +- coin-or-cbc=2.10.8 +- coin-or-cgl=0.60.6 +- coin-or-clp=1.17.7 +- coin-or-osi=0.108.7 +- coin-or-utils=2.11.6 +- coincbc=2.10.8 +- colorama=0.4.6 +- configargparse=1.5.3 +- connection_pool=0.0.3 +- country_converter=0.8.0 +- cryptography=39.0.1 +- curl=7.88.0 +- cycler=0.11.0 +- cytoolz=0.12.0 +- dask=2023.2.0 +- dask-core=2023.2.0 +- datrie=0.8.2 +- dbus=1.13.6 +- decorator=5.1.1 +- deprecation=2.1.0 +- descartes=1.1.0 +- distributed=2023.2.0 +- distro=1.8.0 +- docutils=0.19 +- dpath=2.1.4 +- entsoe-py=0.5.8 +- et_xmlfile=1.1.0 +- exceptiongroup=1.1.0 +- executing=1.2.0 +- expat=2.5.0 +- fftw=3.3.10 +- filelock=3.9.0 +- fiona=1.9.1 +- folium=0.14.0 +- font-ttf-dejavu-sans-mono=2.37 +- font-ttf-inconsolata=3.000 +- font-ttf-source-code-pro=2.038 +- font-ttf-ubuntu=0.83 +- fontconfig=2.14.2 +- fonts-conda-ecosystem=1 +- fonts-conda-forge=1 +- fonttools=4.38.0 +- freetype=2.12.1 +- freexl=1.0.6 +- fsspec=2023.1.0 +- gdal=3.6.2 +- geographiclib=1.52 +- geojson-rewind=1.0.2 +- geopandas=0.12.2 +- geopandas-base=0.12.2 +- geopy=2.3.0 +- geos=3.11.1 +- geotiff=1.7.1 +- gettext=0.21.1 +- giflib=5.2.1 +- gitdb=4.0.10 +- gitpython=3.1.30 +- glib=2.74.1 +- glib-tools=2.74.1 +- graphite2=1.3.13 +- gst-plugins-base=1.22.0 +- gstreamer=1.22.0 +- gstreamer-orc=0.4.33 +- harfbuzz=6.0.0 +- hdf4=4.2.15 +- hdf5=1.12.2 +- heapdict=1.0.1 +- humanfriendly=10.0 +- icu=70.1 +- idna=3.4 +- importlib-metadata=6.0.0 +- importlib_resources=5.10.2 +- iniconfig=2.0.0 +- ipopt=3.14.11 +- ipython=8.10.0 +- jack=1.9.22 +- jedi=0.18.2 +- jinja2=3.1.2 +- joblib=1.2.0 +- jpeg=9e +- json-c=0.16 +- jsonschema=4.17.3 +- jupyter_core=5.2.0 +- kealib=1.5.0 +- keyutils=1.6.1 +- kiwisolver=1.4.4 +- krb5=1.20.1 +- lame=3.100 +- lcms2=2.14 +- ld_impl_linux-64=2.40 +- lerc=4.0.0 +- libaec=1.0.6 +- libblas=3.9.0 +- libbrotlicommon=1.0.9 +- libbrotlidec=1.0.9 +- libbrotlienc=1.0.9 +- libcap=2.66 +- libcblas=3.9.0 +- libclang=15.0.7 +- libclang13=15.0.7 +- libcups=2.3.3 +- libcurl=7.88.0 +- libdb=6.2.32 +- libdeflate=1.17 +- libedit=3.1.20191231 +- libev=4.33 +- libevent=2.1.10 +- libffi=3.4.2 +- libflac=1.4.2 +- libgcc-ng=12.2.0 +- libgcrypt=1.10.1 +- libgdal=3.6.2 +- libgfortran-ng=12.2.0 +- libgfortran5=12.2.0 +- libglib=2.74.1 +- libgomp=12.2.0 +- libgpg-error=1.46 +- libiconv=1.17 +- libkml=1.3.0 +- liblapack=3.9.0 +- liblapacke=3.9.0 +- libllvm15=15.0.7 +- libnetcdf=4.8.1 +- libnghttp2=1.51.0 +- libnsl=2.0.0 +- libogg=1.3.4 +- libopenblas=0.3.21 +- libopus=1.3.1 +- libpng=1.6.39 +- libpq=15.2 +- librttopo=1.1.0 +- libsndfile=1.2.0 +- libspatialindex=1.9.3 +- libspatialite=5.0.1 +- libsqlite=3.40.0 +- libssh2=1.10.0 +- libstdcxx-ng=12.2.0 +- libsystemd0=252 +- libtiff=4.5.0 +- libtool=2.4.7 +- libudev1=252 +- libuuid=2.32.1 +- libvorbis=1.3.7 +- libwebp-base=1.2.4 +- libxcb=1.13 +- libxkbcommon=1.5.0 +- libxml2=2.10.3 +- libxslt=1.1.37 +- libzip=1.9.2 +- libzlib=1.2.13 +- linopy=0.1.3 +- locket=1.0.0 +- lxml=4.9.2 +- lz4=4.3.2 +- lz4-c=1.9.4 +- lzo=2.10 +- mapclassify=2.5.0 +- markupsafe=2.1.2 +- matplotlib=3.5.3 +- matplotlib-base=3.5.3 +- matplotlib-inline=0.1.6 +- memory_profiler=0.61.0 +- metis=5.1.0 +- mpg123=1.31.2 +- msgpack-python=1.0.4 +- mumps-include=5.2.1 +- mumps-seq=5.2.1 +- munch=2.5.0 +- munkres=1.1.4 +- mysql-common=8.0.32 +- mysql-libs=8.0.32 +- nbformat=5.7.3 +- ncurses=6.3 +- netcdf4=1.6.2 +- networkx=3.0 +- nomkl=1.0 +- nspr=4.35 +- nss=3.88 +- numexpr=2.8.3 +- numpy=1.24 +- openjdk=17.0.3 +- openjpeg=2.5.0 +- openpyxl=3.1.0 +- openssl=3.0.8 +- packaging=23.0 +- pandas=1.5.3 +- parso=0.8.3 +- partd=1.3.0 +- patsy=0.5.3 +- pcre2=10.40 +- pexpect=4.8.0 +- pickleshare=0.7.5 +- pillow=9.4.0 +- pip=23.0 +- pixman=0.40.0 +- pkgutil-resolve-name=1.3.10 +- plac=1.3.5 +- platformdirs=3.0.0 +- pluggy=1.0.0 +- ply=3.11 +- pooch=1.6.0 +- poppler=22.12.0 +- poppler-data=0.4.12 +- postgresql=15.2 +- powerplantmatching=0.5.6 +- progressbar2=4.2.0 +- proj=9.1.0 +- prompt-toolkit=3.0.36 +- psutil=5.9.4 +- pthread-stubs=0.4 +- ptyprocess=0.7.0 +- pulp=2.7.0 +- pulseaudio=16.1 +- pure_eval=0.2.2 +- pycountry=22.3.5 +- pycparser=2.21 +- pygments=2.14.0 +- pyomo=6.4.4 +- pyopenssl=23.0.0 +- pyparsing=3.0.9 +- pyproj=3.4.1 +- pypsa=0.22.1 +- pyqt=5.15.7 +- pyqt5-sip=12.11.0 +- pyrsistent=0.19.3 +- pyshp=2.3.1 +- pysocks=1.7.1 +- pytables=3.7.0 +- pytest=7.2.1 +- python=3.10.9 +- python-dateutil=2.8.2 +- python-fastjsonschema=2.16.2 +- python-utils=3.5.2 +- python_abi=3.10 +- pytz=2022.7.1 +- pyxlsb=1.0.10 +- pyyaml=6.0 +- qt-main=5.15.8 +- rasterio=1.3.4 +- readline=8.1.2 +- requests=2.28.1 +- retry=0.9.2 +- rich=12.5.1 +- rioxarray=0.13.3 +- rtree=1.0.0 +- s2n=1.0.10 +- scikit-learn=1.1.1 +- scipy=1.8.1 +- scotch=6.0.9 +- seaborn=0.12.2 +- seaborn-base=0.12.2 +- setuptools=67.3.2 +- setuptools-scm=7.1.0 +- setuptools_scm=7.1.0 +- shapely=2.0.1 +- sip=6.7.7 +- six=1.16.0 +- smart_open=6.3.0 +- smmap=3.0.5 +- snakemake-minimal=7.22.0 +- snappy=1.1.9 +- snuggs=1.4.7 +- sortedcontainers=2.4.0 +- soupsieve=2.3.2.post1 +- sqlite=3.40.0 +- stack_data=0.6.2 +- statsmodels=0.13.5 +- stopit=1.1.2 +- tabula-py=2.6.0 +- tabulate=0.9.0 +- tblib=1.7.0 +- threadpoolctl=3.1.0 +- throttler=1.2.1 +- tiledb=2.13.2 +- tk=8.6.12 +- toml=0.10.2 +- tomli=2.0.1 +- toolz=0.12.0 +- toposort=1.9 +- tornado=6.2 +- tqdm=4.64.1 +- traitlets=5.9.0 +- typing-extensions=4.4.0 +- typing_extensions=4.4.0 +- tzcode=2022g +- tzdata=2022g +- unicodedata2=15.0.0 +- unidecode=1.3.6 +- unixodbc=2.3.10 +- urllib3=1.26.14 +- wcwidth=0.2.6 +- wheel=0.38.4 +- wrapt=1.14.1 +- xarray=2023.2.0 +- xcb-util=0.4.0 +- xcb-util-image=0.4.0 +- xcb-util-keysyms=0.4.0 +- xcb-util-renderutil=0.3.9 +- xcb-util-wm=0.4.1 +- xerces-c=3.2.4 +- xlrd=2.0.1 +- xorg-fixesproto=5.0 +- xorg-inputproto=2.3.2 +- xorg-kbproto=1.0.7 +- xorg-libice=1.0.10 +- xorg-libsm=1.2.3 +- xorg-libx11=1.7.2 +- xorg-libxau=1.0.9 +- xorg-libxdmcp=1.1.3 +- xorg-libxext=1.3.4 +- xorg-libxfixes=5.0.3 +- xorg-libxi=1.7.10 +- xorg-libxrender=0.9.10 +- xorg-libxtst=1.2.3 +- xorg-recordproto=1.14.2 +- xorg-renderproto=0.11.1 +- xorg-xextproto=7.3.0 +- xorg-xproto=7.0.31 +- xyzservices=2022.9.0 +- xz=5.2.6 +- yaml=0.2.5 +- yte=1.5.1 +- zict=2.2.0 +- zipp=3.13.0 +- zlib=1.2.13 +- zstd=1.5.2 +- pip: + - countrycode==0.2 + - highspy==1.5.0.dev0 + - pybind11==2.10.3 + - tsam==2.2.2 diff --git a/envs/environment.yaml b/envs/environment.yaml index b10818ea..9d800fdc 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -1,58 +1,58 @@ -# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors +# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: MIT name: pypsa-eur channels: - - conda-forge - - bioconda +- conda-forge +- bioconda dependencies: - - python>=3.8 - - pip +- python>=3.8 +- pip - - pypsa>=0.18.1 - - atlite>=0.2.5 - - dask +- pypsa>=0.23 +- atlite>=0.2.9 +- dask # Dependencies of the workflow itself - - xlrd - - openpyxl - - pycountry - - seaborn - - snakemake-minimal - - memory_profiler - - yaml - - pytables - - lxml - - powerplantmatching>=0.5.1 - - numpy - - pandas - - geopandas - - xarray - - netcdf4 - - networkx - - scipy - - shapely - - progressbar2 - - pyomo - - matplotlib - - proj +- xlrd +- openpyxl!=3.1.1 +- pycountry +- seaborn +- snakemake-minimal>=7.7.0 +- memory_profiler +- yaml +- pytables +- lxml +- powerplantmatching>=0.5.5 +- numpy +- pandas>=1.4 +- geopandas>=0.11.0 +- xarray +- rioxarray +- netcdf4 +- networkx +- scipy +- shapely>=2.0 +- pyomo +- matplotlib<3.6 +- proj +- fiona +- country_converter +- geopy +- tqdm +- pytz +- tabula-py +- pyxlsb +- graphviz # Keep in conda environment when calling ipython - - ipython +- ipython # GIS dependencies: - - cartopy - - descartes - - rasterio +- cartopy +- descartes +- rasterio!=1.2.10 - # PyPSA-Eur-Sec Dependencies - - geopy - - tqdm - - pytz - - country_converter - - tabula-py - - - pip: - - vresutils>=0.3.1 - - tsam>=1.1.0 +- pip: + - tsam>=1.1.0 diff --git a/graphics/Heat_and_el_demand_timeseries.png b/graphics/Heat_and_el_demand_timeseries.png new file mode 100644 index 0000000000000000000000000000000000000000..fa805db7903a0ac3af715b366d3415704d29cc19 GIT binary patch literal 99944 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 literal 0 HcmV?d00001 diff --git a/graphics/elec_s_37.png b/graphics/elec_s_37.png new file mode 100644 index 0000000000000000000000000000000000000000..236073349f77b3f08f7a3d0ad57ef6e7524f5067 GIT binary patch literal 555891 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�^xtCI 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

    _DihnWA=!$ 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

    sU&ZW53x}sr_oWTX{-Hk4=yAV_NK& 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

    7FRa&D(qpV zOyMBlJKEVq_y6!WF@KNV8TDkEcJBWRT-Bb)oLMw@+i&Hmb#V-L7LL~WsdF#SC>vRg z_)UIz825B95}athPfluRY68}gJVe-ZD`bf%Y~$_QTM<2Ky1J<;DaBJZP_CZSw!`u0 z^x%^Ljp_dcnG**)Nsd#jSDqe~>&w)|s*UG~EQ$-3hvsaL9szzzK|%uj67rzI8(>YI z=muJgjgJS3>OE3QrHbd>%YU63AMD3aB4RQ!A|0isnPpIsbwkA<|G9{?vrug#!;831MFPgKesCzAxP0Sf^U9 zN2*Gav=vh{*Cw+_i9bJv^HWihk)r{vs|paWhFi@(_`lEuiO&zTz?$>%wTHh=#3 zarf@s8yg7Q87@?RkkNu=GW^R>tH$H_CkJj@tMUw=Dj2LLZn}Zsp3uE6fZatC)z_@r z@T;*Oa~BFdz9k?!p^C4m_)wlj_YUZtE}>!dp(E zCQ84i?)P)%xXM7AW&ZFdOPJwa$`!vGT{M|8-y z!#?%Nc;MkEb6lvDgpI-QHVFmARkGhHF}NXsN+~uL_JF@b(mtK!t@^E4YbBD_j~u!{ zCJSH;g(!}^&j#tq>RS2*nPLtTc_Os1tG(? zw}atFO;t*6q6H@a#c3!mUx9+LK-cAKB|3b1V&gcoHq~^C`({ zvmq^8#^`&Du^AT^d>)GsVX)mOUC&mcN<_~aW5OtkPlrH~*j;|zcKq|~-1Nr!2p1VU z^8GQT`-7vS`r+ZxQSTK!G0}hB0SDfi)O|&(SD9?Pvl&)xIUZB;AxxP!N$VRMa&mHm z0|UU-f^M1)9}oE!qNx1lB07qepn+80Hs^KxU}MMw8`gjH>+lL?-P+64)O@0hbUS%h zdB&OTM=QQww^L2< z*Gby`D9~tfZm7n~7A^HuN!cFd0h%l~GqdC}YWSeD)U`)O z14R>Te{^3XgniDOM*}dDl)_Eb+|_%Ab7E<1DsO!^(|R$)ZXR#^kVC{3&t zjC}xJ0YFh)JYZ87ES4Sntfs0ecJ(xb(wF22^Rbl9Y{oLn?xn=AG^N*a@N(*tm)d{D zuj}Jt9-TffGps;Ch@cT7y%iyPtRiMG`GEFl^pJBsFimX(C3%s5NWF>(!#lM{|b`NPkAWSsQtC9SVrW&%E9#I``{W zboiO85opuF+bd>j>#nDXO@eq*D0@*)L+*W2gom^sr+Q7Mptz}Edo1ZwAEW&kV~5M* zmzIu$a)h=UgoK2kg8V-6|$C& z#CPZH9ZE;F>a1=?BnT&0t^d4p+$R^@^#Xwa_$q4*&^Y9m_ivs$_4IN3aa+D)8EwhT z5O^#@JQZS$U8(C1mvG?R(auNVpQPo@f@$4Kn~fx{;Pnd(jU7kYgoFg3u`O$d+}&XQx+( z5kGB~w38HDlU(%XPhpLmJOLE_uWNRp1$SULK};U-&-Y0|10O-_rjsuGk>{Fb;hMDs%j+dF0Z(r8*+)U3Ch1_ zAd2LBrNEst!X6~0R?E{nz4&!%;_G*r6d~rv+VSe45%kVwje zHa6g%)#*NMNF*`#ROZK^Nc+=%_ffN5yYZ2yGr-IFSnO_(f8CUa@4L8=;`Mpm#x;b{rEuIe! zyWBD|O7{DJg22T&K|WVE_e^paDahwylTy{F5=YTZMa_EE&KUlpHuT8seDy-6LWF8^y&$>)NG zVfw5Lx(~ea4wTnf1#Q;`QHvZ~yBz*+o~`HkfYA$VNI90w#bP!jRG-uhV`Lu`ZBI6& z;gZiBA55{j(#>1CH2{|rTEvp6A5&8<%Gk&^fK&?Qhrs5wm#BR~$Z zIY}cy$xpU97D@$n`(jM_=KZntl%*=#Nu(BJHj(Dffr(Uf`@NM`u{_eZTMGd(C-O-q z3iFjt1N1*dm9_=zmr_Os|o-e4kO0!~(zW zo@h)$91mv)?eTE(;a`p;E(wN;4+NvNLaQ=-($$J0ehk(av zBTyBcHbyBARTKg>QyKVs`sUkH+GXRLrLd?PaM}E=Q(gJU@5P6SUvkIVn~@t^W78(( zdXF7=Z?k(=Tv;ZwN&f3+*J31Q-R_j2a)9Bw5V|0jcO{(Kph$)?U0(hOpf8&?Jck)A+xd`% zp&hJ}!C?$|VAvRA4)UWvJZZ?gKa2aatVN?-X!KL=^DX)A_BYT3v0TTFDV%k`u6uHt zNJuU|F^(#)ZY$LL+0<5ORE?8jk3=a4nR$E-F@{nWfY+16Sp6?R4>=zXk)zuLqIwfeI77Bk|PVQ}el-)&4M1LsNEh{^yMc$*8KyOB|44Z$Vlw)%F{23NC9}U9)=rF zi{m`~_f5|p=%dT4tL%F7TsKcN9iHg;cU;(+x<|DMTja&u=e<2}GGp!N$Q89D9Yqef z2XTF)emS59IZV158h>0{D)gIZl85k+vzb0tSF7bW+t=Kku)R=@oS#mD*Q|O4-^^;2`VZ0S)y(Fa3T)WSKiM)CgD-Y8$XREq-`3=A4NsoZNTjRfh z+A=?*MsgF}LRjS{CGqm`7__?Y@ApxLDBpuc2^)?1U7{`;=}Hibb5x;H2Suq45#%%9 zPVVnj>d#PG1?PFjo%Ppze;iMtPFj0%-?=|j4UKG*5yq<3xo~00;Gi0%Y$wN4+(zg1 zxDQ$AI-4KO1=?c9&F`XW6$MH#s10+N5X<+J9cl-Tu_Uta@Mz|%N#>5LFag^Y42s&S zq;kG7t4-`UBWErl{1w!PB2X^d+m)h>oh6q8brx-2#{4^cq|hdni+H10QoYb9=PC2b>*!-+$s&VyaOK`-=BjAfH(2quvUeLy{bi?GPFhB*%_gf`rj= zD+NVG$g}?RX}WRZFvCgU`p@ORYdg)={$K7(SS3?~MFE!3z{ z4-G|2c`9Z-UI*r$Z@)K%cfEJmoEJK1q2T~=Q6AHvO&tWo>rgrI@WhyCgf?|NcWWJV`V)A<3e3W!I$83PHj-z8WjIKI&Ynys1 zMUt!^cMjy-R^BI<4nl$|Z`OeP@V0^wx_c&N{5^g~Mxf!hAB+l`-lM;bU|4b0!GFE) z-dOhV$Ine2O;VmbI#UT!v3Kz#c0Z!9PBx5muU*AP-9d)i)z!7&hl{+|s#8W-%>DS; z2V9KARSP=~F13yuA>-%S3AiP;uU_#OJIG4%FZ^sZx>_%jms6BD*hi=IC8G1BQB>gA9}eiU-0DYOhBBsroGlgHY!}gM4!%Lu{(2# zNmPz!0RL6EMjFjj!SBWKKVr^we>QiIaE^L`IANKNBB7F0BMRmtaPbEvT7i=Ox$8#Y z-x2#Xy?IK3y%zLhC1eB>J9~p}nFbR_bpXh*eh1(%G+~g>*H|ipN!Ql$-8ee%gyLV< zzH{deC_&_HtEs|L(?Yq0R=Yf}hjOHY8D~}nMXK)^}`?(ftG=mcxm{&r* zT3j?C4{>t6dGzG*cXW^=vPw(Y3McLZGJwCqg(9jN%O#tqpq6hLZQFW!RDlpqZ-Ibo zxb!OTkdX;%)1_(!s${Ox#>#M$CJrrQyuY1*6|%kCVShf6^y3BX7`xQT^Rjo47uTyoPhXLU%GEN{1lib?dH&xY%3eG6a0gGxIyNh=zGH_a zdH-20IW+%ht}_k}U^l5L$Vl+3_Vm2QMg=p92qdQLN4K;}byU^W?>U0YfbFPypGXpE z@ZZBf7wSM3RNefz#-`0ng8Fnm2Qd;a5J;m3eFDEza%`|HmNA>{xFF$q z1>+8m&|ard^!r!#ZBv&&UhZ?2|D&brd!M$j2foxm%uCM7x{kDO*B!e2+3n$%$Tp-j zc_$$;v3P1D`q>#1IreSD?DiARbQ$Kd_f>Q1!>e}@p;I-e>28~o@Iy>K5s~*%di;rn z-4ZnE*dfwlxO}NE+k7${I^6O!flU=24qCd!*u6&7XgXQ&Pr4EMq^PN@%f|ijXfG^W z1wYiI_GfHFdNIL@=SXCOHH20NLg^9rtd~qoNhZ!cT-5s6W5--S2Is87Uv}POHRJu* zHrbleVE^-HPvh8T5V!<;`qRd$1!X$n4R013A9XnYwYZOlqv1#HFmtDD_5}y(w*oMH z;J_0&jxHm+wy7TvcpffznPDLoynVT=X_|YL&D0Fke0T?3U0i?&h=qyC5ucx$AeSF2 zBZ0cW_1zqTP4LOA^m3@Z+m=lGzit%~Zp^j^@U>s3I~~juz5BUih31^~TF8mCpf@vV zZQ|QEUOql|xbuU9a&XvBNM{T6&G$X&=bSygt|&WwSi_)v)X)BnNioh`cbrN0`E!qr z$zu5EfkZ%p_dgtX8{j}Buwsamf~B^9(k&OQXKc9rI&m07@DBo^K}UYjOi%iNIu`xD zs?=&0_hp391q}$vm-g2wPazT_VQ=!=@GY9J-$34u7HlffaQ zxf83Sp?NRvs^r+r%&UBMpLO6ngUI(50$Q0hnQ4tC7mNC$eOOXaDW!TaA>I*$#n*CX zokKVukUO&0I9LM^VYZCLPQfzo$IDjWJniYB>K^h^6Zc^-(^(wW`=IiY`uWbzj~JVtiFn z+>|1s!WJ{-4_ZthsHPA8{smG}NO^{l7Cs9?Bu}H~^4EvCRtfq^LF3{QS2yn4owpI- zX$e8k1zPh-1cEDts+jka6|XV{BN0AZFR|{Y)s-0OaIP<61slUb4j1Ch@w}hWo)C#K zxc)#RhW~E@*}^0B30-P2`DqycDE*YjWKzo*NBOizl>81Cn_u(gA$(4Tg{$z(Go!h7AHXD;kM`$n+g|Ao1#Con z8ZH^0LtbUp?>IWy0AucZQ4I|l=qS~0J6T=XpJhn}$T4;A#$yawx^klWo7s63o&TYZ z?sJ0o5rxwGHC<0SRa6$A!zV6keP-D>kN|+QK3oF>1GMPH`j4{Oo#_3kND)MGV)@?f zAqw9uj`S$Hbiz0pz@|?fMl5iNfT=t?8=Vl9Gtr^`buhrFUlX zc=?&L;i;t@yaroQ&m#<5m$`9Ics!(82XTLe=BzkG#^SOsO}tVZQklID8c`oSttk%2;J*Wl*rij9d0RE*fhe0f!2Lb}QKZmofXvvQ1*!}+wr z@(!abouA`6PR6!B5`Nv98)C&?dI#apIqcr2c*rk6)6}>r&^mw%adV_7z=JgoxkGfv zEVZcSFJbXIXGe0riE2d}xXe1z7c1a1YvgG}ExJ#x9y!M@YI=>It|56IMzlI*=Zou2sQ;5+9PvCcxlRz+s)#UwPYFRD- zYN)Y|YA2dhu=uoZ#o>+_xGhOEH%^oE9{L(?=MmJ0nth4Jalh3)vIl}1G7C{PwKy<} zbQfxWyJJqDZQ~e`QTC(=rUVq(6q720OutIYy}#C(OSl9>a|g0jaz4k;!dG8K^7zO9 zh5f+Jzt{YBcjbhWpDkfH)!$XRni|=jf5=sqRz3$2gkq>sGIU%V9B*>g)UpgBrX(iC zqggM;b&8yJY?uxwrPPY ztV~ZzLXj4MW`@g+nPmX6AJm=Dx2xqg9aFy+wjpPPyXts%x%N zKL5O4`eIe<@DRnRR%d@f%Xr*l7V-T7+D@sbv*h8Roe?KSA*mFW8>VSxZvQ}67RcViw$eh$C(E>`mYVn{I-IMZ>@T$!y-GymkP&o@jO?m{Yx(|Prr=%-mDw0U0PqcrpsUj}(C@;=F2RYWHg z++@!oQC#HNtJ3H{aj6qJMT+*=O0`t&7nB)XZA^Y0cp?RJ1n_sL#6*)f9i5Mx;j&lO ziKp$r*~#C>xlQc%g+UGP+_y%+MG?PrHVoC6Gfxdp<&gYa&_-gQCa4e#3XOqP|7}E^ z)*o3H4gzAcdgNCDw~3X}rD$$KH}4$e0};PYx9r9!y+=s-)4A`7_#@J`^8gNxrfywX zSy@9v3Q1MS>Vik7Xto-<1e2^qO-in1=48L{H0}G_(OBw&rW|nqXp6@iyeMuVIPgFq zU|}Zcy7fL{fMx7}t%sA-&N!9XKRvYKmLvKeLSprB7%f)C;L&&Zlz|io097`VSWhqOdO*lnx zRJFo8LPosDjg_gCZi1;uC|7O|nfokfpF_r@2-S-!9W^zzB+sQT)P#J#cjP!4C***8GtgpZ$NsF>Y=+5L2*2ZudBd&j{#{#>^-Y z7#y`b_1(E%RQB0W_m96SP)sYxGGXcxw+yfDxV~~e`ZqaG-a!BOu@h{RxE0k2?jWpe zZ52ub(GkEeK_D`h+@r)TxGe~U8tH#Xgp&s9%SzLVZEVL*a*}s*az=&KC?uFJvXL#V zF%9+dGxTyfM1{dES%$~Z7@y9wulG*E)CU7Vs2DQ>G+6}ybzx?Hpa37Aj=DNj1lo%T zd^6o;UguN(+K)BpY<0;xEI_Lx5+|Q7>SJCj1m;zr!v!d-xfPf2pF0}Qe9jPe9qP=F z_jeCpa))Te0W;tOQ16hBt!uoT)&KyBNq^WG24$V|^ikV_8@K3Rk;iugl#>GtFCn zwe0pC%vrL(y8uQU1Pyf_2tDl`X@xv^;IHsHmQca5ye1QxFz@t-Im-MFs|K=YpW>)T z`05h5vV;D+CFZDTC-3y-#cr}wlD_CXanf9CN6e+o&G6GX)R=|VcQJJHwOC&NXqo&Y zR22g8@G;b4m5-r4urG*3ZkFfmU*EHdn6X@jz+^8i1YHQF4@(Ej4` zI3QcafUSNL{s$a}rBB&CpD7gNgBVPGj1{z8bv-iQ}&X%V|eko8l%ghLWRHu zdgqlDi{SfFFZ9652bw8)3tthHKvO;fqd1E&W3R3Lp~KOY7hP{BQQD2TOn@_$0I7oQ z;JgbmR2XqMatUs*PpTW@1S}<9^SxUPEPqYUhSgsh{87nkHzhi740=ZmaJOFgh*VcM zF%$Xkeh`dWvr@?DTw7; zpY_MmLSTv5>|OCwPnU0WikurxI8*7-o(A1g9rt#~MDdWjCDAn}mk4;n;<*>;%4CX( zN+xN7!V_3y=@&mU$}1h>90l60BrFCsL?jfFpcTK13cPcvQTok%+ubaW&Lipo=g>nS zEqBFNQ9PiyM%}pT!vY7Qlc(O3h9(eTZ0$0)rI?Nf2oYQfLqkI?xlC?@un)&n0l~Ia zxkgQ@SGH1JjQIB~ALF9VKCx%53V!Dyo!n;^5hQ>Tb@6aF<%u`#ZvCfP2{PaL>&g9x z2rhcCz_@Wg8awcBbA`b{QZh&?_bvTn`?VpBsI*(%8~MaSlT$=Of7N{YN%fBF((8;y z+U?^^Mjn8<8o&}jCaTk6tK`1v4{p81-^h`2R~%GRQ^ov7V75|;Ip=gn+lez21xO@J zm%t0b@HHOSyBbwrvM&?otOO!!qS{C`n{d+wa;qWx*g@&-FIUcD;&z6lk; z5k2x{gOUJQ?XO0F&&f}GY2yASirD6(( zfb2F|Z5;;LuaAD68fv}ut7KfPcEAjHRQsJed?`>uO8QfG{)S5rl3`NL#qBxKO{xdj ziwm#iTwIh49#BLm`Y=)4dv3?0kXitFx^TV5bfYYX6sW?O{iX6BT>~99vwz)!*2(Uv z`w&G)hCZlr+5C3?JBVKOp6ZwtvQ04ArNW1t&zVEItMbg6Q9OQ2&?jQJY#NOuT7AH{ zHh`7x-LV6pOXcL`fO}|EHK|xZr%rME>B{f8comdKjZqyxI@M+auHh#m3SOo?68ky{ z-0KLW8>S2{)9^zZSo9(gj<=oZ1BTI&MO87E?M{Q$3CwF|hynr!dkP7ASv_makE7a( zQ1RIMcO>Qs(`sMh-ZSq0wMj#e{Gt&x(MneAoyp?D_Cz$lj)B3*^c(`w{Shntlh-{# zzTl|l2Z%R>f)pt!zW>qm7C>1w{r~U<0@7U~UD7R$bazUJbcb|l;>gBLQmjel9D?rKsKoL#v9P+a*{FIS*p(-kKE;bs7t z+MkraKR81}-0B|M?ISYayr3Z9(hgFMA^zo?Z$s%ba#Wc0WSX2{a|;rjT z5hC!FLHvQ$6kv5sAxLQjvgdePe{QC7K8ciU)_w|g%fagq`qLbr@E(ivm5b* z|4U#O!CwP0CT1#;>Xev!;Qy^J=+Xlp+5>cy4i1&2rNiqE4#-Cb2j^FAA53=$=<69u z7K&-YW1XmQE<BTCVk z0T*?TUuU?MFQo9#g_0hApM9#n8SF`em=G9)ARrnJ5lsRlo|rg8wPZ3= zSwoTjuijT^e0GoZ1}S77mw47Qe_8r_+Q=}&Adu-Z7k>a24-mF{7-2AIgXH7k>PAg+ zl@cRMA+xZG2GI#c65reP1bRGK3q9rim2L6Sozd_85432F+R2xCFJ!dT9yC7YbQ4}g z`cZB2vhs%h^8o4qia=HDU_<#U-}TlZ(y*(Jz=u_ zgntBetS`9I+y7~&<>erD;iuTYzD8lOf8wk&SnnL5c&b4h*IzMjQFO6aKf*caCm2oR zdU$#U(g>i@2eFL?289(J^p@h8j-xw$6nS(i(<{P$1Dv&;7p|FZ^)pD5kw6=!QVjIF zX83<})Mp>Nkq!kUFi^~Bui1UZXQ$1mpn=8VfOh}?aS8b`$0sfnXI zZdSblgdpORg;~DZ#cF{M&}T6{M z#0Ka~wLc&+&)5$8D!95x4}NM5y}eGGhlTAjVM|C%RIv6Obc7EaaaoE}6djS*Zi;OH zWmN}D-W~I{kL4vVH)Vd%5K38>7IxQ^3AK)u58SsO=pusqzTBPmpg}>BrDEGIl!5!@ z3Lczmk|6T1Rlv`&qJyZ>U1dTM_VW{X-v~TWG~v(?nrV$ZdryZP1~5*i=klt=Cur@q zO_Fn$8=^ym>Yl8qk~>Vq`VKBM%7!pM)nM=Lp*AfA?v!SR%s+_EC3A@9F)IB-+**VV z<}`?kV1*H$vtcr*Y4YAGwzRO|cG<@sKVuCM>-o|fnfpX}A{k~_@;z3MZ`VT26NftN z3pc61=B=ER`8g9v_yBL%pvFwz*w`4TlxVQeuUv2Md1vX*Rp)JbaRaP7s2dhmCb2KP z{#gY5WJq5BQP`sXow^l#Co%et|Ah)3K6RlT|D3m`TOL{IL9J$Z=z2@CU{ep0sEzRd zOf5H^)SVN)47~i#^d*gHnOa=jcWOe1xf?P66qnw*02{wYG5M2q4PWw^buZ6>!)U{7 z>Fr#g;&Q?L$7dsd<2!YO0hphbO8WY%i;Hxv$*){_?xd!&a!giMbPh|!eQT^rLG$xP zrZ`i!gzgyy^E@BHo2CckmgjsJJfq4DGf2GBE56MNp_=I%c3`4yLjcI=pI*_fZ0p_b z>-EcwtlQoX1sdWWnI{JaAZ_A&V&bPn?%m_ApkU#2cHU^3WE__~VmSHw>A*Z~`G8_8 zZ3h#3+p5>lJIAN0BU^~S_V3lWCVIt0_ByP~%O=k&VAW5OLb~y@Gy6NfXMqn9k}_c* z$ib>s{8IfvP8BLJFaCE*t%TH`!`3wLZvb9OjOY9fL=6e!0*VSAgabiP#?sKtY;U}t zF21h*_%SJjjvq#iM;jLrPZ2HAE8Vmhczpd|2IvdJ)@$>ulgYmaKX{fwU*c#SWNl>? z6nyuK713cZ&?bas84RP~LUX>&5|jO-!`g5YFcjfr~%1v z=cIav%cZHT~E=G_Q z>5X&z)lG0j7Cw=I`0`n5mb1^!ghZo-fINu$Dy?W=TweCxo1*Givj=)b+z63u%{EUL zP|SbqBi0E|McsxgjJprHWg)fj3@#Q z8wELW;oVS*dnZ@5DUgc0MgDRIbQqu;QKCHsGMh5xWZ2l_IBn1Mnw<-YV%-k^vvaHI z(|XSLv~pR0KDi&i%Y}mYbM5$)KD99)-Fl0ZCmJOK2^Yk_J2_xP?Gtf5LdN9wzhSzk zH+uNAfBG?2A2DQ zZpg!$czEBJb&pK7BB>O@M7XWY!Z{zJ9eVTNari)sx10@T_4Z1C^ z^8YLSTd&YezlC=!VD_;@L{QgK>eOPuYCz+=dVg=fun2*0hj*NI;+gre@{a@N>C5d* z0S@~oRICWlC&`8d%h^i`4=#67s+g02Ra zx>YGAx_(@R_ATzHU2Za(QxUyyYs>Uo^}rSik}^*G1WyfKKBm37_Bc6ex-Np#qZNRR zBm||>96a>B2`A(4kLK6FCfbGyf#5=fD7#|>ck=(Sl*+wVmrYyys48rBH2fFBMgdUF zOz-nSO$Jwhn}AZ7)B-djUg!Thp^9?G&@A8AiGJq4d%)A}8`3ZwNl8-Z?1KMXX6;gxJWE7u5Q?gA}6iTi&6#gQB! zP6$kj+))&HY%wxe)xd-%!Jq=GQKo%0A&N$I9eAb4&kAZEV9WK=ZgE6nJN+cljXS#lJH+5qLUGEY$diiQZWbqEVZg-a&qi(yJ4&o4KL`;7s!QhkVOU%XR+@SV2n{ z7Z*U|aMTK3p7207Hu@V#C(dvk%DaT@&h!sHOw7z#vmX_$3KnsIWFzA$yS~9DPC~Wq zzzBi1d@#YBFwUr8zQtZW>&&v%zA zOG-HHq{o9jD44?Vdx2%J_YW;WVk$7gK_DuxoRygPg-}leY#m29~xS$HjU^q^bck)v~V)b2rY})k9CjgxHr(Ndzmg} z2?J1cYFGu!fB-i2ILNgGnQml-7N8R5|Bl{Q*o1srgNc@c0dc_DJe$F~tYvG@4(l0A zjJz3khQN=aq@!cqu!Mw&2x4jbHywF10CRG11&$lrg-SAfWWcAwQ?MKT#;s2IAQ1es zj<$*vUgdH+OMk5?E(3jq)^t~ai7<1c0cN;EP0@bgbUE{lU);}#y~9Hoh?EPQabLkZ zk|5N#u)C&J+FV&Eq+7L~UVIS9doH_l)14bf3%8R$9|`_!rZjj7v&az`!@m=*;ebGj z(9x5Z*fD=M-qk^#r0k!c)tWxB&dt4^#`JL!C%E!;O4;=IQ3bqD+C6>AygCJA#3V^^ zVKrpd3>IOmAJ=z=kIsCDoU#+pF5tueqopjzTZhAlA@4>ZUncF2-OW;BwwEDW*@N~M};g~@F4qbDOaIENQjOKB5Co=M`=y|UA^T-UaRC#g~>`x}y$A3yGANmO`C9;FV{T$5fy*|pd z=G?LZ#Qxv``J{l|%50N`F$s5!pD<>KHHA=*Wj-(Mj8W9bvu#rd8Zgd=84``=#cg?j zWT&+?0|Nu*URNygDG(h+j0@yN0SsG8Z-GXXk`VR5`xC^U0am8yXN#z0_t@O~)m7A} zcabE(4-E69)@cK{^vz&^Wj%ss#7L3{2?~*kd(dErf#=(#3mOQ5SmY2S^+B}J!y1?G zzUt!TJ%pkXg~y+m`t;M6 z_iy^KWun&y_SvvWHJ4yS`PJGHwf>G7am^`2E%3D{5h=d1?|?kyWU`mAV!(~qqI9aR*PQF6;5wu(IF`>9sxEED5bN@{#(zsIVF zTgUk@tV>4a|Co588;wf{S%p$7<}diymX^G3PmN%N!LaEHT=n3@;LBgI^0jt2`YhQt zyd+o~M09rLmxA;b69Hrq`K==v{5v_R0PWQePv9009-vVHuYS%do9ib1XFS!#l>{|Y z$*7<*n#*A+*Ke2h!xdVz=K~p$z^=uVPu&+A&b)fB_ejhQHYf-S^6=mwEfW*a+l1u9 zyfT8X1QkUfUWZs&kN6kBPSKt^H=ydZ{4B}^bsnG_Rf#5O^A@C@OU0%)yq`Q;Z99+T zN;Pmd>cz!Lkl|_Y+Bd)`E~c$$6)B)*cusN{HvZ}`n)ew8O^3bj%_^U%Un&v|RC7Z^ z18CL+O}Ut1z%~V@fS{S&y^E|YMFgBKM~G0YCYe;xE*x_?2d;Q`3=c0+cn&Cui7OG? z9yd)COxoK+b@8_FIhp?KA|4+2=Fg=(0d^Kvf)yhB?E4o!9d>mXVX#$!HbNRih(9`w z5jK{@S&&%|J5zX7pQTqiak#kkn_7V}Ptae{nAmwmF2W3!y)HBPC1n8>hD|dbdTj~? z6W{>SbZV6ZObja}i`LZIo)@EiIUe5J-=^%^@%r3f0&7=6R^yIYV;-)sS5m32DiQs29L#<&8OqAK$*(ie*4AE?FM)zzI7RT zd3k;QJpbx7d7%>0LC&+Cx%55MbU>J$fB*ciuenpmc@~e2>&eAeByl704gWYADk_lQ zxw^SUA5F6$tCr64@bKK--F=OTgaGW6ls)CJhg>rVUjLB|A0Eevi=l4zrdBXKhdWBu z*sK!hL4c_ZJb+I%DvTL?xTz3uDY*;A6N!w3_{YB`*)mpzB~trz`)lWGmZ&(wS9D`7 zPIP#%O;7wz|AT=|wJk%3{g2m|#duh>r1tk6ZRhW|*KUBY&n*TeJ?_{bHHCEg$6E+*W_Cbnz6PY}ZL3F3s<2L~jQnj16B;YhR^Ao}o z_$vDdYKXvi1zxX$xp``V;QhZ`BlYgx>4PhgXH$@0UVC`!p6Ny+xOzkKvfknCQ6Slv z8${={%GxaT_4T<>^gWN8Z-1V7gC+<^Nel76M*E%i%xiCwwP|2Y7l+dLkxj12*5Vj;*%Wm%JE|4gJWa*Be|>|(u2(rcxCqOe{bwxs1;>f;_y0X z1Py%t^LL&tfyqqGDH07uMJUCq!4rs!7=k@8{QNNL5vPO@M(MTtTwe0cn9IzR>hMr& z?QX19x=84!(%Iy{AjWJ?tmM*k$~XyJQKjBm1!L_(qYaxiOY>31X3=`h<4>aCU>D!# zfA?*9Qm)Qc+pHw8Yjfmx2?lbPs+fB?{O?wIjxCVssC$G6Tb0Gc3 z(lF(C7;qTnc(8$b=}D6D$yHx2pvyuVwfG1o@2dm#7V|>L&#z;mq@PJc7!xTFn1)7U#(VWFUnV^7`Q-7#KAj7e zN@_rnxgGsl_1GmMbABJS3D_yH$gJuJ5|Lj|Vlyy-;~NyMJKzf|r=aez1TP22Z>ZDu z^~jLRs$wLyojjh!)EAjVh7%BFf@{n{WKo#~S`$ye$*cDdDS+U=v24hEh7H{N&GavCC88#kFL9&<$mT#oLON+Kl%fQwF#E^He^^GoROz<5vrSa57`6Gwn} zzO;`7^3Zrvm{CU=Zq52$jCP#k&q}J?=Q)mNIFXed8bRUxv9 z?Ev9I28BLKX^G-RN{v0N#_GO{$E&RCna4aGJ9L5bh>y)8u)ibr{=4#A^L;o1uy}$D z5Y=iaDUo7!wd%ZrpfLV`%oLq)%;S9%-m@663`>WN{5Ld**u2*^`mXgq*J!_EG5sX3{;cSUv^+#Z^ege9e$~C(qSPCUc9-7d&ma%jZdNnURg~gqo1(} zrR3Ls_k9m$eN0)Db2$ysBOKeUlk<0paLUWEp-q$vqh>(d?+Ng zeQl-C4t%0%%Piwa%P9R?jqJ8Qo7`=KV!m(g8r^i&B`N*5QKqNNR8 z=VKpr4r*!5)%;JvvLsl!AC43KJZ_aj{O2GY*RJ8=s9_C+Q;HN>r^vw#gQYB#h^UmO z;|xTX5Px0!AaSUa)S~%W^{eLvM&LxY-~dHKCg$c}2|vIH2E%@&<&ZbV4{(h9l+kSzymrqGb)@OWuBJyUpbF}QL3E00ENO@T8DE4h}d}>?do|Ntl zUJ%>g?gjwb6frjj;N7O?<~`8T+_(|jpuGg-XMPsevr|exA-F)@;C|HDf=PjY(~vlm z`^kFzZtW`lg-Al?QXCC`_&QZXkWORyYspP=)~Dy8$ZUd>@VBuf_csZ7$O?3Y!P9%* zyBTg^+}AE!ZLrT$qYE~Dou_2sZ|ilO;jt)x1R*v3Z1ImF$Nm7Ls2*UR<>N}Z!j7$Y zQuK{w1XLC>2bm3zkGpXbLi}ewzIVB+soo9u)P0kr5T&XhefQ{53(N3Ej)NS(Vsu68 z{CV48`GcYgYJd7FQeX}QLgkfab?x|4Y##fGFSfw@8VH*$cdk<&$uW8xHEeZD&1lO{ ze%D;%wFPuZ9qYdyrlzSTT}yYM=}{{Y7JuSII}D@ex|M&thB$RUs@IGB`5R}6AfjgG zKs$3zcZ%WwwFT>O*MH*)a%leLNqIFoGjKIi>5d**>54JfXqNrC#;l=m z925X)r@4W7@fG*(uV}gqg_tmb8q3W_Kum++jLs=325>Lh9nU&BCXRw{WwIUZKURe- zn*|7$%m#YJ2EmZ>8vPL#XGD<%Uk8BBeJ)Qzx_P9cO|v6acrn~MMRI9h9T+latADhG z3hzqBpYFD6c1WC)oScty&-0Jdt9te0tv2NxH1D@s)+M407AJZ-q( zoo=rws7iF_O$(0s3&e?rcXEKe!Ms$32uVu5g+RJawe|~z4-8*|>0bSiK*!Ib0t4w3 z|Kg%B`M9jcPe|B$$qFF_GoXMED*HO7mCG|I`eR!H9A=}IwTh=di_TvFIVy~qUR*CqduCIL>ba9R?c_q2o7NeC~>_j;4wV(Ta2^BJd6aP-5EX%`V$WbmT!s(A} zscujk4mv5ZEj*hmo^kY7Wn7Hxpy$NFlFVKda-B6CBU?)VQ)voZIw*}d@*ZeE`n!rg8z$V=e-?r9P!Vpin1*~0XVqWK>h6cAo2}iXV z>6_pIWS+hs?bUIyK}z^vZ0N8&6T@qXA8yKPI+%R7DlSO8Vf&8R1Zrm=qFQxHZl-mf z%YQxomD8k{?ge4U;01%4Bpx0QP&;`V2H5AH`LFs|A|;XFA6cKyy+?KtwBNGE&g|f} zEZS=yFu#GQ$jtA{&P&zOiVO%sgic?~Pg;9&n~z)l>{3?KB&Ldf?88g@!@#4%PudFM z|ETJscKmVld##r?&Byg-#bj-C&b;QK_3z5zqDNfh{72OKZ}bKD$Z(Y55b2^D-YJW` zck(A+4<7n)zA1^CQldBr`gLZM^6h5wfWYqYyH$fTPm;gXKmaK#BNHoiY=1?YGz=_= zpv&j3YAwqgmQat8L!3-kf5-T3<3?Xp1)dXMOZ#&=HA0nUtKZ9W@HN#uF}ER~xBG3h zpKj+@7EC(M=Vp9_I2f`1{{X6L4>rolvX2H`qkc?0FHI(He!rfEv&Y-j^QEv%Ph_PS z)hU+yY7lSS`9X~etZ`AfPMhQXH!`M?VN7v3VartNBknnNK6dqR(&qMOhC@dvNG<)G zRbrX$cLjJP4E@xfNu2F(l!Rj|zsL#sD@Ba^RWsWJ-6jVx@2niYLw8M-EQRJ|;FZ{x z+xqD-1yZKvz(><4SPw6PGuCOTqv z@mivL69^ii1vH!VwKTy)UWsWn(sgT~N=ctx4LMN)LF+jD|3x2GanAblEe7S5YSq|? z4;+DfN3(HIRRH7|pbSvW=75+Kq_BaqSXjvIAP{A&|5$wT;LijTGhqCCd(UEm0S5aT zht4jr6DhuMup@2qwOOJdCUNoCFe>Edzsrcg0BWFSb=3rr*wqoKo5#F=yangP zN~-+ONMHT;AXs=V^-g&l2&6Sp_#&S`NvJR{?{Mit(<12bHf9trAIl{zHy4waP`NVC z&eqnH9EZVZ1P~T2FUKc8Ud~96yc4BUiJ*S%E=JPY3l(p@yOJx5o;=>HEERZMAhC30 zGYsPdBDZ{%zc#PeULn#-&#V2*%gg-8cTfLqI5h!)P7oQKG%iAx8-M5wmQWq$AD}QI zvi(UQo!=_oW%dayJdVDsG@bt^xXu3@7uN82^s?7-c9J22QgPUUw0ZtF$fm|$8UY^S z4%#fWp5j4h>~>dhf|Bt`>@OOKzZunxBz|fEW8`equ?8D|YCJ`3a0>iNq^WpN;3!E4 zO4m&gbgSd0gstrnAWnJXoT<=IVh*KWp4MJ`fIS{FWW18M6F z)(JEB2Tpx+!$W#oz({}H-v>++S|ps-Dc}vwP=G)b3z9z(?8*7{)tZ&8>-#Mn1)5kz z$^2eSW=trU=4ey9|33cZxWyX|!b?T94dOvI9Jrwo&`TO8W0l?#P9kWVH!SUHL5nMo z_~V9KZ2)`%szCYW5uYbsgD<`M9Vb%E+-|; zYCvSsx`RfA{?Wyqr9& zr|NByc$gIBBIrK_#v#1B9Hh(p?T#0pr><{m+=N%%l4VLh_{o(+#5s(u9{f!pJrP7X zfcn)h^*G(Z({8=_C*P5p&W^t(M)}bz! zM!_DCRDt9rHjz6O>7t;e6^E_wHLczlV;?PfX=A3@XV3VFZ-Te9%0Z| zhuQuXOF2(k)m60LmkgTR@0V8SG9|6pxi#tj4&tQ;-PnS6TUddO(d_Nky}@L8>Yb5D zQDf-n#L;2YBiWBN0+tW+FF4nKBlK_mSbhYx-Toz+Pb=qBkx`3&nU^U~))O2{t*zxq zk=t=?VZ@E-`|>VB1_6c;wXmp2iYW>FevUT*tY)ffBa#5tx4GYxeh1x4O?hrSRlyCs zMI)X$xcX7z3rN$@9x`l1Doli2)CmsIKXByQvUURa4-iAYdjXPhK){-0m+Y7grytlL z@I&(R^7yY8j4`$c4zA{AXCwKzu@M0!1RirhnCZUVO>69x@?L0ql~K z9AKliw{0Iy&VYshYYlk4pUbpylp}E8Z6`9`owP6AK3;GLi#1umLqikt1LEOKxd zTxPm40!?W5knVM$uVXUp6(+EQ;oa~18<1ufr6h?+Z3G`m1|2935BJ^w+mMnN zbPsf34r^?$BO%3io{l4YFvU8o2hLiVexe4Q1s43_#iZZ57C&TNs;M)s-$vh{%3T$< zy|128n%0%b_!aEd%<$MdUmGMJjpYMS7Ql!k(`-fTu$(!77I){z+p`q@E1K}d;x(r> z+pR%9>cUeZX;i9RO!|(KdlHro3cr(+vFFOZ$-QyDbhY~i9u~wJJX6$8mPg>x*ZyPJ zumo^(7W~JZG<))6F&oh;kOkk%{X2-@>yLuC*Yz&&=z7q2u)4hbxL269f8`0PURdx! z<#68@OIuqP;F%AlsQyVT35t{Lj(h%#lv1AQe0?AxMxa=LQW_nm1_Ln|oX{yfAk1OS z`(jkujw-XW@W^ziAir@UEogGhx1j> z(!1@X+|nEomXSwo9s@Q75u$UgEgq--)8B94J6XH|xzwglg5;x<%Ak8;b-#a7sP$gp z$N+WaHdn7IA0T>Yfiq6AxF{f}Xz z`H)4)1&6B3)eW-li`nm&=f-yIGJ~U1yMl8WBLd8gpXgcV*RcL@xgl}*kmE4PQ?sm& zD9S;gQUsbFRt!B%EUedXZtj5S4^aw?6|L2^z{J|A!PO*%C_FK&HTrd)`>{Y7M?HRE zOgabE*aNZWlmf@XA`=|zBT9m%QvMsIJQ<3sgDvo1x&7fFka&mDGU%Oq_BZoxd@X+M z>wdd9t?@&Dsxr_BQ9sbWK4Ev?H*Z1ZIe2j?-&KGmWM?!@rI-UmOMIL*12b2c)`GO$ zNS91eG?QDwz>h*Sh<{b;;laThh?o<}N>bS0IAT)JJ^+FN-vkJWhy+erfc%%QG(pU& zCCI}#_Y4vO!i~CGGM?Cx=Ya}oH4OsQpOj6v#j9XN?96Y1u`mRmsvMe@fl9POzm2zG zE^G1ITO;C%z5JviAyTX0RjoW)_gG;Tetm&}j2iVmC2XJl;zB@x;;Ob01(F^irnm+>lHClx20l3j$HN`)zN;(6+YL zY18ZvV^C0OR{TRC6`i$a88k`&!BEYYWgkawLO>*>sl$m!&#u7gK;ipn!BfCvWf64g zel3S1x6;1uF78emUZBU+<0c%7p^!|@1{U;}wplA%3kyRthW}Hwo1eU%%8B?vVDgFr z5hFPZ1@1HGC3P&Jvg`P{SqkmWV(9VxyYPMJKW@v+%*=Il)4L3TDjGbX_{GmbZwrji zpB@g`&G@F^SwbVuZ&{KeobG50{LgQTgub7`hy=;dN8~e18xk z8rp64wU!d|kAmW#3^C(ooAL$Jgei8;?M=f#L60l(3}UTqSas{SKBQlr zuhsv=Pk0g&**SI(IDh`^4HmWu+lrnKLJ;|tNU@-BVdSLZol}DEupO%3oJUoTX@Sg! z`$@j4a6ddmsA3)*m2q(rwf`07iJk4fwX0XTBS_AiKb`77C@=BC3E=kZOJ#78u5ad0 zi05$}cr6+2OrrXn3a>HyHErEQgop4Q#Vuubw0c`SZ}%Ld zt_JV+m=;2fD8%Lt0@4@2u?~cS;EoAu5R9V*{?re0{G{{%8}r{keAMtcEbW!Ucq5mQ zzAV!Uw^xL#F+gZ+IwT&_1+3TP_x5VAj?mY*d%HA3P^Ab7xZejn_Pz9G43I>?rzY6fxAR%tsZav zJV)iw*{mcB+4v9Xul}@RxQzN$*+Lr7DQ~k-ncdjvPG_X7qKQAsqnc#xo*^(^q}aLCwAf zj(_LzN(+#trLcIsMk@a+^vRC77hn*EpOG;yXJ_wsMVG!6 z3?buC*H12E8db8RJZY6a+TVwU*!-;)r%PZ`4@D-3j2st`G}dHTCQ^I(FYm#CA>8bW zJF-Ig?7h?z*5L?cIH8~~A%qk&jMIK~r2Y>_^61X_`FWEMm*K@c#n^6uiStL{=`S&c z&+6UZj+aQD@BW;S7*~u1LJLncyMX8*Yv3&h@o2KL#!Er3b8|iR`+9^gC}y++GDQr= z#;8%{|G3kGf?z;lTk`9}J%)eO1>JwZi+3xWQ_X!+!y^&V)1#_vAZ z*rJrTqe37-zc%BK--!eTG8x}E^e{sFMY4aJW!%?nk{;3@~G-mjNhOz3-a@lu$oxJ*HP4nFD=cCe6t zbMXx6GJN74fwV3IA_?D2Aq;Q);gleeqAJzc9*H&UbMyAl1T<`Ybl)^HD3sq(Zn*2` zffDC4k#A%ZtHfnPx2dU{vRrZBzI|2Wf@xI!lyA-?4r)_N^v!V~FHG9SxW@0G;)0y| zfDp#b*%?TV1+_}J2W$nOS&toh2Yl8ok}28TtC^l1r9GS#d&_QxrD{TOsVZw?iVQi^ zG88}sI>0E=Hmtk*w!lbrsk=5EBx+R55LFqh6b^?kF)c(1KsM6pBdl*Oh0d^Ef01e@ z*iAlVksyQV^sN@c|1LmthEy}jU=!6(f9! z*gPRp_vGes@27hgF8k|_>(sN)9ppakci2?<)P7PQqic_4*4AC+Vo5}4u28U{AOXQfJoq;1{~KUOKMv~LBeZo#I>(6`QP#6Vs?T{m8z;LsG`!<)fM|d)ty(f zWN&?uN=M{!g8$S*rc9`4`m@N1((0RLm8lLkl^Vo9zg0IQ17!!hdO7(Jnq9T&sc{tT zuMitV8Xfcdrh9C2*+(q|ahBQzBKO-{$9}H0-Z7s^uY9MCF+5Hgbo6b~bESnb#+SI$ z<2Zl$eN2=e5)=@jGL1s9k0NJ1k|1aSD0sYOSc+;07>R;2(TPx}A>VJ6y?8l%?vOM@ z^eo0Q1rD5fVWFWm?Ou1vZcNozG|}-x1~z^6r)DKeqZ6Ad4h_lc-u`~;xAPs@2@=ITD>WVDlm6DCm(ePlt&+i%LoZWUoR&y)nry5f1w1gJS?J3~b^X`>|A( zh~=7rr?)2Dl(-Q|jPJ90P`1fZb&IJ#6TFLoo~tYywYI;RZL_{qGZmk=m|I%@y}~ak zI@7MU`@7@KWZr;CI75fMr|@$2n2PO)Mv_?xCwx69-3-%%TZ%N41rV`&CXNvbzTj{*AR&m*b9gZz8_$Bc*-%av_B-q z4>2bXnc_HdYLfWh18VJ_d<7wf0A@$ZxT&wJy8^~3;~Qi&G@#{STk^Y0^5fyXaBTur z6=3cnzqh=<_94tpCU?N>2i;%26AW|sC2dh2D-fZ*rOf06-|)9@jIUHbWiclW*VNRI z#8WC?1QpKiv|gt^Grvq-{(1lHq+OQVoQ_zWw;4a{JXuCZoeclu1n61G0Vst`YZ(kN}ty*)epn^#cZrP(GR4M4}*#3 zrLr|MY0guR!R+!!_jlv0r5|07k(#);9e2N`IYSp&1&j?8-+Qq=(fT9)9UNTF$`%#v zk0vqC;WRfluR&o$p^me3D0dV&M#a|8%3_A=d_#k{b8$z5l7mOn*s?(cmLK<{uOAII z@P8%9)PH=%^1q;iH_4-kkU(|VRLTKBz|_$lfJ=aSDNyMm$FX+$@C16RXu{#313-|Q z1gD+}C=vX#)xX3u+=S}2(+}axPyDzNGda}9AjSh(>antMg^mSdDAd?MW zchup?>azB8)AQQYTi0RNhBv=8^j>}<{6>)~N-_jU=P>#io7knBYG9q+xYp8uwNK8MV3Wes(&(rS_9+#->&E25 z*!*JNY(s(1lv?Q$zu>!9{~ofr1}~#Jd|)u7!7c%I8#=mFb>%(52g{>X3*M}IZS9Q) zo0Kv#tFNFCh7fXk_t_tA#=ph4Q}0Fo=0GGWkX3$ECFy(Pq^?T~9sTG@8=lV1pZ`v8 zF+%#i^xbUN72w~7a9?$Fe|{lxbzbbSC=uSM#PQxk|@1C6dWX>y{#2&XorT#EIr z#}`UCMt|G&n@(u9fYX#{xI;^LdXBvI-Y+D^08v_^EfPjGFAyBjna*%XjBG4iwE`T_* zclY86WG55pt*%WfLP1`wrvd`${n5iZ`BLM;6K@S4yB^!SO6Vbw06K-ZnlJSRNe49+ zLUH(TxrB&lq00*6Ld+pXfc!STz<3M&8XCX6oc{BtlBTA+!B^wZo`B8Uq&oRahhwvm-JV@s1C52O%_ad6FCuF%r>HK^4Dzf+X4 z`>78^FY8#=i_d?h-{qaKpnOiUXzeSAlx`>mpX((}X;Gre{B3;su%TFE5#j^|%fg~dMFyL~S zn4bp~P}s)ev2C_k2S0hx`&IMgKmMAozIN zGcapoX$ew5)2w3loSJ~xK{jiA_vQfu#si4?KEOTwXyVMX%o=yQzuW^qi$r{`*tob( zn;ZCmdf5|_3~ebH(lH>}KS4u54uXS|5TE5MiRAW|rJCX{rWPj7inGv6Oji9_P5xoh zzw_%%2xcNZ*CWTleTS=WBEf<*{x?}nq`cm*FF()>|Y7!2XLCDNyT|)bS0R=>M#%Lt9*NuFfV0SMK>}IuA zjjSmY$gb2(%`=#&?89aatJ?uFv2*2me4$fQzSlL)J`XvX0tVLBk8@@0Tw?N%V{X2c zMxtApS9jhdKG)?)cA;u>kP0p_G2zW$Py+uf2`)MG_U|Gg38p1nW~H2_#j=$Aql7X* z+f4D2;m%O??d*QkiYZU4Z}n`5fFGXU1Bsu@rFzRoRdn-eG&9QW<=0Fc~4RO3I$XC7Qy=}m9G*bwRQ90 zlPFxwlwkW)607NxS6&$usKjYSL4*78d5ra;|E^on1Y~CdVOmTysC@x|28go)frmhf z9~Ks-VtMIPk^C#t*xbuIMdg>8DkTEhccpwB%MA||p37fUABinXZ=#W*ASzq}oLM*T zR@b}Q&nqB4^V-1th5-|hLnDlCJbMao&+opxEG!et%Y=x*G~qck;go~V&(BpChx1@6 z0h`w3!4>P0zkq;1mhZjgmNBrL85ynXsY3^f!F?Mrgsiovl>~RQ(BbFNA_f}4iv#SD zebGJ^(LjzpaS4t-1Ar8s`wPwaw&Y+tnw|!_b+Fz3_n+Ywwa8sy@5i+J6U|)qF4kMN zU{9?8ejZy1MK_$!&(495dqEENoo-z_{G0>BxU#M#u&^rdP2(9-F(9=UPV zMxeGRGo5L6FZ94}fiLaMzv5-lqe>&G(&~)??#CK7KxA^L1^d_`_DB&L>l29!HS%L3 zaee#d6A5%EdZA9k@`lED1lofk^$_GAos>p3NVuhK7+a=Pr5gcU7wSUWF2J zY;{7|Vs5SMN^rhSo=&j$2+@9~(5_3*$QnrmtrZ{=j4j2=$_kwGVEr#qt4^-05REF( z&p`}Bn{-iezS{}t75wqpEslkPY_z)CTAHb^vBxg6CLSi)@ZIL`OoG(##l;=Nd=Dlxu^90~K%9a!eh5hI z15|@Bx_*V5gM&l*7F~=KC;&PU&zDgsyjXEtqx!BK>I32*`1$#*1fYaN+QuElH{Ldn zzHzk%ptFAgj%7%mOWLlg+IXL;Z>a~hB#;<_47xWEFh~L@$YX62_*-2M7XVkmO&FzJ z7GnITm5UJ7pxxUeU33GGt{K2Ph%`&#xW5uROomr=Jb1F5o4C@DJ$ey)S?5yi^Ka3w zS8G{Zaem_Q6W<#?NGC8W_7jL!R*oP>O1yb3morKW3^olBLXZE+5@9I+8^?+Pu*8c~ zQyU-O|399tGN`KkYab~=kOl$iE@_cQI;26RLrS_!N=YRpq*EjmDe0C50ZHj@0SW2! zUEKf7yXOucymRl!IeYKlT2ETW2Boj6BV^S-b3EKlPHeO={a1-;cwk`DF6w;@Ajr|H zNZFk6t;SbJU%HmxoxY3CR2^tT`A`-d;R9X8cvtZlJOIAovPX?G6wUVGiA-<~D6osD zdEpK6$uTRkPw@>5$A(uQ>x(>0=XbR{1tt_l0$iTl=PVJ<@U5}pQZwI^#6=Im!^Xiu zr7-A^aC!mE`m{rHzfXGa>X%>Esr^7+mwD`JaM(u3E`ukSHXTB$fCQ(bp`me? z_pn$NzTfL`Esi@ttEK?I3nXDiZ;ZGPkxd`xYU zt)$JIBl+oH-N?R$_+op9o>uH1Yc1dBS6HyPL<*_H#8qQChwpvOPk2Lk&#>CF6x!U!ZAV-xF?eTBppmMMqe) zpFdBW-<_|pBCck7Ui8y{w{hCsoR7G2d$eiICZIuttFns$HH+1Y_|Kk2pOPfefmZOl z3rvC&O+LX5`^{3L-xUVjwfA4*20!nnX`Qycs+&B2h_RS3{+$Jp?S+L~@c2T5qyyAs zOfxQj=jyYr1i-YUYnC?tC0-E0v20@%w&?@5Y}v$aUXEDVSiswY8PH6M)J!#+XnG)r zn5t|4km5qd`oXlaj;t`6M1{}aV*w24wU4%xl{lowSJ2U!oEdun^ap_{PgHP;TH&_? zqR+`VifJRir${kR48;gsBM|63@uIy%a$Q@4mK0=GMQsiCeI6&Tp#C+m<@K_sp5AnO ziCLnkuvK?&nco;eOpjSf!(XscQKN&o$-Ul*9MqfP?`Mhrt4@JWygTFWeSUbuv~f?e z^;I4ZWES1R_1vGb$hPi@byUuDLl zXQ%#UVDMYBP+hH$hxKR|CH_))0w{D=)5kwoew*4ASMrY!LgXPX^TT(AkM2Bmaw#5m zY%7WxJ1g)2-x^sO*mf~yM-;B245UDWOUyj;1M&Y3CQ?u)S_Q9<1 z$!dT!ICY!-_bkPc5!9?t1<3g`1tiXWp11`@R7yq)8~9y4^0-@VbfL1eywn@6Lu$KR z@>ZW8Wrf_z-d@c6m|aF4>CM8g=SIO)my?pNkepD`c&zK%I~vo9HMP9gaGOBADcCJo zHNN4T#{1XDZirO=-k>20rIh3Wze-EFN}m<5vzG@~O8SyK#-(Rq$b~8q;fXH5Ua=(d z8@Fcim)*}Ts=k6<7iw3Mr4T#;)Nphq#qVoU(2ZOE9<%p*IVS0Gq>0er-+r3_iLeG3Wm)@IH#9m+3);kE37o-?(T7Hf#lGRC4&H99hRe^MeI$p5rIXD@RBL(?j8qDNydG3(Ce%?i4U*>W z8K3`t9G{_bjd0EUCmEAaWKf&XmKj4KgomxCXMa&-5k~zoHcS4F>|hxU1oQg?qNcTf zOEpbkzj4>sp^8rLGFvLCWB6>`pW*?L8zc+VTwW^NRbLIoF6!sxBL%M=TQP%Vq#)sx}DFAx!cAU%Ud~@hOv1zffT1UrZVQ# zafJsDa%#c&_to#m4HDQ3NMOXx`7t~Dhx@3bM8B&F4HNO*bTi#myp`Z>rH~f2>yg|0 z#h$ogMn=Xk>5s?9?&txGm9n3hH{oOg0*#LhBG>ml4`2C8O16UZP%po`8!MYxj=B|D zOeSS9dsH><(aw7YPWc6uHF{k1!e6F*V$m%a-ZTGkF?Db* zCrg)SZeaoa+2I}d=qT`ig>ORi`P~47vM_m+_~jxFphh>Do((B)=^-zG1|3WZrWHp` z!tkq?$#EDpi6k6phJ1X^gZ9Ht>emkEzfWsD9$^VpJjCI-O-+6;UuqGrKUocTF|_~k z_{iCrt9jgi_UG?kdnwBzbnZRaZ&O*)-X+ujSloQ#ftr4NZL`ju*)=)6$bZziTJ+3( zwWT{gC2PQ%vbery21X;g*rn^9j$p{phu2l#F;o8KhFrkmVZw7mnwcHuw}ccFd&hr9 zYj6wEKYE>+_pJ3RBJ5}Dz>h#-FPw|b(R=@B@ROC0@!jdEhGTc5Sz+HO6{@T^w3;G~ z$*fo{LRL*GDa{YBE+l4V&70>;>W8hGm+s1S&9!gte)FmuaVS~|s2`8Ig94#e&DKQU zETeOZe>z>A$IejuAnI&(L!SGY1meC62@qj3mg5!CSLnD`?h;$8ZXn7UP)<7}Ju^fS z)wy^__*@@33|0Hj8O7B$LpTQ*#t`5mn&h%)hpP;0tD7pvnB@5SVpo&!L*qKGLmBZf zds&3X%kQp*efpt|drmOEYdN@WQGt-4>2aK1fqbv5fIg$kdD~Fy@}Z{J-+->a zT}Wcj9r6dP6E-z|O`ersz3N?Wwv=|^NPL3ZJ|SP}Q5-+G*Y3g<5ac_zQzA}R#p9HUJjt}`d(>^LvRyU|G}So=g{nz* zi~-Qax$aymLg}#G3>9VYYEAJZhQUmY8JgWCaKXKLs(pV>2XEuIm56iuqe&Kva1e6Z zpZ$GH!%7=x)pR1d7&gQ_v} z$*jsFQgc-*7ay?oWSR>TKK7hlCPCitQoz%X*Mv-`X*Zt|zU+{tr(9GEX=7*{G;i<{3y76}QU6_d6jR3VODDducXLx{pn zCnIkoce1VTaH9qpvn28TG)YM8$JaLq_e( zh2;lNb-d6|im`>YyxYd+pqss?XA(NTv>MBxqy#pn#$D1?XD^t+e1o-O=^^b_PF7Zn z_35iuLM|FSB(@j((V^lIlG4o)&y8}?Zr?(DblV!`YnA;tr1vg!3 z$zS(FIUCNKlhef~s<*oom=ertvZUW-)1_~>o7y)VPucVp>Okj9+|AXdJtyj@#wRF? zb~H=(F7_JObUd+$y-;*2*>kBND!Qva%Cr>Slif$J=PnDLKV7NF5B-PUqVBhNE2qKI z&&IOe)wS0B&lC{*q?YXu^s3k;(Y+Hwah^$}lu@UZirsfXFRsb!|()8#sO z`RhwP3T-cy>G%V!u9oh$e`J>uqpEa4 zjrP@L;Y`mJ+&+(B=1?BIE?Z(_oUH{ZEX*Zf7xV4)sGkMcCC2tSdSd=h9hzbKLBdE! zK~JuibzaF>(RF({%yr;n1@ZjtVw|Kec91lGKcMBwc=aC9kbVU&iqqef9w?Bqids}y z#SJJZ2W5s%xK*-w-P4_ItJ{b@vmd9cg}3eX^U(D_q-WM_QjUAtQg2*z?$j?W@Ag1rPleLRw(LY0b1VhU2rdFvq)kS-{)lOs33K%uH?_de0E1}?h_@h6U8Ly z59viUZ>|0wI54BU#=^;~W&WfwS*(A+|A^ zBgl$mOZXk8*gjPsL*8FqA}o|jx~i2w!az^Yu2;2v>mdsg0ywh5^KnrmqE{8PDW7wp zd1!oakjveA>*RuI&640tg-CK5)6>0N=WJc!F$UMr@PlN0oEi}}_yHm0MYjQ_J3ey$?J%OBbqPe_~x_R6XJjDS4se?Kl02$)o| zn9nW!k1f@8Y%hvTF0lHv+JZ{DoC@2X4Ve@=2KSA`vmEVZocWBoJMtlD9&*kIZ#R%! zU8+3wZ>nDNzoJ4Qt~i^2H@!ke>}~&S@b5nN!RWg4^>qI2>!m!D0+9P`V*; z8uVAkla_#ftv#cb(G(!9F}?L_T)=gd&{d1%XnyFiuSx4bK`sgD+iZ7k^MIWXnDvS% z)K4Wka@yV(4LMk)s;Up8wC(tRH4%0h&9*uRvk!CDNZ&URQy-X|zH}2SiUCi2D&w+Dm8^ce@<3mRzhbnJs3YfhV5R zvwc}xRO6fl84vrcXl*fswQtMf#WGk2T2P?qa$wy>C>?6LEWR0#9*aHNyofN}xu$$# zN`!X@2?2>Ka3*N?w%ksP#+ff2^U`?o)cc>MTg49`0t9`}`4Gk@JF_t81C-m>W%anG z;m}TXZ}o@5z2}4y@3oWKTg?RIW9W^FB?Zz1<%{$5h<;}92le*)ZUzrc-|CuD^#yX( z+4tGs^CHbJL?lEti+_Dh+d^BH`W4|eV)CmihXiE1COezLd6gx zTTrl);~{_=;6xst;h`a?dAa5mV{I7z?iu+2=B=0uGFpPb0*DXA4kh50Hvh4^v0*GZ zi2v@yG(+*L z5pjd0`U^3OFX%W`sIP==i72Yre1EbAkd@q9uWTPxI}a6Okidd?sTOv4a;}k(T;D)cGp0ytf5}_mjk-T(h`%2fAzM6#(bF$ueRJ zr1@)j&$E@PZd}Y&>2gqAfshWF&vWk{dfVqL-~Ny3$_z-aVp4Z)PEze5MPkfoK)ZQ4 z|K5aH11^ltU_Y&!wg0U3YHvY;pP9Ayt1*KXal#~z9>xcXc+(W<0#EH!@`uBdjCwoDy-_AX!*f5 zlhavYAhzDbA7Il#4xWOh$?^_2zUdD}45J@08(-%5v*sf(5zEXQvq2HIwYRs6#5EeVoQ%6&YQ^u%uB{YM` z+o7-7xa#V2T80)WVj=m`$inN}%&%W_Q@X8Nx!e(X%+l<#9WM+uVqYxFDoC^(^5+xm zpZO@+hN9Nj<0)ro#W9(SMLpCk^3HdNNVfhxmd0a+ZM`_=Hd*36Q7jOU(^KhY@!N-$ z`e^@?n*Ph(Dw-)Jqu+1XGno5q6i5)?_mkw)5C~f%OZnw=?Ws3N+(x$uZyCGa5f$W9 zCeTXaMrypz%J+im)qsi-$^LEUP^q9@wt=#db#5}XX!|w{pKve!da8*l9>mz+r7;WE zR_9g$wnzRM@-6O1r~$pJWLP2a3iT49%p9nu=jOQK6}9uy9Lkk(dpC~GQ&Pw>&EL~H z@^3Np9)91p*__;a37(mum9Ou&%E{CFO)_ueoPzQnD^#BR_Tk1IVo9~2UYWDj(+@H} zp96GArl;~!1J}zl1hXCunMxDiRF)Pz5S?BB;a@e5=$r@tWk>sb5H;> zJ#E92oVPy)dl1kVb`B1iFSYTo&>;Sgmg+w(+D%AbwF8yMO14yJno2%+@^p(J1Yzq4 zx&~o7?2d0$Eh;)m!^T_dv|DGqBO@rdFg+jjBNqn+3Ep@>CdyX`T#*J)mnCqH{ndPA zlOzhm@5saYKMzXgTk$&n=%yZEsZt$V>!G!;T8ElmudkY>@x52Hm#4&!K(Q7UEIPo{ zRis5AxJ15qG`}CJUqMC<@;26cK=l03QJn5&3M2Ej3jN@Iw&ZS2=S3%zCheuku-wp! zZ5}7W@zxnv6%CS;XF*bE*v*f(@FO~`=Iz_)u-XFnk!-hCLKxDZQ;jm#Z-T@Zy@%)y z2?BF6D`n;5s*sDiGnb&R#noyR)z$NLZsA^Z-JALUt>S2fwe5U&f+cBVJR1#nOX20z z$&Zftq~cjfXW=@P`IW0HM*F>&iP0YS>7B3w@H}}Aghu*%ivoU*{@voo6!@v6sjh_>`9pz~%9gME~YloSIE`Z%DShxQ@UYf4n>`d zj<_h34PFO_s!w4lNlbj?Zdr7Og1R&0RZH3U*OCBHHID!J=E_L4*QRu9?V;^QczsRngycf%bKy2|NA)c+8 z6Dl-^1;0UZ<_o+nC&|EU8?hvq%)*S9L?TW|hr~M|dF+TR#f(F=ALH$+%E7vnLrdu# zE&0kabrLswZ~J2(CJLl&EofXRk-ZjUnz@aSkXOqU6>Cgw<`YZ(LxKtL2xhsuuI>+j z;{Fq`gVN+KiUf$4L8U^eNp&->N@IHXSI=AfjUH+;h7-Dq=U;rr4<902g_WVI_s0)P z#jAK4uk^gV`p=aPWa8}g$C76jByWfhUAeGIw7C=6`yj$6MolK=G+8hERVW%-VF?l< zD8=*Xv$=L;LMv!UKQA2@b-YTApt!KqX2-+UNwL=VP1h1a)1Yam$E##=vJcm&VtGcX z65XqXK)@{nA|rUZ|Fg46Nl8)p9u8@jxKl>oqoT^p$jC@aDj46w2zYJcX-gsy+BWpx z)v}S#h2;Qk6%7q(XIl_Y5*N3Q-&O9nF?u>@uW%04;vRpdh$f+l5)2nfN!vh;gJ376 zmYXHSB-8ged3-C_#1p~+z}E3DrdaH!(!+^SzC+F-@$gQj5#~FMp$R&dR|^_UOQ{Cr z$ZsW~(+G_Yu`oTkLt-T~@vG|eSsZ=v{4dd6M!CPCJ;HVC6Q|i8v|%9_RE0rNh7Zx- zy-ht~g{<>k`Ilhtwv~&cu5Zi6$oE)pwAv@Aoi4Qpec_1YG>C&`oonHv8#UBU7TyhD50!`g(dmsep>u`xHj%juZWP+_jt>*gJZK={k?$HfoZw zV&=_ecN*hzZL&fp-7isWBf@;fR$s9NId(Jj;E+XjZXNNQvtYGxVG*FV=0tDfE9Q|F5slP8kAbIA3kJES7TI9A6ENU8Xe2YbcZO6Xf`}z z=9ubQj=@DiEJ)&y79u0kM7`aIKZ0Hn&|Up!&-mjk@|iaQ{#P3Q0__Fh0%WkL7Znp} zc>VG5d(JoIWnCko?@hL4Z%^%}FW#fUzeQ+LvNMuTzcZG=dBufEt%ytYw|@N+|J^6_ z2=YYS9xB=^ybc%E3$=hd$ixV0#H`Jc;1D6-$Iz%9vj|y1E`P|r6pRDUEgimfkizUG z_rQC}=CD6unC&pCz$dk}xe1Ishe2J1|35$e9KxGtcKdr&cbSThk4SVEW@y{a8%i&0 z#%XGH_5-s|l?mwQw@`9zXZCR~(@ML{?TTO}sF@d5_B%i)e4~jHb+J3dnY0mG@VMaT z4>?aCk%bOqKM@k@RtX+*$a@hH1%i0}K5C+eYX?a-#a^LkBwhdd3~uKuATcT{YJOT5@SghGU+txF_9>c@mi!z4 zFM$go79YOCdf6PET4!^6dyeQX)8jobfVP1FH12-}&~-yAm8V5i@fAx#Cxe5yE`8ud zzJrNLs@V_E1Vo!xRq-PpgJ8tSh)Q{cPkH*!@!K+>Q2YA(A8>H29mtg%PzX301I)+9 zW-~0qXi=Fm=V`i^?!gtlnsFuYbN{&Q`c_k6`cP~mm(LUSFNEQ|Bbn&+!=yt8JGK}y z05LuPs%^qYR$|mVH#{6bE&uGr0cw2p37IkjW7a*Bp*+ zJLP4awByLMlS|_+D{iE5lVCxWPx7%*7S6ML&LFniN5yhW?3&=9W~EmyTLx~QmM zrtFBEu!z!N;DojTp)-u}7yNAvs?X4 z|JqBhl{J@#cMZz{tkKlC2+-nxvBJ)gA08VswyW(wBmiu!?zdAs?`#fA0QGDNzR1GC z-BdJIPA6%N7$J_~RUawjgwD+clJb$Xv^2(Cb(F9AMOd%L7X79U6~_Wz_MKiGcc*hhqbJEZduy;(8eGswjGj zbpAVyzMj7fxr4%Jl(%%U(wv|+>K^S;*tNCD?{sp7zQp0{B?~_S$9Hj0^NK&Lv45|gFet7@MnZ(E4hDv`9 zd0EpYhfq@QTw3F>wxSU8IW*g1y8QB^-diYTdtE={mp}W*?G<7JIm=;b|7Xl`X6Aq? z)#sc?oU|*-ltiw>r`dhCXt8O7vWJ9ozkJzr9yccmX+CPjw5~jlu~UF?N#pajyLZGm z?`&z>pJU8OZFUYewu{Syfd|CBum{H^C+lcw9S&X~ZXClRh;V5zz+}Ql3RTdxv-VF+ zpDt}i+6IE`BRRWHG36sJ2dDj6O6bD6cB+Hi;Rsk@WIkz#`73(Jlxd3$%|oww$@ny+ zRtyg#wUx?)zgQZQ^jtaJ>l;C}Sz3zg#}^PLkALbt&n$4nzeO^tk!;TQbl`ggtcBlfMF_xY`sBCu#^NK__ka@JGhXc8MwmK56NENM_G z`JUEyCZ&Uj1yEC?!@~=mQdl86M?yxLnpcZ$G&xQwrkx4}SX_v|O(PZNM9(gt@GSpU$WvxM z52U)x0z|X6cGA9j#N%sueO(=i%?NZrMfTs~;fOFWz9agGILoI=Ml5HT^I6zm^6K23>0QtaGs@v7#ER6J{dcFB_iRe9u7U=nPz>maj$y6z5=2*# zK#|G8`6b`|2316>Pb&B%vOLp+9Fikz>Rpyp0d)L|?) zinPLbN{zd+w)X9yM+Q`_%@8vML2^($_8YXaTU*oRmIFC^*r_+7iv$yf(c1_V34Z$- z&$T{MZ_9F#2YLl&27=n!YXLx~3BwsmUo`#K@$KuF(Hr)`sM31pO^-22LXX-1Mc9PuxU30d8ax<&j(U zzlK0#9ToCR(}LrPcBRv^S;|GnquhGP&`Co_ooW(s_n3SA5iQUJz)@J!TwL;H1WNr1 zWt*Q8952mUK1lSRlU&j|CcsFpUq)4gw6=lud-v`Q)MkG*@|*nogKecEfLbYTV^q*R zE9-;DKB~_rG@}ztuEj^KTnzx}L*J$b;i{{U46Qn-fuQ_dG8-4M0EZ_Y#;@P5QH|RF zRVyX^`NJo{-s2T)VlO1m#J?5lnP9AZJHO3sAX9;URAetFplXu%eh4*FP|eGUNU1s8 zKbV6OI26tVud#07rubJ1O5n$}FS(!ud*R(Zq`Y@pmX}2k%i@GbgTy)c@pV}}uuq<5 z>rC{)kFYX1cCRw=rqCC79(U{@-Bi`i3)Ev{dEq>2&I? zqc_y!h_!u^z^8o#ui+wm)wNXG4awGUxzPY+IZY&{6m;`x6gav zUAxL|aK!P>z$Tk!{pgUu&&pFitYMMgia`G2`i?riM)UOj&heJSL@@LYN15GWQo zIXMd0rWess@^qLbaaHLt23XY?KFtaJB1LnVN|*92UTn(pSA0wu#Ip2*YVk?ij&Cj( z){gs&Vg>X7dGeFU$aC9g`1M2&KR+vU0p$@d?>edbD^(O8!_K(#2&N-Sm#m8?z3ZHO z-5-NL-~PB%Wu@LiyF7*VZ{XkWi^+jJy_269(RCj3bi3ycG(NG+|Bzp=HLbUDfd_q( z{Tk9gzTvY%g(Y=&GOr~dxszN^#WIZm9MRDDmS8l;)$;4>bd*ME3l-{cPA6vi&la%? z3zQc(zR``orpIQRvp-b5Xgu))()qR-sa0R^dy_VY(>7uu2obzKDhb;U(3Ln{0>5AW zM$6K4i(3oBX>5#dKzZY}RTxb{PX5V?EM#$F;`Yi|19br57}q(Z>5B_-AB=XhJEJF! z7oYELH4A^B@ zX~q{HTKj!IqkpkAw;^f1`KF)%X*Gb>{{fZH;0ew@u9AEzA@nsGi;uJZ7D1cF`{MJy zRUpzTvs(S)cTzvk@w*Xs5+}q2G`o@iJtu7r?Mx$7?)#j;!FhPu?ufE9%jh(h_vYv2UyH1QplC%k zPf^r!0DtQ0ptd_m(!|->Sz5Xs0y6gY9N`@+I(vU0Qyd3@j)MbzvDtSV+U0j2j)eY_ z+C6_eZ4^LO_xd6BpiP;fCggHyYm+Q!JKa#_;{VPDI1&qsiXx9@*B0Q?CKAAKo24cW z4-X3iNnMxj)=G$HhJ0%!#_cX8jMpZYRou~D-FB3n22sD`JYT${7tu|P=}P=6&U^jl zz{snJ4iR9CB6EtAA&-?KvRgySg@qyk>AUbYnHe$?^Q2vwTu!~NxEh{puEk4!@SKs| z`$QNr;a0k1dU_NPujMHy^P&?&+L7Jr=^H<3*^7PRT#Bc$qvwa z!-}PRo1DMIjeenmzz~OYPZQrl|I*`7^sJbvd-ojJJ`luN#BWe8pBeD& zd_+hgKQ0N5RC+hTs3wbU(G@yJC>va$^;&T}5x-6Vgn9txNs2Xt*CJa1j8p&B#V@Kj z7{MdX#K?$1JS#jp8aH}Gf(3CXD*5GLWCacb=ZjlJwBsmNv%lLZazxti?}fx&36>4p z@!bRIqRnIcdi4142FG;#I?Q$B>xR+KqFhi|IQ2l|zpwTIe6^x62?=Afv!Y^R_Ert} zHg`R^)^cUv)fPlwxKO!tC2+GXONnCZuiVx+=@p&u0<`%-OOwS&HzZ2 zuXQo5#TW@cZpt|LRrr8vr^M^`CV!JF>2AiG#|wctV&A#29;@}`Q8@cvrj;*JCKi?d z;vVd0&Bn#*HN~fkkn!1nP>JUu+%=sFH&g3+GH*5L0D>j)+z29Nc`p?)_B zX6a(bWk59aWAF6}BFAx?*lwHn!6L(jYP7+nzi@yb>seX%iX2^sbxWFf_T_ceJws#k z7fq_-eBA&3EN1$n3TyYuAGxUffxKcTa>V=e^aq4@q?}n1S!HE-h*CqX(GL-lZoKbN zzY{;!p=k|6yJYTPf1>sV7Y`jbKDreth!_b0nnZaHzWO0*wp2-*{90BQKbH4aHBB)l zNx*Q4e9B}cypw;BkXkfrFYdabrUYpxfwwI^C z5Q@7$P0N!xROu^lzW64^A#<)lD>oN{8*FR}J6=er^Fe4Z503^tepzt}cP^33Wg-HNNHB!;`o)W-rH*jW8L*A5`LLuM-!+(eRcNV8v20viI&zV7SYk( zVjH0hBpJoXx1-s^ua~04n38u3K_~;MWB>`kQTW`@%e?VIe99*<5$)fEnV4cftJyue zf!WwS>o02wns=hRydmmp9%7~~6iR+v(D3uSgI#=PvMH>+y`5aZ5hTt({z&o*e%jKYQ{zztxMFU5AD=Z!tYp7+R zo9enW3-v`3QTIJA@!^9^wH+hgzsU~`*@>SpUvof-M$XXoOf5740PO(~%g~TId6)my zmeKB1C7ZCYcchVKskGt)`py2^Ed-Jo%7|&1_fqnze*@h~%DKhvFOnTh`qWS%sF!=X#2D?SLD6$2Kgp9CL(23#M7f5Q=><=0lfrrQGhGu>2>YP z7E(i>{L}Vnx_Ap46aUdr$LS$zphRdJw}5~roG6ctSraw!DeqD*hxiB%=l1y8T8l zFe#84neX*uSrP(wSUV6%)1LwqxR>5Pj-&02LbG!<4mgZ5{mEU@A3h)9gpI&O;G!^e zFUNj(r}ISw6+Z+`eJ1>@L2TjncO0&TuGjuf)6u8|m(DR0MB2hvI4E>nt!|Kr0cjDc z=|Zs2;h|(RvyS!#7f=2+Fxog+&-9<0o$Z$`;=uxf4;f*+tYkuB(WVQ|pb5oyU}p|& zQG@g@5@&wH4gZ{8ca!5!eS7Jv`z0Hz9$Um!cGLVI7x?w7vd;Srb$9uISntyqT{>vS z(IkW}oMq?QVuSjzsi_obEC2AJLzLDTj7(p#^d0K27Y@!Kmj!Ods-MI%`ro*eS}HNR zq)>_Iw`U*8zhEV^S9DksFTEwPjm=RlP_rYiq;%Q&sL5%i8}E1^9AtbAp3rUq&Y;J* zuG6K_I$7 zfIwlGPypN?!hyHs-eajD5Yh8aQ+H7eTwDO`Wtj7L#=219WLT~nN;M% zymuHv#-=hFnX`djEy}^JXc`$cT;HfU*csDGh>-CDxy2G;OhdYj!0x=O|D--YZkVvF z(ELx@8-4UIZHv$*1Q!)0rNzOH)XT~#wa%04s|y(Mq9{c--RrOX{Gn<_U!NSSP4to7 zBl*~yFujR^a+x~tCj#e>8rT9!FA%N>*GmHwNw}eGnte;jR%&SV~e7S86|hs$CuNWA)L~ z)0%#Z)JE$$d%@kU37q3+y8?t%aRr&0apoj>K#@Rtg$l255GSq;9bKf1WUX_j=LgPO z(;4Qqv`^^dh%A+#DWXq54GWzMKP2nF$xO;^_1}BLJycXYl?e^yt*SEr5RM-B1Sc!)NkRnuuYL6N?t3dmb_P$1siBAxac`#G zA!{V%7RpVCy>;g?Vy%UiLA787lSm{xmPzC9YT43T@{G41PSqjY)?vxQcc~cRzULNj%O|%O|lbHzW80 z1SCS9(u*>s5?A`T9{1h3NNRMfHW(8*npb05-0x|89{uA!ZOcFA8yqQOP9ZKON)+}H zP8i-XHo`jq<2u5liq*zp*Z>2iIw6E6E-o$tgZKphMRUa<)-1Q7o8Q9S@_M^9%{zUZ zgQ8`EJ2JWQ;{QYjyKdV;X#CFzR4-vrBseI6PCcPHst#sFj`901Xl-`HLN?V{{&X&W3?$A zyP=WubKG&0Ek8Ut(Ik8bE8Xwm+_Ot*yu^q*(pAMQZk74@a=9AmLT+~gr~{}wySk*# z@;x?P@Zxcd-)1w1LpDKQJI5JtX56u^bB?GWA z%gfhXOrG}f4nRO4Xj!A9qX|$XV(AfCpFWuZAAF+k4HLG}WrtA%FfCwk9sR7yYnHQd zbG-yrnlP46aQ23A;n8XEn`%ZMU*7w7VhHbN%#vK#B^z_&u;Ra4$px+K$*c#!WY3+W zjY+QIynz1U0a3TFERuLLkc0#KrLO}XDQQn7)_+4Oq9|P>`UJXgzUCAe+=5;hUQ&fBARu8Q0RJX)*wVq-{N>uC$rwFT(`E4gSkC8oiOfCWY^?a&@?zHi;8EVVq2Aun zk@e{#jeB3a)YVr{O_}nHF#nyG{Cnj>hT@3Qs)jB_O&-ieXpA0|^MX23V>7=(9sN5q zz1H9S-kgu0Ni>cRzP*IEP)_yoL0jg9NE4~oqzwvQiLlpUJJ}>jO$DF*crTilN(~=I z2=1P73zrfX3FO6gIW^DwpZztj+KH3RF?qnkN2cuOcfEu(4}bgi_8^sfz4z5t(4O^s zB!ANQ={spCHMVRx0RPqh7!>TIPK`AJpt*v+bK3Ehs z7|}P>%&gY8j&6_%3aOF9#kNoYV_CVCpKJeoh~6dD+D4r{Rqvp!YfTy^iAygo-ds`P z`jpj*3k&S@P+D)Z)N{S-DrCvV4v%ID7$?u6;W3yv^a}nS7V*9B<>_sSV$O0#epl!g zbuE{HNugghH>NI0Ss0I!3i0^VC$G@*il42y?JWu1 zta((kPedm*%t$y7$k+Cl_{C{4qIFwGC=po-JyAb0+x|x66&w%DnY05$_3EJioj=o9jAJ zQgt*8teM@pNi)*v)k`AxG+5CgNMJ-Zw^ofuM|_uSuPbE_6p`b6M7Gk&WrCvZ0NL39 zSI*B*4&Nfv7mIm}2*`h9}W_?9``yG-qbo{ETbk?cMh*-gF3@8H^mK-gPv!cmgR z(*$=iZ<2`wxR1nG#KkjRbQhAanX;W7*$Gu7eQQd!+2NBzM$m6ha1J>tkdtpwhJF9j z_~+0d^tRtcjl;}kmSTb5Mf*Yr0bx`b#Va@t!C&WGQUQEkc{vP8>Dfb8{{H^T%8|47 zOz1CuW`1YJkyT5{+gPyUecQ1F=DwL3{i;uYePnl=&-xwKn#9Xe7*X~+G~Vbd;GrzK z#U*7XGcH*3rGUW(qV~#8$GASwD@Yli0=}}j98JbgiXgz(n_>1P07nJLX+xS46>}k38-lHjdanjJ{q`}N=bJ4a zsrDBRM^+UDKd_p=Cv#^VUF-v94wiF{p*>%>%f~jJvu+_SW5HL4FPR^DMio6oNImXb_aZd zax6}-3friRSCnipKQQNsT(354AT#$FMWs_v0nTvg3F2I5c6~^qgTx=0C&FJ6M15F+ z)Ji7R46|MK0g(eNfFNlEFg^sDW;^0}>qZ{l1F4anA)2no)$H&{2?)k=@+fRPr?eZ*Y)< z`r!{hz*!9|u$b7~_#< zwKM!sjGxA|zE{VACW*}XAZzThyBoc5P3!sda<4A9A0i?n4S;NAScDqmOg#Liyw@hG zo$bP0l|P~bg3y2aY|lkcaRo`sYuE~5XP;?&QIU8TZu0bXVBArZ<RUXDcQ2ReSW`C8;g@JAUp z0)55fe&2U=vSdx#Au;sm2&^_^6=4}%`n8kEPDbx31Oi?gup6^g-K9yb{f*vAn8KH% zP0^AV(sH2b<5)d1tg%H(f%e)YJQChpGYn1d(wX@ApXHChl)b;y@p-*DVn*I{DDA+z ztAA`w_fA*)6!S?pLK$t6+Yy?dA%~cJJ4}aeu*Ya(>D` zXHkCBbZBa7${d!LpMP?AXiS18F&L*RMtcALg|Ub{I7mlF=|3pKooQoZ{~d^vJx+*AFG4x68)gC4J95@hkI+++8E=!LO z#|g+)ZTQH(mldD>D)B=_$SW&9;9S3)5y<=BH~mcwgJ?Cywh_#-Am9g3LckARTk=Wj z$3cOnqO|XO;ykE)NRCH$OYa&8NW7>Rr!|mh^GRfn(H;qgzS|pF+YrZ~eB1Pm|gJSYmy+PZZtaQN$E7*OvuQz$3Ep!L157Y0ApD`AJ*^ zU+>xyu!p@XEo-(2M1EQ z#tvq+%3v9_!V+Kr{8|#Ux>U@*0u<{7# zjhR%^poxnLY8U`?a&}&m*C~Bf$AQ)0H2W&{7BA;C{ZU@g{(QJ5aj_4P0Ez_Q{6jCv z@87q1`Ep}>TVG9$HSFX5{yy|)ga5{6&keh)QTSu3sxa)V`Zlm>{WO`elRJ%%ss<-Y+UIFSMYY3^^@^aOw11 zJ?nPEI!@XuoFvh+v+y%J4)L->3*aI2g1%aqI)AT~7W#!kW*;^Rl1jeIt1n*%*7af| z)LZ@xS{xH42j z8GS%ano48&e9g_QN82}I8^NMj{^J`3r!J865NHP@?V#P(j=_Sfr z8cR%o!QPnbEw#LbMV?B2DmPKcVnsy-yxhkeR)9g2UH(6+t}?2sHdr4KX$b)Zq(MNs zLFtrk73mTw0cmNGmXL0ckQ5M*E@|nM5D@9^?mK+<&%JxG{NY+I4`=WF&df7UyiGus z=xfKkv~ieV?a{L{J?Yy!d3mt6@qDHuFfb6JdcmpL8Me{3wgUicC@GaLQsfY(8hKNG zQI%S2o-fyWYi0GV$>3k~u%qJ2PA_Xt`+w8`cPREBfdd5RasUp6Q#e-5vw&uY5}hR5 zZ(?S_dtsqNVm^jMqQf`b+Pg&l>E`~12njCk`LyrCw1tM&`3Xg7rP-t){RC$)rfOoW zmXWcs+Xxd?4p>adSD6q=Io?T9X|SyWb1_N)tNUp_cV^njXV}SamEDf^eJ0zSDMLzA zf>5RvJGqDv`4ULLQ}>#?e*EdxaeXsRR$ZVJhKUBdnRV3$>4xcTyZK6C#ut{$GXz)& zSd>+-^RS_nYZa>H(b3b-xURDR;rq8mfWLpT5`7ChL-0)xeEfLk*QZaQsQZ(Yslvn$}|vF$SvMlX>ER5l3OZe^G17eWZn1Rz@b_PEZhk( z+DN#i6crS(q`Hd~bAKrs9MWo}3vzO1BKb!!ywZxeNF*sHY^ita}h{C>tf zo*HT7v(aCCV_vi${VlfZMfSbj=KD3G(9Uvjh^Z3DMiNNf#l|i*{0Ap7E;5idq$MSL zM)4_RPTa3jh1|BdV;twOW7;O`-S`U9{vY0`{m^$oQuqb=wOy4%ub))`xWdTsl#OMq zc1vuhZCpL_{+WG{_JBBbj{F$~0&;uU^c#9SQ^_rQ|GVE)aKCT+$bID`359&fCI9ZB zKr^C6J!boFPpotcjSC(36Y#|;c8Y>pIWRiFv0ZSt6?TBIVKbYm4g3mBz}jin7`a#1 znRlAlu^u*lc|}hDS}_stm|u!<6N8^86N!ouw`fUINIL7(X17BBF4naO%Wm3R?>m^- zkFfczT6o@|g<~Qp(Zj=-ypZ*Nm5ZtaOp=iy&Kg&ohwlj@n;SFJw-(QG+I%BvPXk0Q zz~Gla3M$Zp_ z(~_6wD?$q4`6BSTAUke!q)86^e&_F51gIzY?wLnw#*}x&2xGQXqR)t@GOOw)=CZza z)1c>t_c>mtkf!KX` z2Ph5X@5muaa$=(d4sZ}4Q2=Wj!)YR5EIY;48F#r^AtVY)Vf zT}-nizQ%=OC>QW(iJ^t#P(lE?7`u1&6)M8t0ClSwq;AIX&V_Qdu zI)UFjzvA#Gw2p$}V#qciJwFwgIaP8wLHZ^FxlS-3avn~Y#z-^Qr`&IzZ?l@Z+DTs6 zo1VR5!uBe+U+Cb&vN7owc^GF%oB7v-Z;4k#o@9ujxlKp-ZTqj51Tnwbj$0sGX{f$s@4P7@kfUPhvy zX8T0byQ4*XrrznPL%o5k(E{N{e!k@WvaxD zl9zn5X}2^GGEIr~U3L7Q+ijeVlV8D2wQ=2IRi{Ez3qFvG_)ByML1tO#1v!?Ci!;BC zj@h#BPxuylHIL1h2xB1rHHqtL-cQ;qj(XU883wID&amvT1CV$@?W0v#p~(!UG|T&j zME-_EQiDT7Lp-k|>T2pB27^32Am%~277MZ%*!Mrg*iY(t#)ehLGn+&_57v@W{%?5O zJfG1Gs1bm1qMxCrgToKtvC}-*p2pkHCe^qQLv=o&K)|7O3js+5@H>j9f40QM#>Nhd zfrTdpsf*xW5PQN>>-D+?q3>g8p>EFOwrB4hUFO1W<19De>s1!6*GvkM9=sp#V%b>1 z6#Fd2|MKke>hIsbpTYm=bEgTWmN?*FCnqN(xEu;iDarEU3)c$77cbPmix_yh$?V%r zxqFJwjjxnr!YGD7FcP%A+`wnOuyrX^A55`iL5{g2hRgel=|BiEl+1U)A$&NCxqOZn_~ChJe-k+$eEp%r;HCJh9wOMX*C>;-f5b2 zA(59FHt402m3ANCV@Iu@1%3)ueS7yarjh{K(D;`!&w*F{SLk=za+N=wln08`dF7s8 zyuTq;$wqE4)ogogyXgc7b^u4W4A}Soz?lRNN-+#eBB2W#9_D#3mbjWeC<3)Z%87RsPeYpt)t!O`d;cUJ`bw1BBo$!e5|iwrb;KxPF5 zYHMpBwtSajro}~b7v_%cpAXvFKnPI%^lZV}!eaBSs}wr=QJuN8O4cWemT=he_0KyZ zf0(8<(H#jpej*c^JrwxOezvO6(y{V^hc*4^&mi@41p_-5zp;mnyVd8X)$zp&zhiSO zx^s~FFF(?~WLo#JICL1qsvfw*Dd?rbL7;(Evdj?j_|lVQZfs9%Ve47yKiByu5i+zO z@58!{sM53_eQZHWtBn6s$hd-CO!C##C%+o{(_9zn0Q|F%c^5#GK-f2#l&8VyZ+PH( z2?UT)4IDuhjF>2uF;s3vK5p(GkUs{SvnL;AXy@j-{<|G_;C2j*gZU~Y?#kL4=kH{( z%B>jRXYbxNmoR?jUn1Q|@6y21G~s}Mra-@L@NZD?fde+i_K!895XE5LI1~~Q=3!x7saQMg8J32bZuu;WuL3{^<>@@PV z-&0fWK;BNwcKe}~IpLnOc+I_6gZm)wk}K&rIH-}H#BYg8S2akPqcr}})N3aLXyn9j zsUyrDX(t)Rs~(4*4JvCFcDx%B*w;kM+{b6C{bn#?@~Vs;ZVtXK3f;B6RIz0PfA-El zHI}qSlEpFLBx(_u>h@a>6^bYtFDDT4n z(fIuED^joP>fH;^>xIMhg|G5eZF60HzdE_)&68ie9+;I1aYtw5NB3)nXqw^W@X&M~ z$APr?SJ^d;stWHfy5A3?s%bD@v)NqVgR$P!k1k3BblP zcPw!FM-+Xm9sTA#>c9sD*OtkbV;?2hxGg<%9wD*zEVfQ#Pi>R6GVL~w zy#K(Rq}iCGB#aeYct*{**9)ovOBG+fKG-gNVVSGRi}(Ty;KD){5fLwdvw{5wL*?rn zIoimLIDP-W?olN@>1Q4WMD?@HjE9dtJ1;%F!-kEtXH`y!Xd3{QU6H&iDs&RKT|4?%5!fJL))OWw`?Z5k+`u;dNlcQG6E19f( znU$wDBO^mjPOeC&dT0cUM^2Bnrn{H-%@fJV$)UWHk&%HQ1s2~G6|pJTO5}@Rv;h4Z zR6IVuF*9yf%aMHCm?m6tE&^crc@X)V+t?Hr6`>#q2nb-)Wjk?pLjknJfWrpy!LSM_ zL#;s&KjFA@@iIsNd*`d6PMPhu1KU7KsBk`et&!T94$%)1&T)S~%`|ttaJ`g#$@Ik> zuu78!fNyeg`uh!BT==un{$e9jdhgtc+%a>s^Ot-`NMenr7heAL{&9^F?-sl6lZWwO z0q~<-G3H)Taq;%*>IAqc0oBXw6_Gy};iDrER5CiJHfR@`{z_t?K z`HAhgEU}4TRP$NoW$S$9Z~6}g@$?aS_l8Gg6Xf^QKHN0@J2(E8-%Tco_af8_V_a}MHi8Qk-nMon*WvJ@N1<1Twla)sR# zFIV1>&A(wV%_e&ASbp-0Ks`YNH7 z?f#h&ot(+KD-aav^(yzX#W9X9sY`9AyTj3Q?~@Xc9lrvU6PkL+ zK&`EH0~qF+$Qe)uz;*yGa5#WfOPN-oXJgtS#tGOK0RbLR?1_bYME>B7ZFsWwy8tZt z5VmV0kJDB7y--u75MrOvV$OY{k{_&*bXf7G3Ax2?;zPd;u)(MwJry;>BpPatl@qSeioj17m6N7$zmd<*v=`pX}VBJ9liL|+tVyGWA zK7a9nozJ{A{jB3hV!p>DXjfchO(!O^$Tsx2kAEAz{Xt8Op=;6mXK;qcZWHOe8vI-M z_+B!`6cwjGkWwuyEClMnj~@q0hJX0O^y^$o0NT1#r;gYF8sg*C7uLncT`{{e*TN12 zW0MHQb*!C>v!!7s7e;p2O4Kyx46zZlifROjM=Y6d)0NhLFu-7gP1QSGE)C= z-qr)J(cczv#TdO=URi_gRfF!We!U_6gc+sDxgK|Fy3AfJCFgX3a7E;7C9~YUFUt~5 z@0{X=scy|wN0(<6bK!1*{-wo|=hqx4*k#g8Ko9}0^2GtJWAZ_0jZH|EmSWM1sDg=) zGsO~Nf%Ibm#IOL+g9QLl4$~@=_k`8eP7BTi#(X6TJ?@Xq6ld@5#fw=cWfM>8X8Pr- zFSx3$bhjnyLE-5xsu^au8I5k1Uy}HYi3=Zq<%}r3_cDx&kJt2i59UiU#>o z{d}IDh>tKa+XtDMWc82L*NQJs_UrMN|C+m-d!6-jHdnH_q5^hR_}K-ti*SGfmo+wz z<0HXeVb2=FgR+KBrm`G5hEJFW$|nBX3slbCIHAfx_aCo%-_|QzR)|Z{rwnh^9ewRp zA+0jsbX`s=PbVAMzl@LE~>q{`aD8m1FCK zkzF}}9j4COpY?22>?v2)O7!8!=vw2G@hjBl^;1NTFVEhjdE8HajuvJ} zRQesaFdqr=rK!4DF%V&2RexcZb$ltL=N)s{8dr-HQD(`q%#3%;8>AZ2bTd z6UxZR!9EbW3pk=rS2Dv>JT;KEb^-sfx`NCu`uh4qx`xi9HWk~I@50xsvwj>{+UN=3!4ACt<4#8I9 zqkYW~{9Ac{Z?Ckh3@qz5aLbAtuWCS-*B&Prq(P}3$b%PL^{BuvbmwGO`#5acjHq!? z6#V&^I*5m|h{nXDsTEZTK5%hELaL%VmJ|oK(Bb=~G;T)Ry;ikU&1S78)|nR^SorbD zw%CU?{%0~5PK|;$a1Uf2h#4UJsS-%5rfSl?2#}}F@WVK?k{|vx^YxY2_>-fT)6L;~ zDu+Ysct@!fKNos@f%src>b29QD2n^Tu*Dx@KE6K+decui`2*c&Hi+*pd)^(Jrwu5G z=*MQv9~_1GhPKEA*H$b16ky^6J)ZAdL?NnZR*n}12J*W6i2f!hN8 z55T}7Ay}D%D-KU3&Q_rlEgV~qTV3O-oqQ-QVp&3p`MHQVsu>yYw5ID~#U{6n<5=(- z=8tg4E9x)Hw>p-1+&BlYL=UvR*9Yv184UNGTd37zjXN2FL0q3I_jvhi3py!!fax#f#xXh@)w>N4`7}-%duf*W&O&}r}SSMbjDnel&+eH+XTpqxLXpeQaV0OnSoZ+8H6joWPEIvCMbNq*nE})T7E@rU2Jxid?f(jCI?BesQ0;1x&9w}; z*+{(xG6NnSSgzDG$cfz$iv@kB#&8c#m($XQsZ$mK90Hg$uG8fDK>4~=x*brNo1@oj zvwRGu(=4?jhfX(fRxf{`}P;RZl ziN|z@Fh*WGEQ4UE1bIkNQQxK$=oF|#M6Q+gS{*J4eDECQUbslJHtVyNGf@|arbN${ zV5uXEsYi2D%VlBc%U(v)bsGG9aB%M9xjho#&9-tJ;W?x5!R{}m`z>W=u@fXTF+-vc zxX3)ujzXRetfNtO~Ac1GkqSUkNi(g*!ZY$&LUq>vf&XG{_T1jn_eC6ctwvJY=kxk+Gt~OM;Qcty>lCU*%LCvH+z?3|_N=ICPUufzKD7w{%&th-(>h zUGIA>FnGfZ@_*6ju=oE5jTT^G5fTDh%h9nhh%g0M@|mRM_m>Vp#K;vVKo-*~J4r0!M(9?GseM5HMEDKQ;goE`F;%4$*V1}h*DYPcw!k8@JYz-Svo%LcYKz@Nx z1l$ydgfqN!_NQL>&H+oBb__^wy7AMSwY!jf_NeVKC`NR7`83MTR^hg&sjJII3IdZR z_e{>%7`SE%3JMT&KRo>nRDR$$Z(9&_;&T$*A&GHVdVDAz!RZ;KsNr*~v3o=r6+Mym zMqWp&c*i_4OExk)yTQ=f^F2-klE3+x6CSeBhg(<@8zN}gos^0w#EGWLPmaE6bAoAr z;po#?Kl)fke6@1(C&v`K`QJhg^c@XCw;~#?`7TU5@9}cP8SgZs`%^=24a(e)`3Zl4 zZJ{)^`br%4VXd?Fx4VV%N3SKe+@|(O=m?(h&FHh|#w(m#vtMs}8)VaD#pj$TT_w@i zUSIRAHyrA0Z4+ixuQ%VMoi#M1(t`3C-u6F}lM+uOv z1aTdH_KZ;C+3;e4QFw+Ks8oSo+rkbda(VwQ78Vhf|2cOj;cjyz&+E=a&ZFPcCO=y( z^61`tY8&RL%^DKgy;so}RF;DOX5wCemTaV$;YfEV$KI5!`OpO!?>o|KAc$}4{r!n8 zHi+2CegBpg8i$H{|2K6*7DAqe{|eFdXF`Zi0;|S%HnPXJe<2@Z?@pG!mRDED51Zd^ zy!M0+0_uQ=hmd6y3DC`N=gu4u0W@~#U#~}6fAg%S{IG5tWfwxbLkXp0fq`@F%t<>WsU3{RWe(Z<2rZ|s1~^qcDgm=FNO6dnD& zm=#dUrQ`F7_xCEcm%E!?njKeN7E8k7i;`a#{Onh!0bze+5~PR(Nj7`Z;Gz}jH|l9? zGx5=`1a}!C*SmceR2(+>NnxvCz>4Z;%q`1FAgfNG7;)1TNU48ANA$82NDN~^Pjq|y znmEx=^I6raOlN#^G%i|66T%%y`S)fS*Ns1#a!3MsXBN@|p7&1|qthv>W;(_t zf1KWst$N)Z8}Lj7G`Z{GOmYi>j*jk}*x?si9_kg7)O_27i@mnVm)vDLzSgw`V;IIW z>0bvAJ|+|+r7wla-3<{=JQ_Y5?EhPLw4vVa6{_AhA^|fq#BFt@?!YD)%q1Xek(iuZ z*lB|ZbT{px@`o71L9a-jg>xt32q4jL(V^qYIxYOYTSI@acPHL)-2LOT$?Iir;};j1 z#&o2jv3_A}xF)wO2M!#&cE zf*q86{^;BHtKC6lvwAdRZ{%D{9E6C-O~v`T9&NlT9_xPb9rT?;X4auk zdra-wiLfv+)eCGs6+s3FD&qUL-IEuhJ_DRKBD=qhKp=hhELYoxD;j*K-E>%)m2m-0W6gg4fenHy9IZ=YYFO zUw!x$Q6BsJ3wnf<;Qr*#UGXpRB1>4p6Duxb&HZ%DcJw)!f49K3X*;fGn?c zA{z%C9uGgiV>Fva&WoHpN`Yu(j%mtl?V&4|(jtWaEC@A4DSxtuh^MRMX@GA`&hQiU z)CU&oO&9GY4;@g;BTpm>y~Ym^@MySO>yDgY@FmYi=1-{$&aR%*IZpWiSO>CBlja*S{zuq{*# zXi%zUSI(!Zt9Yc(87i82s@_#QF@1E-gqrs2Dvo<|ba5OLSuEA#Xaf2w92^`-(*x8$ zBZImc48KGDo83QBcYKM@7h0jA`)|GnehBAWO;|)KJcC~@Zim%;MrL~;xdwY=>JG~O zAnfi1no6rrZmzCC*WR8!;a0R6_a5568zaSFlvG|Iaxwaf5#QG)?1tGp;=_s>3+kDh z#TI~a5YTsce(5gk1&qIAugg+^Btdiq`BoF4T-kIQJ+t!neG1gM=g+?mn!!@pvF6eD zFDZ2CcB;7rDE@{3yIGY~LBc&4_rT3~*V}v}Vr-~lL%$KxruTcD4W~gm;7KdK@^`P& zK~1g$bzXBR>WCBf22o1(H&ke0i!{*d;-Yc$@g+TE%|wcr!o4{qsRMTTmw4|E3^d3QeR$XE=i~FcJ@Xwl9t1v=L3H97K?av-7+bkfO%#V*c5RFZ-+g&o#X&hlbP~9(O%0sSfR4Msa&E?y9m9yf8q8p|@Z&{7nRQ z*~Ple;rptKJ}Ex3%)sy8EXw+NdZ}Onf9HD-X?EmaOB#ylqi^%0yFP2M?2e>F zE1T$<-{pP#=f}JGcBx|O7ZKNTgI=Bk7c{Ucwpp8@W)G+Bbe{2u^N86ynGc5^0}Jp) zwd!Butj4KZaP%dzr1ifL&2oS1c`$#cMlRH(snYRN&c5yBOs`XD-CZ>AAFe8mWGa>= z-5F*-KTXU1@Th6^AVXw}KO%Qpr@s5SNQ9@phUe<{rmRS+*U;Go=(2(Q0Q=O+cceA| zv{+l;$M6HJ5a!YD%P`62mtV~*OV`+Y2b`|IbWT{=l_%;H8vkW=CHK$bQg)nLBdM$i zO*87|llosOsr5*=eLmaE{$p_^`KbBP(_(HK@4Sy$DFOMC95A{pOHqi!xt$65nVu4 zdOcHi3$fJ0M1Y1YoQBi#T|nsWO+I+S6@6O&^&*=WIwGEYv8#k1NL{xPX4clcx=%jt z9Lv#U05L+d$KcBK(!}PR^!8h#_bwzpoVBFHBuUU4s>HJr@c z44BF6{MQ*p|2P=q_3pF9nBeIA!}4ydmKz|HWb31$3nczX&qppEl~Pmoxb3J9K3cW= z-CfgJDIK716?UD45T8Be7MOLceTJ&ra(N5z2ucu|j6>Z_emdQ9I}H5x=8?r9s9Krg z(`YDZv+VX;9CG~jjSVY=DD){e(#+|+Ka&@#XqkGf7yA(vjc%2*U*FhWZ8j$qY$SQZ z+2J==fjbWyBj|z+iJVS$W=N#-oktfU3^Dh*tNn z<4Gi4-{JM_+)r(8`)#myisyHB?pwr9aXv2AVL4;hU5K1n;%wIOf0FT_AE!=u!{W;H zs8Q~Y{I(&>{ZDCLSEm5l1I$0Z>4eqtRN&@1b-w~lnAYr^X2)cO<;YWJ9)8w=R5v9k6Vurv3S`F#@C zm0}34aX;nM4pT^1*_derb2|H80M_TQgG(pab>QJ*9(!IY18ZVGR`&BDXs#JLDaX9 zZZ&(CJZ?8I7HEGIz8TN|?jHU7IoihPj@5TM@OMsD^sKl^7VIdn$fKpzP}x2V-g2n< zYh!bK+!0yEELs!gyVd~MbIOs^krSjZzY*SNNlI3F10t>Kuf;~6D%e|ECChPrfu&JZ zOdp=%@wOH5-Z+YfO}# zS8cMj?oDY1;6i8Ta6&SMz9S7wm|3dNIW^f!=2Vp0Gp|YNYuEjFMh2hwbAf=O=VG*_ zGwV$k`k!>f)4x|$@jrcIMk7pY1)nG9ObpWi|J z+jSW>5>kA`;q<0XbF}h$v2@dR4C5XyILj96dCVs{g98G<4SXb_HVvmspeN#a+BQ{4 zUMZ~Z7<#r(H~muB!K!uE)^y|EY5hcLVbel;_2bK>KP|nDL{10DW%fl@9ZL&ooR8h< z>}FvvVE_Hm%3Dg+l2%?@#~N(2Fr$@W>s5nE<8SWub{(lbahZ39DPHMO;zA%ST;S~q zzW#lEN+9g3~)o?(qxPsU1vTp#Jj~Pb| zWPe1mS;##Phi2od>a15|Pk)C`yKUFMEY<@*zPjHQg+)c=g&$$^#%h5mAQb}GDZu4t z$PbJ&}R~5pQ{#CRi-(36A=Gs}kU0u+g zZ3A<8Wkp6=xr0SvcgM;2XD@eqr{GCt50}GB3FQ79@&Ig~FD_jv zi@KplRmE9H0^2OEOWB_~U?m7E(;q)ZRvpM8z%A8ntNQn?LTlZWC7IBrfk1n!5f{dw z1o9H|pbNb_B5#HU9|{J}D~!p<+@_c&k~@?>ahPygwAqc`a>=#>-2x!%PsUNKrbrRl z%dN@cUH^vAb&##dF9lvw{Ea@C!f5+DNgyl1KmbmwH)%M)1p}8wpyyDy?=%5T(v{o2hS1UO^SW5){5wwT zGmn>~UIhc3D62W8W0&ZI!K!I%$WJ#a2^7sOLrYKqpDJT8kNWx3yJpSDQj)$`7d=Ww zvKJS3iq1u~WS{Sh-QTdre=Q=6ZmOA;ipubh7m~gWjq3eRzH9aZEB)zx`k6H6&n5ir z8h?eQ8)x1v)nwM;is>|Q>0_OHLec{Al}iruE_STi@#DWM9>@;wwOXYwxUgCPO^0q9 zd>|!oB@16D%QJ?698L+7-fLtHDTR`&S{@QrzuH-P>lK}w~pY@9#fe%*RI(;(bM1nURptU z8ZR2nR*0DfI_aA?%Q}`=g)}`1bTiAz`F<&JVr$xXVRzD}(uwR!FT-yy)sUGtW-4zs zg!D%~l81Mu$zWjp5Z>MtIjosgKjf%K$tLLZ#LD?g(i;}?!(YCV^Qo7+*~I?qCKKPl zYuz5RdnPW#q^ZC7reB23oHwZ+I$bdGcc}wL02Ez8=`~P`+Fla)8v+v-<#wtU64=jy zAYjS`7iH1af-`4KyiULrrCiGca>e7i+f2*&-u~fU6&?TYt+x+eO^%%X;AXq8mY^V= zuCk*Ol^G>>cyxq>Ai%hzdRT^;s`~@J+wAQ2@#!VbP=*)QUrNW}mQG>R>f!$)UM#^c zSows6)nfHWOn3fyWvBPU@5;s3S7W7ZhYo6(QxP-EcG#7p+9)-6m6!;`Oy`#r1zL(1 zlsM&xr(jeHtRNFkohM*_Bbl0uu5V&o;Xu@N5N4C>#$-%ROh$<3Z|EM4)UxBiv$Sr= zAn2ouZj-Eft@OsSk$%&ePZ6oXw3noEa(aB+tVB}@)Zox(ef!3|7@4cpoBniDHNg3s zR%-^Dy~*U>fSYO`$IM-B%dU zjbk<_)i6q<{sb+k>%iufpD0Vy1M?vd9uv!%sKa1i`&v@h6L(KwIj}~31;WF`a)c6? zaxKEo{5Cc`D`wT%r8*CPaGQN&L0h|pK-ieAn@Cr%jSPD$vUu9|`)uq|qILcH1r-a9 zYS1!(P~VCdT%HaO4gil^&j%a_L`;09;gn4#PZQ>)t$YdBdItXf^_*)(Z=3=DhX!c( zy%jlb!PVsc<`1m~q(cAsgMs*&Ijx>I0u2$+8GwnzqTPTkukq>?Is#;AH2I#aSZ#Lp z_TU$3Zl2f8KjnD#Im19mo0{Ij|DSXnw%c|!TRSh+y$E@SCLhCii5zl^x?p;*92JJ{ zSQd2%?Oa{Hvh=HAf27gaZ)s-3edu&TTJf_TX#2nFWSEk^39l@X%g?y5zoLsn+0L*m z(R2|cA5`hEE!mzP^x|Zw6P$oNZsZ}|#9q^SJsaL6=-S(9y)n>*)56bZb|&WPt8LQO zPWC5%;|NDzItxoU&09JH<^rB&fW=(qTMOjWkGSV%iHkV#A?W=cEOl-x-Y-lrl6!aY z%6inp@!RILb+nlcvi~njqcnzKH;d#Mm>F+U-@r19pPijOXUmf!BVKM)l~Mis-fDPr z)QecBM%6$2((E6wZL#_qDvPEn6;G2$Cn_f2=>q5r$OppP*Vos)Bq=okFWZ~y0sBHi zq`)p(n?%Ktu*7BDgFoVy^&vrVM;wS-@fZf2DC!6W08lV%<3Qeo z_)mj}8(08?}i8`22w$v&P6apHn4CtrpVKWR)H8nBeL%g|Wwg?BrXS+RHa@ zT@3k`rVY3xJ$9N{Q|YWp zvk>*jHn*KNpJPx7|KU(>5E3Fg`-_&)*?i&kScV9GPamiCpS~Y6sK$z&2JGZum9H#( znw6Ppyv2>veS-| zEGub6l&KWoi1;sGw~E++N~l4J*T907?c-{k7rJ0#oMPBxfBMTSS^UP z4t5c56{0V=YtK{(?)=33={U{)VWFp6KZK03Ar>-@tqBK0W$}n~KQj2cT!c-MxEgVM zG#m$;40uZs2oN>FfE?wLgL`xJtg7~!pyZMCKD4O=o?n(47*|pd6N61ZM6kfQ0Kb)q zK_#?r0-$YN=!_CM?NkN?9nw_+-Ujsw+{ho73)>J~A@0v9U3^>3yF);X@~|Hs{_&F=&_x_do5q zoc2FLiR(mMB_T!hFVA2jMzo78SmLR6wv^0xmVUaM?T9FbG}H3YwQwu}*LKodC>oKfVqA0) zr1uguvZa1tx2ggp^!)jw`=21-DK#>ZGbq6w8oIbmF9({6pbj7QLjGAdCIYu-s6s>( zj4@{e5;%Z@y#eP$`<%N~$nv5q_bgn*oAPr+(%&^y7%F11U07euDi;YAl=|B`{?5N` zVL5#JRWTaTF#e}9*fVBjwJz`9LVz2uayNrgE%^uoed?PT#I*QU{XiRkEuyztTe)^q-IGfx{(Mn^+K zyHB2_e|xbaSBb~{? z!*d7=WtcTmr>f^3C!t%TvSYz4H!sa?{i!o!?e()?oetEC51JftD~HFYF%Se1N|Ljh z@l^^aj*b%py)c9#1YFZXX}(v$wy+8P>foB~^J_v7UJ%WQVK8SkL z8|e0g@S}#6U!jE9HS|TzBt5R*&)ydJs&*5;6c_hWQ!_p;?!m){pA6#%%??i8Vb6)? z6DUayy{@4qdpcpO(Ju5~BqSv6!us;^pPCH7u4;kH#2oLTW$HP_v1OW@V-2SAR@h91 zTW-1uyZsLo z3$FfyPfpBR%HmLkMOC(a1v)Tdg(E9Pq<-A@7k9HYAX1W--**v&`NTepI9^aAsF+x) zuIYg)^JMv+0EIe{G1#m>)w25?c< zLVS9p!C3z788|YzuTlf$ey#S2F;~Yt#0Pv zj*Fmhnn?D&r*|I&Y-}RDtyZUXT#-385}W|i=uduf8}X~RSGUrdEL56i&DUV5={FH* zNHp%;68kKQ3q!H^I7Q3%Q@gjY&?HaU6qG6+gG35`QtWtzST^mJm#z4YrDnTsLN9s| zqN)h*G4nCL-=LA6x)zb_WoDncpIKDWp1;&iPv8wP?`R6_P_o^ib>go{Jx4Mt!?50dM7-HKBYb{?`45g19B@2YTGzKCpsFL8T z|18b$@wvb8OunDYzmjgt)r+9lmPx%wquMs1se<80NUwZJEiX4?n!+2cIT5Z-i*Zz) zn)g2~0%69ul=d+}FaY@|#zJG$(>J}bd-Pt)wtGOY>3K>YW<*5%7$$<@e7N$(^?^PE z7Hd75#5nuM=I#jV?x^k7`XwN3iJWh6>DbRen3AU`ffW2jQeq;sT}b)(pW3u)9Kf+i z-o}xHVX2ttWGtcYrF*Vrvwe2NL{g+@on!-(#;yYv6n7}%&4A%PW%7e4f_bs6Z*}WA ztJ+>14O32v=WP+O*UN_iyksoF9u`om*d-IY%Hj7W6>=rG2D_R{puoj^ski?CK&QuA z(63+LRncCeg?ec4fx=Lzpv6$iA>XB5O^1|8Q_kl>geowzJOG*9)eCHyWr&fZi|U-U zg{3wn+S9?K^X}UeNQk4QEoBTgS`?9C8JKK9G4~EN0=h{bAEXQ=G*e7>MGqI3_*@Jm zAIcAuD=#=~t-DOVsl35##&AS2DA9!N8*ErDN;Fa3RMXpA9J~De-697;JF`jSCX3MQ zu`4oClgIINTvQZnCVjRA-`mlxN$~t$I-*(o_RNUV#m9%6UN!~Q)koM9cLREJ$ES7&P4TZ?Og-`E8BOihoq*Q;a+EL4G?0yD9CZaB{1e6puNpA_J}r0#x(KVGSe6fp@=;b z`sDX$yX)p)@Q3h&BPFaa?lo2%W_jEsEOd0HE-vHNm2UNVWO$9nD`3e zviSm_q_Z`t@Ch^o=#_LEJ?qu-l20|=pl=87%&A}F-+duKDTV&vPhsGs-?7xp)lnsI zlZ}mxK<5Ina9V|EKK~}H2r$}U$qk+h5bYqIE(4dmd<#ueHH);NP8XJb;PYvl4G@4& zIgaUqN6EcspO-Pu`*5_+bo}pI4(Z|-`$cvxzzYHa6Tr>4<5?&bXDxhKrMQ%oUR;a- z;Y$LJ1W@z(KpetQV6C1IMUx^15q)e-3>3xL2v#r|x0_${Yct9NJw{>Sp-a(nDjfFE zTNq;*7q%He<`N&H zB6!&V8hqo|ia<+UefcmrBcEycoqb(=yllIuFXc*VcwBvw{-2i?W@iqRm!3w|)C_f= zFBg9{KC=m$WmDZLqxbkJdNJ%h%%8(V8@&4n-C>E`9+1az7JT6W=8JM9S;tDsyJ-3Rd`BzRS; zexdlmO=^Ah{_~n%?74Jdg(4ML(LdiEg&0(M-t5kyafN1 zbdc9_FipEtL4_9-oHAfnnCB1*6u(U%VW=crJ@nvfmG*!AlC=Fbb^i;w4LX?o!^>$}yYM8Qai1-tj)UbWHp39yt4PZ0^+KCJ6@ zb4`u8R9|DZU7Zx^fH<2$k!f5AHnE_cBC_^JjJ8~&6&9FdD1XxG~n)4?JK zSXJ;ch*A!iag&Fm&R`=n>(97rcjsGNJubGUea6QJJK$i|{AcgxcFu2s zW^L_mY|X?r$Gqx!Xm=ez6wfb(6HYggf8iLMyHfENyISW8#2LU4O?hIE5@%qV`U0OV zq3gh{(eR^$q3v+RmEgP0D0cHm34Jsl3<8|a>eV#fi=T7YykF>pspu!K*$s-OBaUii zbHqTJa`S)-VHlmXW5nYHIiV#GAOL(T(V1Rq&AEAgi^VMQR{H7W>@22rQWJ zhU5C}JNWlpRc9TZhLb*lWE=2+29N~(GTPhQ+aN-;4ja84wq&qIxddiEG`fk2b~$47 z`ZXkU(yEv)lKdIRe~Oh|ccbT!?eC9lSLVBhP8YHcqpj`xYs9u0y*4%NtI-XT&b)=# zA(*jsmk_j`%HV?6*d^}yhkrHCQqbYNIxKIeW*t)F%*+Ff66 zdkK(+fdk@W%9yzjjy!n<1xZ|A@pJ?NjPoY)^Le8>aazE>Vg`y0I~E|Lf|Q7lP2VRs zfzpcf;iq+_04X-yfL#~xTA$fQMZlO0%cZ|vMb&OudotZ@p+#RdgyN*OCgKk=W#wI{ zZi%VD{ymuURGC637>fbHIc%Pnq8CD3`)AaX(N;Y8Yi+6XWolCz${Uh9B5wLu=^sP; z9Ydp0_48$qe}69YP#$H93KM&L{}Z6q9$*z3DqZFUJkqUN8@i|~MH+a`UH%N2i`cyz zTq0!h5-=#T8B8-DjEmRF-#s4tqg7rpS_W(_V%5C4L%CfP_%DKqf0}}N2$+n&egzJi z5d=vB@VUGXZFt|!5DnH)ZI|3XZ}G*b=(3K1L;Znk{g|5vbJL<703Av|tAL!}%1IA! zPy*oOo=x)L$nW3PI;rHr9p z4k&(22j}hpfCRMcF2?D%x3&UFC1gI{y%xw0&^`(dkflZv;@+1fU<~a()>Ht?yXE~^ zwGm%t{f4^2!d??j#}r|L+9TFjGwIvmKM5Gu_JRCYQC=A1ZdBE2&r9%N-3 ztgzf#`JSL+XJ0spEO>IM%84$e= z4i6K0m%w}g_7}Y!Z(_yMr{KT`ua?xmEpVTTG)s{D{}GAlg;3hq4=Fnyh28g%{nQ|7 zX-U@jZIDOv@3rUq>vLuc&3rT6d>42 zq=O_L+wpVYTh?0EInT%N=+SE^iY`B)$4?Fp4n8|`ZC3TzAV^d|K>+uoSvc%3E~$ms%jtkO=L8U~r)T30Qe{^L1^`1u{cJ&+2a%slfrTg^f90XYES zx5a1lJ>!1x_@@aK2gGT=NhOpsY%&{^2HZF8Ctg3gem+cLH==F>8gQb{h3rk}I z%m6yqq8(=9?7v}YV73KURHq4?CmM_((3Yi*9PB%UrUQy8==3NG;M+*+4@mM>L`zYE zfea!G7f*-_5D1pDNaMoBlK1}ff^=9BFQh~&SUoBHB-2i7?Q>6;dDi+HuO?|x@{tXq z5$yQ#NNRZw#wY@&r%D(p_UE2oTWog?=IvS29%ZS?(`-*hUR*2?JSC92F)H};r^~41 zMnZFXzH8Jhdy3GUOs7h{qDCyctzo8!bVU=$lL?_ z@u;Y0&cCW&v0}AgwZE06H04bKTpvel;5LpRyJ4fED7!JhO$Z3kVOJ$YMiv9xSea}r zUtc*~aBwOEv_=`fi9j|Z_JQhzPKMTftg%NLXnj@Nlagxw;zVWTG2m8-~0o@d8==UX!kyl+WgiQ&{<&s?bf2r0W%`|8vX<$+N^m80I2~mqXbe@##-lTmtlI9zJJ!FQjS)_^+%t6l4>V5x6B5HZJqq(+iv?iP^HlZV6pT+zU=%2# z!U$dHr1BR^7V^U?uduDFk~A3PR*m^6D%nCK8qc@zSKZOE*pe+txK@>Qq1EVryju>f z|KQI@M@P5Y&OT?1>oW&cL5@bdLB_9V0kOdj7%VNkDGGSu^t7~#fK#CbLL?lBYnSpx zT;T2j#Qs|*#80*jt;psLzTHyYb`y;2mcYq{x?QwP5< zIf;fQ#Y3?2*X6N69`3=Z2jbrV40(9r!JT5Qn<%_Q_aoZ@+KY&Z$(YsI8<3{5dh!9l z_&oU}WaPklB$_NdoL~(2Iemny14t8u5B9GGb(_k%HFF3jbUm)-pr#+@KdGB=wKjPX zsWF3nHFf?tIQvbn8F{#mc8opA`sk z=NG<*i|ch5LX=9>aPuHTvo#JHAg!hOAxnlD4Oi7Ww21kDxCgiQA1;Oyx812$awC4^ z<7*+?oB2t&|6^}>$kS3y?>~bKx&}a6!Tk@02mkY_Ib^OhX-dx@yT?nTb0FEPuLsRU zPu<9P8@7lLBL=7l4kvS%Ca>nj7ChtXD0 zKwwV9SW^^L|Zo(tVL{|4{gyOl~KocU1q{ zoOPigX9^^I$qV^-zJ5E(H|KwSNybfq8nkeHehW#RNn-0dF=)Okkl|TeC1V#bGxKtVjIsJJgH9 zle!Hf^Gy%Nw?ql4M>@}q@KSQt82mEFvW5(aF%W>xeeEa-4i;$mh_=XyB`EEJ74*yM z_ic6lWQB!JdMVRKbZSLIv#9_2szZ;YrprY@LJQrqp(fr7TvZT30Wzlx<2E(U!{^*N z$LNE%DG>mUvBw@|zyS+pKQzt&d2SR@9L&}e5j+W6wRIOig>33aE1IW87sBO5<<52W zgzgIvume;g%*enM4rv7Vt{pOEd|7H9wTBNVoVRdz)zn(0R?mW>=}&H>%X&JPhP>w1!1c&5Z3F0 z-Z*FuG#!|zK~gyZ)L`%cx`QVb2H9;lZ-}vh{zl?UqQH;I$;rSG>7aLtV(Ec@5KO=0 zHbdix{0q|8vf|>u=a(EIr0+6_5|gDQq|@C&id=#D&nHLi z^}@dyc-wMf-}nDsH^KANF4? zD;ErbV+%#fPn~D%)%B#rdZ);hBgdUnkmufVE`_Lvf`WoO`9=`uZfN){PZb2^zPd{V(W)8S>(o36i=EH4X(r!-NPc=gtiR$U>oW5dw7VrJq&ZZLzXD)9OncqI$$a zuPT50``^1bop$bz_WL;tZA&==Xb2C;UWTnC zA`1=|;hED~!(e{a@cPI5(mmNn(=j&MGy%p}BKlg}dojW45u&S?pVkL0dtRc5?rGhr z^AI?m%AK7(+^^ofC+H={dY}E_c>4Ye9yS}i77wsh2!&5rCM%eGd7b@Cc(5j)nA+oN zkk02tdLkA%p8D=x1w7P08%`>i8gTy{GQik2ze}A&_>NUSlW`V@PK%REY7YD!zzA1Y z-;aHPAN7X+!*QALr0pjJ;==Us_N?g=9%#BS+h+Z*eL*XwuI{2no2*Y==nxmoyc(8&P$Uxt!5AL^U% zg64L4NXSvsoh8~qXJRF0l&b5*H z6YZuF_6ts(t{`NoxO1sqFx3D2wyZ)g{|CPti1+cpCVAa%T&mZ=!^#@b zZTdZqd+hfg7ji6sFSD5=u(|$uJw;GM-3J5!#g#>X-ftH;0k{C`TqK`yG~nQ|B8e8l z&(^3&QRYd|LmgU2Pi-S3KGQ7^rXdR$$PD*3B9fHb;<$48Z%f!tcXYxG;jR1Yoslk= zE6F|LvuJfLoNx)V11(x~1KfVJ*w+^QAE$N??$r*HOpKNR9RVD zS+TIQ7dW2Ey6?E9MyD4Dx7FHDR>|JfK-1!dKf&k4lGI?;0CHVgI;_p{Y0?W14-bHd zbsxn>MWv;TM+zt1%+)Pqde_EMKlM}>1J1r&_9vaS;O-x#1m@r={uTNf9CQb}OsDoH z^{MwJC!bv@{rAwLdb$mSkmHd9YDg`^>8Z`1(fUe{Q^~2j_itTeRS(xX&3=$D{C$IG zCInIWPFxiX;9UoQ!|_xbjD5jOnKA7P#TL8AAVT^dY3i%7G9(17-Zz*zzrG%*m&RCY z7BX2loZW{-1gFkG7z)ma5$pCK{%;(;YX^`^0pWpQMC72{913hNeMKe=`kEn=PhyYh zlW9$p6LD%(S@bh$wL7yh@=GL}01^uLd?Q={LX(Z{IWwkbu5Z-}uST&Fn0Qy3sHhS} z5-QJn46XwGPX=QBo|yk|0>Lc!Vg3sZf=~)*v8JD_l*$3xA3l#$6y)-p`aW? zzGp)hTErYPK}A8-FDMnhx#f8%j4)_;90&Ctmxse%ywUT5mq zfrpVUJKRei_Ex!ov&1nqTEC%v_aGY(v^7aws*Qs)Utxm%=!rL3yzj(7%Me7>ktnsF zv&0frpYX8Dg!|Rz1KY{gXX;3>4a9ZR0zODb2Q?hFBd<6xOFn(Fv9<;=-A`}OOMcq8 zx{5T2rlh_Juw~??!)ybRWNZ@xSh#ossG?nepO!DmBVONW(e93YIb4)CEj*Rk6Cva$ zZ76T7wLs^2PSi0{RQf!V_eyuo65D(&>P??}-bLE;yP1M(vBvB0-v(ko2p6ZT%w+$n z5L$FMKLIOwQ^fWppuO~7k-FE9jvJk6Tmh->70?lN5v2F;S9>4Zd0^dnDe!x*E%cgn z8${C0EPpz4y!9GpApRn?FJngD;q((l=v}xdu-e+G+h)WNF}TYt?PRKe%Ue?VfkX$u z5?y>HSc&DL(z*1?({?@a5f1*VJtXg+#|h^_7x%$h|1CtWs+GC9xvOjSfMu`|9}Nv; zRGiGX&mDRQ!ShVzwa-XQ+THdZGa)`&O|=&wkAcwvF6hb$8WAsu8U%whbaNfg`HL)c zDRB@1jE@|sjIJTZ;G~A5fbBsENO?RYZonvG;+|UHqLY@0pBRr7_r{!u$qcP>VDs~W z{sl^FkjL~9O~P|QODfd`*&K1J2N zd$f<%=I5z1a0C0ym-34^Q=+`c7BQjMZki()*KI~4?m=v#DI3*SH-_H}y%#;Mc==C; z(0C*2Pj^!cc3zzleZ`Q~UP$ax3~f5`rPVuRU}Esfd$}k6v&)}set$kewbvv9r5PB zlme%;XV#3Rnvn&G?c0wXWA9z`!ENf8=|U~q zXB%nXZ6Dtj0w5ki`}cM9ozU!GxKGQ{zDCVyjfHd*ypaer#8aRJ%tL{;l>kE_|1C2? zvI2ujAw6ldMAm=@GO7qBV}IqNB#FFz0!JZ9@=znn$Znn|mP5s9ZQ2bpvq0tmsw(ZwBBN3XnRJEc%1g$yTIK$w^y!ZFkcHl}Si2=c1Q%Y(TNHFnDR!RGMQm7mZkptrBIw8lTt zFVIuNC)o&1+AnYlIRhsjDna^fzF{WGINwbcqy2TJ+sc!>A?S~XK)mas$KdvBb7PHs zuHHl3h}GaLV@5_=gITmFs5y!V5Lr(yWhh%nHzV?2n7h7&Hu)qhjY`1Cq7bT>mb^z|`AQlD~0(`Uq zhpey_W@d_n6IY|4457g({S1dy;-PvVe{laAr1RH7IC8U0PpoXb>7zUj^dh^XRzNoy z^LG8x3Zn-;`u)hF`htCLvWhkKkj%sqBd$H>4FMx-c>8MvW$NuQRSK_r5!7{pQxW$c z-m#_q<3wV#5j`W5eBPZjxT(j1IHlNMv=|`M>?kl(GuzmZmtP@|{ zprKJ?cOAn9mxI>-^Irn=jPgg^wry*%)fbbCDSRI>Q0DJPghk@FC^0-nARvCZxUjHp zXOA$dqh?TuOKfbf|9TKY`^vFKbHTmb@$!dZgjN5O7ATp!eZF4Jc2r zx?IO|Z|cqaNOVqeypnkWJ|`S@9B;()RN+vj7_?b%;}F=^0;|}se@>-#S3>=*M$md$)btuc!gwzADADWqoKP#A%^k+!c@24Jh@Km z+{xFQ&w@EpzT<=*nBbj81beQ9io|{NYpE|+)6+vm)IpJU{`&$*OoYKzyL5CfUcu^! zR~6MgsR>dY|1I*K8Z+$m{a21yc6)4_1h7 zM}(~|Rr57=;M=ye@cfhH5S0Fm@1A@4DB}3AYI^q=@|l528y;3~fe_m{=;Z>eqh|#s zZ$MR$OdJ5X07_CQ;;|ywFj5qbJcRViiP~;T^$LcdCp)z-CNff9Mke{6r0>YS@k@g) z&!+t33G?RHA7{Y<(#Uz@D3eEQI@?6zFNb^o`AR{$B6L>G{r>${u>c|<#Bfj$%IfM> zpyGQ;M&gC(UtdQl`V z@qT&REz*z7psb86sF{QGUigI!E7|a2(M@Yji{IEPM z)dDLAC1hWV z=J-NQYf6)0>d^cPr3Z1sGGKOi{`?-|*#|Y8jI_sRCCy*TZ9bF-NeW+`EJco*lx+te zZDEtiJ~`R{NsHlJ@#cJ2-M?f^o#G@;bm21hbG%%J1ubW&(LHgdX3KLujs-MXoIK{8 zq8sWU!A9P%r3LaM4Glj6BvUIxu}dUNA0h_Le;{io*>G)AZ)WLoC`0Pv*gnnfdBXYX zUDd*?Np>vW>%p+l#E8$#M@5I|{U{_)oqZG-hX!(__a_bk;xm8nY{RnpDV^~_V%;2M zuF;}>Uvcuh4w0bkJD%DWB~K5HWNWjS3hQsc)p?s&Xoud8caJPbMxU~IwE}Vn$eOyC z0;Vj^TL$wGubK5n)q1dTf)eKic^hWzcv3;%0R44H2*AF|TRdk$KHCDbL46u~yrGe} zOd$$N7G80%9I*y&uWpzhR2o9f4V<0;GL0l0(53gmI+`dWrv5AHu}9vpz_?&>n^x44 zVXf5<7(B6y$U|v3tTjR<@*cO*p;UB}dp>!5lum9W`{#&81K@oSp)8Yc!)xep8Bdi? z{pLC8K`Hek7V4~@D}VXlfAZ9nnV_X;9lJWW(wFj6&KrkW>izoyrg3D66V5qvb_CbPNg-7TY z{(7Ipfzi4WlT1F(zsujgeOvbh2+<_=sZ^dSz==Rs>@|is)u;8Z_2=xwNSWu!^T0ne zg|+?aGoKzfWPHoh_>YF&7fnK!rv4OndAhnM!s^N7lXPsd&@SdszDCApI6t@G z0Ck7R_uAT}iUK&m>>}F-$Hu~ph*3o0&CJQURjbZ@bHJv&c_VkDBr-I>2)@tSiWx*L z17>eu-=_YxTZp~vMTwu}q0~`@DI^~^{~0AY5<~J`8v^0yV!ZriBrSAGdK^X12JujZ)Ix6?6){JwmRmrUm! zQYR2E(YVvHaT3|No9tkL(L4V3#3o=d%j&TZCS_932vEI~lLC|b&`+2%aHFY-HmJ$n z9096c?6Mv1nC`^crg2JrY-5q>zt^N;ilOQe@{x5Sn|YRgJHtvJo13qoKD@4R=h}XY z6fc~BjI06p`>Cck9%bjd77Ye%B1~cB6A5R3Atx^8S~gD=7aE)i5Fq3;t(>UR-d_Lm zknjO`Q^0OZLlYo`owNCoxVYv?4Q5i+x*X=OS!(%x%lGR0UU_wVQlEoSlvr>^cjaGr zgoV*GZ`Ch4KTHPa`w~E%U;sN=OYQKH#>oZ8Tu~7~Fr_-RF%Fe<$!us3Zq`K_@>BHH zJHWK&=jS&yQM439aX4!Euqxpy1*bNa&f^u!q|kNiew}A06jvz_4SP`VD9-5L3sZq0 zhD7uwwFz9#Yz+nW&=^MBZ8OT)T0l&c3vj@O2f890%!1vkqtdB8nxp{);^dcmGuJNO zm7<`&;9o^QmesbJ#)SKoJjO@{f8JDH=gFsX>>UytzFf|*{b|sby7qm*y>5lbH@~EH zi=17zLhn?EhRcaiY23Wh)y)kMcOY&s+rYhn?SIm?AK9qeY&JeXFP15n#OLvSukOG1xW(-pCoQ?-GyA67$- z3A*EWv9c(TwCnXOoGHl{Px1NH`P?-Y!UH;;9p(a)4E#t8%sSuoKxYe-aSq5<0LcN= zsF&AQ30m0xMn2~hNV?}s8f1UrLH%DmaPi0I1e%HY^O>D2B@qgKS2^zmf{9Raq08*Y z<{?oEYN{_wNG{Y#@8V2@jO(U3I;`y-C=tOgwssIMK$Begf5(xS3zUOfjBziuv37gzl(SV9G#~X?4gEkKp$G{T; z&Ja2E;b1;Y0Z@ah(FahY?bpewvr3cRj$`zAg=QS*5)JFh%6NqdDAM8h=v=zZ-_mZ< zcl&)#PIR6h18Z1T`Xh1=enyT~S1;po|AjYe#0$r56ykGpc z*3;OuFAgj1?|TI-((v z65}6t&}!;toV2d0`IYhZb#5Q;pW)UJK3gJ*tizFSIRF(4{&NSk`Y#yvIAgMvYYJ(KK&hXy~ zh;cK*q(Y$!)V2wx|AOd?ni`;%cm^kg1}AzkV{tkP{$?+t!ihiGH2KX^qKdp`~?UypeZ2P1S;XpW`Pbjh@=pvyMDts}7Pv>Pv7%?Q3GC5K zr1~$p#wI7RxSy6+RHIZ@sx~g{3>z$V*R3J9wY7Qh?46u=3`rDiRQLi3Gcw-=NWE=@`3KH4i7d`QXERrjw7v8E;?dqQk4lt8c zS5@()E9MMnX=)NWeCdGR_DA52YZiih2y;6#82TtTMI4ZgEBO8cH%(wjgAh2eED*T? zqYtr(Iy$gc0;}uLpp6mU;Msjs6d@rwT=s!*CIwK#edidO!UEe9-Kjl(v~Q0C8RS54 z;nDP(rp2*8gGhhsCJ0sj5i7flpGDIlsi$VQWrI~6PyLABY2w5Fv11A*&-O=One8W- zM$Dw+kMP1B_%$99#%4qq5|4ti9Om$3vF9^Kze{&M{HXc zCf`JzQoXhw5keHW-9eqI#3qQ--v6OzE$ZVe+^0QW$2r8D3%_ivPiBf*($u_wF@qq- z!d62Vuaux_JNN-%xrPnZm+Fvz_#6^fF9#SHLp)k;5ga7_=R)pSXXr=I`WChQbI!D< zMsX?SQ-kWc| zy4tKCmI_O1!evb${rt5ZV$w9P{2a4oIbP)$UZU+zZ6t54Oc z_}u^nPJoGTugYhZgOyq=qe#fg0x(2da60f5FHHccx-zQPh9qGqb9;kUfZ|N`{axk_ zqX!s}=d{~@FB=^NmNd+}-rjIBQT?$b{bOkyp8Gvm-Olu(!o%y(z%ipH{mPsUAC45- zH}V-RL@UQ$+XB@$5HIOJeu^A2oP@rWp9CPCQ|EEtS8TuZOL9ymp?tjXYz`2`e`)}A ze7=PYEketMh0H=D4-wSd+(1Hc@0Au6r2oSI!tmD-*^UEc0aLV2DVe>ke!J9=eQG~5>-fa6O{jG`~U#mraP zy>)np`C9F~`1<)v|7KZnG0jJ}^$cKzfsw_mrC z;nWku%1igNEWN7w%_m;>(T&vxUO9*PZ&1=I!uInW)nUTn4)z7f!b?a<=rXP-E-67m zEG)$B6X0TmfR&LK@om8YM*qfAP_f=*fY|WdLO|5HvYuW#D1Qi06Pc>OfEQp3+CU^5f&!qiH|UGDD2J(MG$tsk~ zgJw`NV&Xcxc)6Ur#&N;>MK}7)Ov81d!;~o-0H^R-D%TD}K}TJPVRV=@~Bj#d{GH03+@gM+=s zj%Lq$FRq9y&}hOF-hQV4b&lO6Rk_xi@s!JAHLc$#@-<04*HThcT-Y4lLjPH3Bs`TuHBu;T+uye8gLxc;^d$^6uiP)igdA* zPbY_l@U;Z#85!mBQ~`Z07$V^XH`6j#S#@=S%eR67ONd}=SrEY`CH)FmTz9tpoh>D3 z%!`QVxbt=Y{1W~MGr@Z!eOG~WxxD`o@?`EDL{g(Alvav+*XVg`+U|aJzKwbNUMf!1 zhuH~QeoevViQ1Q0PPoerbaS6@WM^b&Eeyv%E z)8&#>;%5pv}(xJMIC@dS@6x8WT)5g?C6I92; zi+h&E<)uVLE3ddpqy%Zy)Uc{UvXzpY9Jpl208$|)rcU}`^rs$|zbD@;Y2mm|h4sED zi(O@Fmd3kssX|P~kXF-BG!=}IHK$2#j3m*`nhz;HM$3cy8KE1as56I*oYDty+hAx6 zR}gz|8`u;fp?RErw=RRG+k2SD*Gh-xaq^Vo_`hVmY*%=hIjQ=+W1IhGZi_VJJ-NN4`?59%==lh-WS zzpp!%7_;wusXvEH$i2L7Y!E2m(WH;rrc7`nmTq61XrY8C1gI4TlYoqLSP=^(3PXF}`u4D;4cO;PDehC9 z`uIsmpu~1UcL{MQ8_YtCjH}=+DNxE}Z0iDz?ZxcOMmpX0WF^ID}3nORPNUwj}nxf?;u`({H)twh>!~k8nArgcd`)19I-Q5El(fl zX-9MS7IT&u_0Vm(!nf_{F-!2;K(vSHcM=35p%srY_YL0Au0{E_;HNdBkHK>Db>ihU zCCfaAZ>CI%&v6sFS0!ZH!%5N{{#^QKKh>RoZ&50Gx`6~3n{NnkQXe8UUtBq+VtL3sb*beQe1qZun+ zE^d`DqzjLwN=MW3QBHHq;&@$@g<~G}-`rZu2ENe4%<~SjVI%~oTOfr}fe{>X1q1V5 z*a$=!6>;;P6jMU9ut9C&Ppv)n6zvhFmd2yD3U4=yD{HG^@q^NI#mrN9q^SwlnAV1AWN-G9j&Uym>Pr4#A_EAKH&7Zf__zanHBwe@m4l@h3JRwikkdNxcnrq5KXf}J^b z`ui6}12{T&UM9h9G(0*AEqIyzFhYTG(2=~;(a9`;S_b-Ipir}O1eV^f4h!G6E1t6u z{H*L3KJRAAJh{9AecT;Nk9nPX#Vtzlg0gHqomq=dhfB4qcboK4{+TS6sOmY6J))0y zkGsB2ug(}KR8U{H^0OtnbYoUOK$>87%><|IGi-7oCkHacZsN=B*?8)^xBvG=kc{aw zhs}3mYl}VzAJXFATN;V6D&dKzsNVXD{qh-J@t9pT91$aL^m2Y&HmABXV}!8a+%=WW z{!w+#^OzuDiSYEJc#cczJ;fYC6i2e@M$ZFS4`dU#zCkJPl8ZnBFZFXLfYNTt;1zhk z69F)L?;enN#Gy3Iq%C%2OizphjrGg3D}HhgM-HwpRjD8lbP`?j=s0kdB?Ilay&2C#d`OH1 zq_68VL4k3q!sL##!04q$5ET@_&bYL==u9d_n#Q&b2;A28-n~lPy+fkH`z+hCJ!4Dc zSA=J|?xX9)NH7IJ4U3GfZkp~RXtiPt@?&IV+?j3ij`%8^Sq{@4405cj7@|0V)K|L4 zZ-0&|`u%)YKKt^Y7sq4ToqIr;NDiX(SKmT2ojxJ6RDfCA7kCNu7A$GSUvOpSy0D<6T{=hWz58R zKlcL{(nDX1=4M}i$dUX;o4O1d^6022dNnH8wNHJT9r0NCiz1?<8CsIi!7aM9zHD=cu7ELKiE99CjZx-y$oQP5%O$XEd)xnj}T! z^y@@Szp0C8!fg8~{wa6)59tzV@2aJi$?BC>f|z9s;rP>6==OeQ2d`{x8PbpIb$1{O z-~4Uf_Se;aRRzU}ZnQZ>*v4?MbDaLmtC58xUN~+7%SS9eT{_R~NGDzN&!qC-(Y+~> zlF=CkRqe%otUn6kt<^im13hZ4_fS!c3>uXpt%sCVqea0vXDo{=jbF}rzn}hdXvyj0 z&g?h1S)I*#y8K~LQ;U`|c|wYW0Pf{{6d-j((9ga^n_r1GM@zFvODmd^o;hRw-j8`d zsGp0OPLJFrXgLmeSFUg6n<}QTr!L9udc0lN#<2x*f6!r@3a!Ioa+-4p9gb+G`U+%* zM9&Cm!MX~CN}ZiLrK1qk(%LEt^#a2s>0Z_O)dAlPo#?VX28rRpcNn+rd=P=GfQk<` zto3@_i@%FHS&f;aJMcmPv=lRyJ@$MpPk!)f>VvLS)0FXEgS~)LD8wN1k*hWXo!jWN z5;3xphV%brSf=?9fuU?(gtweCEx2cSy!r zFa+(WWn-J$ZVfW@v_s?|kEB5plTxCkA~c~Qr=g*NC<)_=MhFOmpqT%Jeid2@cFIM= z0Hgsb+`W<$gA7g8MXHl=tjKqaHok=1y;!jn6>SCj9SH#qj%;kUex;krUQU)3QMI4Y zFWyTYtEmWz5+jVVk(ojqRM3fTA1MFz5h1$}Z?sTt^9=shTz!fi1FG|qk)KQZ5Lbs=EnFb(A*V3}AoLF``1v{l` z(Lc}W#0B9V2P(vC793}W0U@g=g6haaO1?UV`muUBpNpinSnK;&h`E%ci5qeBa}^-* zV$H!w8VSLXS$nzJGPhHj`R?8Rd=PewULPT$;{9SwQJg`ELVyeFJjzu4I)D5CyQ1Y2 z(%K0=hbv+(3HmqkJoj8YKbij>0;39?x~PdyOeyhdr!Ilie(LacEyG)pnV|V_)KY2} z#I74m5L5+4q!d`4zklPLip#({8P*m+)Jqh?`SB!&8x&K;_S%HWW11hJxiX)ZxRo+}zi-GwoMuX6E;T}QvxW4JZr<#+$=P2RTEe7%$wW7Yb&^vfISKRX{2 zGm6m*c7pz&KVcx?OzlIwhUlY;>I|=qBJnUR*#8HcpjhPnXnw64Tr|na9{Y=uTmo-c)w7Tx4_7S2@GQN`mbtZf~8jE%=p#KFh+ww8^OF>CFVI-thK>u)l88;1V zOn_!f8~#x(qeXfPCHngBdj(|6yN_TgIxA4hWNd%RhYlOScbc4D4~>|Z(?bHY#b z*k!qF&p~2=q?Qw*OLTH~ohTEv%0<8H+9}E;S$nnU@e!wjg+#Or0)ZfW#`}!er_eEUXT8=bNw3Igp-4oj9~d|&K|gNc={2m@4#1?K;mg2?LpOn z-Xo$S&FKs_CYiEV=JZ*i_Q7;6+FdC1b2|HnFG@vrxQ9^;N}fAw+irT=}%oW8UgeuldsHmsLTiV!EVT@d;mbV9mKZ^&-H76UNX5MY2H;0Y<55}iw}j%hA< z5pUjTRTxVe8`F|VALfLvy>_hf3NAnC?#z6-UeLDf7We&eriju|3Xsr*o#VqZOZIXK zqoHPL4*e8?^o!s5{r`eu&H$Vm5l8qaSPHDY!1- z3VW0!pQZfPskmq53rm>oPow(?fIyg{S7nX)aNiM3(#nc)tLxdRVLs=(-;~t1SD$9; zq1K=s<7uyGjZ0t_j3%DFBq>Xxj*72eh@ZXNxauy5gn*=TNMS`l$al8qtT~D({F}#a zT1#J;6!(1;4cH^|3qkD9ZKotEio}u?A(3rmRvDlmb+oj9YwaGLMn{{HzTe5S0c7j? ziBfA7DyjyHaF}-^<>fg-)WpZOx=v1OXIG18(%&H=7~`x^Rg||W zFFzI;eXY(uqjlf z6MR$DuOfB)1yeM(#Got27kr0ywW;uCoXiIu)T9r7dcH)j&KliZLZ5Q~2L)!*rw^N} zhsUw2vfx~UM5fLqr~v-_nWIP@dR;`blzYt&KsX5iCk0lRR1UiOr;-wJmH6S!Tb)@0 zmawRUx&T0lEPCBXV_;&$L}RjfRX28p%BJtiz43?th-LxzvW zT@sI=mX@aC1}B zQ%L(k)yAyPn5(pi?Oy{)&Fh-(%J$LYzalL4AM34~E?SyG${E?>&Bw5OBk*g92a$MdSjIj5p1W^J zD$ucdQvzt?4`s{S(VSYWFDrU1(7z;NyHnVl*NQqXB@SPIgo3S0cpQz04$|{TiEL>q z-{A!ZsQ8>RaCv?&TI%k-dlaXFRO@#7(ZFzO|%tts+RrUh}I%$R}uKX@~Qu=}!lTit;FG0dN zZ{W$QSh|ShBRvMiUyZzTD-|!dH*iy}e`IMaT&4a*7R&k)Y%FT?o4LFtXB7=vi1$d7&H6$j{MJ17J4+tv zdKQQ{g;0B0tzXzz_Er@h!tv|lXWAsDUcOl)K`jc#6q zP50mVB>@Hlm-9thK-)sE+^|)3X^FUd%yhom_yaSgNB@3xI_j2;AR{1CM3ggRsWF6I zHe9dSy>Lg~39HfBm$K96G^QF2>0h(Kkj&1d`vlW3OYWhglcYWx1QNSc z6X?A5l2K5CQeEwZ@x`=&J6yl~7}{(AD!^X#zNK}f`8R8Y|jAHv`>gCYu z9X7dbvQhLb?B~KBreOXC$8ETm+99p#7HEu3@Ovh0YQQ%GA1Ebpd}NM^dh3YH6hn*l ztnAip1Cc?8<^6n%61j=2N}tww{qo9&sZwPRb=Fw96^$YvDY~5lk{a9Qi*MSjfgHH% z5?SHQPiW-st5~YC21P2msx{Gy%(vUscgZhiTx)*)wdtO*eXiE`y8z|eZsRWtnHq}= zAvT*nv3icL4GrB0Qm&Gne;-g44u?t^R`MbzIQdw2@sJ+;ZU5e{-QBUdNTdwA+77SHYe9KtB!(pn}P0{@~1>R5)%%_Q9#FQMWB*p$VuG(ad% zV0FK7*z&kRwW0nk0di4PuYT&peTxOCtC@>74#<( z^?1k#U!MF#L04AfmLkTFPXu(x8Kaa|I-jj=zI^>;628b#%+>r~s1szZ*zm;tGQ)S; znXbPvV7gJ5V&w8?CtNcXt-3dzQxmypPs4? zktcmxgI*G*Vu}7llQlhEZjF9WEB-OouHUo{*TtXl?=X;h7%epIRtbyGh)nrgyF{a? z)p48&nz3Ae{hSt`qL4qf$$(~TJ~HLH=4d>Lo!}gFKV5yNbAPBnX^9WKqZav@ib)LeiI5f-NyKhlJqehY z4Y+m4v7~bbFtM;;_aV=mp8@xXqKpibGlJm<@%rfKXmQclqYV}moUT58;w@w})9>`^ z@Qk2rcExFeK-}~Lqd-zWL!5Gmw5ny5eQm3FLV<1ZJN`?ImQLF-=B;AfRP7!2=*Jl1 zIH>HwRQH+WetoR0-&;(P6f;GitYPG2cuJD^3S&Rs)X;DqYS|$)P(JZt*0V^fF8bxC zNgOT%9}BrCJj;xZEx6R_OP@dgnj`Jn8N)9iu#^8-ptqpS=g{r};&qrRM)CzMqeyCN z9?iPOh{{yyM7I2*eqE}ZnA5v4haS9>N zzS)9(2BaS(m>m<9765lb)>22`1w_Y%h=IULQiU`+F(X4?OY03aWI0+wm&d6OJY|sX zn|@${wEzm>gE0aWzKzqXqXq>$d9G11qTetwK4iCLC9NFKf@$_Q1he^dD-p+um_S(M zv<{ghW(o-bsiC4e`?oITxvw zyOLHR5E$t@&iqJz7TAlxe1YU2q7oAlZlB|Dl1vF}o$VK6jF>sM&7EQBE2MSINIiPt z^Y5MYwO_2R@Mh_k1+9=F^@S%DI90E^xk`RTU#kCz=#CoqVD~Q4^FB(AF^GzDWI~Z- zZm;MsmA{~j{;sR_B5=g|sp|%TC=O&dn#Wu`%B=2J=9DFm}vQ0+rR41!c%|K0~Fhu_JrucTf`=c+X3!_@-7rlSzANP1vFqV#)Zq}852w4 zprk9#0le3=i+~0N5Or8-fXD%!7-~=!R2%$p0V^yD(1UV5K0@G@uT8JN)d`rHUA49? zTubHt6NbxQB-Fg&Fp56g&bK0bd(Dkl-6Ar=i}ZYwW(n`w*(*Eo}!05ytHy@Y2AcjZEDwScz6`{ zr0XASoLcN=1cWn{@>JW6AE!x(1!_x0kO&^LU#_{6V*3{?)NgP<9LOb!xOeMThVS__ z1qI^u8`n+LReiC0h9&k?XA!e%F$HB=Yw>n1cjjbperSxmTS{+nJY{pw;K};uiaz%s z#yci(kZ_TkgOgJ%zbz&_Jf(uIU!m#5h1Oq@$(G}kbIHrA(*I!#)ovV>{QX&ePl)&hj@O$mKo0O>1R`E9g>; z&Kt0#AGVE!A47f7!1TkUa$KG627*_?OTJ!3juJBq7rR{{`@N2U;H;|`J3A>!HCe&8 z^Lf7@N*)d$DgvN=$P@~P(ESE?c38_>@e|k|`8?hKdp%Zr9Z+mhGWKzJzvN|;zW>H> z(d_JOlh;#{``Fb}Dm-NF0=uFI%9)Z^R&0oGW@6=(MldrQ(I$`sL|24OjpZ9YHWFoxe@&=77d=C0}VVC;axqwFa*sCc6^RI(i z#z$3gv6~OvSjx;$e+)PXiYUBGa4sI7gJ48WEe=2tW`ZZArEu2r@DQSsz$AE#${hcU z+P!I2T18bIkcnl=Kx)WMY&WK{RhLzPV5Yn6LL$g_#6{E77pl4B)U@+nh_a4J>SrKr&QEZ9G@Z(z?y&O`pc22G&f^SxqdWR ziV>0xi!fM)+z9AB5}V%h=@z}<)sAT%u3E}T-N+r=WMgM9FE8)pz(hE}sne1VQZzyG zcT+Xp*yMG0Y}?5CjmuKY-OkR>{|`@R8CB)JcKwB-pfrL4(gM;TCDPp`-7O#@E!|Sm z(v37oiFB8gfQW#AfOL0B!*j9Ec;9>MarT#ecC5ATf6Qyn-vmTLCm5IEW+DjmyNU}v zWPQP}*K&j2?&Z8i9gg=K7*7q*Oq$d2D6&UUPW=rA()uTe%6M=CE6h)6pz4wYid&{{{S*$ zP{7^T=mF*Pax`JKoM-^&LI{Cg4PnN@R2ckDqCkZr(t~(ts)6yyjrj-ws~*izXCxsh z36%?k08`?U_7^Y70~#{ zbU{B?r)Xx8#h9f}(goti7!cc`z zJd)RQ8`m#Pt?%dAeyuf?>>3OxF1X|Q3oI~ixgPtG!{=}@{cXRY^acNW?WCWf-qjSS zS&-<1n&i}Xc#j@IG4J$=ZH!#vvD!wYo`7tWbIXJnNPQhoZojf3xB z^lZic{3YepWxRC_aj>J~;}p3(5VFD04)*=GSLStgC)QF0!kU@5$V0z>ON3-Xrvz19 zMNSTKw_VH3HMAqe{Cf{KICxB+w!)kpnhzsFLbN@eriB%rL4W(k(HYE+!otu&$OH(q zwKD(%pnWlR*KD8r_Zk8Lpm##T;aWX7%Lp8esMyzCKq`Haco}{fAhyE2;fpKjhuz^JbAOSBhwhKau$t`Y~0!pPW1xc+z>`=Ft8w`@kaTVJ+P5x$1FRGG#)eS zB~Pj!jnyvxz9;xqyQJmnsBAEe_c&$dVww5W+ywo-eXjajlt&zG%@^p-yXmwN)(<~Q*#U`AsADp zth~k4%>0EITe62}>iqz}ELuNuSkKRnHlS|6wDbkC@TOBkn<12vy32=V(WWV|Fff1v z6xHvBqR(=o#i*{J@B?xdkDS{biNdR259h&Pp>fci;=1o>8y z&g|CXTXp$A*A8I~gugkQhu^muau8kWM>cOHH*XMW5Is@&u_#TGCJKT<_RuPfJEaSd zBY4BL8)U3i!fV6ob*S#$je!XTb*`eFW{*e5PY1mTP5wDa_>XqD4O`>NfrEpCQKYaL z;%Qj=#QfU+-BTy^8E^CX7dU>H7bV2$6P+XgkzYqme zNPn}4(cAO0Gw;uD)7tQUM7S8f`E$L%_OMsye#L~GfaLZvIscgq*>g3ERaB{e?XV>pX?iWdS$z0U5nim{Bc`Q=dzKvW zm5W8Z-%n^c1G{2h5`I+e!avnOY8Z1dG6IK;UB<0K)ibd2Ud~~8gM*zT`E)|cj~rYH zpu21wT}Ge@ArOc$BHjkYtDW(}JA^GuPNr-V{zC;oFMW!Z zkAz6n9ta6_z`*=5>L@m5R!`Y-u&Pv)0k^J<>x&gEzTMW!h@Fn9m9wiFw^ftW)@{wi zZq&*2tBSB)jL>z*Y}zCYGnk#QM+DjGIY3z&+Y_#~Ij%=f9if{VZtaztj1U^zhS?>g z$Gfo@Vw?Fd!!?Ef&TZHrmw7h)r^4tzxSj^-IurE{!pEKO^X2)w84r`vq7JKUoKYqg zes{NpuRV5C7V~}m24!L6CgU0H~0 z0%MhMu9<}Sq%UI?@}E*umrqzhP=Q$TCG07=ZJL)eL2GN!+H_L}=_F7M3}%P}!Jrz> z)ZjVlTseR@5l=;`5==EY{~nDqm^7SpHSU~+2* zog5x#XO#KF9Z)V(pR^3GO+iHlLMS!*)fg?`!{Kqo*Nm8wxJ(M)4MRH&y_qfWFx2v{ zm~UkWt-=|ao{32>mZFRNI1yMlAU!eKb|g8*`;cSdh@lpy1_ohWY}p8t8k~n-pPcay z_ndBDtVVtp9p2^kTFXt)cU_7z^e*1ppZk|Vlq%YW#~kct>hN7rv$C@q@fd2{U3SSM z7F=CjA9MAKk${`SK%*E{tR6iYJ8-ePXpm)!L-)X&JcG~m*PJa({GmefE!&P^Nt3g8 z-|@SMtJfraFDvIi_Rr{G5tE%9mGR3gow)YN4tnh^By^2Y*rw;w_YEC(_+f3wJo17| z=38s)^v#>mc&S#!vd#zIvN4zsZ%j^3_L8R?85ybD4IrEVwwIPFm>WGPyvhEwiD0~Ht8D#L4zZ2V6^20%qN_20Yc8PKi@VO+MagJ0v=&=3-0*1itdG<!IonC$zJI8yA9-@LK@r z!1mxq6mgHKzZNPoE<{1Yj!0{t{Jf8UE9ntTH2{{1kB0{U-;W2M?d%462wBqTkd*PmG_8 zfXg06GWjsZ2RG}!3m+L+GvQ246E=$dL*DJxsYcM`jD=bT>ecLi>GzOF>@WC#tTBoy zr5L_@|7kI{V;6DUj5?|Z=b9)b={^CB|IFO&VWmG%g@7@4# z4&IY3r}Nsx&tSOQI0CmKz|O-bEvqa!l3{iLr*3eha1a5fbkq|6gBZlbK~W_BflP>b z=;kRYi4w5@+h{K+i*n2fVE%m}X(wPeQb@gRy){olf~p2Ohr5umHt9QCXM;viAX2DB>Z^pD+6 zYm1CnlI)JY*2Wioa`ecyYy~2A1cBigDAL&9V46*g*$t*jn4U*0K$f;+4o27G;Zb(j z9ZUF;UE}<=Kv0Z?L#RdjX!>Q@QCB>kPuP);;CxFHG58Q{~ zZg8_~0C5qj18W|c{69lb+UA)jYuyNUM>BQH2z&TAdh+7!9!YhzjKQO?OBQMFO6L=vta?EVeyNK@??Hc0fhb#=YQyDu#r$ca*C{jx>x>Nq)R)bslC z7#LYM4pHltjyHUNPd6SOl^bH>w#omEJ1t6#N)`9`3xK+{nJ>^!2Nz31;m@(<4CXfZ9jkg60x2k4TWDt6?miIhYDNX!Jy#a;GiO8-mtJ* zP%yHUXaTXgWdF+46xoTVDI4k2I0tR!4;l!zfV^w^gBC*n@NWno&HVseBAz%3aB3(5 zQ{ty4t}yn0J~1)Mm$2Q5h_u5y3=1rf{NRCWu9Q@;F7wXX+DrO47)ch5MprbKOG32_ zOsFxWQeh}!#RbG1fZ(nBqL89`sluxcpZe0q-CJ74pZ?tKN|MCxmv=yKet2}mYd9ACq9CLL zc%}UOjoG({Exu7x2Y&yqWraUv|HB6AR?c*6nmXrfZ>Dx`9DcQV0$#-j8VVU}KW^X8 zERjChUO#zMxJqg83hb8i+>khoXV&8p4R6)l`KObw!|=r8Nm3*#+ZYh`_`zob==bf7 z4PMuM_-YqTx69dtw~y65F5zP9j`5(S-muTJu4P1puOiCp(~q~8BcHu^Ozi}Gx+H`# z#OjGr=uEaIYX&!tpwt2$sNWC(ta0h2MDnv+2*^1-p``2?Kf}zphwwp|?sd9dJ#4eP zfU!{yMxGRv+u}z_Gya5+nv8$p-QHsGgWN4}qW&{bv4bj_KMdL{T?K%4;Xqct1eaSN zp2E(HcVFDu`52GXW+9yfKEx+X$w_j{ruXS?$N>{GGW|1l5W+C;s8}7tw7|Y##)$-65k1=em{|Z#Zp!kj=uo)xGI-UT)G2 z+ZG*9S}E)yaB(rCaolYov)fo(ilh|aJtZ4>c6eD(HY4nWmE!k#x@V3L?gT=KY5Xa; z^m7_s9^1^3dw}QKcWH!Uc&(q)CnqwFe$wjbZ01Yux`1rysZ@K;uK5!wN*pupyjd+!+GX z`4?aNM6vyQP3v`;oAj^SP{|@K%S*V@KYfp03_tqJ zoVvl@UZBfAPZ@xe$6wGi{e5p78KzzTeK&?;l9HnLj=Z`yzM@nQrq+p%V1LUM!!LER zhy_ojo#n&uUUjZf&A@Xo^kiHeJ_XE-Sv(Ng!ajVs2TS)6h^J{uNiVn}9RM={?h9Zi z>gp12?uy?MW@T;+=25HZM-X?ENw-`Xd~v5m#aAmFEBacITT%iSm*`&Ij*bd;G{RzM z^u(Qga_)%hO>;p9`-UF4 z5WrkL2O4d4&0jY(1Pr0_s$0Oq1ote>8tZ8d15ZviHs}DB$UX(&9QYqY0qJUDl24rz z{SXqmqu^UA`Q3Uq&7w!z7+)(eU$MP7WLp=G?LH@@iHu+FD-+*MM6STweshLp%CetwsYV zBuxOw5XJ_IAQo7#Jif4EkP2i#cQ6tH@YON}@C7>EOklpY21i6#TUvfCl(22V%Kc>+ zG-bnjDw4-KV#0~TjcJX%BUxDa<#1}ZAKnv1qJbERnDbW*V;f>d>+xt~0~r48^71 zVYbloADS;_3NNH#*$2o>2a=-(N^`v>0?U}z>%{HQ;R<_VfQWY+G}r9AlYURL4*8H3 z$II?TXDm4*Xr2*fB$=!H+~zM|#S`>oBENfKtPzL17`1nWvX=EOO@F~U;OyiSO&9_R zg0}~OEcmFY#g+ZYt+*y3OyKFsFMM-4 z0o4Lc76JlRe=65NSB4?#Sg9TyhfK-QK($CpQ^UWp6&T@=l0sVyY^tsWSVUQWgUC^% zb*ocSm(Tc_g%I>HoSpMbj7(2CI3FL>PMba1K0eoV%GckhCh$~1Sw6l+jDkSN!Xo3g z6@vV8dp!~Y%!1I|CL(dq;>{Zay9$l1P%=)K>E(U2yrZ5k8^E9FzHysM0hp6O8Tx&i;F zf6J!nt4VfxyboBs#K>UA(p&5t#hW#@0lZ;Qn&8VdBX`2W#QZ%n61A)W`J1w_7=;Gs zVp>D-X3dk+52Z7|BR3QD9hLkdWQ!fpk!Knm6oyH?kZ&jLh=jrIy2V?N?iE;#=H}+$ zP)QSWx>+#@7T}f{11+s2usET9k&^8>a0;quonFM?{UyA`eS@tlRl1z zl~w5b1i}Z_bXa&+S6A;G%Rw_*&bc>imcVKP^+BFS1$u5E8J8sI`+OVtT`&jI4px){ zHZ=UZg0j*8+!hFC*VYo~kHRZm?epI&ErdG&)FQ<%&|(3s7N1NUJRo?i}R3p z_x)Pjez&aW$z>of@g`e@q%v)*b%OO|9=FRbbBY;D;%q=u8yu70lswKQkD`eEM|t}_bG(2bNbs%*}w>pv_gac zRlMhxdJ%jOagDEAcH7ZR-dD=Gp$M%_4$lPRFJd%ZIqtrtLA4?hjA~uijaUA6fxq)3 zLvZHL9~o_DI5Wat3(n#H!Yk9($0%eT*d!!O34NXd2BM#LtqAkI=~}MSV?sGWYO9)(82|S9vc9)2SmW6{AEc|C?o% z*VXBYuTV|S=@*D>HMu_z5P?y7jtJo4^Mfhtm87JlCt$OOWc$r!hQloY#&_kKsnCt; zak?Mi?v0t629)`mBwUmhGOXY|eyMwK*{YRyOL*B0!*ERB{tLoZ!w}rz@l2f0dBEaW zEB|{qN>Y>&twB-;xt@!THAn05FBA}G(H%TKI)dL-rqb&1dG{-y0FRBIZ@j|(NN#&j zbK{r!dmk~64?oWhvHYqTxW7ODm}tDcLC;@BmuN{adHV{*9{GfY>veU&pB`^AP6BT- zI=jd{p2c6HHM!Ru3|X63B+IJwbQAskG>+p_R>$jkI-zDCDUk0Vgw9&)r>(;!9NeG5 zaPp%RxDJ9w|>LMk8dz}QrJ7aHO-;)DSgg*mS`^2N! z*EdDIX5nHfJ1YxX5Y7IL0vm*a!l-NXJ<{>H-sR=;9D_Rl18Tm0g4Gc|{0z^3NyBS7 zO0=-9#rFdGCZV%_ZKK1KtvBIeXdoO{!QOTP5)kB87;hdqTD-sV+ik8;@Cs+Dw^mkQ z+PwST=&LR9jSYFrmGfo^rYNm~D=$Dn!kV^VEY{zSk53t9&=4@?w90W-`o<~z)^T`g z?y1KWfV{dE_M|q@?Fs9krwxG5uqf&2@&8l0Ij}+7@aC`6ul_%utGHny^HSK-8Qc@x zW&T>DA*fb`wo&FJ^<-v^$x9q}~;S-^MW3cVj5dUd*9pG|1&Y--9}0;J+o1-(fT z*t<$*Y)P~s#sq;z1Q83|5h!vQU>kqMrlqg1udMvbFSOwi6%3=doM0&gJE#f^o;cle zR16GiYSoWY-watn9EGxBw_>74rY{#qr_j{S&hof%VIrR9RH>0L*Cm7?I+q**B>Q*;>J zD&#*9jsn$3Omc>Wq5}S_$hkU=vmnW1Yx~oX^=23kyKn%VGECu${|h4uM`vWr{Qhl5 zx*fAz^64kx7g6$xJ5L$?9#rEXX4xJGF{kan*n&Dnz&guAsy;ZFfFV)8(Pi)7I;dev z;8p&~a*c;1w!1{fJnG!h>_O&Q>25#QX<37{xJ0ej%&7gu4|o{{8ynP_%@HnnUbuXL(HN4%d0&@H?*+BJk*=ah4 z8csv}Cg&Y}`xJ82a0wNN9SZ)mk#9j?9d6vE-P~NosMM5zD}#wicBe58Dl!}`7E=-t zV8|vR0UJJ?NT5pvHcK!skVYoJ=rtzBp`nd2VgWui`Z#)65J5bumw|3vwL(=87I8nA zD)3G%?7{WwR@mVL1v3s` zLg2vC)%68p7NmB;lQyhdfhNepkjq2P$VvG&G0mSpJx^)Nxg4jwvJmzPCdKgW!?+Hh znwC|tzOWsNIXJKfh-krw@ma0tR=`Tj_#!*ex%cIp&LA?}W*ud(IWKgC&*|Rp-@jR_ zGd^7Y%-GK<+igLJB6eaRMO0Upgzg@lmgafAnjh+VUo2k`dH}$x0su*77M7As(! zt_PW|gA?_?*BTdeUSLa(TFT#^&Mcg``2k?clFLk9C6*ScP3xi|R=2jO9rzUoKt+VN z|L)zpu*mfyf}?EERK4P}3KFfELS!$MR}*&LH%-?|Z+$Kuw<>3Rs8p2n?Ai9mkA#&N zb^3D^E@l_Q?b#PQ#Tv`@Pk)$;KMj6r`+D_zHab0u{#`hQmzHkB*wU9Dx{6_B4Bwh* z#2NxPO5T?n2GWE-7WSg(al3xwICeX>a4=ahg||adE^32>0Vj*Mw;;k0w5Yb4DSke_F^z1(gF(f6abav^ zU*_&0Rvqi%6kVkH84OWyin3e3_K@)2H|;)dUKzEtxenf)^W6#>mP6gne&;1dC@{xx z_26N{l2@~II=5X`e!lr3g;XX8KDPvTAEJP6G#5lB;C*!gk#Ki6H^^H+Da*s6?Ayq< z>Yo31-Hn1nb4CXEk?2fp8n~&^@)mshaoTICltu0!zK9uFSA1;Em!S~J^S_I5baH~9 z7l_N5N<9mE794+!kML6Rv5_zL70uP-=9OEhuJ&&)@}~XyfX1y?`gdyT@Q?Out%+8Y z;p2T8)}`(x_6t4Ka-)ES7Khj{It?M|Wc8Xpp+mqLqGuI^J>V>Lss&eGv=i*W)$0k6(3)fX!Zpbht zrjcxJNQZWcEStha1ODGRUdgGca@fd8_>jc}k_}Bvok@4Z?(XZL8R3_X?X1JT{j;Df zfIJAnQB!4?{jeD68k@3!Ij}j_@`4p(HS<_k#TwfklCJ=<4NFW?uRJ;S{~#HnqMe<{0U{H% zc2Hq8FL-^bm@@EtdO9sW{%!+wboUe79KF!upkWYrrmj{GgVcM&gZ)TuC80H%ME~k4 z*6f}QfLAJG@YM*0>J&`1ZVVnJe;!w}!bb?+4b+@mzy7V{%pHVfE!V-i^#EGdC7I8T zqvg|wYsq0F1W5YPRHn+E}-@HLv&1Y#op-kv2DJt67**SLMgLgGo`D4<& zR47bP|-aEgKg1Fg6o6WTj&=0k~= zjFeQZ$&}`QY8Z(2U0W=0Ok!e6+h9NvAA-9ZjOflinnB}&6Bdv|_?|tpJKPTE<*eR* z88A}vrB)Sw3iIk({6wjVv+|mLWLW#|mpF{yKU3NGA-7E-zalDpcW7PJ?R5Gh0V%FK zYddXlZCEyY??Sp;T20JK!I_(Ne^3~&Hwl$=y`UA#v+%O0r2O? z`7SH=_wegnG01&Bja?BatzI3j>=dEo_L}m5SsLNfX$%Dlrsn3N=ifSIK&yuH9v~M0 zyzmSi66(|)nK!O|$Nyv$B_mb>V7|jfS^uxd%8pwmw@tvepNFwce)y@H!`rF#0Wf`s zcZCP{|2YtunRvpyK;W&0oa?|%8{QTkY#iDVCqL?y;IKJlC^6!Gw`9%P*%diN=RC`H zCa7m&EBPJ=T}}6JTw0o*%7ePMDf494iN8N$pePQ0;(tw;?yNzdb7-id^wOe=hRQr6JBW&Y|FymfbEV9{%Leu8TZRVzZ|vcVt(=v4)6h$uVU4CDBD;$BTkonL8uj3T_xWS`dCmwl54qV7oxdl$AXnOl zl4%fp+?oKTc7Pd_4IW1keEbepu+kV2WDLUJ@Oem<@8m}S}Ey5NZN z@%7V!zk;I*9a2;H!bU~gtj!*>)KitnNh)%)J$G!l-xT~v`eH^@gxQZP_pD|H2A@7U zI3v2j?M6c)i6-dUl1pPcYGaSx-h5%F1{5~9JM7&dEOT)E!w|;K5L>isQ|zAMzaTjM zx;VEQe=nVgQ?QFN1oh?e<-sQ^gVay7XRzQ@Xfh(SMj&9GQ(is<`R3DkDDnUwmWZqH zt<&oX_rX@KQr_wFesmro$A>;?2s*A0kUgLrE!KxgE>oYl)6~|tlys|q+YLMNPRHA3 zF)8wmy);@0wY~Ou&$XgQi~mZ6;JH806!N1&^`YW?5|g3}cj|7g^3+ zf07@&`FGc4?{qhKgsV=m4U|@93F}=+Ev~t(+3(>m)Au|FFLr<-< z-t(Sqby;Nj&t5LvvNR9u^AcVMFKrSDWM}-QCkXN~N;@zo>==Gi?-)FKhFLcc-l`;6 z_@G4AG!Ks90CQ>7w;3NjgsxPeio&dZ<0v95%>QT@vdzIE`mbNFftIDHs0d7r{(jlITlP3s-1@tA}E3T9$cQI~ETqu~tyXTkiYXjK^zyrnwyuhJo z_5goEUH1YZ0|)!W7GY=nX+?eg8Q8osl?njdP+opBM>my2p!%(@uft^Q^W@f#-d;PN zG&sG^g*Tq97gg|_B%q$9)=mVZBnlsA4|~Nhuu2UHBM?%}!+IwpR^pas{Iw3Dz+ai9Ptq?*}SJx%vh1_0IK41JlvT_+~yNErb0JLSjLWSCtJ zZ}hd&`v`68gJ|3peuIgDzJ>DjMyKIyRAN8mqI$d~2&2lS5M7J-4uvwUKfjDnAE1v!NmHv#2#^VTpSFto?Vm~~ zWH>Ge!~dL1*IfVkR{O%`C&`fQtOB`+0Og{?9meNOZR7q_h$sYhNT;xP+~R4MB z++g(X__O{DzUsumXx7u=Wi&-KH7n_R&sebuh*OJwKT;rCe*`=aSM4l5((Hbkxw*0v zW1g#BVwV1jJEDVjUSk1j2;ZquIL5=G>J5yq+TrEZ zwWv3r#Cc5beyM)`!o2~3sE&B}(j$wKfkh&Y?Va!6w;W+NoO11wY7iCGH+8Y^f2nUt zZQII3+6awqBBLDSO6e{t2!H>6qP%?n+c!Fy0s?E2aSirSk|&3^`#i4ISX*24?&0lW zW#?6>{t9%TD-INa67q=S*VHk6KW$Q#t! zX4bon_&FGVKSzB_Dh@8anaN2w+$I+M-SsF`{a!Fm5O~v_X55^oBNAvkRz;8Ik>q)vzKqWlT0&neKpmH;lz5GUgCNhj2z`z5T^*e=OCA zh&6gh7N6=jlMkjBI*)6IIpqBty?$+B)f0}6k~uDnU447npRxBjd&m&M9n`3TTc$<( zytrH;nlUt~qsxqYdFbe9ta2jtr1f^C)X4Qxg0T6bNnS8^P^49yZmOxu=5N7iEL>Qd z1nd`47f`~pXe))9%22VyYQea+5GjbMvJd*-Yor_dZz)WWnDiTKKYzCTavDNKecQyr zFimLtaH6$^ba#o6co!Y>%N@!kzkrb9i^9e?ArFQ%J&b+|e&%Hr>H4;9r>Gb?ZT6**OetXd zWOL)30T>&%$b-QmIPxJ=Qn{nL}sl5$OaNca8w;%)O(Qm`j70mB);<0=3z>E$8J-Or@l5$B>t1R z!W_Q1*bLgGLMr%ke*FIEvnfryw$(V*)9V3oY_Td=b|O?I>*uc`h<}Y24P=+)(mhD& z#gUX$a@yeY?QBeZO~T|yt{WfRhb!%S79a3BnMU;LvA9}-;Of5^>+7lyRJEEg!zN+BNgG# zjyT^%X&&!H{?WnFVK32i!4jl~010?#9-~L_TtiFL!{&EW8sw;7K?VaC3AE3oDI~|eLi-qvoofrjGRe-!88TFmD#783I@AH|sJei-9X{-A^mZ zwKxo~<1GeBj~v4D9%sGNW{PjD2f zoCj$K@8QFLhli}$D>QRAQ50F($y&Q7F%raVYPJlPe4MhA68E}m#M}iGF4Q|(-#rV> zD(I@LjALR#4HA9u%~W2*IsMCY`!76`;f67uYiV9S6Q(3b6VGlD!pOfz2~>XIIl6`T zkYgnnpCT8DX zEruj!>WoE}?2&p&rSrK)XVJp=4qWQJOZF$fZD*8qbwMQuS+MwK4hMITn=|;xFv!bH zH#bZB$f)>u2o?34Rpb`(;+{9shpp$AN*cn?-sdC}x1ltLe;0&8Tdu5jM zQhMq+iT@Ah+s)(?)jF0NwcneK|E6+M8)%G7*p&%T-t$}C+(brzUrG4#Pyj`I2*&g! zS``vyW8g_2x2gs`5@t3e&2M3&?)5!Jg`AGB-M>>Ps?}}MYc9U{ApMIXYI5ym#fwDM zA26`aZ=1J`PAHMquci^h_6myIt-Wm>WNz!T>!zh^Ei(6Y?zdY@2jtruz(TOA4Hj0= zQ%onQ(r(TFl0#&M9h+pT1Xw3DHR21c zbB>nV+)$f7f4dG6$u@l0KJs&}-hH;eUbhtNpYNQV*-2W!wm7(p=_de(P0h2x{N_M| z#Ic0EoxR)M4;$zcW5r(BZI~}=0?>-^7&=G|49LV^4&Sf#T#D16VG$bUASJe&GwXgA zF!IemHUc@<K>v^i_7_o4uUu`*hjyA+CFjjtZ9p)RWb&Z!B-6rQsw%?ONdGLb&c4 zwyl>|zGlPwkXUJSq}hgFR7NBIpCod!O;kBAX9X`g^1!ZOVueHgsS#dV7 zgOzA?D=l8a3Jcn9vHBZN&&yxAKd~@iUp@O2baP&22kaL_>mnjB9rRvx1qK;~NK0|} z*l}mMa0a)eV^I;b22HMCVgeL_pQ2ce92*R(jC%EzkSPLiA(Z_gTG5RHr|PR=`T6oF z)|S8H8XLZiE^hizM=eHR=RjT};`8U=BJO`P9M5rB0?!N{mnc5vHea*AsUgL-ZmrXi zTzQG7rlaG&_KTY4R2oKVV8Z^sFi_CIur^0J9f6^y=*&;Fq#f-oW*ZYHnvvHh<4-&h zMjX+%Wb9V0UzR|Q8rqqqUSwm!OF_?#OF&c<6_{_6Co#Z98L_V|^7JUt=)@99hlo1T z3X}l@@9D#X43%b7q-dUiTXJ8FGGFtsJQ@3~Oh`M$Z5J2h|D965(!kT}+G6({Zk!q= z+PR~aE6a{wlp=zQuA2QIn#K56cW%t{~c`r>6%K+a%W@VpL>%tp858=`eGv zZD^P@f9!bVEUUutMTGpN)K2FEfenkZP-rOxi9xxr>&P4%SsJ!4S=slaoEU!G#&42R z^fGhKUta~0?*%0L4yC)KDc8C7MhD~4_f50AH1f|ov3(7$(I8Z*t*{XAK@e4ODXot> zFVI2n$Bf4TMvO~%-_i}ViYVNyD+S{?C9NhiBe1-COKf$v<2zxW;DbkxP!PLrO$31f zBALJ@Xa>K5hrqSj(rw{E?toZAw;fD$Wk(Crza=jfT)tguR;jkDl$SS(2yl{r~c z9B8@X^fa+}!JOcXjwzulP7_z<=^}jAP=#p9G%pWinPyT5zRG9>uP6jf0f1!23t)P% z0%ftv;D~C8L|DxSg-{$#rkBDwhu`O}r*3?=pFz1l5p|+^2fg6~J|2<&cMDPro$L8k z`)nn~;?brQPGz*8!Awy&yoQVbd{X=IogQuuB8<>ZaQ0_-?DzgI(TS6xE`9(RhEq-~ zbtGha77D!k;6wr{JQIf6{5Ms+_hZ~t>)228{Hbqvj^H%I69f>*`T#qxKZ8Eg9_CMOOeNtVk7pwV9C5S3cW?_CFCOqI^1Sk(b z=}oEX7~dB+DnpV7ik9|zva9|m(+Bnu$W}?Q`O*6ia{1J_(^bE#+~c;#OX^DcI=Kb2 zcw5`3tb(s!VIsq|GZ0y0=(|pKJ+z;3E$zxTmo$y`Q0aLuvQ#wHq^Q(g$I``%-Tv@f zr$x9&de6uMftK{>5xYbO!bke>%!2Ra4jSJhYo<(GTKvU6pAK{cxvr`XN#=rIEaSE@ z1zpq7%t))GGIqQ1#cmbgaQx`#kyRTDLH4YoQe)t}%2 zI#shrCsyyPe{f~Ii#l|r4Phe+2i+~zZT)SJ*s?%4n}}Qbhf`XAL7kmNBt+@%9RN>p zHXi>SXCs(n^tvsSS{L%s!3sU>^8Cbv;T)>&>+eNzr11MkZt3k%=I{{9?;%kO7b=gsvz z2tsHaG6BIDbSy_uZgWfn^oXlP3$z^%|(q|EL^h zR!$v)Ysf>8E_%l&Gl|uZT)0Dz3X57f+hEr1#h6L%ZHhAMlVa-=Mubqi{7+h$st~sD zM#m7dvLPRZd|s~$Zs}+_H=cqF5$i6PfI?#kTv)-}1MC>Ux`KlCij7c?^^UJl*R35? zIB`3xRcKOE%R-v<`II_KUytzt@)rg2p}R1{e&wf>)OxatQ8kLiIR@i$n0%B^$y z2#>=uI{UD3`A-hdM;}@klfq)6MGlXqKNF9IQ{u?Qinjg|)_=6l3? zoAbluig}ChpzQ1OzjbH+5ll_1R5gN!QAZgK4A~u1-sdAzwZ?ej0Ktb~mHmq~Qv@PdR`I$~>ye!| z&Of%bJ#xcFTkH+eaSj*PyBntkWA)+%tzE>A3EPumj}=;8JFfCuJDtfhPZ4MJ*4Y%% z`hBR|Gr@;fglVCOx)Iqr$7&x3EWzN5fgpu?QQUwTkdC2i2~0nbZlj?fjaa}Fr$B|Q z;5TDC=*Dbq^?_&&uHQ3TZsLcb0L=mCHxv|Y9>6<88)7|G`|R^J{b-ls82|nQD_$Ah zrq3mX&j`>>ygN0)8S~htv0N+lUBQmx@~7Jf+xm@`M_o4f2lLqnfu{g-2ba#Wu~E6E zkzUFRXXl}`j4aW-TXL=pcR0U^yv4(HKDc#T@BMAPPqRth?#99r2_=nv`p<9)nzf8V z!JhHD1w_ffFDkj>+TuwPFY_L*WT8G3=M;Sz25do>xqwFycJ@&8nZm^ks<2;@`5*?~ zI*Xdg+rC23RuE_eX+8flUJyI}y8+SD{U?NU1Yu1!OyVb<@)Z*QzDH$Q?yN^rP=|^D zg-Ng3<3(}Qxv1eBXjvf2d3@G>|}y=hqd0lo5$17FIu|ZO-(^ZJhfv<;~m_F_% zRRm`{g?ts}1PBkd%m}iv{Q`3ZG^jj!)J>cJ?AgMT?K`)G;i79}!y=6RGB+czz%YO7 zSA22C-=A*{%cK8$XtbV*Yip*Shz+!^Abe>0hUULLQB(neE9*LcjEFxioR=0ihC)4 zVpLdrLuR!3@(I9~=EeSSf2?La(h&|}txvAE!gtdN7@C$F$_&=ojVX<9v(diWf`sTf z?IjXVQrAz;)MPf4UCH%=jmeRR1VR4dh3kASitp4})qP=@%Bz>@d%`Fe5EYx7Rt23v zc)W2v95aH#1n!N$6ctTH@*k5>7?5$_jyFsa0_1-8a9FW#iB$e%TS3p*>zGrRqz1EgIJDL zfg)~KHDU1ik+T+#572wdH7%5te|&vKS5DVY4+(s$xAzbbMw5gwhk6k|v`0%v!zx)= zSg0cCW5{{}Xbly-03%J{DhLbv3faDiv4hA5Li3AZ8kic&D4d`$;eH1T& zJOOsnhK;k_*Jsglmk;z>(29~o?f!Dnm#f?~M9u8^foa-x)}CS|CMjD14`}5~DEjOBP?esQ4CE#gqZ$IS}KSH*0u@$3}YiSw{ zAf5o_iOlN!4#IGJQg7&dX#G%QWp4$-G%#O=+=Z4k_Y$>YxP-cC> zwX>`x@3p|eh?JS;*8A9Bve-E1?+}RLECk<^@4x%$)%>qbCc)pu$;#U-q`WlGtwpV; zfI&2Dv;I|WbqimwT84~JD=8O=f7Y7R_IbvRYfAY3uxY2Zc%gbZrG6}@`|TXs5J=zj zM-@YO4X#rzgF#bVV4Ue*nB(>W`XeOdG(pPq#Qcx&kOYTX_}ri*S#4!_tZnWhYW3E_ zK7m8)WCe|Xn0a%y65%+(p4H!{JJrpH%Ad|oU**vjKIV#5vJoRrj_{X}f452*zHi|l z@Utx?9W~bZy@=ae?f%dVbr+)0&hL=W92^9mA-EwS{npZwLDdVVJzL+KVG6(|G+w_Z zREuzPbL+AWq3Q+Ffj&UBp@IrVXb+A@q3DcH(VULkvCZ!eV2R+>nx38ppBQk$rf`1n zt6h5QCH?!AW|hgk_d$ChLBja~Vm9n*FcgPxP0Ne+drT(o*a$cA01z~y^&QoI2Xf_^X%-85ZR#tGoek!gKk3;e#pNP0hm>#>FPx_Si?IZXD2|*d5{KTLXUK%_GD)wXt zkVm(s8$kJ3zH@s$KZ@5=tMdzB&0?X^@83TWFh}_Q=a5Jc#x{j-1^9)z&f``aR%&KT z9X!5bSRQr1-fliilCx<#`VFXSXk7aA-P`<;N2R7?xz^(2J2sMI8}Jp{P;o5DzC~WZ zC=bcgPR7h~j2e>cqR)}zD~wH`HIy~~$My&n`Obe27&4&(x1|L_Aw{F>U>GmY3;?+N z=EP7z6VQKJW>^yXfIY5C4|8$w0dvS_2zdUn;$pweO)wFVRd54#+5mnon6k}w96!;5 zxvrm^D_y{osM{{65PrqRu+=H@>TX$i(B3H2Gn*%kzlpYsuh?aza{$SB>IdH|3}nWhGm&{UHCyjK|w;Kr9q@iLK;LwQb4*( zP^3#*K)OR3q&oyDk&=?`F6nNOhHo?PkI!R{`7tE}_j6zST6?W?i4-biyor9dWK48` z%d#0t<%RBbvX&7hmWCae4y%E3=LxYLa#%gWj06j?)%{+KPa^4A^8YQks(`i7^@W*{ zm9>gXr9C&Yh8La`Uya6wB+IbXAylDPOT(=^|B?_{Mrb@ntn zlIC74o#2}f({~W2kDd*f)y3s$JssN?z(ydY*>R ze$edi`;}dL+~-aR4bD<%@wh&JuA92r`Ow4A@M|qeza6#&G`uM{qKbTdDaGifQNGa{ zR4LzuN&e+*HvC?s$%euNp?m@T5JM-ocd8S*->go@?>xDS?64gD68G_flC7yAszRd< zst^zz=%sO4fAyO=D$6H7dwBQriR%?K9U)_mQgWg$X3va_*aHy7kIXCMj3WG;_`kzm z2yEE!;fL^rnwyZ}jKj$vzvt*^UYXIw_n6fuRINJ=*}>U*`_`wPM4o1!oGNtH+h2X0 zAG}~2&$Vdeu896?ulV88&gQNZTd`ss{^y3OA3qY}SyF&Y>K0g3A@ zkW%X2Y4B|nR6x^#^cucis8^|)DjHe`S0kjtp#Uuj43izMPOpCjqoX8pc#Ly6C0Tb| zXdGM4F$!`mPW}Kp(YhUw9iS(hMhZ4sz=VnIqQwt-N{k72dLx4tdnj7y?++g^-CAFl zf|d7V!3f7-eaZeE99y1muVE6qOUW2HeiZ^aNTv8tJSpWg2k3AIB)K^ACX!^#`;xOWb-^M z-|zc1-*EffH8c{`m{RhRQ#RcTXx62W-qQ6^NGR>|k|8c&(=;nMhY2x!L4qLt(JiHNJ~rANnJ+ zm5Kloq1nN|J_d%b1|v*#G?%Q#KREE0gGh%>K;HgKt!nZBp-u6f5RM_n2`0hw=;v z028NnnUNGdo`KEVu)1ep(1#l>Y)+s_rUes>Tu|o7iM#RBhhz?;plY=wM40fe-Sg^x z?0=Q0*VRm?>qM^w*rO|GH{ZH!=)NZtfOpiCmT-mIFVt`E@mq?aGY?tZS<^VSNX)W? z5Pe!1Q5L+$MEyg$Zns=PF7W$HYSv|^C|{S~7H(MJSdGX9d?+m6VWuLw(_9)t!m~3~ zRRX*KAjw!@lu=^8{En1y^I?jdI&UK+>rGXt7T|WlDSYt~Pi)9;H!F%7`8J{v;5Mt{ zclL^X-IfWqe6M|u*di3RA{#^R9XcTZs|5=nND$m~nqH3^hUJZHoR$zUw49scJTvgG z-s=g`O$3ecV9A0w5RRN~6I&>+>{_OhimbjJx;RhYwQ2be4M2bYQHlN=)t|(4!d@Uvf%i1z zII(xmqVobLusd+i?)h<7V7*}X-}28My#bnza4#+uWkwE6hx3Li!atopA^Y)F&|>w_ zI!0`2AhY<%m~1+?Z(*p{)mhzE$%CJ}O`lYJg@Xy~7y7HyrY}w9_dDP6(y7YxXxjg^43w zz(fmjjZgDw4jQfBWm}@%Z`8v=)s$!Ufdlfe<>59T$7V(!QV7=iM?S42FRwKixj(#a zwvnUO&rCi$_wv*&b2Hv+&Q{Hf@52S2{nBrogzO1(2LprjS6TUmg(wK1{=jJt*bl&o zq|kK0k%5E&a>Wd7ngQV#SdT_?xnJ)V@VA}QnYOz;MezONrM;#;BgMM6m0U6VZ+ z^m!u&Hz;S#2!)x!pl=;yhir=G!sh8gl20H7*RC5||F-ws4)4QEs zuLKUSdgBf3ns1eN3AOAH#MYp3S?}KSgb@C5SENFjmv{?n>uf5?i7H7r zC`9Ya*USW?&CmU_u8Em0It0iXp|qvtW$q2ntDm0p^*ose>87xdgB9Z*Womm0;f%u26x6~ zJBdcBVGc?p+~5-k4QVA+RgUI+CO!nnH2&>8d(5qbz7VDSkF^)pZum`&&=+O{IM{$d z#BcrsbEQPs^2){JS(}d65i78WZ%qHb`Y2$W{^fqpRz(}$U7+AUp#E3|=69=k0oMqd zlaO;_53WBJDb;8arLvRcB{D8%|LUK(kDN6m-U+)jT1KaQ{7O*&BC~c%r#1L*)v2@P zr3{K`I&W%(k`l}Ww9m+F!q~aEZio!>8$jL|agr7klp=*#V)UN#p z>>5}+SzW2Mooy46)GLXl-#62sqfP_<4M1v8@8Q49QdDD(5^v8Oyx?sSMkz2LRTi5N z*r`iP`!paA{`LMf&b0f5ZefmA%o{%}YEIs)d&sH^#}IF1rbNvPpKD?6st6zdifnl4 zR7Lh+W@6&w#ffz!4Gs#_nt?12ON-@L-4vDC$8?&?VBE0SSyT0a8YnOrzT>1Yev5Y2bNAr!!sNIw;jf}3JFye zYG;HT?txN-=Jnf%qe4S=h|5j#B(&~DwKe6j$;;L#QUM^%PLWGCm+6i zyow{Z=u%k^(Dot31iJ?AL;ympZjIYDzilwR(!Kinej%OEVp=I^Rwjx$egt{^>!o|t z@^7#RUdjpt`?)F6mg=F=7bKB85D$Tl>LzbLtDK_U!H(e(O$E~* zSOFZ^C^(PbR-e}*AwUJIwwm_>yqhT(_ycNGm&1rC@v5RnTu?@vG3!i&C0kkIOX`k~ zkAXdii@+uzr~<%Z;=|4D?GOKD-B3gU+le0(1Dx~NSe_b>!=8f z&U^o)g4&k*6G$V9gwA!v>g_+DEck9-%2=-QkH|MvF9~K@aa8e!wc7$imo9)C@f8dy z9Une?fD@YdZODX}j7;~qMbS$d4S1no61=3hBd3cO#ipU9UCus@Rx~scuQZmbgZvC^UC`76T43gG2727i1 zHsFqh&1KEBx*Zzk>!v8}Yx{w{SbyoK2W8s#Jg66X&vNGpEw(oPj`glxyL>#@;fnd~x%Z?u|^)Yq52^12~ndB9(?r(m+zX_a9{|5y(m-;MXi3w$) zLlFx7IKMLJ<=x$tmy`1atz|l_PMJ5H{8kM~&7nRqWKbbIODUz8kT0uIkMAz~`8kO) zy-_|hIs4IV>+A7T*l$6PjZKXJ1V;05=_Qd1&*rS&T@k_0_~5y#`k(oz!-`{gUbSm% zP({PZuTR<^h%1Pvh0EpCI_(>@$ZX1JrHQ41)GI0_)v-mEYZ-ptBiF5Q%&OU^oT0?+ zl=dWV+jQ&C<6J*#kJUHVgT!;42PDpk=BJ0!vr>4gbLPnULEfO>{X0Ge&6oWUm_1;r z;vaEAmAL#@)nJ^>a}#(>7A!&=Jx_X&+~7iS8Pe<*x^Z;2*L~9zRk-vjGV{M1Cg7+D zefg5*5_`DScW;S8B)VG50wgyIY+koByA#xu)G;%YkQE1)>_1o^_Y+r^Rmu4s3bV3k z`S?!ra#Dz^a%*Z%!A3N{WQagyDW0AzhRI{>CgV(>{K=6OX6JoRrA#d{`tHi&Lz|;X zUxovz5t>K2>w7QyO-%_)NspnK|85^({F}S_R|Rwo+l#v1Nfu3s*rGv!LGGB47W4{Y z&@NwpVbSa~Zo>K=u4((H@e}B$u(t5>@^UHjL;EysDdR{1#Z) nnV-;*d6g5e;z_ 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�KMV0 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 z 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�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

    >J!K6|WB!>CZ^tb@+3NZ5-11qxF#hA|+Rh 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

      Cybc6Yf~p7u3yV5I0^T1uvnEc~;e|?K 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%0DwtD>kwWpKJp3L) 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

      u#D>*`WcZKI<}l3CSti=0ggOZ6_c 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

      HphVHU5;xi+o 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

      7QBO4c+= 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 z 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 eZ@HV-$?fE9XDnb15kf? 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 a-K4qSK)tr7S@e)}ISO}GWpj~cFa8&|wWx3a literal 0 HcmV?d00001 diff --git a/graphics/fec_industry_today_tomorrow.png b/graphics/fec_industry_today_tomorrow.png new file mode 100644 index 0000000000000000000000000000000000000000..2daacee69303c5360b7bb1eba62eac4ea5dc1981 GIT binary patch literal 545665 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�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

      ?#fY+f7UXPa5`f;xn#aK1-w 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 z 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 literal 0 HcmV?d00001 diff --git a/graphics/gas_pipeline_figure.png b/graphics/gas_pipeline_figure.png new file mode 100644 index 0000000000000000000000000000000000000000..e92280c5529794ca5a0b228d355c900cd1e5add7 GIT binary patch literal 275190 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 z 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 literal 0 HcmV?d00001 diff --git a/graphics/hotmaps.png b/graphics/hotmaps.png new file mode 100644 index 0000000000000000000000000000000000000000..4227d216bf72dea4cca96eaf8589f6a283680c7f GIT binary patch literal 2439431 zcmeGEc|4SR{|Am^#@I!QD2ydrma-+p*s=@R_lmJE6|$S5qExoBW=XUW%9?ewC_*TE zmKGvwS+e`Su5;h%{O=!s(E{OpFQDo^0bqRqxUH%V@=gV zM~=vmkqO10c5pD(5*2!Va;JmC>(&Fpv}ey7M@L^Zb_j1IHDFsvFCAJ)87Ve4BYT)e zo|B;ua_kPNZX{9XNK8hwJiGCVuF}{zCXu+njcqd!7ZN$?;Lt+$IWYDaJK$M1NiSR7=SmN<*k;;_!xHB?+{G8!*Mocg32RZNNVxL=FKj;ADK z-FQg$qxRD6yu6D7m&35sI>rZdaHZ$MRGf_PLB}pf@Ey!G-mN&Fu;{z%D*e@~d-mWy zG8%0hVcM5@^^`NyDQW^!I$r~6r2YnxIJ!f%B{!LPlE{ccZJAt1N#j995|mKS>y9+# zX*e04-jjNjeGm0_a`7o0+fK&K8*p-RP8QmDeSIkUuv$~4U&=J$h6f}OajQK2B`u}G=46BPb9moHqM!=jSITD#H(S5 z!*){Unorb5^46Xgj=)mfX46O$GL@&++8rl=t;JA}Ze^})Bp%N7mQD9q8T#7ie10}V z;r!US^WIOY&y7{quFUd^Qez2Z6#wKOBkw6@31mDKX%mrThWDD8nfdhft6+uKV8YtZ z*%&Sb*UsDo5mOQERLQ)6fPflP%@M)y&6RsD^;dQuz<;ByX&vI8?S1^b7yml0;oIHS z)z#+PYEk^2{iO+fnvD6AcOveyw4Xco{gcN0szJ)Z+kv)|lM31i{5eG%*>9!?Dn>i= zbbl;=Kdqf4n(Ekg%Tn>^(MZ}{6vi}}f6k6PAme#d7Qm%er7 zSInS_=EDnmyh8Oa_~|bcWd;8NQ`ozdOVb0+O2_f7X)<@ycY406KlAz0t)sza%{PQu z#ZTsn6%G3?0lqMa*IMK|~0l3Ky@^|uNW)-eJ5g3|r91Z7kri8sx zQ~KeeTgu^ft3PKYW^3lJzli0wPm-|bI>l1%J?zyyIpV=^%qLfa3Y~nw+yFl3lwXO= z9<{fo>9U^uA`#35UQE095cAE8bn?v}@t^th!uXMu49hOVN}rQW3HxJcsHuemaOdA= zvy0s$%8FT+OV6@#5=vd)2{=yM;EK$HJiF#i^UcIq=yzKsF0Q}2wztRTvvjdKN=MpI zy(lWk_Px8~>cYhS(~VaJqSdK}CgdZiR9T#k{+lZFrjv?KKF>Y(wQZ?eG`;+5#~sbF z@U5W5Zx>hU9Y&6gZ(U^AD=VGVg(~{`c!M^MND6z)Ag1>B$GW^lAy2A1_3{dS?g67} zH}T;~F)4gYoLy~@c2A+LJ}a@f88hfV+Pu5u+u-?OhALszw=$L4f%9WycU5-S+1c@6 zs9cgLJWpTVxj#2-W0m>g02iIBa)GUMuc~vwdv+y1GAZ2_T9>(&*YSK#aD8L7vS&W2 zyAG5;(m>VAVDBEg#xYiY=JTTRWHUGRrm)7X}k=01mSZS*+aNmCB5 z)3rQu)|m$D^QA;{;O|K*8&jqKbQ%p;JA0vD`P!GJ#HhZ>@1I}kzRf(Ery0v7>Gh%V z;G0XO9m)jkiMx6{p5-nX7^d+Y6$+K)Jl*7GB8tlKYg>lO;ivECA6ZwVc`yeJ(e4r& zF%GSG)wcQl6}NGo&hGDvi!zqdReqBKaBfc?KH!kcuJ9ZvZ-Q{iJwH3tSsQ%*f#L0l zkflE79~1YoF74grXo~9XJ4M`D|Ei4VW*FinkWMN2|6($N%Tgs%8&Wt zLw+;~O1gIPPYhHP(ad$%O@2L7`!l>CHIJew->$Z*NpVzb!*{fNCvK$KIjfHEZ=t2X zc(xR~+ZcJq=w`Bg*dcc6XKp`I4xP?Do~0z|GlG-)9BARBHsJqr#`ZFc;Pn^R_8u!H~rj{UQ>*r>4w7b)bidL={`GIF|K9DC#;MH&&O9OG7A`srm%^)9u01{vz! zqHV$>Gq(nF%>M^Uc3s?OcIc>7@j4`(KmZmp^rXM*=f-RJOD|L+F&gp#xE+R7zOLWr z=UF)QJg0NW(L7GvDe`^~ZEAx|kHvC%PV<}!3FkCq>C1x(@Z-}ca-vczuF~w zJZ5RG`BIrJl`^-S57vT=h?m==6jE90Indp*z-7kSR^z!e)%OJ7%CWLE;H{s8ah}Pq z{pktSGNX@9k)zb=2o`z!&g z3lC_}a_47mc?{K9`gXr6X3c1*^BSy5;Md-1303_@i=%y+o9PN9;4^uT%7N?L%Hlh? zmFQV8V{&^z1vmIG1clX;;bFBRgI=ORWS80S?+Ovr?TyslHNedJ2bdy9abD`==hOGzm)dp8A zudX&)SZ8dIILPvPPPM9%e&66HxS^WBCP-ZgGQsI!55Z}+!T+Iu7M~+-to?igh~&ld z=g&X*jyxF}Ys)wQ740T8t7trm+IyliFJ{~!^w9y!CypO?$F?uIbv!Ta^_BUA zqrpqm)1U3fThkBU-LbK{mDZ9gCFwhEsC`q!loX^Hmc3EtyRz|f zxOLHHp911>O zw>G0-E|5KIAOzvgl4(+P;a8yiWw`g|lkRB7I>J>*x_65n0pK(4V3#prRYJYIL;ZLh zmgv!2%+uSl!L#Vvk)!dW_3&^?!{$ZW-Lwz1QYN_+1F&${4y965ouBo>@J}+rwM#b8 z%PUm3`EzxQw%=Ckysbth6&zH8Z&jyyEvT1r(BV9Th!)f|-|2oChl~SCmEl`;G#niT z%%U9<*|RdCwa3$>wJ+`97Kd9EyLrsQ=Y{V?=Vd%kd%Ad$U9DsZ$qm2$&L!jzH>7n!ARXc`e5NTKWu{rta#pToAdQOi|kG@G}J=!ywiuYZfd%h!* zb0FSqpJG6}^kK;!Q_XLJo*KVWQKm|Jxc# zI8EnrjGTd^oqVgVuFkkN$WO}WDJ1cynHewndn)LlnB51GXhf-tUO}?Pm3t28%#XDq z#qi_q9p$#pz1^R;AXpGsX!-cm#R8kB#*$9Wj+l+fY`2Vw^$$uhda zfjDU*kfZdt=SSZNLc2(Sj#_JKL!}^LUEb1SH}S0`TWWdiQSz};r4I7%e;_dphPsZQ zad*UmuD#Auu77&5Ybk06HwMkJOvQe|Hyq-gfJHBMtfGdc->Hmz-HcVUDpJu_UZ0C> z$viq>lm5&t>!|lT`a`bo?#lG21$zm4ZX+uXv21o~-Lu6ZK0N{48wmH5^YKI}`>#ZeHYVCUJ)5fM2gf7qe#88(%EoZ` zRxQm~7Y)Uy#%l*452X%=PHia`tdRy5&Rqy|&Su}4afXLLVt*?V`u8>Nlp&7F%%z-s zCyW=Qiqy3ELz!~?IY9-w0ji%3&vOD zlDhKE(+kkn{0p6UDKd~kKE-}2k5nu31C3CRh)aPBsy&>f@5 zy2jG`^xVCs%{+EWnUo5^&G;V?U*BfMU<|41!q=D26#J>XaS7bQuIv&vPPyvIfxRVe zE59~bvs(#@7Ihzu9q&`O5a;(^1wKHbl;i0Om|LE&Q!~0KYy*`$B%1H zm8+Gn%zb=rT!Pn^V#2R2O&gcG7)4D*@yS?8rHq%|fo>ttiKLws3A$LLSO4d43>|Mr>Da_?KpsVhjdhdlU(9o^iVMA3fO+`IpKBNvD2-oHMAlEp};8V)3}u%qZ;9r+(&~-H5Rvi zypb>lo;V-56|20t=Np+n=boa_c9kAVI@Z$hJ*zA=7*>}?%GwMd*E{#?@N|fBH}>J% zO7-|wb&G7P%{XK|Tqryj(&G5F6UMzSP-@x~I}q6e^2n`%Y8`)9F(zU2!ds57<5XBB z?C3S=X3qf=kFr)Q2GP`gBqXOVz%`?SitzH zi!5sQ0W+-#G>z)uA|zzOVQ;&pB(e1Mg?GnqC(%`@P$e#mcc=ktJ1Myr;YE0|LOf^m z-osw)pBOi4?CZnuWG|nd`^q1>y1@D~Pb;1m&$@0|g13YNQ`h@9W_cd9BUwN{Ev4^B z#c;c*;AbKZKq;>0T8)F0_G!h zJ+n)UoZs{Y&qmiRudJkQ>HCq@W5$C615>k!clFbCfB@t?+Oc|+h!Ka3&`5xi{^KV&uo@ zn}h@A;uC|_6%!?Sw(aM#BaiytJ;!;!W#=LVK$3W%3(c#GlTPpN8+C$Ea$lKR#)?0i z-P*S}-Y#6$v!5T*uGA&mnr#zGpPpeX#sEmKzM`U{N2t~}&0pPepDIo{){XT6ci6Iu z(%O_%luL<}v@t3tS=91WM2_EB_(s7am3_bguXW7S27G@eylL(qYox(={nv5-j;H^8 z1(1eQ-Zu`)&>QHrq8v5e`d@vS7DgH(TMGt*?4iyepjAx14#PQ)`v%`Qg`AriqySk! zMguJ#dxq#&Ko?_cZJz5gw{MDO=4&B~0wqnsbB@qYzvmzhWHfy;qEdxpU-kK-BWyti z)Lg~t;-~&-pnx=!rus_WfKaASM&5v8E-CR7W*~J=ny)W^*C=A9V%%4}$irt-Z}+OE zwzgF!tm~nv!6B^3vy6M#UtE^yI-xD7Cn|1?ewqmIrq3Ti1aO%Ljf;wTvPeN}*LC(LKXx230phl4t>* z*bgvQU=jy>^vko0bay$c#B<(|h$uu2=`6BWW?9beqvNfreEL*7Q9xg>K1(rh=O?cU z@8KlSDw{z!bn1KJG$zNx>YH;jijh;2xaavLhQtdrELQJJAWG6ynqOYoE%o(zPKNM4 zJ)HBGkoD!qfw7s;AZnC-4c}#}MCx6N0^v&=4kU8=)s+;M*C~hYO!b$&p;tO!UsvPt zq4Lle$NW}o$mV)rqUG4~_sJj`|bl zw_Nk7AKttcRRB##O#9zUbk>Q-4t zL|o8!({(1hAGu?iG&iZ42j(Gn@cv$$rNa+S2u^%>TJlnbu7B)0r$Y1L;SfHkAW{v~ z%nGXmd5qjj9{8j0$%s~EZnb6Kff*t)V~2mCb%ntdHi^w{f9KF24OHCG_)Bs@3-@2Z z5kDJT06D2d!>#>dTTP~j=|k$-$%mASWo6-8VN&k3Lz8RYKR%BdL-dotg>fU&+KFom zA>(TclSTEi?9?`0t<0;BW}|?by?(2_B|03o_K3#p%8dV{4-W(FF@MHR@qZu%2IHw7qF0t+Sl2D5Pp>X$k|+zBD+CZs*;@UM8V@} zSED-)J&xGjdbPdqF`vm5)xRYaWE2L%K0uPB=*l;7MJ4OuAQ9o29xw`ZS@)N^wuaV) ztauD_9=g2@N-G0I-a@b8`>zDWuAdqAP|KlcH<# zd(WpzIt_`Gcn-)uu&pj1_xQBhn@~XQZTiLGcz2=gfq@F|!$oYm5mcq=L0r<~s?Krz z0oX4rMYHt)RtNV?Yyf#xFChd31*MVQ1Uw6>x;BLugg!$+!6Z;U5y0m=o}TUQzlnpy zZq<7@-Criv$Lo903MgF8qicXNcC}9B%zl-qTUG^iNQ`DDe{}ihbJ%Ur7msecb>y_9 z))C`$&fAYbca$P8Q&LiTa&}Z_-V(pLz9LZBoiIi0=<5N2Q3rzO&U~D#0xLOM_Dci7_XmPX{+w#+_tSmjCsJ^mV3~~WqGtRe=S#YA$dDJlMiUGw8HBa01~7xwt0NK68a7ch;A%} z?9otdu1dI1b~^E zj*(ne?heifwH|m7=`6#d3P9kQM{`mArU>w=T^TgSvog_G5vm{V)b&a0SYUMrB#hjEwbjP;P}IF$`Dc z!rH9nK$XE~Uu8_`t2}e32AZhjx)7978jb)UZLPSo&eO^pwBp%4qvwZ1%|V*t1^P#A zhrQB0zGz&+;L=WDZ0mHl%u&CbbKn2rHbT60Vg!nBj!JtBn?%wjhQ0F6f@BsSpB$jCM0P(**b9F%NXOy7nF;WJ;^ZN z(1u*ti0NOf#dNv1&qBbryrA+Q?4_2zPLF2Bjen_OkKCtNRojBn<`MPk>&^%!aYlNtt)T6?w_C9wgB}p; zvjsICkfU@wi2YT*b0lbZdP^6fFs1#>X{&mWN{Lhezi;mku}kq@)ls>}l5*HPlmB?; z2S?&#jjx*E4*$3dFcIQ`2O-Qs3Vs_0x;7`2-wj3JQahv_05^J z*0r0m^@TaG7Ht^(rTXAzWyrd=?5N&PDsgyZ_pK~cQ`t%%a458Ss%J>7uCAuZ4x1Yx z)_{bDKa1M%cr?K2c_e(ZX5vnX9yCniomvW4iN8H$2O>hF`Q+oOVKnpuFjPA6;hkgG z5|K4#T)l2vp-kC<{LGH(S$rCBE)=(K~kRK$<6eikE&U&vbqRD(#U9 zRj*fnsW!l0w<{BRgB*(4hg)?0T>N&tyH$c$Rs2pCkw31rMPz*FS z$dKRd^KOdLw%T7N6(g-cP1N>Ll+HPlXkErH=Z1g$u zwKtFh;N012kR9t+9Bv{ee`g6;?-v-!CxIjgV+P#(mglxbE@z2lLi!r z-0h;&&5gA;b)jq2Tt2<#wVr#G&d=C%kR?)3(yBKR!!}o(Pb4$0ce?k({d4+Ic}DiB z*D>wL2k2k&SMdoVGTYxQx|_w2aU@^_Kv^fC!9>^NC8o@ZOiOf6Afj?q=G%(FbIjb*_wY9lo+Z+I?3CJ$af_ zHUJgGnjl56;hyx^1c8ycP%t+_zB-Fh&%V?pz6KJCXZK^bL5LxJe-wiuB07zWu5BXo z&p%uP&vz(mfzx5#ym~4WipUpeQ#&&(w;(Ra85R7e;^5e?R8&+nxtsylgJqTP14n43 z*;fx7Z71IkP$&`UwpfbReo_R^kO(dJH8hHrMagkl-7M}SXJ6R7g7Lb@1LHi&RON-L zJe5;_GHNH$wcI-L&e7yu!(v;F3#lZm{M{_I#WOY`&?TCh*}}BfBt9+;_i+sMhD*8f z{B6-95FVj@N7fMp&LQWs^1~@`W3}vv2}p7pRM#d+p|w5M!0$(A2CL6*tol8LsW6ZZ zUEuKoKmrd-*@M3LuEov*Mn(DQ`H??MoZbjPe@y@*hLx>-J8ikwpon~AHsg~GnEDQ< ziP=*vndO`5BV!?eL_4bTb(MN>@u2hWNd!=!4YZ+UrN{CuNaX@Z>4Z{WnX5lya6D7d z5}7ba?${+}B|Rs=#m9urCd#d5cDMt_*G6?)|G*XXpfL0YRSX~xli)_w??yXm+ur!C z_$@1wZ+PTqF)x-p3N!HU){x3`?IyvfHqGN=TmSLZ-A^FBc&dv5LjHB){lO%Cw297d zGn?RZ^zaej$3TCW{0tDL)+vEk;|d|0$RXpFqQdIEyZFat#_n<8IZc;9RN8sKJvjKM zcl}0p%TCaXoW6hm&dkX)TmPZTPZx-hp!~8miq2w)wVlMwxvuCvq{uRIC}i1(CHlL+ za8JlxS!gRDy-PxA>`~9|`A9oX3J=Y2@#%!_@=T1olmycfr!TML1!D973hLbjqH3iD zbS#2(^vHG)5H3;xhr9`QuNm@FLu&cR=O4h_gpG5fVP0*%G&49UUGh!g^V27$S^u-( zB7mU1r)Nj6xZop@NljE#lzy;9k=;>5+iem3Y2=p;(<&`cN?Tio?L)p_9QXLHLN)kJ zFHt`F6EtqLPFZxwre*c9yU!0_qjD%;w!o*9pVr!3HAU-KtYnw4;>HN?%4 ztV0?yL2(sHu`gB?FFgfnz#r76pErPX(V*s{Z3gI5PaE}8C12)@5D|9J;DHPc`^((Z z^$r1o;0Yk9hF{rsEu5qoch+mI>j7w0eC5bOIf&xv9%g`?`2$F|-{$&V6GRdH!lthM zeFt{nBZ8Gg7qU;CYB3zNLV-ylSM%Gq$5)r84}gRgx9`Z=*T}RJF2xuq=t1irb05{T zvy^I03M`C#9kkj&^e~d@{Hy0RLrrZjC7E7akbm_*xYMc4v*GNG3vG@}wBL?IufUNh>KCe(1MkOGc6)4d{KWB%-^VeaNod=WbF}csLV#D3{9%rIH?$BF& z^6ckEhE%1{pa6}&nH-9sjRz<0T@MHhYy$fXU+zKB(pTPwZ}I^FP5^zO)lnQ9fK~O~ zwLQ`iW$lHT_xK}V?yR$uS_&XoYXP*N;qu8%#7CAlmaAl#Y-8U4KW&lFMF9zYFcJ^* z26w#Q7L4v4K`%&peOA`Phbw%3-u@kNxG$6o;YEspKeRx^;cyseSx~J znU5%;>XaQ^+z#vCsrR3+(A49iACSq}c<8tH4VPHu+l_d$vtF-0CtGoCojN+NC!&39>L_o`5f%;dYg-e)E0zUvXshX{6mt8 zzZGB~nlyk-)sdws_@ZHiuhsQjVO%v)E*lW58D`@R`6h3Dt+L zN|!VbEu;xH;T#9bJ@Hut21OipA9?7YTQ@R)Xr|&0VKQ))td4h~p2$6{JbYO45#qK;JLr^fNR21Hy4pE$>RSaIz zbL%b;2JdD(h5bK?ozU z#jZa2@gwtPj;)F}0G_`<3MWGFLysHse%+Md1fzQ6JI5GUm~MjWPS-zAbURuJloU|g zceXm-+p4(6b+kX?C}+`q49*=x0>MMh?z8Ke8+4VLf!9p_hc&wqV+slTx*M}~Yi;ze zx4tAE{{mw;M1e=_zNH?0#sv&qhAn_qbU^3NJN@eVkM)&v`5}H}m3V0_kSGvL|FEjJ zZxJ2zb4CohI4gr2wD`rgaP^=9R0qfgE`?G_m>n(~Fg-|k|KJ223{N`l(*L>`ra&T$ ztKUGA1zANrzUT${QV1v-G#-!a>+4XZNdm{B0N!@oZaMV3qyE(^LDuEf$)Y@s7*;Sm z`6E4JYN*!Q*Ix|^y3q6@OvGERe&}wa4+L)02SfXi`PRb;qLxpDJo#=OsUTo(UEO=w z06-l-hv@SNoE8N#IE3o_2H3Z1|GpXd+GEVOc8ar5ZhwA0dVPJpWor?}o(UlKTbm}= z&K8ij_uIGTHbxL=VS#0GoBIA$2Eh-B5J8{Pf{1Yhie(ID#Qblx?#};?udDlx7>nCf zGMRN8teBXJsrmv+TgzDwb!;&S?h4WZJImb7&v6Irjb)x=s|@&_!yerY0=m`?^><_u z&?Q&Rn|}F_VR@4QEq$jKFkg$a-d+=LbJJC5)-d7W+t_+w>vyS9{W5%Eqi0(C|113e z6I2o=X>TcoTAc-FxEL7_7$oT}WC&|OJ?}mOPuSHY*>g;<*xIqFpwp%oprDnUUuWz< zrPD0T3|bq5t!0Aff{3Uv2iS>oD3MZs`Rg-DTQn~C$561fL1Da=_60Z`Q2hFow^9a! zM)J<_@D*9l814CczH^iaA8@gM0`Uewd$=P;z=GW$+)2AS`bOZdINhqB_0KI#oG7uJ zJf(tFB&tO*QqqfB)dW1Qtd@Gut0-kYSah zy^;5y5(3N3A=GKQT|(G*clD(vL7H`?p!Y4#FN|%|C}BcqB|?q9pOhKL+SLRIM3X*c z^fl~9hlGaafj-%JSAXxk9ndc-l$Xt?7R|auI#y98&UIyQOy?Jhfm^t!_D`xqIkOy~ zrFF2dipPiIl;67B@0E6O*sJH}X93&5`15nO8_YcFt})jV{`=Q zc6O@wPzR0(hLqQEk^A8?5a+jcy6hu*c1iXAa?b;hg-I_ivuJvre)d4jy}O_j)aq0) z;(&cdPMG}8ic z&QHql9e-rB)d|YA-@$Z&=ODgi&wOeHtZ$sWarU}CqB4SA;QP{&|8>TW7$KHuPA3^7 z=IuND8`%EGE5dVXh#F1ADho{NFv`x4wGlYY6+HL&`v-~Or_w@P4ei{VzJ_3fKljd( z9!3?ePj&!TpuBN;hN?FBr!1$)2W&1QqcWdB+NvZHj8>e$ z_=ETYT|ZPlcK6F1I;P_Q#)Gq4o1q=S?n%%JnxH$(TCX@f(~^6KWF49`|^H6e;8Unf4S=0eVV^55I9mMCE^4{Y=-1yPzDoW z_HkwFZDUs0>Vt8QtI(M$zKYj$mBSBc!K|{CFbmeL+A^_HL1fQD+_vg9sET>WXlnQA zS~}XAphX>8HgOLMJuq1zLpkyLxMVTrO25e@;N2QQ3*$V%mrERb9Gqkh<^!A)h&uq| zg@*DHitX=8k|#29%BPS;)NgHCgXi7Z*2%x_Csb^HSXlT0YaC60aJ;@g$_wle8{rzH z`V#P~3jN33{PTYv;>)(g_>yYcy6b}$-8%Z%fMOj0`R)eddda5Hq~$Wy$k2ZbsIjxe z`FO`jbhIc?|M-xVAKHK%U%Y)Q!CP(EsDXwM+mDz)0jMx5j_`i{(C?)bvTO*cIU2b` zskmGOabO@@FsgHet{W!XJp;|sPCCx1SH%AF*3kf*LVd`}+3$06aWLPaEODR&$L0U> zNCO+3!?O!CNPm<%xCk35_SD*s42#O>wN&C|8S_ZQ{^isTmeL-8&DMi6*wbOsfLl8z20n47pMF`{#AP zkClf`FGId-efX{=warP8zv6*WTfpG>6YXGLEGx8m2cA7Ie?{r`jr_09uer0G9+egH z<8tcldVtGMPQPMAc8~b{cs`WFCYTETZKhcL`i~gLH%a>7H4*`gM|-XwjA(D5>U^mf z4r2jGAmw7?X<=hN0`>Up^4v*b>+*t0-u81bl!$Bi3C5<`px4q(pd>f5E_jYx?<6vTM-&q4J2 zK>qZq*USM-CdS1MDpEcpueif+0F91j^!IDbgYAkORDhqX_Ovr(gA=Ho03GKIs|QM5 zPdxRVNTA_g1}2{ivI@df`ati#zgFB3NQunc5Fc`mI?dN<{-Y(A2^ewPnt(%{ev^y9 zC7WQ0!>Rd3d|?#l?;}@bU4{yeaK=s;GRD!#_4O--t|B}#4-(d(TdIo16!G=mdfyd9r zUEg=u%LY7+7m;m3U~|Zz{sxSgE}Go%GZ4=v@^LtvxNpcKI4e9D<3z>h);a(` zoW|R4LxvRGca4thI=eJw$u8{@hj>M5YHD(!e1ML7x&s#(mxNS9xS}u6!H}*OWpcsK zK(xKUQVQ``kAmgM;Dc@zo{n5uS=kl1ZwSn)1){Yhlb>1pR5fLcnW{LBRZJnau8E`H*xS&8-dp z)x!TX8Hv#}E)FChY>0>V2gGf3+l>@n4O%IZ2~}!i4BK19rTQH;2HeSF)@D#(c0Z0h z68HenVX8_kH1b0YyPzN^fn!bwM2=CgF^u_xmORn>_zq$u1JX18h1XYtp9s2obQ`}i z{7Rf`2_w;m60?I#6fsaiiGK}DSCwI?^Qs_HYLV;%^$9TqBmk23nY{Nq^$4RBpj#$^ zt*{B0zUXjY!&1B61!NlAuoE)kOmX+S597O{IWwp}Tl^3A{UjYM2-(6U<0R(L@Y8de zh+!HDBd~c~s^zm*+uct5h(Hk-SvP^y> zE>>H5kz{Tkx*rx#;{B)lQ&p_NjTsMt9RmaEBeyV@TnP<;*Y<Ug+gjq7O8Yrx$4cUeL+0s{gp&h1(HJ)5D{MD*C4zA@!l7}=9~#($5A zKT(8lEGDyC1pWA;edhf6*yZat)X9iK%mECD zqj$sd4j6U+D7hng6v^VY2{5_PM%w6hmL9HSfQDywPE2c&cuR^od}AZE|G!~Sv~zj90N~9 zF3b!hO&{;r{sbI9C2R}2Ji(Q@bnqs~$TfN;OW4b%7FPLBi@-$B|LU=KI@QQ?Zo~~x z*KpV|O6hB@z(`*Lb{pHPM)yZWv@yfIQ~NnRU=H15;t9rg-@gvfnGNx+cnp-c_El?d z{i${qTVMe_39JzqWsjcubOG6b9}3?J1+T%?TMFmfzOiS z-NaxMt${QwN?9Fp%h-f%}ih+XKVt@8*8G-|$`}4wqls**q_diO$F?0t8 zEI*)rHABa1B`dUeeCjC|`sjA(p0dE9B4NfU0t4J6kn6O-zjdloqgoIj#RdJsyH{?~W^{rUp>Fs*v^QH3Z7& zm6PXr-qG#XCt1^pT9@m|`;KEd+Gpxb9-3$)9`2bL{?`kKKXPqn4i-;|7zz>FE3%pe zk=RFL&`hdXluRjzFBmAspJ`Xh7pcx zP}-#(2c?o9cB0QVigya`r5PtZLX7cKy^lvB{^NEiEtCEg`Tv%}h{b5%8f_>DPGHbR zW-*DoMGAggubBp^CIMObzjdU$_!0e~K=9~ar5 zH}L=TFBJhsNbwiYio-43%{sBcy*3;S?x8ZbE`EsDj;1${nSAz;XFM=*zS{G12OR}7 z^W6M=BGie(gLlKL+D!I-WU;uikg!Pxm89Q+Y!x*P2u>UT2V=R|U2~8%U#$zx!SxgF z!t#$9f;qw8L2K~}1y58nAlKKP0plrz4#Rl%Cg}q>%GqT-EJ*TP7eo&_x9vmR(xBXn zX5+vK*g6~m=z*%>Gw~etI9UPUjw@}AY`z`!i?6P8BJ)+s!58O#mkP9pxX%cQe4gFF zd9mj$vUH3$JSzy@eI_w ztqP(hwFMT3p`a@kx`Lp%ksu1_$%jyBo2!!&9hPUgp^c|e=$wfACaS-RGKQY5|Nh}- zajxraShgWal4ppC<&Ka)(r^wdc{M_W;)2ZMBmCeY92sL#U%*sGInW4e(mvwkoYFhx zU}xYb>;Rk_1Spya8h7JU`F$5_SEeh5bKyrD@QaGDCB0%i3)*{5iTe||SVDSwx(hZK zMzs2kmtkZ8egtG%*pkf=a5VNer(!D3BLSq)8zEqxe*0MkH7fzE0V%1k)D#NC8;=Ax z-@3cyo-AV8{6W>dVk;;E{TUF80G$gIfG?od-atSV0KjnO8D^hA@>U!O#Ky_z$*>{h zt>`=9hZhtIkhTY|+GoR;cm7T$S(bM4#jMb!)TTY48MW2HwymjguGYzj{kLk17T)>; zjq7boO7rAD2rSS6#kgPy9`1PHVSVHGO<-xKkiQtQ&Z83VmUNmNPZEVOV-nmSU660` zz>%78==3pN|9heo;)2;KM>v={JHZPO2!kAFt@KkNg9Vl)s-BUXK0dJf)dUUpzEdyU z`RiiYs1N6-dYRn>1&(Lxk*VC5=S>U6IXBU}c1Zm69Yf|Lmr7Ip7)7&HDiEUz1Rw_Z z+)Yu7ViLV0ZF&6vPqnyBg6u~YXmb*k$Il-I1q$*t8#&yu* zns>(KGb1Eo&M;BJrqb|<(;K|D=?x8%E6kgH`cLf5;{*}s)&g{N5tI9WEHtAkau&!; zw%6>j4)Fv7bbi*f-}-$6rtF5Lwi9s3qC>Ov*4KYF77@ghRkje64zRwBwrHSW|jdedWsk8s~s9RXXb8PE<$jPdDpvO zv{^Ln@hxZ)tO-DF8e59X4$D(-a3&Dby$Fa z&23TRkRG3&_N@Eh*EaO-z;^8*rm(h8nagM6>MP(W05{)1G<}mZo4M~Ofi!Gie||5l z8m5wcg)2%1``>HObJYds9aKnNNGm*!p)e0;zR|{cA&rD>mT!Cz$<$)anEcv7!6VI^=isLU0F6<9ltN zgCW5gv&&_UfGM()KXb7J&9t1Ag19unu7)h#br#wxe4owQ@`qH{fK(run3%X?d++T> zYL}%K@OT=8w(2pZVNQWll940*SB)XMFd?#yKE@*>`w1Yc4xbk(3KtA)V2eN|t_%hf zhkBTE$dE*wS-BM$AE_E<}l0i$Ru`n0ASum<1IH z*{05sB6}8AW?WnK}VXc|S#5RbGJs{8Vw5^lxz)t4O}#W$L^-2~+;mbv_Uj z1*Bl}=J@jg8LM({=;0w$ilF>z?GT#db|{isR(O*`{sAT*EUmlP`qjDHI?Y#!ICZo% z0Smq(W?>z6Hs*G{TttCx>dawz#VO}Qax6X*Kl4uiS9p^ODM3HrhYA$=37&7{*5g@L zeny@q8N+}~9x(KK96bG|VhPMJ?qj1s2n6BHAJR0y8bKJoJbs`8{<>UPlaxJ*xyd); zLIL>}4_)y>?-ck*bf!X=CQd%TbWxtA3uyaFyzmRDH#+EBnpor!R3%q0mLgAql6K

      %s_)#>Q(Q*fGedL4+bvf^0|Bxh3rf&ti^y?=QXH-P9XQ<6Y^mXqNi{`|MNDr zF=uY4d4R0s1Jq0ggrMM80ToyTF{&XpVc0a!s4DUm4}vlqZRh>3rW|pX`3-LMI=a2bb-?-qm9MH4D?-)~ z$cKpj&<-&kG2f^-US~Hv91i`NVQRWY#iV{7L%~2m2xKaGHOvQ|_)VJSuQGSGf%X3@ zu6`0!6;n#D;W{z!yGailRX!x&V4bhfDS9fua*^?Ur;3$4Pr@cElkW;Zv(}%HfVo&& zEgpt*gMNTKDFe?mP~!YHV&>UzU`P~VYM*68mPZhxBp&R_!#eZ$oY2p*^(&TXN2iLYIy>&q^u1{rY^Z&V9P}((q95bXm{p z(fWIiZ6xBCOMAVvjOCmj|7=s3l@ z+nl`MDPrY>?322cug}LGJh>- z^rrc)SGWYiTx>rt^PE@R3Vw0GyMARir%iRd}B;Tv_& zCOo3R-#*|On2=3-dvyck5hb{eCUbtYjnCX$K4w1w59NcF zz(FzDZSC#JOEp3$hCEPst9?`DeS1lp{2Mvp8C6pFMKBHA0Et&P7yR4 zqF#puxl08vGk1MH7~g#PAgLZ`31(>W<&o>(Z$)EH{W)oj#+jTwvcsc(W9gW-NXCyZ z77+c^*U8f3WWSQ@jG(lTZ25OeG*gjZAhYSHa#Se|nL$lF_#Gf$Sc%G;%WAD)9b;PT z^Nk8%JfuXwSJE-s$og)}=j#dvAaSaOu77_;jHw&XiFpqAK1jb5FHAc*JoKowqqJ;Mu=2ghA>evQWqph*G!iWa3lzYt7XGO&azc6 zV0J2h+7Djv==Xsm8Rv%%@mf;jRHXNFL}tyCZ9F$Z8Iz-FySwCy08t8bqWDp_4%&q- znl6H{)A;=3+FGh}<^v9Cmu%pXWh(qM!-@PSn1smDhB2>hQ&VvrQX!mw24irSA#J%- zF<^c*QEAW@dIQOJ9Wc4il$Mxjv-@Ag;$JnRnG;kvt8x!l-XF{licGEr3Jou-yC4(9 z2mU8kO|jG_LUI0DQri{g77q!3^-XW@6%lkT}p>Eh@h1I&vn1!dG5WR_tPH3vG-=VxUTb@ z^O(o+n|uy(uU|{m#r*fQk?^AJMf(0uO)PWn07#dWAUydMT9C}mAo<_l4fuc3n4>I( z%BfI)@FBbdwxUA0Skgk^&UsxVZE1M^S5@Ta7wLJ{`p%*<)!ZsDlB@>RQZ1OL7CUi3 z%wAM!b6xgZ=lkif8+R^2KE2Nq2E&W6OJt1{XLW@|C;SXPyR-vV4U|8?>{_h91RTun zy@==)AgZi|CwK`yn+CYlb*4lvV>RN2oDrCUE8_m(V<1IDxzz&O7x*|DLkB?+tc@0@ zO({N5F#%*-KxPG6%||M?FOox1!TE+vFH4Y$@b

      O*1i46TGz>rHNm6oh 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⩔%l@p>XcQr}wY*xGOri0SJxh!tRSfio{W!8s2^ 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%0AdDz>HdM#V1w;s^ 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

      Bopkm);SXuuaF2hzmV6G)>z%UUzPa82#-9@OVjO zBy}LLz0nlEQN?k1oAB;LLwfAB{^mOxHU=821&5yDQYeC0-T|5$9 z_Eqhm;hXo%laihuHFfE^&F(Z58)MZIEK28k&+@D2Oh_j^s8&k(bQV1YzB`LKX(t45 z3?{j^H_Lz6n1){62^dbPIgUibgAG+@iVfP*{6PO>sE?>ayMAy9bLXZK4{K~QC&|2* zuNUT_uZQIX2F41P$3W^u$`xulp6G-aZ16vbHwk)uoN7|2k0U3gM@^P*AO!kvb92Q~ zi16p$-6FYMqpKEX0U%ZH309pgK+%FC%u*6YLCfCVM*M&$0hO>oe zRPyww@BFrWA@P$bmQ-+H2?Q105e zZ-Gy$52eoTJN$T9>IdDwSom2yS)F6U?@Ltc^M@cW?cp(<{Vv^{wS>^9Y1GghGlZ2o2OvgQN`n5%SPJs5v)ntC@C4XHNGe&VIRa@QLKwlOs=M_gz04M zYL}-wuBaBdcRsA$UCsA3;oM7%7H5$+wig!)M4YL%N6D_#$)S)tFhjt1uh_`07sK+I zW_PXw-bw2X$@Y0W_2<4>=AW`|+HYq1HF7mSxi|0G!4YdBX5bG?*QE#Jk`B(FTyH)2 zEYyex9#**ci>anqjMylJRp~=R)PNE+N@3teNvGsTQcqaCt`2tyd!hO#&WHZHMW|>YsZ50nIzlw zj_clgp<8SGc6ZmLwbi3bbw0vmbNUj_3Y8VAK1r~*vpdkfZuwQRK4jj1nnTqoF+K4R zrF%2kV&~my${f?a__V2zeb=p)Z&3%OokYJ4NhdAP-uDc1EuZEn;Td&$^I{|C!P5(>j5WK%T$Usj zE85*6R-#rOw=;bRKJEJ1>eC4?nU6kCe0EC*IOVQPKl$F0^IkfIel9p_O@VPz!PP2P z-7FTW*+0%D7tWri-9~KAd1)KJI{7KijAkz7-9GbfU^WzWGbH&9g!Z*vie#HUSH+N< z$g~zWjI<0{XqnPj`_76ae>K+@8-X(mVP~fgKG31Vzld%`1GamPm%bwbBEvmt==Y0XcHGgb$FO` z&MeH>d^O%JCGh1@`-FD;sAFUbPGTy`x&~XCZF+)bc(^9 zt^Uk%(C_^x1Qd!T1HD=d;M|2viREEONUUfZV9gN6q%M+&cGm_F`+9tpA(P&!R)}6##^{C zZp`g3xbyzP?=rPon}`j7=J|;U)l}|e--~isd{%$438z2oFcKTRj6BhQzPKqg>9$e! zUD#_@2AkrpH_5(aU^3d{2TH<Hts4^SWZ#1BWZQ%$j)H=dH|Cx)1pN@wQUA(Z;IK z4IQ%SqBx>1hW2pnO_4j&`Q|t5AFZ59M1>))vf<+vy&Fl0JmFp zkyxicXzQ1h*?&gO>fhA&qDL`i^*nzZQ2`fpLe9D?b{q5myihYfqd%Xn#KU zvM?&{=&w$J6ss8f!Mt8($6o} z$c;-Cm?B&wW32Op`3p@EWd%?zJQ#opzX=k)LuQaHjY&&&jl8>D4j)W>?n8>jS(P@yzPpZ#Cz?!5za zxs;62ABlj(OrU_~R;I17tpeG=iBo5O{n6|1B!SE>9NtBRvGV2#M0QZ@^U2tJDno(( z{0VSDcyJfiUL8G#Yz_(ceqZfkRC7H20wI!iENtW6FaXa(Lm3^U0%&-oy?Fo=#XmsO zeg`U~4jc8){prFcvJ;B1GA;WDJJKa1wQ5rUs~?5h&k{Ti52jTCl$mUGFRC@b^a>QV23CA^l<0emBz z52+!p8Kme0RqGzKf*E#Y&?8&IzyAhyjo$Kzulw?`JG%^2^Er?eT7n41VnWrdGTU(9Pmphtdmcsy zyo8EUu<@U911>74(V(Ms6okVkU@@e^*g9|M_q4c6g1tNL@PWXtoJ5&5^FWpZ9c@Kvo24SL|}+Fo5uI9!vv09*FO#Os7FUEcb} z>kkA=+2KsFJD}84d!=qPjy!+^=+Y+BtJ0c3pn_366Ls=I2DHvokac{{{2#br`ZRhd zW-|BRYM^&`a=>>Wj0=WbL30)_Pg97)EtyKlqhqCV!Jzjptm!-lc3gK%Qw3njoK}Gr z?GN1tf0gVwDl|fbvvh-ArVIv^JS*?$ekudINK-W^JI**ETT2Jnps{cKw$%J77{tMA zG#kZMDs>CXk595Bc|VSfeh)oMmYS(Q?xm;}278U(P~s)*6fT%=oMe0^3=1ay8HKUv z+sUZ5FokdC^$D+#Wuwz}&|CJ`3%U-1=3$rYQ;F%C8Rva6UyLk5xU$7fd?*xz; z#Jg~HkR@sD&DrfKy!XLEnf}>2magSj;Z|QIxVC``YaY|59^FLyx@cm@%PSc3Oo`3)WzT;ShF`r|aRilE`GMEKxVr*pin zC=-gRA-Z*leid>#{BQd!gd$OxivvbX=EVMa{V#p>?@PZR76Xs-FWG^onk9?~vA(49 zJ&!CNhbvcn2{sfBs>oEbsa@U*0d0y`)BqR1I->Qz3pC1SnB5vJ7y~5JF{MxJhIp{Q6v+<9QTW&K0L+MmEVTrbQpYfPT5; z_)-(|tN3zIGaNr3s{_PAn%*s2Wa)?l6m6Js!XiGYPNq zYw90k?}vG)-rSX~g5@e@9X!Ftxiqp=roBv5Y$Ua)#`KiO1JdfbbLoZy?oEFa`h4)hbK6y zEg33pd^oufmqH*qxj|0WKEFe-6Vm>$4#z62P(`cWE!$YUU8d{cGM=m?%9or3^vjEif8c;sdtfZtG&wGUdz$W!q=`P_9^%IH61*W{A*sw z&*lE3))R?NXnkX>a^k7`uu7HtiALzUCFP4ZNUv6eF}9q(JuOj=T^ajXnHwjmelDx$ zEBa`~vq>IaB4+2)%&UheVv3BidxfH_U^Woh&kgxhKLHE2qEpP9jv@v`%s;+#dh^uE zo*_3o3;5S=aD)+t<)v&R+cj2ts0kz68R9I+mqd9g8F(9hN~2}eJXE+kV zCTPoqA?3X3!1NWU-X;g3<3a&%?guzNFoUjWQn~O64;uUQMxV*UKy}ugb%c~(4cMaT z;@9gJ9X~-klyU<_PuoaOg>~|fRQAoTs>v6$-;IW8f+n_{W93%nDok=``w59nhQqhc z4;cRa4smHHu1WB15(oC=HTnr)8T$G6z4;naz<=Ki#PiG6WRc^TWX?AR9Iz}+wchX+ zU|zIDU%)TE5$N_w`~8rys$svZ-k*E=dEegRv`mk8)w6qLK*gSke4h3D2Y>&NIl8m@ zAl!Jw*vg;CCz~&1c%|)Ay{*CDuY+QT!L`-fx1jHUSsPHEhGVYeGucspodI~<%_LOy zh=8~~04gro5i*%j6G_*50Z(|3!?9OWQn*!)Q;ef#y6eS|>`-unPdmE#gplkq1o6RF zO@6M3L?w7`XXp%R_f5?hsGsCOw5ZYw83)ih1sK$)lU}$N3f|=cU-!& zc%+pXNq@cSkqA`VqBr|0gdFPmP^hp5R?Z<>|JPSgjWkWA!Ac%O(l21BqzN`2WR?a{ z*aRu#7{^i?zXjEhL@u7+XP6*IOP*eZz1hlhm}({nnzm1R3~wmcO?71&(QFsN!MuLY zJAfHa#k{J44vg#WF<0gM>u{3&Xh$9epMW*-y5m(dJdVkUe?Lt;7YW%I3HE0D4|$H@ zf?Xdz30x|~`$>=FgRl9ryg3wVx&xp@AIEIOQa4KYN`8h27{s<)Q1*?Z1v6$vKGT0f` z-g*HU_Pc)%2+f5+NjDlvbP}RM-ZGvlhFLLax#;n3?N`rIQ*p58J?_HXfJs6t_b}7$ z^Byn&xC|CDolsyDfq0)s`7mPwMnZrhyF;ROHBFC9Y)sJNw0{(a@G zZt$WKG%wUy1{D1nzY2b^-7wnptgo+6_!NM!Btj#VrY=;G+H+sPExuO)yF^qGu2l4! zPV8+={ssa$n{~x3@e{qp6C-f9X7PJ!-&Q&4b13;12|}wYgHI!sD2^jUe}{b24Pwxs zum`PF4!o+@$*`)nb_hp1gW$Uz3#ymMTwH&>WyMrfBpO~;7C4Y#=bzyRA`-sAT*dzV zM~l4eO;sQ6R}~=b;2R2;r>9LNZ!^Uj;{J+?|A>wM{l70oh>0Ypj^wuoP=W8Z!SSFA z-mbrJ$VuvQ0ed!nl(T@&;$=AUwFXr0W|#trKib=Nz|+cn9J+x7w;zwON4%p0Q5m73 zp+c9pej%I0HT5QuH5F$jNWgqQ2k!(I7}s5hqrqn(x61`$x~B*ak)1k`j!mL8iVYh^ zJX-|HF@-(5DMRFziBB(YU1#Y%sHg|K`K%`z?gsV7)w9Xm|G_Cw+rbJdH;H zhLKAV4@$^a=x{hL?<*V!bkIBmA|r;!8>fW%$65W~|D9nb5I$r{p1jbnj9z8(UIC9j zdNjK5B(5>WJ{Xe(&3988zrEtejluBqUP)^dy-^~&jIn~>w`mhMumHWN10(F=y^dbK zPBixj7lUJIt_T_yMhG&C9PvocYMFwDZ8&NYYX4c~?X?+RZfT;&Cghu1LzU#aQy@Ie z0_R}^d;0$Bav<*POn0^^hzEpW zn&1kWn$F5rDj*h~K5ci#{##K?-pdhA0>2L&){L;I!S+k%?+o$Z&l`M5Y%GLJl8^i-zf;?iQdNA>XMTZtT$jhOt426a~|^i zWc&e&t<0`Wan28YFXvAKMqPuLzr#ie(4dZfcpZQCUR$>Yw#vrGndK1=>VRJ z2G^M`lF}Q#1;IeMKwd!;Er`oPg`MQn%Y{a3bJ(WMgA22TQJ9_#t}JGa^xpw0P=yLp z!HL-cGWE<7)BJNZ1VJ9+S(F9*WHWdAsgB*6s%<+0)oUOgJ;;8SsURM30?mqRoJ(_h zV)!?d`WI^XkMG!qlS|ESUAP$7oN?e}efhCaErs*W9WnMO(j>OO`-+fJX*U7Z`Up7Z zU0#{L@#S63j9L{6y{D3kV{`ndS#zL|8aP;LUJ)_%JT~^Fip7=*(kdU0d8jM2!1?)= z2W8-EmJK|S0X(D&SyMm`enzc!+V1-z)BfpA9G(TMi(e%!@;xZb`1GB6gWp}a_ZtAc z<8Yfr!E|j8#-}Egc#9T8Lt_+Wv4u_Z%4O2$5*B10!ksPmH1m>+gqE@Iyz=9 zb6#DIBwSY9g@33T-o{jvgo=Qlo7-QFI{yW+U`BFFTf$ybT%tXW-abz)_@Ykk{_>TA!tGsQ)a4am+fuD|_q$<{#|qliD~0-{wHfN&FYb8~bb zUWJmCMuFR-^1{+RUjHl}$8oT@`+Exang$wM-67LDb`$Wf(kY^2_hfj11ja#AFmiiR z0-jc{5DtecxEws*8j1Fyz_a>#JXxbxsB_>SM`$FCU|s*->(X(NGJ zAp>3GHeRNZ+;?LmaYhWRyWUppXmll_@&Le*6{+a3iGJfp|9AZR>u;rVP z9ObKP6u8h502F22HB3jb@7B|PFonkhPkrP;z`}eMKOI&ZDu!a}{XUcJ{!Q9HVdjZL z?rdtW>aLdVTqVDeBSquBX7|4IgUHmM@(Q-0e}se+t|aWN`fN;)6|4HH#PmM53BH(A z6X(!%?O@5(jYAz>2Zk>+0REeOl8!Sx|E^lsu_O8X>vd}mC_{c=c+^8gK_c?#7YuaU zG-F5{!Y7*;tj7+{|Bb`z`Mf`Zu{9gf9yM6#J!zOFaqVIfVvohvbf)L(ONFE=wldmU zX!rvmB?8@x{??E(@rh(X3N=O)zZf3T!w2=u|3)(Kw~EnZ;P`I?q*W#!3Q53v#9XCp zZEn~YFM`XG+c+6kPq2r*Hh3b?Efqe=R5S?B-=N_~ab`yf?_etlyrRz0>u1JSP->gz>aD`6$9#hnf4+o zS&WNsNfm`gW4~F${p1%RP-#wuG-mycg#RNB{&~M8_=)7voI_q+Fg1SRxR$eUoAYX( zvi~`fJF(6>h^Z(Q>b!TgZt1$46YcYw1t3CVW@i_LQ|KS$8n;)<&H$(tXUGFbL9EF= z1SQGN71Y=1M*y!I6Zgp<26dFw{?m_}b!WP|v!&_^C~!hDVY3pp?a)<$GBF*R&M&)} zsM;_%{|vKOM@>rm&fJ+W&ZPCCua>LYVsvUSnC19?!XIjBK}Bck@td zkwDxtHw#;vZszm-(ti$sq|}}QgS-=7*VGupcYTKYQ5*s!40_xL$a@bnfigT*A3Rmk z46jpi>i_*%o0G`^PpPks0MHZf)QYhm>ZC*8Y&ieExP~590a*He>=J?uJII2zOB;WG zjIP?d52h$-jtz;&wjOK$oV2OvO(AATo;*%74f~pgC2@qFS3s=?ZT)IuT!vDrMq0ah zlaYH%FH^$$sOuCjWbYUI0MJ}xV%*0tB8G~92mP$g*p@0_@wht$KAp-!MB?0F!V z_Dr_j`}3Usw?B`>lEKUPBQzP`v`}M>&q8&?=z;X5K8dD&hVyx{05j`i?@-TSwQ9-27TFuXftP8-HX1?;)jeo6%+a(_+5dk^c)abUALC=S8r}O+3qaF zgRcX|LQ5_SP{?l@yiSvbB*K2JR($aJnf&|gksZ;ETL%?SoqBXhKHLg59}KLP@e@a&6U7G#(V85KsHK6X49rLliW)N?`fDiouSoQ}9Q|*97Qo;#q6xvy ze%qj_n}WthCcrpDcwBX<6hI@d8hxBVGZznQNK8y&elZj9Rm?#2`PA89P%SEd+Vc)u za^!~C9x+Q?x%L@P)<#aN2@H{fSk!&`5)Hkm>a(Y7V~7kG3pw`zV_0<%t1H2yM}c+s z>$y5-dSEc$D4uoy$eBn8O03vGa4X}-eW7ggRKKVhiYCKQmrlJkW}JT*m4JP z%sn}WOjAh;A)05FVUj-qs1hV~t$Vqwo?pEIIbDqwUn4i-9|ka4vL8&%>fhWud18Ay z>IL)HyjxE95x79!z*0t8CpG}8&CXf$07E0}y{b(*NU(As1l~l=yN`RgB!tg(RTiQn z`cZx(_a`6U(4sn-dhwnz^t<^Wkux{)XkP6>PQ5yE>Rq2n{{JA^kx0VQ#Irhfdl<%e z(9x-<=sqC9T^rpq&?$k{M72>loT4?}wa^yFqHJ-XdP|^_iXVl6_7~?n@?g2OK&L1B zF$iy`i{R`j6RASiLAh82wd^Zc@|+Of_RxQ>c!xV21o6=I?`eSc4WJ4uJeN23Ar{qJ z1sToY`4u4-AYMJ+eA}KAYdhp^PJBvZ%L??~&pblM*PT;n?r6mwnx@`5B!j0P=);=_ z?w`KDeX%tS-1LnZ_%E&qbZ?~--e6MG_6@oq#X01j`1|+oTUOXwpYB8EgRg+$NvZfa z+dsf9qX==%ywP5>hpq}$u{O?33^tElO4uV_ypSRzW!qTEmY~#}?$KX{1*?eN>!Y1l zrQekiyekFmso{~96WdSyx8U*T_ieMuUCN4bW5QzxuQ2%I z7znA}&>x3{k&~A?UJ1*O!tEO%kn4XICgK;tyu~Pnk-IjPs%39yYtm+F(@TnIs-n-t z%DTrF`t@pvb88@$beZYBVS{;Dc0$SxtZ*1x57zI_ZsH|@Z9lg9pnxd4l_fv|3W!$| zoX$7&e*S`n!8M_JpN^{GhkdIXB)sIWUDZ=w*^f4!ts@5ouZ%fx`f+*GRh-lOP!*Cu zFQCM7X}y#73~-AnfAv27kJ~zj%~ke442ez{vhZF-Lrn?dh68qXS2&4ZH$FB$Ki_|s zw-j^iPAbJC{CrOV4)BNaup|jLiqi&4z%x|++3#!rSE2DgN>s`z44!VN!7HE9lTe@` z+gNfqvuhrQTO0r*LAMVN>exis-50@X`{?74pgZQbqUTRrHK1Z~VcVMlYan_Qa_P!g zhCu#FVzT|SOg#e!o=?!K$@lgs?>q)+tuQvyzfZ0TZR+_!i+C-_`hT_z_1r6F+4)1o zqbLS9pU9R%?&?oh}Sv#VmE}fsvI7+ek3*9{cT@8=bo{3_)NZ23P)|%@UZFi-4DXDwOiH)t|IQ~}MT zb*~_h(>`*3!zD~R6b(tHe!SD>&&&AV{>){7^4tNzHWS!~=b&xHL%Em@%?>=aPY+r>qi2a?gnJ#=ws7-^<^*(h)YT73;v<|<0Cu;UkaJ( zLrMhA?$1i-TV_X#4ES&?kP-AD^syd0X1jpK;PJ$Rx(lO^T!0Zi(0}Wb|2X8G;XAj0 za0T*-OY)K%(6Hade)K;ACz#V5uyTZOHRHf3W$Pzlk61;`$lChd4oHuHpo3ohkfRb% zVGFr?;_v}Jk|>s7mf&u0tQgaJ`El6hgNscBc>pG_JPpk)pT8BP_+Y%pVj1SIBDZ`& z#oKGwO9HTpf-uX?bLb3XXAPE|#?%)M+yEcca4Y34K5~NguIOL%UasWw--r3XJ<7kn zPriu3*{4WscykjLm!S7_8vxRJ%~zYMielgvX>~9FX0qw_h^!T5`DH~ zhz}r1wfDHze)Gae0)Z%z3JmQ_()RSvuD(7~L`fv_R2^Z~w9u9B8+~qJsHx2f_Qc5| zc$IzB6DY3xooGKqu0aw7Ia;2XV_PgA^u=!@DHfsTfOQ_+)(7|6y+91CMDpncGvGKi z6)T|~O~NB?8w1I^R&zRjH?c-_@WAA)AL`F(@2R?Oid1{T&!}(=_K$A1C309KEK#sK zmwX^+{Rja`!!REM+K!ERaVHx0ZT@|Ol%*WX!2}AgIu;(C9gQhqm5&lA4?5!1{7ew4Y1+r({{Qhre*@)2+*vR=BNsk)AFNQeI14;wqQ}QvU8Dge zRW4$D6(@#A{GIS-&5(E5{OL$msnz@o?y9OZ5UbD`W%+j0cASJ348oAPzIqs0de z?V5abDSDOX-z$7oN2Q??Cb4)kns-x77Vov%l~)&hYDcmIw-ceM3EeE=nwe=Ws0 z_vTt7-8#UnKW%s_0wRY5Ab{z!7-Wd1QEZ~0ZD1oKBb!ASrKj@a5NdK^u7@I~d7nJ;UeaA}j_In)~Ve(>^5oQg&hRa_+DfiTsjwP(~up z1eHvM2sp}5Ke6lEfktc5B%;hQYn(dh@fj>nT`kfGco?Y`xJaN^l>CtYKAkAeOnl81 z+3j5$uK1(qfz-1);rZKqMKZBF@n$7w$$L`p8_v5(a8%~TXav3O`KXws^HJRY->5X# z0M(+?sfU;ub9*Nl$92A1pnKOfb|*}2dqLyf6VDrhi$5|;E^qC>TuRw~Ef#poD^twZ zZQ6M07{?%s^KOpPU2~v0O)+QqYrympP<9T?O}53|I(^;M z{5+99TzgTerpq~5N%nEgP&Nv^1;aLcDi^=>?;Of_(9RZMkJR$r{U*0{A)z#Ijr)UldA`LiG zVQ6o&HsZ_(lpy_mN?uGuiSEAuu$^rY%Gv|9EHG{dfEIf@SOp@LjK(u|DkrsQ`Arq^ zEt_#sfF@A3)LRxS`A`H45^3`Ru@)>`<5TV{pWoq=Jh}eh%!}*mVVG{ntFN(0KUqU$ zsn*9wRnXoGBF<2b^qk0Fjle%J#D9FJl9mLC^*Jm@bOwNV$+J^00d+o>7M9ou!k|^H z;mIt^Iy9nvc#1vE~WQg5O+>11uhoA zmY5UjU|AwLQW+|qchZT3rgnx~KkR=K2vZxb*A=H!QaGh$B_?g5L{FaTxn_~NzXn`N zhHth`?(C-eog?M2t7~hskH-78`JCkl5Be(eFE91Y3$gPrVVH;FCQl*9)#QGp!P+pci1MOH7r0q8Bc zk2uE>)qOlSaO9aJE#$9YZ>)Rsnpf0G9@UG(cQ6vc{IhQ=s(t>~6aTvy_7WzNV{dB5 zoWppHHUoc{+zC^*7wn${f^Y#+OEz%PUM&Dqg48G3UPhz6<{#^>~zGO{K=J~NA0%a%QyD;r^? z6O%zFe53sZYS(3u*8*u_p{nlpSj|m<;si7RT0aSKCriKrd~xm*=01K1ZG*&eq&wqC zf)i>0lP?@o6O{twXo!|0Ndzkzbika-#)bxZ`>wlVL^rD9LqujNTgwZ{ll5=HsT6m$ zRhwCEJQ=>X!OF@i_-Su-4b9G-uf|)I6ED7>8-E&e6jt(t=EvxP8czg58Z(C0sdX(~ zCBPHO-J(>&7zJqNg!P%DdeIcp6}%=|?I(O$ET8p(SMTX;Uy$T+nd0Aq6-{0fvQ zZFwI;zx`?&v3+C{o>@aKBciN}Ms^3rX^(gN{HFTXqQg=W_sMxLUx+eU9q1en7EeI3q*IfR&p z0qZV&P1fa-7ovt?jBl_wp?Y_iUBX=@0bqBx29Xm1`Sp=Fy5)3<+UKgtUJ zK_N9a`x}kkEl5-BO2TVS_e|Uh?>(sCAzGC#xHeY*Yw8NdJDCsPi{ICHJ6Q-F0=g_Q zu)BNB;SU$}PQ+!nrosSGS)R^WVK$1)wbB+_!-14C@)wfRoDR*3g<>{b@hqUDS3n`h zayBk9E8d1Z7AHabC4eZkpmfHL9L0w@LY{>42o2saeG74iX_z)*AK{iiP~u6IMr?6G z4I1K@ppkVfff~nP2c}P&{g2Bsp?Wg}64l@A5_rE%LDkC|t8OhJfYOiYI4qGw+pOtxJhFhUp zeL^ajuGAs{&Ys)Y`F+m}r!7WWQ<|t0iNon5AKz6|RGgq)Y1=LuMy^!Bka|aTMbFu{ zNQ>q3)4rB}G-Bb${_7WU=C@qZ87jE&0?*)`(IX$Kb@T2drgbZLW!>zG!uz*I%7WA3 z?JwKAGlGiI#qrZLB7!k_g7c#KNmF`8aPxfqhNk z{PilaMq?&+cB8`U%=5%&Du97>-^-)8M7~4&ZZOT^5xDEzOg~toCw2O;*z7=`?4v1EQD1~)&xdlEAlUL&^?u~y)-uMBo3K-p zY8uBu*}_o|I^gQrbLkjb(IKX(c+%|`j~X^ZKg#YsE{J-G8g5@p0s6h#j6~EFB{s=V zhTL}ugOk~h@m{dARl7{G;tW?94OnW!lS*mL2sn8GPiV>i4>so?e?`HdJ4ci7qxxd6 zHHu5s1*B)eF+PnBR_ zA1qOsRm<~VPfBVL)Rr_>2@}PKh4y!4qzOjRalFs%=F&lNXzg;O>S6k_y9HIvp(SAk zb{E|2*`ntBIX})qEud_$Ya$X{Zd^qL_y|>64 zt@N1610ncaV6#9ncKo3MUXi*Lhc(1+5&GYOWXK;Ugr24-m{&U+auee4hjTTo+JD!N zg7zFp->(aT@JG;`T!9`|_r>Xfi$Z3ar)Kz1s?vpJ!?lyxeDgyJ-M@>Usz+vg)u9Ra z%BdGQC$-s#R2Dm5qHNKrcPdkv zeIxfU3>`cuTAc|aOEyTRfTpRx9J;}6LF3~v$zH;FnO8N?`|J~@9)DnFRxngJ6gvwY zA(FM8z!h$<`|E{t><;4>a4UHq%$*cMg+C?3DXM#qboYBxlk78LEr1o6=pT5VS%w9$ z0TBVVRdPvt`Z@QJIoCv!rAS$&kui zl1!~784{79!I+_xAw!8!i%dzRL1xPonI$v%-%suR{{HWK_BrSCarS2)owN5^&-4A> z!*yTRb^8mIcn_)bd%S`U8==zF1T1RD$S$Tvg}F<(WJN}`@740z1w99LyKa8pl#cyf zph#u$2jg_(R9kl^6lqzwGh2I2Q%8^l&zd$UbRRyg!_O!_(k$t*t*WSVJr6w{q@z<8{mXk4mA!>r zXs4|S9k`g0K)JH8pa>wQUVll)g`u>La5q7Qc@sEI?PwTs-IzPvUe{qca1+2bFMm?E z{r@YR{^e!=^+yXXXhbl@gq!=A7sD=XDPzHhv)oOX$!p*JG&yUyH;gK5eQ9YTFM*ZK z0;p53&V9gZU#8BVZO>;IFL<>sUjMR$KFlKPVpgwgMyr~jnQNX&PM8<#lPosQO`K-R zPDvOM&`S3@O$sqGp&F%22}7c<6vtP-6Blhe)fIlo+CFPpqqciOi_iA}d`6XPEQxgp z?=FvK96su_y9G~g&Z0|!JL4!2svu*QAbef@S42qBz0tHVYl^xAtf=#!tX#rK9Bdsv z2RR!}!Trmjyiyk02!P8TT*s_2HhBw&brxM3(jqH{PB4a{+d2x|z1g=O@-|>9&s-b5 zb%<_*u=EtPZ>n5;O!S$-Kcf8w%lz%SezNfaV?oG=Rx=Zyw!iI7XoQcv$4apCh!yq# zo|Eti)j$bR|Fg}H;UD3&=-$aBI0a|rQMxHO3%wHpY5{nJJtE72`>440f*HpN{uNt6 zcJ|!E90^~To8tUhq6+2g^wFXV>O`PKz6G077pN4D=^iRSjdbKk2x#=EUFBy+Yz>w! zMMBQu-M#~dtTIp0L>erlzF_71VL24uuo5j)8ti10)~$Yfcc{l=jG+D&>zYyUkhRxd zRsV$l0;AO2`puI%;~RwqvI6-6N}#|am)U~!<6?5ckLRs7PKJCxcFrpAhMz@G)0;as zsY>tIIn*xNsj%o;4n8JGf9BnHgwHTdTO=5R{^9-%Q12rzM2>`iC+BV+(WZUZrBR+&&(2{7kv`0i5#rE3PL5tMUJZ0y&T zygwPM7=9CfV%7R@F94aXTK$EUcp)9T(wLdVYqX>Uv@8|%B20#9#sP8c70Uu@fd4e3 zT^u<$T+;$Wesnx+2>Ru7@>(31-g|YRegK|p3?r@Q^r&KQA4d98;cvqlZ$fD6t*=q) z28ta~#M1f1KC>A}^%#0(|1=Wy2G6swy842<8X&v3u#o1NNI#&?2-WrM08W!2@$0Hi zLkTR8L*V;P&#K>~fkIfZjGJ2$`q?y3WjA3B#j-GK76C8JChKdC#xe8*sYl z*E+_d6gyaetI?-g$KQ$!DSGk{8#E-$j3Uo{a(Tq6lWR_FPe^u?$~j+h;ebJQS?I`RHSssi>)^vXr+pT>f0d1vNAxU@5dbVs()~4 zk#yBztG=y+d??(9TMWPMlA}H>bF)6pI`6lxmu!f9fd`6woIa@X zfoyCZM@vx-kVoP^xAyQO&}edEFZg)UcA^x1^%)m#Y%IIq%WwFEyFR)z+g<9M2RO~f zE829LH=sH|GX5ovIuB@?k-7Qq<|am@gCQM5D|ruoE>5ZJh&W5zu8fez=7Azd4iVV; z=7b?j`7F=vs|wzX?ho4f_^tNMzQ+A;Sq-|LMTeTyy8{%_%xxSJMXx4-UB z*SH#*)TioxZF(y2VmzHXv+@O9Cy666ODB%@bx2jZMbh0iOhgLq9EWyC{; zCeX$zXLdyuh$T#6eb3$RkoSd=a551xrPNwl0FBSy|K8=FbK3N;g3ytl0&`{pDQ_Hf z764^$!qx;X8$q)v4NW^+rHRT*vfA}{N8sFqxhr9sQ>CcowYsl#ci_0gcjB^kkkkq_ zcy{x-Ctg-|aas1t?t5&X8Juc90`kTqQoaW;qsZVZ?3UIw>hD1sRx=u#aIVQJn7GGd z%s6KRu?+pS?)GTQA%Mv=u7M4yRHF62P&TozO~q~nEhpGjE?N(U*Ia6e3U=N!XuoMF z=Jqf*tOI#d|M@3Q?%4}KyLAI>$?W70WxAJs%Q2ZKngtXSdT%youhm=NCved|=#ewP|XEH=J- zDp(5aVe_-HAa~zZyK>>+Pr`}6cy5G?*!^Dp)_|iw+E=r=v7!2i&Ev}+EO|?_X%hzI z%Fka{>RpRMF&PR83H`7fpwU%Sa^o+aN8m^x240xz&i=Fpa6~SAoD13m2em{Ofdcnd z^U{2HkUCNvu==nQK`Uu!mE3(AkhPB%Rrs+Vs%#&61Hz6ol z3~jmF9c9DY23^pD+?6_-*7ys9h?1cCPJ;g!Kr8K6;e7RyoqbVF(CU#Rnd#y8~fAMqGSb( z(@PVxZkDIwgvbmZUhDGB+i6x8-J)rHaO41=jUPHT)e~iQ)thYvx9Dli{@bY)COA$) z^?LA$NI&ERou}!kG=`z}cbI)t zT4Z+LTcy?Pr?Xm4~cWB}qNA2&~XQk3GW5Dd?! z`RJd{zKzLp?D1QBIkU4GM)Z7}WepNTMDes^N6MDRb~Zc#^RGy=jxU1{u} zOdLw4x1+IWy&Rnvju9dfSpmG1u)tl;4p?+qAFS1@c6jPy_}D5t{HAS1+hm{&gI-Bs z+uad1rQ)@0M$Sk!&AoLnQb$IGI9~zqndKSfpY=Xpk@!X6L_DGf|@No(t{2ze=auGwO!)Klf(F z2sk+E@c>V}g(~Lfvfgz%jxk_Bm%FDHreW;vLD^m$>{pZJtu&``hjFvGrIw(1hkwsT zW$2J=)y`VpyOjifk^h2{UKU6Ax5OyY7b?u+uh%--gw|XYQ`ds0`3|b98T<6<^6z}8 zo&GF;1r^92cBieTYM6PJ8wP+4c8)l+P>+%4)P*7KntE zU-?!{rofCHaUNjcQ$DKbJt#w*dU^kEWt^}G%8eb11r~u2LgoaaR4d5(b+l|4S=y3rgLM|tra`jM&-6|PaqTe;PJlcHQ;0s4zhnd1-leOOO`1%w(@>w+fF4@oAzkq?T2lx@b zeoLL_y#b;w14ST^6Qld9FPp6jdQrjiONIfceu3BA-yga{d;uUr12E>jgbRQ`>S=#y zdg&;-Mfea{x1^hH0OJ|qAxJ(*drfYFA*z_9{mW;X_|`x8h9;7~gV&FNJW3A6&B=&P z)G7=J9+KA#zPTzj#k^Cy1qUqSvWb1D?uSA?)vIRh_VhmMuXv^%A9zTLok|&Nvh)R( z_kTbIk@h(mL&v@we;0anZ&yb1`H0Kxpm^eNN!$0xaT6p>-`nP(diZp&zg+qS@u8Tp z(WP;A^3r6&8bCs{pA~ejaPY}o{XGJ0mOYiSAHsYhvqsW44k?3?wME9%@9PCL%wyMk z#VcAf?(YWBI#WI;7dEM_Rt)a~h1K@PbFfy^d+9$bC8BrJ$3Z{4Qz7k8e8MiLFqn3~ zjoBrK2w*?jMcdfE@Y(}|+gQEX{^Y-oW40NpE(m0NDIm}L?(w7ZX~Ka35h5^ctN`AB z(ul!v_P@S*Dma)6M)ha<&f+$JX z^MkKcJyiHaqj6Q%>_pZv1IH|;t=EFmDKdl4jZG&nnZEF1@gV-5^!m_?*3t~Sv?*Z1KF%u{D;VfleiZbSrkUD6_(!1&V_VeerpNPWZ z#n)g4o99>;hOE^y%v7)Sj1=j@H{_C4__tqdhAH9XouLOE zwAsOIS@jG`xB1rf>ACM}IDtLs*m^eKoq5o}DO{ejvw__=oJ`gSv$v*PaSoz&)Rizu z>au*Z{hwwWqylW(!OKT3JkAQjD1U{uUJspLhiq1WjggL5f8~Q|hkOjmfc;Z#(B<^& z+t7_X$fm&Dc=I6ZY-cvYp9ej`jrMK$s3qP+EWfT{#1^BNKWYaH(yKu9 zy0*DlZ8?$MnTn8P0fxfJ(g(;LbBMNg%3n(O`+@NpqFz7s5t#h?G!txT`V&mc_s9u5 z`fyy^N1WXk0tzrklCnQK$?Gbd~A zMRTVI3|zkBg)sEv?dc~S%`^bhyQdx!n7`z~#L>cBih2l&9?;wvnsmi7Jk*HglYITe z1Wf+QOZ!{zRS#fY(R@R}8PTc=^EuZ1h>34l(M_S7xFSMZjieeRLum}qeZyivy z48sIw*hX`3k@!>Yx(BO6iTWxe4e!<#4Q4W@44_zdy?k2tzXg**L9ywzm zRdDi%6k$U5{l@NgN#Jrb`p8wCAOZe)pw(cRAs^6U)#31%%jp9m6y?x8IVwtdaq**} zcu4eY_R@Pqcc)+JVQa&&q5yHjgu6;*vR4S%lk67XAWDCc((1?emXqt6p=zG(!Ay%& zJYpdf?VcHbv&&k&elY#-1M`0`0_hh9s-uEyPr=JTI^r$Rz<|>z43mNfeVB)%*JWfz zSh_u8NUq%-qw5|<9AxH2O=^yQ!3s@mNyw(ZWU<1I8yG3fNabY0P)-{Beq)%FwM(vs zaQxhP%qlw8ao0S|LOT|poIW>@suXw%i*ag-E3&5^lw2g8O#aT_kvFW0vpRGzCRH}Q z;U6G>w#o?zCE3*aQa%n4UV;_*sJ%Mp&RSrt~G!u4a;2K7Cw>NyZ0y!hma6s zSj+bIb{-s)`w~+OKxLSFjG9sE$as5@!*6?|Q-n73hwfnhHl9Z_`T@Gs`ElXP(xm)1 zR{Vl{WRIe+vF91bWVZfjA9;z1<5Lj^auY{eLh=yrZ)wmdy8SYi?iaWoB6bhRy!5`3 zck!c{R?lmHpSVIX!Vpi?=e_bQna|m)GK*+6l~uh5)sRr#e|&^o;n~*;HX!Hy_hA(d zg>3juV%%bLTkm-Q=~ayHzI<3)6U_=j>gvmVH~p$=4+(Sy7C`1VQr?S*!i zkDBnG*nY_e$TqC{t*T;6Dfh2;&%{|A#*BdBw&!tp1>}7Z1VI7 z_cn0-{1!HWX1T23(tmmUhb>iq^Ks$|pj)3Q4tA|@XlWp#;wP;_DCb*(8m}5p5CzNH z>U_zNS&u=y{|@pXkXY;q%XxEheD8t<75yR0jxZt7sKT{;x3*9t(S+QiLW`x@rxL!r zzf>VXzz1S!a7U?yh)SGWrywOoGUe-_`q{+dC2h)bneOklEWG>8X{~xRHdy)0pKtSy zmVsMA7Y^nl$|9k52=-ROs7P^4gs}M-EZ2JWLCj-^0Td<}hA@g?CM@ToD^_GEwS z;~9X3K6p{X7I*APs=pM!m68T z!=5?*n%jJD701{7S56NYZVS0;f1P9qI(-}UnGjI5v@oob*vDl_emDnW;}oM-RUSF2 zEFN9O$9G%xc$nWU61L!ZhVeo@{VXu~L{nOSd7El|z-5F0lxlX6iS)KEjn!|p7@;p5WT|1KV_p7W?F2m+ z-?Fxf*Zuvha`vjx!#Y;Z7p-5`D+as*`zEbz0aV?OL5HxckzK2@FnOQmIiS0jQiv)K^t1s|@b=Y~TQ1oB zW6NJ`;s_PIDg~W`b-nhXC%`v%LFBD!F~SE!Etb23w!sp@@8Qn$*Qdsy8I|CnAT_Q2$e7Q`vkQe^tOzY0Pr#s{zT$%ws>?OudHmtgBC8;#p{z zSInd~&mO0;$;b1Nn5*}cjgYzm##$13du1URJ-k1Dfz>An;W2LujiLTAYxLhFA(CMK zcfiVh3zAD$%lWHo!!(`+zkYr{US4szORuGO1^DxZFuiP)vjqZtQ6}ZE^8f&Hr<83bI=7xtt&1-V(f*9PA;fx6{mw9XkYhBS1gFKP<{n}Rt&UVXT0Yp87~830X=&n(5R;z72G!fe%I6@{{XpnAt$qA zzYjl%ek1USstPTo0ZK$LGM!$+1Iu!du|BL*ryt{X#smg`K%tMK1ttBX@}J;hqF2Jm z_dwpY?XG#puqyQYX}eEqf6NCV*LM$+0aNmB^Xw0AIcc-AXHZIi2D>FUNFZta=}oEY z%Fb+kJ^o;oB!yijUVut?9JZ~sfM#OAPjp7{PqibD1|7^t=uZv_RZ;c37m>4nlxy)qpM+x%o(*neW3}cGZ0}a^;t=}t+dY`D}38`kky4s z3Op9b#PCumv01l|(NXLm@O%ne7A0}Kt&--SpQg33BQom*fzUdbgX96(=FAB;R#ss| zxB@q5>gL%qvtwDYU?}wXIwe>n-(r`wvyOmGT_-fTSDr%u6bu54j{x2j1l=NKAZz0g z`QEv{ilQ&eKKdO(h>HW#XSOHJsN`H|H^BY8b@LNqY5_;`tS?0hH(j_6=(cG&IKa2- z2)Q!Mqqe(!Z?nR2v6?J=VI`@*h8jss0scUS@_~4~5XwW&9ylS?i)!ODkyvV1F9YDI)SRfP0?jGkKYySA?Nys%;7M ztwn-qYx<61%gNEY-i$c$3~!mos}EkUHTVsf9LWe}sE=dLCPGR}t)W<2T3<#fX za5*?yg8)E)*iA(JDz<+eY9B*Owj{h=*aq=@uMPgh6AQ2wGpbXYag({GIR)6Nr5TLL zZ|;@a@@yRH1^1Gv#}IYSsEFw1NBvdPYSY$)Y+9ajtGjXrF4BW{>qJb=byTr0RHfPW zW8~I`KL{5n&wS?l0Ek3b#s06tvry;&PF5driVR|V?)(GKQ?*NN?v0enxpJp!6HYQ` z7&lo&tNp}Qe=S)!s-dvF0-bAveFNoD(UCkd#NaV_wm>~%tGkv0SQ)l#7&y%KF=Fv~ z@A`K|b_u*ElO3yq*UQ>*eqhv)zB~aKx+)v4s}{nbHNG?Kw5;54i!466koFWLjTctu?CbW~VQC5( zH<|+$(3~A_7FfG_0~h#;K+|v==Dqx%N9oeKX(rh2f<*=A4C2nap1$}&pdpsm>h%!m zAd?&W)}gQ*Eo&BZnKpbMn{Vyu(g^MdCMkxni{Y6x?Lc9=Z&J57V1^Pn>k5y1ns;eV zOGDBZp-@f}ipT~+_@Hud+&v^0)MTLMLKbg6fMVq%)a)vdxA9jF10kd~gONfR!7baJ z=SyMN`qF3T<}-7o;@vD%RG4oc%jW%$PT!LP5l1{MR=8_B%la-s#SQYt#&wRunnhOW zC+MJ4HIwy?)E>z>Cl@|!!Tdf@6_n6SlNx|*GaY%6I|rqx0f@225X=l3cAf!_>?mNV zOw*1Yb_}%;yFAzb@yQ8kWM;xCqx-z}`7}!!^T{&k&CL|R&h24b4D2rU3xR3s~@JZLMEd2{C# zyt9u`HXU*jWw!+rLC)Q#_Y@A(m&PBc1V^viU=G2YSN~huM)0I1^D7k}h9ympuYL14 zdC(oAAfDiI)kht%9u3}{eKFU0Zsqo${QeCCo1+T(=hZi7_JJ2yR9u2IAlC2uPG1*w zWFm4+ot`;(QE^NW`7dt7r>@I$#@{@qI{VfdZVF{uw#b$`-*Xe3?cAHDtc6$6CvIkGR1!16a|(Yl^#GO44y;j@EK#Yb zK!#Y={MOa4A8#*|amyuWY)pzAPt~oe0cd|?{8AF{{VEEDrfry|p7DDB{vYcs1JV*L zUPrNC*&GI#XIGZgMQMnMZV=;KK^P@VIR!Q)AKuy{ETfj6vEgD7k~2$M7*F^BHn%87 zk*=&A<;8`yJ2o7AV{sc~#Sx919mD%=votBTWiCO*$2s4@ua-yx3?~nOepP9Fd3(?| z`3e^cT#^ScDBRi|s{M;NmA*VZbqWeBagg4Y=1O_}R(m?=JA%@5gI{)Vh`0D$Efbo? z1bu@9@hcC)#Yb4uv`4grvlXz!acF0pq{f(q^+h@UVtM%3qYYf>FSkSCOP`S_0 zt9&2sXq@=m@N9bRiUCu4^~7+_e(!*B`rJDvkJ;|MkbhA|PXvmZ(GH2HKn>|Y&JH-- z`x^WF++0~!7JgP>FZA*kFGu@TLsiy_aBUjBa(Q`d5C!`b>9R;cb}d$JGoFKCmlka2 zOnk3P=cBAy@_J7zMBU}aUPv=J_UX57-9jpZu%(ap!?xf1W|chj>VEkqmQqf?s5Iaa zfy6V_ANl)a{((;Ze}8S0*b5F>{ElH+1#qlVYeiPx?2{B-(A2wXC0XL(4Yqc3Om>uH z&KOa?y9?aylsoxjTSVONw)d~_9p728hL1U#6Z@G*0{i$S|5P#m^EW>HXhhaBLLqv!L|2V~vQnGY^7pV}WhQvQ zGkl(kVyzW5h$roy0c*I|FZeo&p+FM{n~ctpFc_|$Jof0w9z z@KBVn68k=Zfk4zXF!f;}E$cv|_uPO(8}%l9Q>n6y`xRmz+k6Zk&%SyQ4kq)ZQ#xsf zfmC|)2lzPNBdf>!fx1Y`w4^H+p#nMf?5ufuw=igJH>#&s(+>S)M{G%xM7|4;T35`5 z)zC5dCJZXS;5B63Fq-{Xv-@(Fxn|R@e!qKC0R{=uRG zKTU!3m=HY;Geh&aYmRHsh>5h$)_Xac(S()Ec5m!U69aTE+dHf1aS)`DAD#Mwv~h+m zRB|X_k{)vc}(zg3I zw1yNmO-=-s}pFWF> zn8*UWHW>gMy=qxY@-Iw01GN)B_BiZfpZ!HSg5}e8gh{HcLCN_qQhN-hI&&g_PJJ=P z;p%_Cnn5GN9OYo(n2Og)9BD@|3X4m0G?Kx+N=HzVW;tuNTew%UfRG>=*GGn;lG$(a zgO&u#_o3IXoq65d9gM-`&>?8jQ)A%~@u{Q$_S*8|lGP9Kv7&|_(cEVwHB@hqz}L}4 zk!sW3ij6s|90Uc?7HaY0raa&KUOe4@?xXImj9wY2*wJSf)9`x&*N>wFH2-oS58`Q~88D`|<_pjPplNe~FBo z0Umf~*BA(ClK@8jesjI4DQv}8{`u)Q)XoJW_SEv!3RH*11%M~c{0s4VJbmgYsLO4E zo{)WNvVO770`XHs*U`fY=9CKRpiZON6 zgeHRTBTM6*8z{M8nEq)D(UE2A(i#IBXAd7X{@L~G7){j94vxu&Y%CI|4H4U_h8rBlh}ra8ul_%N zSR^VezN!%zSS}<2MXzr;FfL?2Nc-1)qWwT5eY#ab*?f8Q*F}VJLV40}`{DVNR++b~ zjhD9L0v(xIZfbz%M2?6%NV`M7pYh8}%*1U1-S2B`sYLVZiP`k8XNwnJmbE=Cj#0J&VhK--&$EPn?E zxuf67&omM@_*5=%*?XTq4e8mVDb1_PVzm=X|k($yG|7MO%5y{ILLW=BzL+# z?4e|wEh{k8@qUcW}{S5{pZg&z2Xi=bQ=93qyB4AQj>(@la&U& zXh2t_3l7TM7g3lpN0G(Dpk~8#@V^h?JZml@P~kgRbA@V-8u3k!jJ^4$G>HV4^5;HR zwV(`u*7B+^2C-tr_5vQaK2`Aa=O(o=f3%MD@b6;Q#~B@Thgs0VX&*#C7sdTrZ)gXt+Oo1;a{p6|7+V&s|HtO(3F<=kOZ%2za79;9^;?pC8s#CmA>Sz|>?WJ~WV&QT?l*bb!pV0*AiwTf^VN>+|Zojtqo9m z^Cyt$p=50hR;cx55NvjnEdZtuQ2%S#a(V7_b))})IJHF1l4!j98 z)C2-6K_cuucCWR%u+a@EVFlmMtS*m~PHb&&n-*PY{Q+G6_qoofvX4le#JNl_O9`!- zLKSoGMLnWa84%IMftK=kXpHInbx_#gDPKQ^bijGM;HIon4WB{uVx>P`B}cqBBEyi9#Hj# z!}_cxaj3y&$o-o46+NYJQNNK^f)Weqpj{0wC=2qH7*oMu`4LX@f+prZcskSCVG%|) z{Pf?^1d)X+bl$3ZjHUh%{QQUNN+x8@09d)Bp*#1f?yL72S$eBeIB`LjZ*?2!nc}?0 zsftB!FU2_!W!6hd4_LB_8HsjLZ(4!ZmHMwWXXh_dqy-q^@!Gr1UoWvyIDu41u-y3F z^ykMSI8!cZ2=a;*-IEIWip>0~E`Ih{kvPMK1ffsOtzw z41ajfgRY16uh0Cix0z2LMJq_QrM+yRHdLNVN_Y;#?%R-%dccf>+#?)w1;g<6EIFWc zq!zQV!#r0GQr{$CVPBEM#`QnMkg*J>TfxKM6)dk6i&B#j@RK0TMws4&0y7V~oZ^1d zl~{~g7>f142oI;WUxOgDP0b=rjampuN>E~3SYA$s>dz2_7kNM`aSHGse{Z7fzlj5@ zQFXi8vM#ccckPA#1jhR&!a2@Emxx57IIjWN%>I6gkxeZOXA1phy3LP0G&$#yZ1c{f zc8tV02G9EalQ&(wLX@_k=8Lrqn(3C$d6#1wMGoFA8=E}Qk@>DRX!T~%jglEK_KYoI zpht{F5>(i@1|-|Gtus?EIFNh^Q4KbEz&sXjWQ6?xwEShG|G&vz(^$mzegkH&lqP-8 z&N+9k0lQEVs;MrUVkOUBQLMGAd?pDB$K|GgxaN@%Ogx7`$H&*}-*~xUi`EvjW#XCl z0tNZwx;Zg0+ZF+FcoNcu0>RBAM#|2$u7&90Svc6wFuOH+K ztFcA~H=D8+_Lw9C#C+d&d||vYVc!Wrk=@S2!(9A`t6OgJ@D;N2iMV7BSv42LimLRs zYg)R^7aoIw@^AtDb|{bq4S~5ldD&So?Ao>G7d~~rgez}UY*%%&NFj*(a~8Dv(Ip|E zp6855raJYi`Z9#O;_!$rz{|nDzsFjk+a3RJhSLO0_FxEwi{Um zpAqc^)}m0Fdv^Znw;lrxN0?hv@tEDa(Ge~*Kx0r=-JhKJ;zL>5M}@g2+2ffVW5H$N~de3Wn+N1>WVF=2ch5&cYw91%vWbj8jSAmcR!Pmu!q(+H;vowwz+x4IM=BnHw@LWZj>S;*(E+Mro|d{ z1KL`1mXScjHp@lU%~y@WnPTa55HTyzN)kb)JBtB3Ieg(;+d04VDtZX}PiMa`#ES=m z7RY4nFw!Fdc$D>)rv|saX66p6}mUyM1G~8R! zo$U(MlTy{8xa;K@%p|+lSS&3TYN4~si+fe9i~px1!V`Cz2W?17S3-7nG_Ui>Qqi&B zsIK;?JZR#>#qd>#@|6xX@0-(=x8z}0j=Upjq0T3w`k8^RZSJ0((79j3R=v5Vy)B7j z7f(Hn6z#Y;-oMKBacpo&<$pKF>Uc2x0ex-?1Qo=nT%(fnD}A9G>bX{E?GMrlnEadwbYiw-J>xMu-MDh&HG~zhFeD!VTMB92#9BSndBHIO7hNW;A zgt%7tx?eV#=e76(V#8#pd~nFi!&3x_5oRcXEm>-~_h68#UbP{~0*$L*nIAd@wjFz5 z$Ynkx_n{dK;lZj!yPw8>q!N{Ri7;3&+(nt0AMs8ELnaNl_8UEFwD_x(o+JmF$x(G5tP zgAWp@P#R}hIEFqu<(vIn0_0q|`XIQE)TsgnBOma-o4)k0T={q{VH=oefsYme!3h{* zuI2wB`p*-ScoGdJEG#S+Qc7!r6EvnH-@dKXEmt~_PLIKTzcBehNGnO7^AjyX2ZUX_ zuoUZ|(i!?{c#Z{YuOkn9hkz;d$g4V?f$;?|x+MugFCGKOfnCnQt|uM%QXD39HYu=4 z=z)S5P};2EQD>6z$NecIA^<^9W+#HPR`L}`NSR@Wf{?0YiLDz7Z@>9LdzBd-HI)4R zR|m=K0PbVBW3z!{5T0`t6s})bmQ@cfA>;sUyR(wJ}4f><-5@M``?1wngcrEd{07aN8Vz-3=lRCnlHLFTp50A1biL0=dznZIGRWr!9lQ8`z@ z+Q+Q96>#$w0S{mc^&{uW5ZrU3Y?;~Ti!Udl#!@~6v7|Cq)a<$|@{yKD>TXc*T;zja z0sqcli@bwHHZ;VWUIG(Esld@4d-*wTVVfPe1Gg1DZAW=Zx@a&6zaA>A+ep#k;hrM6 ze}ukT0yXgj2+`QCBq0IEZ%oy%^ZXAG!NO&C=dPQ2oac4tVr^fojnG4c&W17cama?v zt8Ny`!AHP8au)_M`RIN$4`{S~x3P#JDFdsS^$A8{#5F#rZY1r5WL_6hM_YY^H6X9H zS579|7~kPXG3~5roQnldZE0oLz_1aj?4nQ!KtD}38gqFI_8MR)7|lOWbFU+WCfI2a zJd|RF#6preEh*BYE{y8J)|xNT0Hwu*m{dKC>6n3r&=7irJeXrov4ma3egtD1R=71K zm=hASpVGOpPW|hmUb6D-i{Y2BnzbG+=Qe?u(Iqb&XYMud(zT=sCLC0ed347<4%2Xl z({;(NC7jQ1up z>Wl4lZDqgmb232{kVkRA$alyscjN@A#Nq;%4k$eB<{L%);s8vlMjTX;%?xQMAw``o z&)?*U52_S1Z(-tn^03Y=&w0z~rK}LqtixzH7Hq*10UJLbvoezso&oUB%E>7Xjs>@Y zK|>dQBbxP`bc^H+*r!<0l*xRj3;&6&jJ`<)rDzJ`f(%ht44lLg;jtA|O-}vzt>@&6 zCc!7fa33D7w$3$RspHWF>(%6=sE%?#Z4kXduH;2o9>m4C$vghgy*r=#1~S^7-zYMy zZE29oT4o3{eF1agsVd>HXBxJ-A%u_eH1SAldPIK5cC2RF{pq~jPkE0k za@smNIjPQHzD68lsK?4EBgPW{_;WXt1ehO2OP!2o83M_f59d9NtLju3acwo2wG`S_ z9XlMn^z-Nb(gOv3`zVwpAo&^|K6g0Rk`F#j3cTiM*&Mm-EIkfRM>fHy&h$-A9VTb1 zE3l4N=@WJXl|l-qJiHHC&V3A+H=f)^?#SW9^AI7A(3QOx(FQ6B_{h-W&ugqKv!Hxn zzYr@9hljTK4&0tTSBvveA_=jyG<R@-e>)S~g!O;wJO&n$Pmm@CV zYfiS_C2O}g;Qjqw9<$0`1(QFDi&Hv_#d1$YNqU^{OFdS>BUn%W7uDupTcT-J%@rab zNCutRhuQY~fFH<-mrH4NULh!=k(B5K9*pw+yQ;B?vBpbab442 zt3y{2$NZ1a-K`8^q0UTy)p5@St0xwQwa5he(~<~k8b`2ph0#8`lr4=4mIm(zFgFEY z_h~MY`R{wKi)LYA36s%4)X!iG*VE8d2;l~|i^7FV6J@$~m-J#7jA;--NHsh2WU4e; zPZ9iiVFj6BaxATuB>1@RMnoa-Kg|1SypUzDh$IGf$}5R;OsCaR6COZONvm_GFmUiL$TarDHmJ)fGlRt&72~z! zkdlHIbg}6nHU*475 zUNJU2JL~Ba>{gBIyX9d#Ncl5e_%NN@oA>K~sSW?n1ttvqUOR-$?LGnwu|Bl(>ruAm zeN}E<)yQ&i5EXmWEuX3}6VEuc-2iF(+corzK)f^c&Jj7Rz4n!h5+1B&M)LXdeC zmCMJ)l`s6@8%VP%rfT%ioI-?-b-04>pv=pI46fivLM<*YpO^rMQd^#QIKLcWFo0`d z^$DnkbAjUaP|-C6xgQ^lvmjuWfpv=(;R6(T1w&-mv&4q2%hb49{DRR8`8otkEP1sL zRxe56uEVb#Tw{rHczW8iv8dYA=l=RL{TY6eYO}%A-}Y&QNU6G|-g@}`&}m}*(JPB1 z*N;i_zVs?uQdd`}j=T?WE%4s0e@1x*UyD$gybe>AsdVmFHN)FZZ-Yt!@2_=U`gesH z!5@qNv9BzH6WkGy;R+P~HxZM;!`gh%9pc5RN~!8(`uqDu_wWDQEneD%UY&*s>caAD~bmNi11sHwRKN-EacTMDgK5|ty4*GmA<$E z1uMPq(Ees5(4o-~K2rb!l%}!UdU!1!CN`(y56CDhchh2hZona3(L-^Mf^1a?u)*7q zMWdmztu-aCsImZSFKzP7N#`fuk6*EI=Bnm;qaikM2loywEkR z&G?ao#y||i0KH5FWaYlV2p`dZjemcBW6IhM0Mh2}F)b~vGJv!YiZBvCXz73mATm6B ziupnH-(CR2dOdSfQ&KHifnXGqGsSzHHai?P#M$KO3c`r|Ca+Ta-80nFy1Ke8@G?K2 zaf6V6^a@BJ08{cDL~*M!;x6>AppI6z3e~9tI6a3qRts(+`?yr*ZA}w2Ohtm`<7+|Q z{}{qbn~|ChT2VM2{LaMK!6+szO+CaGAdkGVUQm&lxr(0!_R)%I2 z44ubmT)EPD^>fNY@8Bf5!h~7RjH9#dy(Inv<4q52i#D?DdFsf$tpM=J9QVzw=rb>s;oEH>Rc z*YnB10s06&&>UKf?O$wV0gR0Y;I;rS1m^q?L@HCfQzASdIj3%DgolJf-{Rh)a93|vg`~v+^qVqc z__c&M!C-LB{>D(?sgUJl#M&Ln{4HT&LuJ3ev!gK@tEm8@5X6=H!~*VQZ+)pDi3`|~ zTsqO0Zi8NiWG;Q?$Q_G*yS1TrU8~3f6lzmVqeZyRTs2;?^q>Oe5ER_b z=GEPsv-JGHT>VvN$Ap2SJs`4wV63*YLt9x{Iq3?0oO|uWl|S@{-#8iPZ#E z6IEv#m|P0H`3bk4F8kNj)q%@DKwi*PSv-%yV6b-bP>POkq4Ya|h$}4-60&Tn5=oK* z4j|6OXm15Rs2)h!RGusYJi-)(=J3xuUaO}81!W4*S9ec*29D8N*xM!w*1C59ZaH^h z&l0$u9V@m|N#=Hf;n^|pZ*}%9$zWsCe8@P%-yWK*T;KXdk4rwYVD!ag?A{P8FRCVLzj1An#I_P@@x2DUcs zHzO{>fUSgu2;?bb1cK}VaFuzUz|EI}F%i~ec1!drEtAKTxf+}?IS^T#c;FEC*#U5pFEkL&O!d`Uy!yyr)+ICd!s{m~7dbSBRv92(8m9q5%-Vf`{ z48r28>m7yTCvb;*O7&ZKR4ff zvY^GW=YKP~Nt_tmvvSbM8nuNFeQ7Zubcmi2DQO%a-xVeIV~|b|>f=}hqAYr+qQuxf z=zz#e;CzMG6UOF;(c`VMRgMUXiRGKGEr<*pD7BTufvF8orMrErHfiFnq#MVTN& zhhr&;*R;bRnROkuGg^qpLkHS)BK@nOW+Dbof6gyz2wsM@nFr2^#)5;S4;LDso+M<> z@ojUKi86@|03`z)5g~bjsACNHU#!41g?i);FeF6t%@oCv{?VBhsn3e&Ve!sU1(y~_ zk9}Pt6sc@J4szb9IhXAy`v>eqBTvyar#tfPdzUDdCkm9@INKVJJ!r7JIBL$!5DWW` zRo7wZFN1x>+B$%jTzt+D{-sV-*3s2CTB4!&InXVbO)BLQ$MxMgx1v)TW{M|&t&K9%GBe)_ zm28@Zu_v8^a6`)b19~~TC6Lrf&nXiRbA<-Uw5X45!e(_$Xr?wnZY~C@S0ydvBfa0@ zResrt0debF7{QD|q2RBNc3(vHLI8=m6&~4adnk_y8Z@pep36OVKs`M!Gx6=4-d^OS zIGUr^2CvVzzy+(5dZY5QB}ZnX}Es(khZV(oWX5_McsCjcIgZQ>_Ow_ zhsT}*l%6k06Vb#46&84BBi6iL`8OKdk%fGRDRo?)PEwtVEg_dVH#7NO8gIVjr~WN8 z)^q>}hu>%Yp|3KyX?j^L#z zu%}pLn1?iekDN4(G31>kNcnVS3U!Zn+0a@R+erd<+*Tp60-~-milXpNFmwWta%0WM!Z?% zWg>6TDc(W$)+(x(Xb}uff0KdQ?>69(*X*@Pgna9bR=Dn%RIly@1^-0zQyOZ!l!&md z%LuS#j1xr&m65sby#fHrUcEaKQmjctpVzTGrF&3UP;1J2%K(-PkkM9Sr}Z?krTh4^iNAf$7Y(h-`E>R$o_=>VVGmzEY+~{C_Jk7 zY^2NTx_#qAX77ijcnr`-Oi}6rzj2bm#e+dmlKouunYxUTFhhTnSb!P8I{?eZVcUn( zdq?cIOxhqnODL_Br_*25*U;1CCh%%?jD1P1JT7{&jxUBep{>vUhl}C4MPFsjt>5$O z?NW80lEWIk&WC38;5l6`9ayJ#9&k1n7^+ImvJ0PUd=wrL(F*1O zq9BG`JXicyvD>7Xc^&|kh7xApv9)@SR`dwGDrAkS{Kg3FzaAOnHzn*8y1x4Czs%Iv zbq{x3UH_2>O=G^!DqjzU)4K+)feNsieR3cRhUm0i^gyC43a9Oy{_f!HISvevB=BdN zI?}kwQfGibjG#`t^_&^grb&)ON?lldWb`%%R{Q_X6naRU%=-zG^W-e*FO zlOzR3=%P@5k#mtkw(pEBqALHVPhnQbPDdVm^~`*z_-L@k$<#QqNwYEe?Uq$TKW zg7HU5JLWo67o(*1YFc8pPBqycU%DqO_B9vb0kWU24^FX zYS_&uZ&7kC%wSJcC9*%5<2!w-urG%PS<^g<%JwEK4=rBpY$2Z&ILV3jFmX(v;th;? znfnyaabQDF{5q_N-R(9DB0HL>svV`Sr;v^_-aE23U%*J-;!a(fsYDIt7Jz1OrcZ39=Kfj*-E` z610xyoN^9@zvNDf-1=MG`aiwEpT8+QoCW3?QUhzCVR5l|h;p6{yQYK|b9~Rjv|&A} zqemG+)k9Mw{PwShq$Vjt{O;DfRmuWbm+vZ(JhSVHqyawc<_WF17xAOMUm}^ zbx-miM*>zO6t~G@>dm@fHly3Ko`!G;PJX-`R(f$w?9Oz84K_@m)^D<^G$cBiwmF{@}@LW;pesGU*;`jRhF{OKO zVx4V{N$Pj6Jar=!@O{aQ_yu$zZ=f2r2OExSCyCZUT1d{DF4r_?pb6%n?kMSNQgc8# z@+#VD*|b=yBV0i&WZpgntww4d)dP^U**81gE0l_$@YpwKllaM>D83e~zk!rgF?SDU zNH%TK^frLxI6gkXoohLxR`}(svY*1l336hu74PAt-kvlz#uUrE++o4Z6A=m;C`hdn zPYM$GQTTP@(o0vKpb+ddZ#+rlk%K%bXjY5)vJKWp0wboj@C80~hn4=V4LnsS3hmnS z51+Rwxs#6h8yt4qQ^ywCS|j`INM7dAXpxYBH0=r?OP257l{CnbK~)KAuDGvejhKKh*zC1Lsa4uxP6jl*d zQ>`BN#MjnK?6^Y={3M7guRx)6#llwZQukM2AqmYLjxYLB+67K5_OR3Qs!~akt>Onq zU3_N73oH?fEzTczJW(P7|FMJTTCZ9ZlN^$2U9LahvjQkUF7yKmE&N`~rd`p0c1va$ zm&_TR&Q)Sqw-j~iDBkr?AkMrg#yAYO%}doJ>Ve;#9NZmi%olg)p5AF@c4v^4a6By` zr}8LtC7fPXHM=P;&DoVlHj|xY)5)`nzZH95FK>1H21lMHKsVQOcg(;MYoq=A&n`9FAjQ{VWZs#hz4#u$L6U4gd=&dKXNIS_p6n zTQXgX3I3{#C;9E%zrS4h#7O>XH44PGPRvh!)TOne9ACiZj4*>V4ng79D&4}-J&E&d zFTS`e{b&_edYb-j_sLOppPuxs=_7xhIZC!UN6?zzu z?{o2FS)Of&Jc%M_bng!x`9E4z)#Di9K0DZYds=MD`f>yYI7nDcgnxE0rEkY-oR^k0M^6H0yb zPcMKy)IsUst(d^yxkup5+unYrLPItI8)Rb<@}*mOXhRhUw!lB0Mg~zV0DzJ{W65p^ zVxi9Ak@XVWM>xq3)*0#Wz_*%ss1YdkF`oQHNy?)V?SJ3u`X(M3owJetDZy0kffxSGjDhSn=gk!K1=TcRXyG> zu0Z?9109yHj0%=sF}OjppaoF7EC1!cyWW!@vcV*6b<5|O0&p{u!^NIx{sMrA zg=-L=Ku2o=lbWjPiwR-}*eR7^bJi(2+g2WE-2(m`;P?@xFD^UOP7YdL3`2eEuB_t_ zIA;T@bf50I-h`gOFZUqZWsxf=nx{$(>zrsdpPQ6~Us5}h3+sy>eHtRxz|t01YPb5X zSIJ_54Pwkh)BmXU&I0>Rn(ALF2hz3|H!|*|;s(LOsU>WW4AX5MIsSs<3~T2E*ZObG z*OqtH-Zo}BAQe86-7T6sj=ON#xk3s9%3e%P2u5W+=bU?z^FhJ@V&`MP#soSc19wV~6?02|m zAx#itm~s2dqurPkv46}PA+`W{G^_H3rUf#cg??)M5LeoaGJ=Svr>6y;!NVmuR9GQP zxc>F_a|4GKXrUa(r=iJG*vq7;iwN+5A|CBmPQU_a$Y;9JuzsuQ0Qpi10Mb{whNcwH zOnbpLeQGMK%O^=9FWobFDFdwIkqZW552l-YfHiCgumqVD<$^L^t()5Y@bq--@t#Y_ zatSmB4e=M$UVi3L_r3RDw}(O7u|WsTa$k(mM8Mld5mp8EUj&`sRvkVHf*ubmx9Q`6 zX5PKGu79(h$-KmCro{>H%I;I}V0ww`u7B!Q)d?0jPceGVCdWMXejj@|ZU8;nwyDJn zHD7PuUm=m`i-N-OHz%RXg<5n1@4=0Yb3g&l^A#L#hK{1iLRFS&Vsx+j5#aTpbk5Kt z&+1WsNH4`PEScjrtUeqRIT{-JNq5+0!Ys=<{cW&p(hvb{%yz4;4cGq3QpNlOPe<>U z(^dgjkFSvqxtyivA}pH~&!2y=ZH@myz`CqNw$vhvgTkVLYuqiqT3TAexHQU_`ucjd zPOg#-viHoi%OE$@LB#IMUS75hF+HZnpN@pCPa*{6-zM>z0Dtdk@5S+}u=DVla&S)s zi3o}-4l}Jw+p6wQ9bBey8icO@5NEm0@*{W8$!DXd4HhXPxmD+4{>SFg0E^TCByBua z&{V&wo|Q%hBr)4TKLO`Fgs4&;oK?ui_ra#68W=pv4ZxD-%@A5*UC?2{;YT0?D?ZEP zkXob>W1W{AS#@1#9+=;hmngkt!9j(xcVQ*SAr7m0^g__%{trXC#&KJYAZQRskUEXo z+K8*ZmRJth!J^W~s=drCIDXHk0RVz{@{loFUiDLNuI8b1W~30l&GUS<0!v1?luJ72tb=k#^NcUoel1k}Z!i?~ z2_8^EQ_u}wD9k4eh-DNgI+mB*0%Pexh=g;({Tgc!Vo(An$wDVye0X@&!R?hdsVaf$ z0TEj#nVe0P5efF>$|KLm>_#OVp=PQ2u)~5vZ0ntG>b1+wh_DW?1#mVAdS_ocn}`7O z=~ji5S)kX(5GJ0G!-@bU4f4eHNE*Mm1VBg|NU00+ahDM#=@1shqyX%FbxMKo$vFSd zbG}O!v$xhDqpthwr5JeZ-$_EIuX8x)2cu+QzpdY|uX|s=GETv~KqGm=kXP<}Ws`>f z*|I&8_BTDYndhXYy*pEHr}4*K^PlUJf18~ke*>)sSE)D!>31F6kvV*0r z5daT&{-&#+10OA4YTkghK6o7v)pZ>viK48(iI25Af!Av_LnUen5+?|~>woYFhOXlH zBu(r>>LGBJC8zsz`fJ`i)#itK4~UDa-wm8cds63Ce${C1KN3o1v_Vl(QBgiidGBvZ z($jPG)NO2RxDQ7t)(OZFA^>NP3h=X4cfOr4W5$vAT|j`2 zg5=YOZ$tQ{P}ND9bn-7SO(Vn|@joDg6`j0cf7jWkhX1=&n%l$50)JfV7F&t%Ei;xw z`z{s0xbiQT?f?GXl0fFC0anhgi5ATVlf|EQ%c>Jh*Awy;Jv9o=fbK5^xQb%|ADGo$ z)NBF_qP-zB!>mDq`*>^Oep+M1T~~O0oj$e{MTeVpezQ?r60N+@35r zr^}T%@7?1DFNXW9+@f-{A-aj4Ab&VwB^6t|JQtF&i`l z^5@54W0kXiGhCUpE#93eaI~aB9vWj{U~kK&lFu{Z)UZrAc-x?Hanx)FX5Q7!QopW; z1P9xBy5i2#&#>)j`9UQNfbEujV;{7#5NqV-c&P|TjB-XsAfXuAXYhVM71J%UUdfq+ zWLq#om;*%Hb;cS-&CMPn)+E{jFJ+ye;E3C=v$v($^7H8Lr|~*5!{=QeE}J$=6u&R6 zuC1XM{C3RLnhi29Y~_~;viiT5`Cq>y$wp_wyv#cd7Gp>=2)(6X?<>tWRd#L={Zas) z1?nYWR5LsBYy%&Qia7t?3ql$0#E$_m>LGD6deI>>wp~JSefpI;Pzzxpwz~2S1lOJT z3FN!Gh{2H_CJuISYB%05HX|h&^qKKv$3Vleqj#N$0}xoUHw6G#^kzvOTr&UP(uiRDQ`OzQ-F^|Zf9q>sh`$uN72l2UyCW^X4d327!CK+c#2VKaNFilm|wOh>}L zA%$$vPn!_vQ!}eAoLGI|2tj{M2ZjfF}s2P{1`m;K_RlZLVO-p z8TNMi-TU{t-A~IdsXmD*RNHsr*TT^0_))|$@wlGiNpO(6bt4yEl9J)tq2_yak-ReN z1N77MidxU!AJ`#2P|)m@ye7oQLOft&@^y6?*8hRG|KqkL8PWjoP?VjAc9C7v>n79H zVXWCA^ql3CWvDMZE;SxK441EEuM)T(cM$7#OchAd5JULWY?cvY(OsXw6!<_7>qo76 zOwMgR^(fDC>|f*vA4rN4w=~Y|LLs!>4yEkORrT1LbQqj)+keUhbtO6&+}dQSuj&H= zL{6XErbm*?YHL?0s zry84=G@gSiBkJ^T-J-;Y$#0vpqH0qDEmX{l+jVEBdBU~69V%+>AZh+}>Y{2g+1WYY zVgpx8fd2!DU1xJU0Hn!j+M+2Y9?=RsD)sdRSjHzE@TZ2ggyqA_)bd3*bkk9b2vdCa zkb!2*T0Vt!QwA3_69`O=$o)z&qY+Srp~Gc~`aKIp0AF<7P+HW}&~PMmRfCPKD^P>= zp`NYUd>P@k;I$2wzdPjI#lBqO;8QitjfYNi?WBmr5J27*lYMo5PM2N%8InT{P*tj3 z4vqQDz!sMtg@uXGp?HZ92qEfY%SR1XOVe&5{fDa8)`oD!ByVxKDyQ$hyVV%g=m?dd zQby1Q7FbVy9jd$b@nhk<&IUVkh0z~iZfc|xw@;beF$~A()MH%h8BEI}oRW%apfBTm zdhf=C(@ZM{&!HVcQPzBK9)ZLT`71X_-avEL^==wGG7+Yl{VLY*Wvq?)rZFO{E^NvtKz3weVo~RrA`&iMFI@xWo1 zvUH4Ryw+Y~d@75!l)3}$te57Z5^I6Kk=vM0Wl0)(7EjM?$9*O|`nTk^~#}H#?L;wf489$ZS>T&$q zpLWw@EjCGF1>xQJxqAY|`*x*~0Ssa34Me{6unarBvn#s8#n<&YqRf0zaW-q%!cjOq zqs3dm7DT#$RacNHBTZv(Z8Fvlnr0aBF(7Ta-nKCXQuv}@%%Rz94ePZGQZ*LW5p?VH zo>Cv;3pVCb_B9;dF{ypr?#QjH7(`^Q0?zPz%y_sswp0 z0&mS5#4*^*A^t(|eC53Y`e4MIZ~05WXPiE1n(l8JQGs4lIZ3s@bn9B3BNO>2C&cE? z$Ulbw@)8NT#+M?Wdu$4|GZ>WB&L-r0{MV#Tyyg=;>)|6dAR*TAMy}^pAC>zfXw zoG~ZoxnM@aDkfv1qovH!gpq054^O6#p?J)oLQiTUf#u~q;j;>ODj#$Z%?J^1rHnm^ zb{*Of3KQiAg(wzb@l{lqv=JLL+c4^ZuwQ`kf}KXgP#;hw#1yUaB>V>;DmgJ%ffci3 z!&&B4;b|JCH2E~Bmtd)OLHDs4D~U?xP4YawbTUlTp?l+>iFe~Syz&j=;3FVs=}nOlVqOuS>oYLdRtL9%gGU3zh8$xk7Lx?@WE zs|1rWyi??k@WgxQPyNfUXfgwsnb^zY0R7>GN3E5iUjTRpMIu=Ea$lZ-VzyTJ<3M4N zcCe>I?XMDpTkLeBgFpd5*5Z7RMGKf16QXy?8r0T>o?mW|2^z0iJwRnKv+GF<1~_X& zm|Rvd+!;HNo~nS)rNc|Xp(Y%0nOMiwxj-P1%ZPV9h6KaXb;z>oUg(>hVDits5D^hk ze(!-lb_)%&r$y_5ro@s7Lp5sN-)L8)sa(Q2w7)*UY%m_JG$*`aF~aa1&{phCs@&nq zv#$El8m+U7K0#7H2K2!E z!QszkCW&0HDja05`Z}lX6}EwEzCRvbh%?ok8h?Bs|K$bvw;3NnV9r#sn5(x=vfMJsh2DHhSFZ*_N$QTBKKL%pf>3B7$8Hjtsu+m--3sE4m;C(4wrbr{~ zg<_)c${%JKDL^PKRAFbXef-3UD=P!qYxWRW8A)fHFcP@Xt=tcT2I3$5ChVryl)&R@ zVanq!ZXC}L=ylG!2!e9h0Sfh=d;>pSVF6}EGiRgQu4QFih#K5CMmT*sK^I0EwKznqU+_EFDv5?9!Df@`jP(5`5`0_U2l)2=q*@`XUMXl`{YV9f4J!~zmK_;ZZIpt7&`Bfhz*YJ2x5lT=aC_Y&PB<=7!-H{cP|9uR6qx?dH?;J>jCy~bks3D zXPG3h7Y1F6@2Dr2zNC8OSI@XnHIrQ%CMP`YkPE>z@eZ%c6@x zr(lC3{Cld-^PC3vx&mW!$(oz6Ljp{IOy?5+3Ej*^cr9k8l9V@_V_dkwbjkryh&LZ7 zzL**bnl67pk*ba`1_w*IaF6MszqrWT)UVb3k-iuJ2WIR-V<^IZ{_^XLOjYRU_F)|O zOFQv-*8p4{Uw#nb7uyG+UA2v;!rR#nW#%GSM77HszyTFGdOYb_QWpeu9pq!1gZq5N z-83j=7b7SgNK>FQ8I8J$kv{wJ z@WN7X+l%z%fzq<0bi1~pvE!czl3WSkF!7ofs9#)scACnh1R@tfnT*~MAnqK#mK>~! zu7!sYHh1l)r_qJpKgPO$QGltTyvW-XEz=oekNn<%21P6O~=!f%-M}N}6aNXkiadxuKk&x&9ngI}MsevP+>e`@nmT=r zzs(WpyPg4$=eygW&Y!uM8JAC^V+0Vw`j;3JPn97SaFS>kX@zGBMe!jqSB_Id zPwbstfq-MYg63g!C4l1x-dLfJT|&eL6{2)=@*PdjX8bAVt(#U~8&w*BPvuhq3!yXD|XN<_;`q6yWu!%8y{cG}2xpCLBZ`5EB%E zKkdRTQHI?QJ(%5jc3#3HiKYi*cg$%m9gOIR&0r0q}xnv;|G{ELj}8SaI^omc5M$3t^t; zcLY)TA0EAZ^1Bd$;Bn6`{TTzS`7D$GO>Sn}yLYdJ6pGrC2a6Mgd87Rv+?8x#HCw{k zTd4p2``saw>siA~a|))|$hMCk=N8dBpHZ z_m4fr4A3gcJ6IgstcAR>P?i*0d z5!0RUfgk1(V6iK$jx=w99O3tB52EsWxa0PKH#UdQ8tl@8z$d#><`Mzh-LU)I+@ISn z0oWP+K2Q?=<;ni9zt1ngNQ`Uke?e|+YVwBi6W_YHOX1P-{8?c@N5BWUz~grP@0BP) z;H{qVgVqN{oZHtPIfPO|ShP3mjguus2SMY^x}eJhK4a4M-RN z@ZrP4gOi0y@J!F((nR$Y5I>_-d1&{|)s6rD6fz)Fj`J7cP_YE1wHMGsGaLp4z1C$|Mf@vw{KDf*-&O5JT{V$Ntgqr z2-zhFM%hH{By8po+2VMxt6Uroz~t~mc*p@k6<9Q02@izl=Z|`qO$me#$iWFE z0Kjy;J8S{`bmaybfhQ#mFVZQ_maA}Pm;(?y49JH%m~{q+h2?+&2nEifL2q|huyuiN z1oAt8{?}={+st^&6uCffrOzsB@t z%ZW&k0A2)P4)|HONA&&xd5{GF_irxgNi;%1AnjSM%9z0g1%kEWzP3W0+cT$}AsL1) z&&CK9WieJUG<@`fgF%^NG%(kIy~q}@J-8^EaZ?6Rd&HMd14)5GM(@&z=+#Yu5D7D* zs2;UBu+P<70<1N7S*{6Ht7y=06UlTyg5Qi%0Cr9&I5Y9NQ!r4mo^?n!5F*aW(fJStp>`m$ovd4+18W9gg3+|49SZv%LVFQ4qKR6h@Y87Tpi~yw*GExLC z)5ZEg6A#Eof)D$I;QT1IZm}*JSR^RaRn6MDr4vtfJ)x8ie7EtXs&fT4p$J={%iwt4 zdpUBg)_}jh3`eXm+n0jI1Hh0Iv6|okl!3B?P-U4`^L|Gu!Wz1r27E^ypv_~?h~8@A zgEWBCE#TQ?!6rl9ve)xSzjIWD^zKG&ZEa+6!F}I(cySp?xJ+4_8@FC6K@x7{{DeHT z-05&NTjBI(Nee|w2owMaz6xkD6EgWhhwtJXfDA}W{S#tMAV;oQYt5)BmdhB^pA1`S zNzmhc{@0c(i?H4JJ9-SKW641@$Zl|1gu%nD-E|wu_aRbt>n8+!gJSM(B=hYcmUc`XsT?d+7GJD ztN4W=)yEHAu9=ijG9)qq!gaanc|2^*Cpoz0Tt=99Dx8ohiHV8k-+sbGi*wF6df?2lKt?K@4ja97}prFEefOnk19(l{!3HcMlk{_JF1QT+7rpK9{$GUZaSQUk1RS^_ zP8ima7VvEBbG@C%`@Gn2XM-@D?Z`t*X6^p3-bHs-1FDpa=nwV=DXB4|b;n;$q3}RL6^e(9ZC1UvsP7vDL~tMSKj@9dv(r86GTNf!r--20tGT$ZM}##q{8}sI;+UAQ-Zg_)9OTpM;b4XhU46};5R)E(bCSDs#a{I{1=%3})+QM$^1L-Egohq)b4 zbhOyCuZs+;aJhX6MJcNLJl!AJ5`2e>#|W~*#u`n0w%dOvDV?5J19l_jBGL2z^a6PC zei5#5Jm(A$NY@r=0qRk|IIf6V}Dk!xGr%O^KW(a1!hsh{J|35RFqZ zrIOL+4W*iv;$#3vd3Qfh1qzPS*~J;}^zS18K|H^uTyqwweEl;&xD35 z;yWx@na;zAvf;|pwNJF)4&9ekuVLtVz&Ww`+1gOk+*Ys-2B*mbNRs#K!`ts77lPsX z?LzFc+$pX@f3Y3=gTjDjI6a+!@Pd=G+-AQ35ugCtas7cj;KN20w&&w{)Bp`-EJp(q zL<07mF~5au7}MY9zwYJ>s|QAk0=oz7mki4HeO(W`HhW-=)AINJrkR9H_mgVEe%F|q z`UvA==Pg7HICJi2G%}ey?r3r%iBiUgHxl@>TfZvmY`UoG`0?}e`=B4W7udhC)qwH! z>(}pkc=Wz6;=rM;awPyQ&!M3`6vM17fv#vig#l;p_>zLeegF&qVdKM~;9#hgL2e%i z>X?v9)41O=g5o3~iRBjQ*t&R`RS%17bs6VIXl3(9t;=Wt`z z!I_Bf<@=iCp!rT%g>|syWciiwHc{(g0CJ3=LznX5v<{Zk_?wRiF1M} zR_vgFf10?EcJeNdFqHM~o##eTv8Up!NbnT1RXP7N*!a(P|I4p*1K_0G1f_L*@P5!e z+k+_k>V{b8I*}k7aT#^?LTt|aU zfERRDkDcb=CSjh}=;2*or%Lih|LZW`qhy@W?6$8u-l!*@Ue=)KIPQ zz`WvOcjH>GD4wbf*q|+s!!g-lceEmM@2u{R^XEawnht9wbD%_d0UEN-C?+Yfl0qL~ zL*dFm%qYLb4fC?8Lus^SqY8M7uv4fdEHh!(%tqGy;_3r)TsUExGDpsIg@Xw`uHSs; z^+HkmMDIVEx`b zDT6dn+9=BY1l*beY_Kv28J;>fcA@ zHCFG#Z(h!l$+J~KaAH|CHc5VJJ-#&iefZ0miObyPLY4uKHD*~TU=3k8z`@;Nr&#G) zBLRO@9*i>YY_^VD;P|N=;cU!p?w+Yruyn0$*IQ%e;3W|Sn%Cv+CvxF9%(uc2$1g*wr8BRb z)0J${sds-en7GMg%G>InG!;6d45*7k{8}&bE_ zxXtO5z);o!@$r(-9KJU#x2r zuWa;MUQwJKx6W58(z2cp$X98)T$w|isOfvFHs4m)A|5hjmm~!OwQHZV%ujUnAoKfWlLa{(hYqYB_;?7f+e3lXHmSlJA z^+=zG!=bMI<}=4SFdbB|qiwgPwgCM_KG7s;M|unv2v*gYN^ve#N5tY8E@R4I7ye^| zKtF>6-M;vOaD0=pL9H`|?gE*#RObFU=ZRuW{SN>EcO&N{Xl8knsAx_pOvDt9&qS?% z^pnKz4tYw8b(7^d5>6QeGmxWY2`i?(vl<}$RYvP*q&_yVnxq?ZPKOH~L4+aiys8(f z6RSxEg_&>@wjX`3v-)KG#eOJA2^%z7yd~_46(HbSm$lwb0LE|;n9i$lB~3q}0Ko8=Hox|4eh0-BnN%SASY!iK%HCL^ABmQ};7L^e1(`P|wLV+i z9JR6I+Y7A_aeGt7z@)NwVA0gez`sWvraJ0Nf%+*dYGgXVG9WavYX$&DW_?1vlUp@CT| zp)cXbq)q@P-V@Rc^rDcWH$Qgc+0igrn1T@= zgn_wIrVhfQq?JM(u?zZaW=lx4&q5}DS}A9F#*D1xAo<_QXT861*R&;16> zff|(K2963Z;&txO&|xcl0&W3UsG<%LeTu*M0vQp^fcA|vIL76D<3jDIO?CjMqAWLc z2$=Z^#p~IdyH1NnW%W>y%TLXNrCJ+|g-$*Ri0us?aUAb#YeKw-r|Y3c*ZkHtUD1wo z5Y=PLp)>LZ^MFylo0^y^_R2iKRYzrc+p|onD+|ZG_gG_2tXZE2@I@JlU7x|syjYs@S4j~N++d*->55O-$qFCgf z2|G0L{gE4+~A;h)I0%u*cjC~ z+}3hvsP!VI$;&>cl#lhXa$cXty4-^PxwKmg{5JL;C+gtPNukXOU~l1&f$lG*{<>K4 zsm4B2(aK@Bh26KOh(s|5qI;!ym^WoqqNku1GsTv1PFD z^)aaeA@zZmrN_&FTX^Wsmz3_ndks%}Uc#*Y33)ic8QKAO2r|te4A%oBgFVku`k}=s zcJZ_9PoRb2dSNZ{EjMoChrBOfe9_yXmHE~%r@BTa_wwmu-t9@E84~fKua43M$tu!!kKH>$kB<9E{cnb4^E2K-2bzJ=b~WxAIWSlEN{M()C$m&F|wXy?#y-o z@IC1i9TpK~2+)Sn9qA!@I;MX0jFe3Y8GNg{M7ztABr`2i2~gO0_$V+|aPcP*^%2Z< zL_d4xjm4~AICs+jXloBOa+f@CijhkTino3i+v0bee#PQQg8|$Bwm8kx!CNL7tD%29uL9CY~wbdYM{ukInDkAn-Qr9t{C8UP&K<&9e__tghZCa-fXOM~)V@O@D@mIc= z+&O8G6RIUz5%yir#s0}yc+;%Tt%EPKxjUD9pDSMQy}rzF?OHEh+1Ea-YXea#MHv#< zz=~Z;x4kHb3j7<9#SV(oLHhz>Q)o6eyjf?kswBEB69f^L2+IU3FzaQ`;DZ8%2wQa^ zke}QDy+<1yh)(N5yws6Yx84fBc?T6!g5gSd9Lk5K4M_Vs^KkpY89A{l7v~U?xULQ zEv>;fp+`f%R6nc>-_utY=We8h{?!lZcYSex8M#=)q}*&BkwW3xgmAH5$Yb$eYo;NbjhUazrvzwU>BA ztYVR(hAu*O0E$OR(|qhadMuT>RZknXj?(48D9l7ge9#Jr`swc8;|hfgseqB78QMAT zHOjmDIMS?PoA3j+LCYN4Oo@^N;;ggr^Fw)gkfk0q%H+0nE^NjGprz~=QBx!lBEcv! zudmE}CxM8wBOj2Eu*YpZS@N9=5`yiWBD40C{piEe5~jX>`Tg^_*U0dk=F+vf9hthD z?*H;p4;<+WoiEr(T>qn1F9L&cH`U9$JbI+JTDh`?g{VSQ#If z!|2d{CEbo^ts-;H#g@N?sq6ihW2_|v{AjF~SiZXVN&CJ~pJ`0z;@QA@dFU{5?ke(M z0r{*PSwhmC;@GwJS&GEg@xz&laYT9B@0%S+4Nh&l%gaV$M;enx?S6M}_}zc;N_v9P zi1qd**h#y}gLM$pO5<}o*KlidDl5VPF}(>3JBn;5nG3z;+QO*rR#{;>FQbL-^H(ry zXMzZ=6(BrivF7XWW5sU8^s=HvaKLCXfN6PUA{Net*v;E4kAVeX4#=<2PCyFeQQqFu zBMhe0;jj1mchKCS5<31k#Rj53zeVW5Y1UH zBQ1GF{nGAQR|64zevtkVy>;j@zwy=DDKqTI3{-&~AVwdhA(#tm@EBh+`mHeXtXX$ZOl75f6l< zW1c^34FI^$ASb2--dJRr5f61ll|TarxHcH#9FG`!ZE0T8RPPmRLq<_Z8wmAwsksVn z&=pfGs6r&rCKJRq-Li|%wy#3e_lZfq_FrD+o}9T?bjvW-n(_15>)B5U=0AUbHmMZy zC6}t2XII|Bo$&sCCHCf~6*CO+DPm6mdwS{Ob6^z>1D?zyATSnpY$S<7x5RrG{e*?4 z%JS4e+zhnq7Qt)>qcr-(sU#+=faZtAD}c3!d>^xGJF8VW#c@La|ETW8B&a{s9)=s; zdz*fdxI zfd6TEJQfxH=`54mr`hA1Uir1++T0h0L)R};M>Fg~ zCVq*qse6mHp4F-GGS4z?Umx75r{{<#63{vvQ8|Exryu$H*QyeMLOzCZUBkXkuEYRV zJl#FVwxS}y_>Cheo$&pNl$KFbb+RZd8EEjo#k9>RV6Q30^wf_;5HSQ*yd{cCB)v!) zIfr9>nQ4e`W9{ps8R zMrq?z`_Qtbl(wHdTj!3G+{e?-9TGi6`)9l>|2#tm-tL{m9?%Xc`QmooeH`g#;{hUQ z`^r7~Z?&5F;eY-gU)h^}0}*%CMBXH3U?0(1slQ`;a~heq%piaXcLK=TNxKf%xy# zyCLx5Ucaz_k7B8WiRmV8!`9lVdPT&?EGdcGgsr|M+4{s5%xrsqE`=PuZmeuxC`Xwz zJel5NQ)EfGlgb3!&@5u{;dI^mH#(?+J{H}sKb4Psd3Uabhi}f=U=F?PV4{E=H*HJtCyoz3W=<6N0(;Pl06UHA z@PBiNNPGN{*C3yll1`$nKTUO8tyRx?@YDX^{6Dth;Ldeis9XC`GlCu+P*OefeS(Y4 zu*$JiqVd_|U#p8;QArGop&Vu)6u`yPbH_Mq(~xe=@r8X`A5h6&!%Cu zkRPLimxnyi#&Tc?P`Ie2{Y%pA7xZB`8aAk_9|k%L*|^zH<~eo@@Ex9oh5^;ZoNtD= zS{l??)27R(pzbT=d%&%<2a|oiB#c>*@-Ybmb=D`|ctSpqw04C#^^Dp@5iMd#hsi7 zGinE#X^?44;hJYrY#PA6`FI=rO=S@40`2PogmYYDnZ&&vFi2ooPSr7cJVy@--2}0A zO&F*8{JWaY&W_R5j}ixTxt*U+xn@ttq)6EfMDnD!>KvqOd&H$33pe0B-lGAuwT3&^ z&Z3Py>%N-;-k^){&RzFDDDrEcehQ1Z0bl)-mG+UE(D|%9@;{C(W!UksU zrs6ghhiRJm*e;QjV(HmS!Ta~D{pJP7?v7BOYSD~~H1=bY^%gydl4nSu|JpQinMgt8 z|AuhxQ>gr;T3`-#x00v9jmHvd69}ebGhh!Vz{lERjXfb{d(naqfeAc1RDni7ysP(2 zJ>F>y{MUzb-Mhz+1$b^B1G2c2m{(522d0rk#2_vT%b=yKuEw{?(lOWz?o6Trai2a~ z&Mv%QKRTn=$b4P5+w0Si?rhIGQ-Xan{Bq{i&Gv{pHU#PeUB_2dL2Ppxp^m|&rpY+& zVp~rmizDTE(%UDhEplzhdu8>vVXhd0iAiKdOj)HEP&FB6ng_Q$yU%7-q~{{9wM~o# zYsM&KIty~4@7Dh~DgM3AelVsNDl_12wG+iY4**$YJpJ|k9W5XdI?q3%HnnE-sD4wt zisMgs$u1u;ha5dAn<7_~l^XOAMwD81{xRUTUr~W(CDQ4rn-2dSUx*e*)54jo=0PoI zI<3uNO})tpjtr=9l<`!Z;kzdT+g|%-gp4*g=!AVPQYz3kw!i#bYOZgx^!;NwhfDpt ze-xF|nT@8&XQVP!wd+51t^=d#Uc<`Bp(mV1ROWS_&?7{Bes}k3fLQe^Tt*=UVDZBA z@Chi~SL5fVMaZia?g9_FO1;o#KpQ9$zKENeaQwL7KW-#7dxj^+4K# z7PNQel35&a>z(}~RKJ4AX=Kt_ zxajYyx+iVIS<*zNGRILq)8ZE$^Tzj@f%pq3xR*ngR(O*m_@#|zm>oxGFfwEsc$YgW z<(gwB9GBnMMcp679f4kRu<_AbSNRD%yuFpYWbz)Mgyduux_o%@wxxLmHbkIa#cg!2 zzc!hIms)^`DdCEfEzpcE$T5Yg5^rTP49IhlV)_}E0+1gIqRQnv?0;33+)f`(`9`Ua zTGJB>#V=3-D93$=HGe%+v6Gow3Gx!1o?$Q*URwXW(V9khM4<#b5RBq&4Glw|2#E3z zLs0H@(eL2==<%)OJRufZ(76K0tEIpEVV(6_&E98-mL-4t(6)AFPeL_}kpa_~BU?Qh zfL10A)ETw3PsR1d7$b?+h*IC`=cH$%!s7d-7|J+8SNs>AV$DPEnhU# z|80X&h=mD92p850DD>Ol^>w4OR@{b3JYS^P<)v=0_Aq)9QW>rSY~HHp6OHsqvcr)V3sMqcaM6_z@5x=ri8) z>Xkg^OsfZi(7Lkvc7QJ8ec>w%;BIm=Ow4!`K z*dgS--4kW)o!m5q&qdOUUG!6m5p=#sIMgYg0{4XB}($Y6gHCZ25-N$@y~ zC2%!I;wMjc&dRH9aY!r1MV}(W6XykKoCmiv3o;+5x5Nla!EKWUqF5fRHQL~yul)5S zC{|KZGA7((LT7d8rohmxi5;4pC*lnsY%eY9xiKE#?l-BcFgw6`G$bTtNyy7`yENv_ z9S}!dp)<+F)wY)iKZ4l6olegqIgK%E&)Y7)ybVu=B`^`^G;e=k#WSSAqQU*m*8^|{ zBOXP#u2wo#7Y~lO&N5c{Bp^O#z-FfQg89Awe1nXz(45w^M{4^#6}bHUPr1JUoI-># zyWH8IfkZA~QYQhv66+ss*zghv|0pzx$K6)lI#VhcDgKnpxhFpw^(hr@3n{aa;q04~ z3J-A2@N2nmIcc>wQ#LfDEl15t{j#})e5O>kS28apqp;%Q$`>8Snz~Wgb1kC$%Hcb- z;&r>L@}y3$o>?8Z>2s+iYTAzCmR!Qu0HgB!NeWm!bPQ#wqc+!0p@eYhYY^Fi0U2Dl!QvD9`4hp>hC$VuNYxI8SmfIGUR}=?l`+4&9ZsRVteRW#) z^!?68Iy8?=A(`uRj^A79>+D4$u2IM4T^!aP0Er`iHtRKrz3Zd1HYSA*G*l;x{nyLq z0i(vpk5!J&Sno_!^dwv)O0*mY4PHFYoawUVueAT?|qyDMYCZ!(y zPl3!%f|Ge}Tn(BHJLC|roi`PJKm`nwGv2ay)!PZKQMo~LJGz+ z00on`C%`iyI2XImluLLMo4`4YDKWi3#4rn1vC#8tY~d*uGsNk~!ET0+bfQKOuZPkU zb%sEo(|@%k@tQVXNC4(`o+$EsD=<$Ub@^uV0ZlGBoJ>bfm6^a<$(tV#gX;K13VOwT zMd9~PZ5f|AbTlNg_WiqWjwUu~f$0l-1*P`{C0%|%KXP4)YQ-E80sM{!Ic7=rVJdc| z2^Kq#uNx0yaB_3!0aT9fYCu#CTd(d8PmI$IXl0#0iiS%u>0=SP1Os9Pehff?ijT=+wypO8K0%AC;|8&7^cU~ickqse z@8)Nfn>8vBYT$Bq71KR(En2gr7^%Diigo4khl1{jN08*?C^v(Te7pt^KQyuAVlv?0 zU7MKd&q8``#pG|i#D&$JA(4%gK8Kv6o=>(42guh}6MqIhmGW2z=6OK?nE>l11xdHS zI`?4q`K3ASV0TC+|9@<~2{e>__%}W?24jgKYqmjlm3?2v5~YQZY)O`6pOWkh%F==g zA#0^S;gyd33)0JaT{Yq~;j& zWr`d+uc{|Sw&~~bM^C`lJQ={vyy#$+1(Uef!> z8Fv)N$T;x6S&nMAj3MKsbK(>i(ia{EU4?>F!|MqEZ1bOYy}j!H3gm35(Dy#Ck$71E z{_$UG;;^_n1SC6ib7(Zus^(HY;>cGvjA&0`c2=w^N%$`eL#d@he4KKX+JbhE8TMqT zKTfC0Sh2f7_>J6M2ewBCY4cm$RFWM^0)e-3e1TTqT86n6ymKB8b3FE@$;O~)Z zxsajh{A^ATwih|P%h8P7LMlV}kSljWfncclR`q*Id;6i^(7-ywI13zd_Aei3`k0(f z6t^afB322dzOxn$K3kC9^LC-#2$?8k_|Y_Yu7&hk&*q+|S&55Hg`$VrBP?MpuaD|ii{hG$iOsJVG!;JbCOIXSsJ1xogZu<%SyW2eDe zHaFeeJ8p^@+d~|GqqA}03nPK_{gpE+-2Hdy<^K%gB;{}bAKL->q+V!E>2GupPJcU5 z%|u-a_FJkWB2J4}CY4Ji@AJ_+TSl{8?>D(pHkiPI+ICvl>|&h^cuIYP*$&CNAKfW=Wbk*W zVnMoCgxs5N_ROj*YC+YY7Nugx3U37$A!M_=+2F_7WYL{k1w?xk+(pPvP;|HWV)jU^ zdb*>}G4niPpABYcs$hskKi9%bhrRe+aUk}nn*UQnizA4k@(&!A%e$So#0Ho0!ag%o zX^ivr9W$HJh`Tr69k)k-#&;K56XpZ`m2I%1LDsJ#JY#2y@U^sYCT{)?dW?6A0%Y4uIL@z$r*=b&R$3f z(zPf-2zt(aq#^%zOz=Qg@i7aUr_UO1#!|{=#r8rQ9Jc57Nypf_u#-XycDE_TH!QyQ zWQ^#6mV@@qqhma|_a6;8z?RdT17*W8wLEjpZvJbN^>WRc`k%A$XMchml7D@vTt~gR z*YpiROD>3Sts?{z5;O_4pOJ;e4XQ&qOziTO&@f_Cna0PxoFe74If8Q@#*^vu*bH{K zAsY!K*2%E`x4uc&$?_HbCCn+F5^)*8`68_`D|LtCzOd#s+M0)3yTDq-SfxL7YvokZ zSwR>9x{H#1|5@oAMse4(@V*0J3c&{0pcp%gtihx}9e3$3qKXLzNZZWd2A5!a`^tOw zX9(JOQ^q3>lo_C-&Z~0t0)mKS$8+BBWMEC+DB;{$_Ql}%$)qM&Y=|N}8>TJ1sy}ee zlHQ>)o*ACtK!(>iBW$^ANgBjE$-v!Lui&<=S|c=Z$;GG%RnHE@mB_)TxC%f1q1Hx* z=h>~8rP`ayUw3Y^udK0vX+Cba_U12p{r?=>e^@|aLa4SS zSU?moqLCn7=3NbFONE0|5kTuX41#2~eb(lX3!gs_^J8}wG!(<1@!md$!Q*7OUkjfb zs;qtlBrKQT@d7tP8L9k6OpM8g>?v?=^>GDL3cz(XbGLrb$}u8N1)|28McwGcX@uC3 zxbt20ZpohFG8EHp5ExV}eXVBJL!mL!|Fm;s2eaYy|Ae0ZHRqXNLBJT3pgYTVVZ?Iv zA{R9Uhed{;->~H#SXzS>8lOd^5=I^#{N^np%n%5|kI0zVEfpXuF^pHV%}EI5vH`0X z3BjvKUpO=PL<)!&w~)~Udc|h$o(5!B1Z$c?3LAC?Mt<9h$%5Tv`)XwRg`Ghz{M)B) zQ7bU~`wNEqKZ@NBb0*gn`^??;X7z_#SYzzvfU^3+L%Zk~gVq>5hXeB}`GFRWRN=s0 zLo%knfO;a$Q1B`Mcps=4Y%|M|@Lt@>CtAdt(&w(YKshH?Fb=cZn}{g!tit+ z&vlBW4D+sCD>3iyDTY+I2#B|B!6qw$+B@A$+Q9J!TZ3FkMk&Rjh|3qA16 z4kyccbt@Rl&0VSl{q$|vPr2UL*{eLDw>jLIK9NV>*`=~?JQE{E?UH2^qzdHY$(OUt zJC0v%VBev*5a1v1^whJ=b7ru|Gy6!F#bln!#nfr0U)5vCD zwdDMSZrVi^TtLU->G%zqRt9$C;MMc0AN&i#JnsIdQ>eR&Vp~KEf-|#92;4qn5>G=N z>$Wn#Yrd~6 z=Mx`ODmEb^6srA99bybp(o(x?N_=s+*6&&1bhud~Vy{^FA&^P4q3M=-Fx3?TW|oB&m+Z4Es>*(A zp2W^iVA7EQ&g?RgQO8{3)bEhJcY`4EqgI&R@P^A!T#)n2k>UJlQJV1KBei9RD|7Yi zfeBvIKt;N}1>FbV#fJl~gWp<69r}BUU{&%8s_++Rq$NiKmZN0&RZamf*EYAPaqm9U zyR}U~YomcJ|)9BkAt9Wj7jfZ&v5slqg)TKF&b0W*D ziF%bYGQS`HHBui@~Bh5j8e4jVzb&}NM^wbg=fshlH zg$FJ`edX@%v$m*kJNYAp8VaMr{i{~vB(R8NmBDSvsuvx!0Ejg~vN>6xeTls9`^Y7`)>fu@IAPbJUH(jUDm^IAY|{o>(ndhn!LJc$dv9j5lZP z?|pg7F5sZ#si#Hj7B%HdFZ}xWdB0RJ9$2q-dFNi;%~F2f8HSva4XtppsyK$=Dahtk zo|1EHWQke(B@K;po$V0(Zs$8KG9f@sT1; z8!Q<4#Rgjr-UG6RsMZv{h9I8O-H0M=OMeRefNLy&F*N!||6fSA?k;NTysQgs0_A;s zTKAlWPNlx8X%1+Rz+sF9k~f(4E{0fY^BC$WYg&8{6f zilIB`w<285qz5_0USXzc_L7aJ%HnVmq0|{1jZ~4^WL<1f)1C?|z8tTHTv*X9CXSUZ z-@KjJq(JgODAWb{`o8ZSo-o0N>Vxmf=2xe{CKEe-t-H}-N0T^vD&CIO=fux{)g#__ zx?O$A#!sO|Ng7WsQ%tAH`IYOOQjWlVgQ8V;tvZMaU<45!S@VQO?1YM?u(LG(PusKp zDSSZpzG!`QvTR?}!5#!@g0=RvNx5{lAa5@KsuHAZ-+^NBF;Md6j&p3G`P~L_3B*AE zhvQexD)&WE`#sz$eS1PFkcX5AL+PRA`#Yg+5enwtcxCHuAoQmE$%eiWe!T=N?`Q)( zH`OwuWjCC6*R1(kJcS zWb!?1xa+tGqQu)-`h}IV?AO8^CY_<|q&$h5r8~||swSe6lCAEAQ;IzDPPV}^pLbom z^3uz;ke1s^aTZ~C`>0ugZZ^{Ak|Bh@mbiaXZOoJ=qB`#Fdpk%{RRt2$;G><6MNOt8 z>XGT}%2+bma1I8(6L&7>QE^)=YCmRoin1>S2F-Brafe^Krm5p}*LLDu!J5g$@w!#_ z%fAEG-&1plauN$1X$esOm6$${_Q}dT8%NDFPu+ixMERL#|Sj25)GS^UvD=n_U^_dtU%|EpuFf6?R~#D{O@~v zAXHUFEXLMspSz-D_;ghdw-$8pT9TWY`dZaq1FtFWt-Ds->c^49SjB*EiWwEXEI|>p zCVadcIhRbz&!1q|M@^Gl_Plx4B*A~He2Ui2W+r-aZDZl(0h6zWgoygV$HoHe&%fUo zM=zs?cjMX6C%sgr8W&CC35-}L`1Y>BfNs!hImh0qq zacg8ZqMSM4r|ji)>OeR=#ECxfD4!ck;bcC;2wDn*(b|}si4*0@28@V&O#BqCTPK@5 zrs%krKK6wPsiQF@Ud0i!m3cq&o=b`Qv15y=lo*b_E%Vzv<{ut?TE8g%i zM8k@ue5%K1RmWB3p4qNE5RsLmvNr6JrOHP3n!<#$3DYtY#)Dv3KK>f-GS!iVyjmjW zsWAD*aEcyW1eKlXs!Q6k%tICJX@4}k>Nw&!eL>e65fu-ElKoK(bk>zWBg5A+%C;`u zI6Sawa8nxN&k=QC05%(M<$pknFcAD+>RH`=eG5c+(*X%MPqEYEvt$&N@q2LA*uOYR zF-FElSzNPntBk6VA4^PKP~Yie0U_$Q{Pr8!v-X6R1ZnQ&^y@WMlTo<{cwt|Q=3?AT z&eI#wwFoDk*4#;y)Vx@X6Z6;4P-_|=XMB7%&uIG9oi^^1YPn1*!9vw&G?#z2U-B`K zIV@s|AU7k`?MzuRF`n`Dzdy>nA|yaD4rgg?9eFz* z!1W1j!gBq!lGlhh^x{bftJ+zbOW}M%hjrBNY``B{e5=n^>6xSBFhDq9m3g3g9Chs` zeiCH{PZNOvyjduILi%c8l`o0d7jZjjm7=8I~R0Q z1AG-JoOFnna#w?W2HrM6r zQwQC`YBk;%(`hKHcJ*(IET%WG@z=A#8bu0bs=@Diu$sJ7^?Q~^da-e0fThXdG{QRI z(6FCpC}jbD+CgyAbKPIM{`f)n>*PJ~)25k4(sp`2v8%V1*iPN~_1Rco6HJaMt_@UN z4Bfek$x^5GyI(E~%z`$qK$@l7bfl{0Y~(z`lTh1ij0sYF%IQMQ%=N{bTrVFmCIed>rI4~p-js0o}8mb2i9UuSw2Ed2~E3<%1sRN!+gLtbX z81VVXCNpyHbjIz636>KlL~s|5q+QO}4BfQsDzU%d591FL?Z|AEQ_(&+Pq$(FVFVh% z8;Yd3KZ2aiD-?vgg}8xPXGK`j{(+=7Gl<}SgJfyv9}!-v)lB`qmBG?xh%q3T0N-3B zIEHanfpt*?18?arB141ep6?g!kK7Ao&k(}OkDF?wxDUUvb{auKC*r+SUpfdpk^MRE zoOG=tsk=+-TI;^iG2kTX8yL7%CJ}TnB?f}0m+U#&t?yMb=1+oV?|^0X!EzUvIT0sU zh&hu2_Klg*{^S}Elv}c+>=)KxIu=Llq;f^gmlYxy6D~`EFCMZ#4qx9hka5eIASr3I zvwbF!1DG^?A5K524PsR3y0__@I9VJh${i0RQzL-~epC z^1yDH`uH56e(ahL!ARDgZ$}0wGxsA$Jxmf{c8#41e+2z9wB$LvoMp zi>#S8aFUd*uP{KA;3>ZajuSzvQBrATlg&va$LdM%{WFjMUjhg$d$cy@mtss{nT@q@ycfQ$fsRHcVI!(i^CY)_=0dFPQGv|zqf;IMs_rw z@pGU2{NMw>>yQmk2n)C1flRGLf4V#V?wngSXDsvj%RpL)<24Csfga)!Tg}9B4BNB7 zC^DTiqwv1_A}ybRS;LGzF*(Z)rOFSL7{0I)RD`xJG zVJ0a+MZh<5^Q_D-0*FAe!lJWfJ|zj!l;wZbL4&+aT~@hmorh@%;EJcjlAhZU+wf;e z_q&1a=I}Ng zeNaI&YsA_{q84I~i8?D_JKi~h^$^~vtWR!aa6NX!_@w0S`J#MJke@b+O21a*^;yIbL1bD|#kJoYpr;v#If(mG5!y ztduY9LfI909%Iko`o%;C)Q_W=LU9qq1U>Mh?L1f#sy3Umo9WvHYUb<Dll2(blx``aSDCSg*UA9Q zKI-F-8_`MT90@9_fNryJ<0G^7ru}z8j@70RRwIkbU|!WTxD<-m({c2rJ;zOP81l@^ zPAJ|-qoTQhN z6Vl^mwAxv;BNI+_Y752$10nPcyvMK6Km7PG{$W>TsMnNXiRE&D0kLet&1zAGFkY~nlePH)J@G|1oB!O4&*JKgzh25c*qA6VWx z^8Jj6dcZH6*J$>*p$=8>Rx90QYczqLMe=tb&0|{|#txalnN0+kqTe1=Nqx`-X+l;n zf}cPAr156Rf#t(!GWc4hY6O&emAzxi^|djtnHYeLt@*1o#lmy-K*Ah4d3i{Ka`-Ba zfY>&i^Hhm9*$WeQ?WxBsQKqy5Tg#odOY6sErH8~&E@4L+WB|1(+iuunLoyE7Tq|i! z4&$qzz{Qir0qdCccfG3n^5q^OK#M*;Q`K;CFBUy-v}DggU%Fc`w>Wu1{k5GQDlWM} zLJFWS>wA`e7aRYx`c>LZ32u!R2+d1>_u#p&0 zJ%2;eDw+w6lRkLxU_J%y)CkUKC*EGic}^eN z;mYuf$IQ3|CPU0g{jt!KanZ^u18&^B?Z98DP->BkG}07RDraO$APrU|>gdc?!$na* z?fS%1T(85=n2V!#>C5ZK!^^NpyA&y|z`S-wknMTS{u~z*Z@(%l)6gAQLxhO#16kU4 z-$;3=%+p>)p&!Q(%WJm#>1C4i;J)7lNV;ZLeLkMezbm$3KnZIxe(qg~Yk zU~J~jgi7T)|7$n-!GMi-eXbQcQ(~_EF@ekAbxH{FI{oW^=J`K&`f^ z)?b=aXFC7jXOZU-V;ki`R!AFycy1&Ap{J+KxTPlEadL3{GS%GFyN4RR4t%3aZgE zWv5*9P9aZCyXYYb30rKT0gk^`RbCmyLw^Q7X$)8{u{d3I;lMa%_=WN8i@*^U>9oti z_;KySq6$B&i~{nC)|b`&77t`<`*>XqHTiJ89jDE8)td=T&l8vo7Q@I3%7o?z30j#- z$qq)0*}6Ps87977KWwnC$;l8FN99T_Rx~aldElNl&{Cvm6Uiz4_Ik~D;#238OQU5j z@q>?4US~5t9qIvmx+S1a-jBRnn&S*$`l`X-&I;Ta4J=q2H&Wz#QsxoH9r3K-)U&5n z4bTQ8mc>rBa$Nt&^H$&*@_ ze*bjt`p!t`ZEn>4Hz=r%BM9>jI9HS|r%ro7z6`$boYPT#vT~-ctT$p^V!2UFkwd6h z3>cM!SGP8$%Sv6OfDi;GL?G8MpC<7GfCnF%@q<{zJsOJgKo@G};OUj$PwknwQ!OAe zGgmHrG60Xp0^MP^yL{}129}A8txF(+vOxrldRXPZeqgBW*bg;WC6x$`e7V=C^||i! ze2ipo&$Y+}~&Of7TXy&wCj540DDM)dJl;pjxNZp2e{4e(`G$?+i#IJ-eDp*66RY8CwEn z&i9@sG{^HwM|kk%_wNpm!)YtIl-FO?1x^lC-Egn;PMbDDFKX?hk+OHlXXLF0`Kkp= z@g?IDC9WyxHTyi>A#SkdL$wZe*e07T*BQE!LCJHeyATG;eU8C$CWOpoQPNThb=S?S zO_z@fr_fjYZ;}JW0E1Ug0klE^j1ZPW_?aBrWk~QLuvBciC9R;KV4=!TBrF4CO{$`M zG6DaC-l>`cg zWDLsZm5CPcJRX4W@$1PDN7_S_cI@KL8Ype@#wWo;ZVxwg+i{?nqgY-84^g~CE9TOt z5YGEdFvThU5&4HYwCj@@9g!aRqgeL$@Xs5QpKuyFgqi1J)+_T$ubPFYX*tt-ogYN695A$+Q4M?007hfyD`#hPrPpU}zGiXR0WTuA%UeM5 zP5bgx5|)O!=iZX`oFA)uKBeTn9~QWey;ec`^rZGC&z$i1S54{z2%~Pu1A5A_4XC8Dm00it#HHbcPU$+A&jlxBL>XYlh^UXQ?Hr6>Jkw_BoZ1s~7B#O?!oi=caKW_L z(7*+`?_KE1A@7g6O}9Q30ivWai|pLmp>^w_nKEZ12EbhdwB7qs%EIGY0l(xnu`fE( z_}K8nvoqSy0rKo9nCPcEI}M{h8&s=BT@rsdnK1qKiO|i2-bM z*j?x6WX~%(NrGo^f$4hRdoU9Z0LSmxLD6UXk7Q~*_u2tw;Qc>u#NPE*TUrpk`AJA; zD;idrmk3;y>Y`$_j-eCLbO*7w5fARynfG7{0)R@G_V{7G!*l8%XhAW$=}MZ(VeS2Og!ZE<*2$uek( zDU9*C0as6zT zcReMk3_4E5+^@IGAjtuvE?#Tz-K`gX3wEP5K%{wE+hxWx|MBI4YNqV!D$q}|Z!W?N za<}He-F+DK=Tb70xlF%*3m}?7uyyM?VeMmF@^IV^SpQvtR%>$M%vx(izzxWF|QxT@Y?i1NqLaor&jiR6o8G7QoeyarN+!ja@|Y{1%h+*h zNqM^0+OjzcK+9R_`>Wal)9 ztp&$AE$b&cJMLi3hb>@4p3VP$krGk7MH83q0|vuL!toN5_Zh!jQdhI^R_DLI?(bp= zqwfANn~hDVj|HpB;#K>A&j6H%Lf&vl@qCDBxxg>))Nb!yq4iw5nHH}Q{@k!kxZIfO zN`@$!8BYnW9~NXu1#0d1F32jSm{xjte-+;Nb42EaOo}XJMaVQPFToJFy3nc;S^MQ; z34{cVfQw(QbgiB_pm}&MSrmSK(;A&;h>oiwl{-_wSc=32jUa1}@wM>^*)fm`7P ztH7)pF!UBku8kvt7oVb3)l?=z(nCI_`R*oFdUkaaKr3KZF>lU|VIBihMzbvCF@HS- zt~M#Yq_Fn-dY?+JJIS<6< zM6mcN1PicNQ#Ao(XXHjo0McFuU{PO5DD>17U{MGo#&w9X68xN^psr#jBNpJ z1~gb`rw2&P%V$_|!*b2_w?0V<49KK0^Z5MOx8e+k2uv7|yD{RfN3tkG+rSlx%G`p@ zL=KJn;pQGL1r;MmK7hs)2}gB;A}L8F5DSVI7IGM_Sqx#|zBoppRMqy31?>(e>z^GP z;CuF!A=Q6g!P4||>BGkP=lr!#zl_^&$e*>mlS?_NIrN$^QSj^jP~o(#yM&|e@?=Hm zP~q+k-P7HC=Oo1SdL%|pZh;yml|rZH(w**hYvlbn`qWDFinTF8Cjy(MZnLy=_M3(c zeQBRZFXif?!`hJk#0{&2aX)ttV5J%burcW)q#x*8EPYZ0SHmCBWA>Lbx^hj{xB%nm z6llwz`c{KM@tLx8-IVv1vygSTB71NJ@~$3 zntAJc+fp_F2beN!JsS^u`S56}sj`gV)Qin~|Doqdvmhn|1eurM>|Jts76L`ADK=1f zkd*tu%N#1v#23N8%@6*HWIwd zTL{B~MElRbT07Q7W(+B%<^2_59lvdzhzC&qWcHw)xXF07Oi#i6*dO=dfV^_a3TZvs zXHW|%qO37GDEBFl#&gE(RuRJOd0@SL7~>^OelE2}JfYF!**=V?tG?cj0fxIU_NB7qA z9jsE|fbUM`J~r|?teap6b|UZzDyl+w zF?9KYBzrLNp7GOIeFkpXP%WL0_>KTai(*Vi@uuPyUKn{k`B?aK@n#0<$`Obb@>=pni`MX z72MZc`Zk7LrqVTU9QH@lmhO8nkRfwccQj`V_CbF4izsAL z0e@RR6I=M~oq!I`q^byr4YsvB=hWpKkcm~*u7!6Q46?s~I5BOv5bm}v4Q8Jsz3D#5 z{}lP+Xeb=O?p*np13vZ%fQl4)IJOf})aq&ObObWWhr@EQY7koA2XecBE-!JG`UxQ( zq5jtoP1HAuN3FhrLUaU<3c?mQ;8tq;ql=FcOn?Ls#IYJ_FhF(Zl5)WZad2%FBG1j@ zJsaP5f(-m5Q8_f)@>XtztmBDK=b;Vi#1cLagYEejpC#akGYpEj?j4uHE^5*W#=ybd zFuFTz49x=rmWybQW>OwLP6)L$puul4^H}z37>>h!;^cwJz-xmsQOyyOU7#Nrb{&T4 zDHkxowC+3B8)cp9I7nNvt`eRnjT!LZ2)**sb$TK!$9t`#IKN@(So2zquFsG)gVfH5bzs-0j7OP5R&3)ag{&O^0K9(*!$e*zgv&_4 zUh-7XXkCCAFh_GER&w05&-Z4l#7&)Z!6OYD5hb`^J!HKcu~e1ejHNKAOJV6iw4pGV zV@bZ+e*%P0%|(N}?qb@Kh=cVF*#7~zC<2ByY*rkbAj5&_j~mvuut_!%%}!iA zgAV&6OVk!3cVfT-+#;OH@)YO~HHWM>ziwU>-#ade!H02yh`KXF{jM(lX+&q>XwdqA*Y9>{kF(;uPg+Gt?e4+ zfiME!dzTE0Z+cBCc@T?_fq@IPE#egmX(7e_3K-#X-cS4ZKTq?N6odBH+bxdOioe_g zT6yahH%!YL-`oH^101pctw-PsGUbR@ATwg&TbWs@urM+{W>?ATN83=PFuA0<^+E!LqJ-jKYfi$>P~RQ5_8!%MYE98*= zNf=#p56Eg};3D<874psLRF2z2H8%yPjl=hpo=hf{(7<nj+Iz3Pr)4z3j%n9yb~5A&O!T;xfH@ zs>t$$YMwBO%WD1nydW7B2gp^3x(%((n7OuZu1QeWrR%Ss+?9RXtyzsQACSTnn3j1j< z+5S0r4I;|VPa}8LktT@-z>T%mfS;*$t@62Caap2OJLh{FC{!IUn9ewVd521?hRFM+e@w z%IyfDRt{>i{{rB$9h!i82MWpdP@?#)b7z*HI(B8$=gC0W)0-M!clJXGs%4?AdGO$@ z=X?RCoc{$*=ij`R-tK}Qms8UYWO+?Tni{cL7MC-D4`S7MZP`@hKQ}Uni3s*g1Y`mG z5H`u6n4tldObD;xg)(_Mg1;KHRR~4-Fyc9pPLntUg(MfFI<9dE`o1Jj6h=%?aFA}E zm|qUagVC)WAn10_mA1`bq?}Guf{D-s?3I%<9rw6;G=-~hj5oYZtuyNHClDYFNy%$g zw{3Nk5jdmz9x5W%ru@91rMf?;R^R$~!aiVhbXTPz3}s?4yP;+g9`W)WmJ3|lM-f|j zNnyz==WQz7zVzsQd3T6ng4_ss{ogYiXmaJNm+D^W#OtulKOg+$CIVU3Nc&s+0Zybd zs3mGXJlA;$A-I@0>nLishvy#tWjzJ^0CMnTY;?I{Vs|PfpzJ` z2rM1eEzqASE@MF8a>x*?H+SP6>|~4~L!iW>^mMb`)v}XoK`)Ph_?4 zK?2z@q{ej&EDqXu(?yIR9XfLT3IaksneHB!h}}#j>g!*jzp(`r?}0#AJHRMC-lI45 z4l1PWQIwAwyuaI^yDNB(;#6*%IZWA)fzQPq#H0(J*5?erF_xHnh{5C28h<>@2CFPk zkXAExXDyttzg^C%-C2FWNaqnFBbqMt;;_yB&j?`wA%lF#KuqXjcZ*%B;t8SRPzS5o zqF6LTI5h12Bdxj%BB%;w&B(wUu}&NF>5A6w@(ycrUMXay?nO;XAn(ah<{DtBU}Tzv z{oK&|&+^UyR-AB4wdRXzx-L?tz)dFZ4O2KeB7$6ry-@Cc-4=?mL!srg{~v~j6*l`9 z^~z0a#%HB?M51rE6zB1}TINiO$Ptc)IuFDY z9oQJ9z;@F~rul~xCQAowpDYYdtHuhiBHbE$IIMw?lJ?ND#35qt>>t#FL=z6Yfp+k_ zHMh`n8E8{OB*lcZ@P&FOZjNOapfmRY(!b&atXis zvsyYvjmy&~F4-M}X7e^E$-Y^{96s`p`ubBsQEi!yGEk;X{XUa^X+kVA=w%kQFoz2B zAODPM{{;ont->VMlV*eD2jU>{C^; zG+p%b)Bf&hd|-)IG*6oQ&G{Mb0h-M|(!vZF@=x_55qNaW%%_YP06x23Vf+WPeA)ay zmHO{d`{!4CYP9%sVJdW27#*QZA5Kv2nU|q6A((}ZxIJR<0?a{G?#Z~Rv7M!Rdz!#7T|C;cJu3Nh;ARlj`Hn^W)Z z5RC2lQLZ|a`}TmcoYXHLyo@x9;uOJ?b;%PV+2F1ju|s#t5{iyuA#`=m5PMOdd+PK} zjg6P?O@!!h-W=tDUU5Hk!b6(dkiwG)aNdlU-%u3HIA4`kVA`pf+tIH&A?95Tp=IZ8 z!iQ#1TA5Sy@NIp3`eSGK;0w8npAR7^u5Z(A02V-M2`dOf{bJ6kMr8chwg!u+fTb?wTsSxp*`cS-MIhde z8e!YEfRl8lA6HA@gy`NP2r&LDz><_j47McinHcW#zCagFo9 zexQ~ty_!4wB2?>L80#V@2B8EYv@^Qo->*|tm_CXi%GUhTwUr&x&@CGy1?*s!`bR#A zAXtl_0Jk3Z9hbw<`P5I8*3_4N@<-n$OwZa4D?ad}?@l1i>sepWl$W9=jG8(*Jsk5= zN^+F-f`^YR>F&iXRc1s+Mmkf-=$g^@u;&c)Uw%kc?KNGka|gwdL4_$7KqDFwj-($E zGagdFEIF67mZg^+|5zH*FlvrLn_=t6qx{Zz9G)0w{SCHieth+nR~E+BKuG+vmsuE8^J!$yTnQB(JmRkx#*vsXr-|?`gX$SMo&am~j#@J)XjOKF`_FKsy zTWftE<#8ae?f>)XftQ7kM2#JmU5Gl0g)jk5EGr^}P?cph@4DeZJcI!j0ipAj-;?kaZ=rUJLd$mt7A=KW<;0nrO7I;v zFFZ`lh;EXaAHb{bQxsEFh`G^TwLB`oGhK{)vRzoAC7IIpZM$Vd&#fNkF0(M z#$LPjX6_e{ zcQYS~z6GtRM?yk0_N{#A<5t{m z{Nn9#{5utG##4X|D+1b}2(r?jn{5q-5h?`Y8n;aa_HG!jP@6tfOd1UCXk*$pIEvV7 z3+<#&->0O{T6haQKCvFXL?`$Lgkgt3`+w5l22B1u&TG74bX;jDy(^3%>!-E-odo?u zXVdFq%JRvw`L1i3n&I{+T$oOh6$Q<_o{HV;C?n5hL z;aa7qr$^1;cZfR<6$vcp0<{aBAf-T%x)NSN_$)jzRm<6bMp1fyqaa&{i%H&4DKc9C zN%%2aH=JHkU?wC1i2ye+T2h<}sEiJ|C6bmI(N%#ulskM$Jc1b#LuVn7#gu=jAj`R1 z1ofo`F|6~+J}Lk7f(k|$^$6;pX^t+n1QKO(gN}~wM5-FUR&XAM5%H4<+u5qx1ohgC zm>mf+ewMA&CS8Ff|6zkm0K=?FN1B>mjI@fdu~ea>JDkfx~Ha zMKA}I9LKJ*jaw4H zFD&!^nz#`$9#PG>F|Pg-B&Q{pTS8vI69x@8*OyMjV{k>2yuh-EqIFUUcR;T-fUiVB zE51E*JA-N&V`olQeI%xI;aS-v)?QoSCsAnPwgi| z;|R^BD&m7aOQoZOy$$>+gRSLC*<$S-W7O=b<;UoqUeIuu|B_kTL>ki@$V#bIrH7wK zgm-rL)RVmvhJ*e^%=^9HEf;f`X4f<`FkTKY^PpV7n0(Pip@hUH&q~Vr<_z@R^|=ar%EkM zEumG6^zX2KUN8yLSUZCOVV|jvc=CK%b>_H2e0=S$1FeTjZc0 z`aR~+jz@xOS7h%_gwgDLT#Mae@py38lM;O6w^&3qewiKqoOL4<669-Yg@}v-?u>V4 zaS@Bu(9>n5l{am*-xf@G0G1BPmnW3|w^076o7#KHe#H=oo4-oqlmLcnDd$AxmwH+B zWzIHY+3U1`Cn#b^US*0&ZB|g(MI1p3NYAD1YUIUiNO%Pb>V9Uz?0sc4&$OLDSAY`?*?e7{q3oP#;CE)_FC5 z!e42~4xUKES0r`9sVS^m0s*13kJ&@hV?;hS%Wb!TONLoDf#`v0cftr_V)lG;fiaib z{TtX_ozl%Ji6@1<(th+i3YI&Pw@j9qtvJC8>&Hjh`+ucY2RW7NxGo(cMMdzte&D+)+HPTl zX_BjXAW=E77en&5^)MREP;fOBd&}jgSgCTR?ex9rUql+rLm^{WUmj6wKw<9MzkR}% zuaFbP^yQ+z`st+M%_3WhBXQAb*JYf9cpF`<$4A!jS%bkG|cG2J&t)X>C=+Y$E=vO zg1##TIHWy$?)Np}$~`P^@yC5;O0O6mt^SNTZ^byLDrLggoGv)F@1Nm$?;>>M1q-^J z%DMx8jVrg0qL}XDJ^q^O$m1x{j-XgU{87Ge{z&_FnjcbaJ602QvQgoTIIN1#)Q!NM zXj~(59bu=7J%RRNl<*__a4&Mi^MCt8ZY7#M=IR!zI7kY z+*A9qk|8S+nj#}`hRFpwl2J-T1J!n5rRsig28ZgA{F_vG2e-HLv<~LZ!waUKV`j%T z*{l%T;e~JbAO}Ts9!5ZJUoxm2+h-hkhgl@DietVq(};M9dk#SY*SDtU_SRpoG)Z-Z zATAu@VQC!KSp?^gmX){f`f|}pXtA=~#XrA=A;7j36;X{FuH-ZN-M&pOVj`t48bmg& z!N{TcG^*HV`uN>(SCBOmPot(Ats{LjO5adUw4B(09lrhnsn`d;wV&1iDY7xgAH0_$ z^XJk1#lQdj3Wjj$(>ZmthJkgHVAk0Ds6qISEqHExE`Rl72b#A(8C&~00S~n7Y7#Wz zH405p*Asn(aH;mq3&m{KNH~5x*1vu0(NQYqqaWr4Gz&18PpM-+y3;s*hbd4$s8W__ zPg0;eguQz8aH8uim67t8u%Yt2ozL$TD;5skc}E{XKc`qHEaYzw_B@gs5%nvJDu2t( zM=`_#`49}dxzMK`KjXI;qQ(np^5mB+6maI1l}{M_*ewl+W2PAD@jPM6ZSnyIk$geT6WfAf2^5FnX&1{LKT@-&;a0w;Hrb{>rgK5NEEHt2I++2dcuKlK3 z}D zUy7h(Z~yKZ$J}|8q)+W0a8;<}Bhhz>IKEsBF+538`4;N1tq|xA2Dn&(FLz>NUD=GI<{%4EO-?^Xm?ymK{xuc_$5*iBf56cMGl!?E za+Oz;?@j7JC*fizlZTI0vxq<~q27(Rv^7eR$?4|-v*l<#G(BmXIBo@+)b#C9@8hE} zS;>qYNkH2wDZhT~1D-LGE*$KAaW9^ECu4@^CY_V#l}ejRqS z72y>@?gOq!3OH3`m+C-cm}8oM)BQz1mpMXVK!=HveGg(+sms5YoH5WEo){KFsAAPG>ypBtb>X^6)G$j+ z4w;&ocM0*&PYim z{&6@Gg>MRl9p3JV>=(!2@g?9O=qq7eo~IaHU(Wm{{j7uNBf)j<>&d^sC$CB2OwD2= zl3x~70Jwf7a9H&e;;*i&afDCGJ&bI6eLH!=_EWlAQ|Gh~xHepDPJBO>wiHY4Rkt`1 z?9jLQq-v~GO;MIN;lkEA`6ov7pba8boWEPT@p z-Qgg1++8mj@nB!3}V< zg>_h|=(m7u)lF$mlNibl!+MN)JT&f{Dv_3sYddRz#(q9^$B|YvnzY{|AiZq|XUZb9 zn>oTcJ&6vBK4cP4Sw)%4?&F^40+qWwIvP3c^`dH0RwA0fIc|WLgZD5CBTz^F%(ygY@w*P8JP`-~ zprbOFaNxS;e-q2rrR^#ScE(JCS33;M>-aX za};L)^FTsBW)H^9Wb%8@Uf}J1Q@uTbyXiyc;<+iHGWou( zQ6(avm;Zh13L5}&PX+1{9neBxcqN&{_f+Izl}`nH)QwkY?}V8QG%-lRbxk@po*9vd zkj6}p?kdft$F=ThJ7G?D@G@2@c()RG;pyS0{pS%YqVVKDAs z>exniPpa_$A?&*Ysczr@IgXudviAs)Eg6T%h)7nHky%Fe9_OG$B81EiMK;OaL`Eel z*)vKRp+Pc!*U|HQ@_awz_upwa-uL~!?`ytZuj|!u%8emQ39t93PuK-0Uz{wv|4^2Y zptU;vgY=Ym0YRx$()=KKq3owKipO6*Rgioc%qy{+*ex|gYfrPOX-D?Wrvo?a75Wqg zo`R4L`wH@4d3L5B|NiAGJb2j@#RNORFu@7B)|OdUL+Ju4!@M}X+$xKDh#)C{gz4g7 zX1DQ>LR`GjRi;PYU3%;qWrZm2e74PGawD*KSyhS>L(m;TvZi6H9N~BIXreww;7|xY z)!?b)_-Y(8MVKnzn~6YNF(IuF$gyl5=MN&GQosw(&p#O~6qL&H>nvjTES$I9kQ+^2 zK{zgER~~0rcVtatW#s4tnNG5bD%qg49lMp<0~xOU{NT55L+{a|-lgd23T27A6l?7~ zfda4it)H^{X~w_2ADV+2txqH|!G&e{GzmnTk3R+`CY#J%(-{Jv>XLt+;g7^TvbKKx zVy^Oj-#5={EwGqRrym$jeZLcf{t*htFD~Xy!uB&k}A`UoJgn^Pw4c8dgJ>CWx(!jH-#I_o}~X zlky?Cn>25S(KT3II}}Ypuktv%+1+c&jxL_*dH3*`pfO$U&HQiN2<{w%hZ_tAntHCT zJ?2i5DkM?7T=U7HExwJik5+ar@y};8z01KP6hz^Zu^z=TiB(3cetKE?xUI@A$|lPQOEpV1nO>GCCJ=soIvPQZr8_b91jqhqd-Y zC!_nsr$_I(Qftdx=8DR4Oc6-_aqpq~Ki(XrUtYIsSIO5Ax~X&a^eNIiH@^%n>cthj zI33&?+D6EDPsjyCYfup92zwsc$lm|O%5?qF57P>aB|Eab-(3iiL-?e^Goc0vzkR`{ z5DkG6e^JQsINU?(-$IzFH#zHLLP~BKR}R^dFpId&MhUP73`YNGo@}%bV-NmzPT}hd z$s_V!g1Ax?kl?ohY8IP9f%bE}aY^=()@4HvZ3Fuaj;rB)SD0#(`AMoJ9_EWy} z7VnSRa5}|XXJJBjE4FEwg zJ`mSRkC20jj_Y}yBH1U$0b$QRGiGxk=poV$OiOoEa=p= zTRBW`9!24E&^f-%r}hHCZXD&0(ydFcr)0Zgn8NSgr5ks9O0fV+<8?z=dWPX%#{R2x zSG`BCJenyB-EsPP()}2rAXO#e9hU6`@rooOTT78T)q~G@fK=(tqt~&+vu2#!c7ox= z+A5pyTmL#%VWy~Xq?D8WNZti0m|FRvqUfje{%QRC*ioSn(8F(oGk5chXdM#R#STrk ziyfzwJY7;0@ZK@da9p$at~~U7Zu@JlM=JqG5PJF7#(TqptUP*>WY=Lg$NSNf5gnbW zXryn5QpS}lg7NRK=J4_JUj{tN!bF2?pW?sVR5(&xy-W}LF+x6FlJ(L zWj4fzuPHLuNMJH_FPL_9(P6^D_b3Wu#$bh~a*W{XwYK{!t#4=f{ICAKUvN=5=-r-oq!M!kQ2~k9t4=ZK=X{Fwlabzu zXG#CMsJJ_e-Xr(pd$R}eC^nI2DtKcefbEX($+3%5mrO}+O&l)z_G$IUi>jfVb2^7s zf_}M3UF*j?_OQM+r^<;Jsz3E7O2H+4!~Z zq~Cgvz#636?~~14F+@&J&f#7OYMR7rp&x^f#C&!4;DtZ)Arlf42SB7z1kf`yfu4-} z`^GtOP1K*CPv(L_B!!zIL&V{m5m$|c&qDjBJ$hyt%?k>m0HPg?P z6ymw*Efn1U*!OMZ7VfHPl6nkRIWgiCE7a80*?yr`RQBJDl2|{mwiAm_eJSbGlxE#` zM{S(g)G{cS{IWVC)P;NPtpbEn)@!tS3K%d_lINO%D*_Yl$SUQN%VdIgovX~UgUfpI z=%sMl-7xNh0D5Mm?Yun^{BLabk6Juhz2a55&lz?3i(e!WliNDA219L`k14X!Ncit? zv{vUMhgmZ5G!hS&-{{(UVLC$n=Qd*MsgJ;%VR#jEKx@e#v_S^QvqwP<)j8x=m)w*}F`Mw=6 z@@K+5;&1L2Ef2m`Zq{?CIWwt$kSk z9waTwq3h3+49y$Xz=7HXicE zd56fVVb*d@H2N4fyYU5Qab4@gXaciO=-YpvNiuy-Kf(~WidQLiBWTaI0+f!Nh|=&@ z9P$2b+K&z3?O#JyzHLwn%2W<*)x<+0qd@^W%^4HRnY!xK*4<%C(_x(SljyAHs(%nCF-kexcS<$9%28r{)dh^EX zI|G}k#D%3NiH?rec?P`ygknFfy_|GOoVQr-!!#2`cpDe$6bI7^1 z8di$2@M0|ioc&clDX;{AeU%Kej>9no#A!pOTEo~uM6da`@%a+5OB)VjPvqJs2Y%M&fol7|5)_e5P+aG-XA-^q|9R>*PgE}#0jeg?L(zkqW^8OR<1io!S0jPqS zo}O^0xeG6BYfoXA0QVCE2~;zHA!`LbL-qy>1OzPOe(!JB&PEIOgCiruMBlpg7zlk2 z^YYS$o=&A)N=Z&8sxkj?bhqr2rws*FKMrpHp$dYV57Oe|kDn17(Jp&#g8SkwVXOEk zNr}O<1E*`>B(IV@eDvu3T%w-LJWrhT)tB$w0KfMh(k{@@%-s4LRX+3*`%Z>xh!Gd>|{AMIRxcQe) zfL1Z}Sne5bJ(Jw`3hb0pPEPjr{7`v{A|bW1!r34c{vLgQ0WoyqPykW_K76}SXRc##{OZ!YeCV@4VJdm{lhqyS(xJN`9FW+{@i7bpU}ULu^K;TX*H zD?p^)xq}7-F6)|E{n>B=DSfD45NWVIr^l^i8`rGcT|N3Z?!a*Yhg3oWY`4j~6&Ih_ zQvkImHY0=8@n{cd{ijD}GTUNh6Xc?DjW_)b_TMgi4=!=oe26O&>iE<{t&8)-iII<6 z_n!D1`|;}jwJ?(P8kbWy74l;fM0^LYWaV%#{G8L0pRMBxy)9MQadfZM<(cvOesWac9{`)bV&9>~|)9A;dt1`SVs{eVu1CRRWW7t`% zaGh>Ta1p>x`}D-7#js0KjEdclMREB5YiA`AF;z~{< z4emGw(3sYH9ZeRqjD-eALsmfR^MhN94FKR%eilpIpCsu&Z969#>EY?=4*D)R0O6@! zs(2n0V9P~HD)?!fiRJwH$Jz+856febtQRUwO2Rz%LL9v@>uE%X9kD7aUs|4;UyQl= zkXMbDznz`!w*ALUVpEZMHsi%b5swMjPR0utF8IN$LoN1+X8j)ZNdY zOD2XGms#8f92gHDUv3}qN1ujl+GFSW1gA~U1O&({*cDPV2F)ie9K+z{kzsVYYc$ka znQ1Ny(L16r#w`64qp)wEa9M290fp5=^mGCrlIJ^#^0G!VzOXE*0-RVhN1@4G_u z9@)aHf;@wf50EIe0zzxsmviX^?#(Du5AztcLX^1%EHfM65QSC<$o|89ZXlPMhxmTn z{9jiA7WeixN<{@7`rQJQ_K5Iu_AMR}p7PRo%4sLrY}vF6|B#A0}31mO?o`z2OE) zTGct1QS2I%Ln{NbS-p8vb3JcA*ISJ(gEFc{Iot(NX2hkYXHPCm(V~tAZMvD}njOZa zUl$2Jia-DGe?QKX&}kd*-V&`R0aT(? z8v&GoL>+hc*zR~T{Zlk*z+IBRx4z_>(^wT*=c|BE&T+0=xeQ;cZ875Zy}zb zVqo}i=F(-${b$3bAt0%f0ud`TaK_jm;0cs|)&3OsZ<~4O-N`~DV<}A`v%-MK|9FK{ zxbE4t`$vAA`M-<$$2~*cCc&YBf%C%-#BKEXvnO)LJwMFPvyoBtTVVilZv&?IgS3D^ z7pqNT4{j{EDof8oSs6~A@SF-hGiyHp#D?v{_SR%53`~WSh@n*+4g^^)US8xfF-4df z1=i~0S0wU;R{=a-klenul@m%?H5xDkcoJR9>M%0eT_ZhyYkIVE}@;S0?R-5?CAZ zdh;2<%!_S90PsrY%lE}Yq=)I7)v4<0DtcC7O$`?(EdZ>Ul%~HG(#K&lcWpgA zWja=UvkNE!LMb#Vok+m3Too$p$3ckyjX>}efVdpLhoi1AH=f%{MfL)G6?Zw>M5q`U zBLS#C3kJRmjZfe#bySG=>-F=N3)4^vz?F^_Y z2-}E#wC#=uPc#Rggo*00Fo*6{oW_gN1B*qbq18kDkC9fYxGNlZrT^*Uv?*fi<{Y4b zJ8|*g1+}UQG!e~04($)8dOLf2b~3ttJj`o#0j4W&Q1}#v{a8W@D#1%q`mL^%+Zp;t zj~-ok^N7+S`1@d5-p8N6?-x5^WqZtS@ugZfE?oGvwB-DTB~#y=SqD2vD%FjJnH%4S z&s(H{Ekw;D-<4TjL&Sa$OxazrU>3oa({lHM@A;n5S4Ia1+|aUh`9*#(aHHca2Z z%@PZBo<6y6ib=>Y&=QiX1>yG^uc(R_tVzI4;%=hHnx$R%v!_3ZJK6KO!zSfuXr1>AEhc1RgGDTn3xUTKr;Kug*-N&PRe5y&ghhf4XDL1$x zbE?}}r@$y8E=&WmxeMaAZ2A|ov$F{QeAeHU%6%(?<{&ZM!Nx6d|8Jj2m(Pd+EN(g{ zKIB$b_%E5k2%0X9*UZA1?SE`TcYWC}(F8 z*x8dAZtbLUka0f-z#)p6y-O9|@MDyL0gbk{wi_IMPUGqR0|zWf9U}DRb**xagZugK zq55V_D?s^P%>4lMzG?85PkG`L!XOQ?f}Zkb%ib?#UVi>99m}1^JfQ5^iL;uxA~JXa zQ4xk)%7?@MGTUZU{V&ELq)`JDt}ay@#D7jRLJEAa224FY2?d2TqnCW9cc8V!Ka$6J zkO;)G(v|*yqFOn^^{-#o01o;9X!7@@ofsyAzUn6KY+{JnkB{65Kc8!_(PZ00Lo4U@ zA=P0vQBMi;(!OYfeARh>>C+nsD6@R{SWdJ=!74`u4(sbLad$j8*lxIkeFUA8lQVr| zdg0*askU;@Kh_S)5m-Y0|6Z>;W_zu zQ?s#Mx}`|ge0~oc0{9jffno(n0uo9}N+o3My?rAmbnH%AS~OJOcm)J(02BtMD@iH& zB<}vK(qnMWB#c}Xcf}t=%M#af(Hi2_ZLHChq}v-Ud!4$n6A?9&0puW7A*Cq177$rgwpB}4|IM! zLUmLnY=BLkQ?-!UR3zDk{V5yHkQtgx1AV6h4ESv@bu*CuXqcLsdh2z*-#52^Suy4J)Vz-X zqN?!M;nnEB&pPyX9+7h1Qw~+C@95z4>?EuGy8fc}n~^YO?boj}M}<_Q3_1Go2yP9M z6+Oi-(iyEfGtUxf$X%|XcF%^@-Q97xK{jW!`g&9{bS=_Kn zi5C2Qt^NwJR_Sp(*j|CQkpCTf>DwTH`qBZWeiasS878*oAyjT>W(X7}ppDVBKSrJ6 zx|uKK(z-ePKGbLu$9b%z-bsq|+}YNcNOo02O_JyzUn0*llp!gSWr~W2u=o`0{hWx2 z4@ov>(sjc~Rnw(Z93PyvzYj?)Z-zI+l0no>oV7velEBC&!X`eHRtmJ_o(fIH?fdk< zpLhBUyph#hz3|}Qz0yCI>Yr{AtBnBB?p8pv#V00)LlAK4Imp{k38Y>Z&`pcDd-twT zX5z`Aj8?FHFFTG>eCU5s^w&;dK9kM$y!v6;vQ6_*>BkXKIfylfo;)g$vPvqRjNSB$ z=*}@B5|J4@m$Is@j_`FAjizKppJAX7=|_d%Og{F~U8X?)tye#1gaALgw}=Vu!Skb0 zS%zw$jm(j8Rsh!z>d>C2{YR^LGYy<)&@!!c=)vRn*IPT_2lDTtjExzfvKY6$9drl` zB*U%wej2ev5~vP^EC`$LkSxpi^LYv^UCYwx~;9Dk969G z{lBhm5i(*e%PdIFXbQ?YVsjQ9rNeUG8p_!Xpu+l}-PYyA7$0-wZqZY#a=kQ=eNhkg zcv_E83VVUT0Se%^fjN*3+CHK6%Ci5ce>5YPzI$6+r2Owo19uQ58DJ6cDR;OfR2k~t z#9$0c>mSX!SMeUd+(81Cj2I9LR;#FEOkXQ;HzrJl(_troR$=;>=xL}))fyHO1&uYH z$hy?b`X=`(%AcNi_k}tEA-7p23eHydR0UyQrIa5TIW=F)nTLHDq>I-Xxw(&i%0FM6 z%z5Mc>y#GgFle~EC&L{gq2s`T(23`K1d4|ee&{{k11}=Tto8GoCYz53{^~z{L^0vN zT=IvE)22>`6(}Ff;l#b0o9!vMSP;U_8yk~>lu)YueqHo2ss*mD~1S?G>;m4+QT`6-=8XGyLMQ@IwTCDyn)@>jpV zq=ZDj){jLP5!WNqe07j}Zmu}d?wE(CY)-i&N2A41_Rh~62s#oA+^{%WV8geoGhU)= zBw@u>O8&YoXiJ>%ub2|Q&p+(>znM6U0R|w996%jt@8SrJfuenK>4%~?5?muJ^w-$b z3lC_^{?aTPrr5uctFrhM%$k|foP83kMg^bl#bugv}sap3*@4$Cp|w{z3j^z zzZ;dg}$S=I`a-c>N4Ge8IGvP-$d&`6~uzg}4>bcc~!0raz>S<#~AYjC5F}(l(VVsf1h>Lu$q$4KJx^Ny!-< zy+~uFZi^k^=A9KbaA9BGPX>ws4#Y=11#-S3B-ug*;m@CA=XmK!E|#*=(Jh_+y!&&w z&MBc$ITm~4JrhYB1iPP&IAvuS2iBV+{t=)xivm^LaxY?7`M+7k-)=1iJ+}PJrDnpu z@bEbF$qm=U@ymv8IhEF(=08_|9B`b&%RU^7Tn)dQ*t^`*eXlg$U2AE3@0H{B#bQ|X z6!l2qAoWDenDddqY=iw@hnX z*?^tX7TBb;xuytoFI*kT{yA?Sv><+3QI7EaKIn{?V#`qVC_{R|glW9g+qYI9@=DgV zIPW!7I!94E+`qjCIgXM**3HxI6jtsjt=WX6bC1iP+N-PGBe3SGu83s+UM0*7NPx>OtBM90())6V-+vou zAB817j^^xF8o*Quw;qgZ7b%t&LRl)f=Y=UiNcx;~OtN zzQ$lQ&piIW%=%ReD}XZLzyR(;mwdC~0!xSDXRXyDajh*7-XX$i6f-$wxL^D@+qQ3H zsOAtf$M4iw6EqqOJWEX_HCIEb&b}8`V+wA&z8NsDtsp+bGcNm$Xs$=(W^+}3zh-1clKNFl@PK6hp zCjNNmGcsyTfb(cG1@q~(xEkip`JR7m|G%BRw^&?({xKkG&SN;`&Bm$GCi)Ftq1PzVy9#6;@RTK763(Hh3F^Pc5y zUr)zmZnBrk|3YL;K8`dzB#7ydivN~zVO*>m)=srjXG^()8?BVm*K^_4 zu|V0GNzz+)&M&kpi(ZWrU1sKVw&JG3f00(lq^Gn-`=PIa{oFwO&8QW;2F3OK5c)HG zVcTIY_Dw4`Pp&_>lITgrlp6H5`68ehkjc1EC1F1B9az&iJ*A(#9Mf|C+5R&REV1O@wwsxWm5XPwVjIwUWY%T=CPh-RP|ZSSQ?sIu>)Jy2LX z@Kv~v`Gu`;z>b5;7Ot~n>g}tqK<2-I@uC7%TBx`*v6}0j=Jk$ox)(c*%W$#;Tm2i_2I} zm2AFTla7A*l%Zkz>+`Gu6r@p!8$AZWR^;pJ)tvl!w6Al?RMgbSnJ6DQvWCsFkRh?? z-Lu;u^Ku!AHb>;#I9=;M<>9gNMXLRAUsNQB?L{dnrA|EN@S(-F50%pVZmpk03*W@g zGuX|1WV^NctNH#wwiadO)nN>!{O519)1CkQ{IMR>H#Cd@rBa)ItV%7gy5lA>PM?jY zvjSJzfE2t2$fkRoVFAmB#C}(x@VWHwrjeD9O!qwxSL8+*{~CD1Z2P1@0ebWP*EVJpUVesUfI~z^C>kNI)(HMk8~A|t=eldh1+sUzTs0|Y@hyKug`t!d8X4=K@vr; z3?EU&`Lh5oz0Z-GH`kwAzjG4s zU&GR@1~d(W(1AY*Zb0F;m5G!2&tA1141j;TS=?45Yg+G#+mxG2P>23nu4$u~34gE$ zE#5Uq5#K{S>GZ2C#o+SDC0tVxS{@J3!ouVh1#Uc&->u0h#e7MKJ#Oi9st{c7be(%% zG-0n&G%PnB@Zqs)TeVQ z>j}vTLc;Z!dJ=+BfoTl6IZuZxhEGS-ocA0VO@V&GM~Ps^B-Tiv6s)d?8iRE2Ca@OvXj__pBbE zCP=n_P3=7c*@LTLMDL(^hNyEdST1;!bs0}(A_&-K2@ck?xBXFht(AZh z3ylV)ejcA}Lx8Bj%n>q>Ug(0xpti}^q~B?X+c<*VU(|S3Uhc}2S=+<0oeP9CtomV% zVV6y-5a`b91^hPJ$T9aNpsGg zsfbKOgcK?sNmZL`hIw-(X((uTnfTZF0e4(hwb_D-FqHWT6HRbL6~+a!NqXFxzp@j*g^tSTNt~S9EN+FH-`%a(snz4aEhP2K;a5*AVKQ2Y%KNH4 z{XeqI0~QmRimN29f>BJ5$%KNY2Gl0mgI3!(&#x}eeE9I;GO&2~^WP_#SgbAgRrv0^ z>S+@Mg!9@D*U_S*BF2m7cEr5u&n>OzlxxxqE)U1prH4Ef8v2^dt+roHIQk_~)AA@6pO_mAUM(5CkqgLY$P8wVrwQNr_ECU%Lo%`0J2v z+iu20ZqWgl?!Q|}X+fNI#DRN|hb}^k<=zQT{yv4TIzd2xmJt7t4m(;Nn zM}e^hp-y1FF1^) zChF6l4E&-<`*saRDPbWk#z-EIjo9C-&pK8RZuxyKctpj*atpqK<1v&SiHsu&7=E=C z9O7FEr`^6a@7;H;#d>zO(^RBIRxKi8c1|X9pzM-t#@p)e)WOR7cOq-M*9l0LWTHs! zd`Rj=jE-l8Cmk*}CN5^ED^(+3$iYYQS;R%q$?4*$xVzW0zE2Kz&Pzb;?NY3*gnsGB zH=k_v9#V|-ooX_dxTTTq$-aBPDe%c^Cu2)5a@K`}@|J3ug+O-b9(g~ongHdBFH?}# z3Qb;QHLA>_sT^pVP@d7>-I(HlVUJ-UW&6;}f5qOxWKc_2`X2sm)ai#v*R!`%+aBM* zl821SaCEu~n8~gzrPx?K5*C<_U(avp(d~wk@?~hp3|H8ZgLEY)liE7(lbc<(gRhGn z#KpxO-xa6UJqE3DlZOu|fcxf8hbciHCz`j{|Vhaj=jc2Vnu4oqneV zAt+f!1+LT)gY+~H5heT5gC^UW{d>@ALRe8z;Rf;i44@~E(_VQ$JBynfNqaAEOxs*X z4QVFjh|ZI!Qz|&e!zs`FX3iH*^iR!rtr|*-W*Pzh>Qf={8~S*tPmi}0WII+`>lIJB zsk~CkE!y)_tjA(T?Bfjx4r_=+UmBs|<$NRfP!%)uSv|_g;uN17wu7LA->OC<9WVUm zOK8*sj(B~(%Zrb1JkoU)LEy8b`BbdMS;aA5m!G2Mw5Fz1^G|y& zi_jg~^8=i!&qhkjWl4n=>=0z%zIV{--Q7{$T@agsz8^jp7XQ>OK0NJk5*Uzv3#z7! zP%L?ZWS1tnx#muFU=w!*tl|v<>9?bnLc^`&f-O-5#8PNZDl_e(H}P-LBT0yvCn9X& z<`OCUm;>l;0n;gVe0==1u2H}sai*Es4&bDp@}*ofD505T&Y1R+kE<`WxAC8g*N8QH zwU1K!ce6vcDvJq9Mdo7&nD-GNjoa(b`=h*^n~!4S62Z_#;7|-OdW7Gp^4gEPO}|?+ zmUIwv+(;EM*VjjT+wS>>0UbXzUn~MVM!O-rZ7}GSM31 z)Vi|~k)zbK)M3fGIn<2w(HR-uZVg}0nN||Br;zid-?EA-Z+mADMl{;VIj5F6=Oj)~ zBIU=)I~S+bGFH9ZwV9Hq#a*Ealz`-E0$oi84vyQHa9;coEuW4~K2D)^q}0{79D-M3 zL6wc&40I+O9HsdcpK%Q`O5Iyu#fGg+H1J4BtlxBBC5JMBGU4ktZ`PnEz=oUui{!cR zFs#R$zg#;!vR5Xv>`rQG6oAma7JhkdUh(9Ku5`_qYeUJ>(anFbFNElzi*a3QT>lLM z(vfM1ps#LKe)mx-x?8&RCV(@oqcXonX|-LN2j>gmo)AD^8sW1vd`?neXX-)@A5U-9 zki{*4gt5S!lHzZ55Hej6S~-B!KX4tVBN6iWJJ2rZ!1>`(r?S*2$q>01?B{i`mtnXt zJWuDd!p98Hu&Ya~BKskb;UyHU-4(lRP@lRCO(z)hBGae57u5Luow=rt&h{Hx`?3q+ zm4xJX#PE?&`0Vidj0`kNQrAML+n=VfdwW@1XBWhlwjr4> zV#{y{6Vk3?8diXd{^AKE1CGK`e6lr-%t&E4`+HP?5Wtlx%bK@@e7;QHhA!v5UcN|T z5=TTw#Y@+k^u1-L`LNgO8v|-lAmAqXmA(Dx)938Z$_~_o1l{gJDLs~ZCVG^ryZcP% ztga-MkB6XO#N}|tz^*|Z7d?ySQ?kOx3mmV_guI~vS|#tAe%F)@hid27PbC*eV7l))DpGtobUH>^q@{&7(x+L+$RXT*Gz#FuCh;0}$Q?{m1d z5nO%$qqaQgmqNzm?&b5P75t5UvGvsbEXii{s0Uk%IahiHpfWeund|qv1bv`u^4G`B zO7z(qZ+>}#Jq%6?BW_f$6Wk7FP`J<#d*uH4<_dM`)25Fw>!S-dUAAX82^%fSNLl-T zrQ68dcZR7<6NNX#yJ#KyP!Y3=UYP6K)}=2h^MC$Ksi-rd0ok+fm2v7)Cn(#N7X8R z?~Ui(>N|H#>FCU?y-z?&cZ2UW*_oScT*sIVPx`ekA3Y8mXaD3nj|6w!>o$T>vB;Pj zsLI(hDFxMjD%`y|2|^dyLWG|~#$0LujSqT!fZg=c41y~2HVP$71_9e!k*+tFC|-Yl zolA~$ksw%_Ht*NhWpm)tAuIvEfZ1aj`bA>0Vj2-P8-9W6bCYCMKV~WHQ1NKhp^3z; z!S)gV-chRInrj@QwbKYsn-ZBm%gGbc?V*rr%)89WABfivencjgrrxwpzlFsWVskX&EWnL*ya5tkjBo2y?IY$7j2iji~%q z>OSh6{se}Tn|n4cD%nVm@Hem=UzvV2U;@g{=7~v`PZm{P$bDY;>V!gQI3HL9i* zh~lzD$D0&B>4XB+I?uF9PFl5xrE0qNlO0aYXJO+SW0UDPed8V~?Df|xM(F-KL~gE0 zpFvkugkmW{N0cLbIX!vBAa^K%MvQFT_nr-y(e$C=VNoM_4gZr)$8Rt%=Fr}#g25`R zHRB$)el~rMJ-N~fpt0Kv3k&OqKf*q8q6zDJH*|MSo(T_;F3*QH9lnCu;RC&bX+J^{ znkq|=MuC|%x_nKm4a_mqW)}HZma0@W>A7F7Pz}V9s>rj?G8tO<2{85kG0o$}}Xp{)gulS}Ps9OKpwA^?eL;Mcoh z9!BgDx_3#4a)fH4fYv#3N9Q$X7~3z;c#~<>sO|f2=2ad)CyyHvcBp9O2j!;Zmz^1d z!mI164R^*Xxe}N)IOr9oleKE<7T>ikAB(6mA`#(YFx`6YboUYhk7oX()w~evmBAa^ z+a+#wp1HFsbU8VrZLX9Ww>qBBORtv?4EBwIc=Rk#a_)YndgBK9@qVdLRds&L;-up2 z1>n=xGx*IXnH&%J=J-$x&lp0X#jW*5_CIwp^nHN4J-ok^$3a%Cx5MWcM*Qu4kLZhz z>KN~kO)Wx=lqQeFRk6^Y&&9)uU2A8E&Sy@;@V;V?RkZdqD3#-)QsBs8Kt}OBj4+d> zR4JlSpklpGqVZ4u=->4uswIS(w-uB;>?k#Weg5oQBRqv zcITKW@XfR7U0*Jjl|Q0@4Pgi*VI_6JPiLDPmpb*iZ=8CmQd%OUeAj;^52?z5V)9MoR0D(t_}2s9YKXR=;&yNIUdO-PR(^Qjx3SyZR1cc)NLL+e$S$)uzWGlMnHqTBVZKob-(t< zC2EF2x_Cu1p1cc;1y^k~LfS;<=1L=W=#-KK7Z(}@SBB= zCxA;#d6ES6n?FSsH~rSLBxG-Ipx<1ID7oU~^!}|GZziVz${m2s4Q1@c%{ zAPY1MG=c1)<(9J6yv&p3R@az)96r2%LeJ#4gIVmCQ`(v)wY!`p&5M}KVg2eICAqgi z?yj4J^z!%&1mtiSb@!H6v*2~xI8M+2h)KEtg(Ns4VSAI5!4J+kH4RPJlRkNJ(7`8= zT3v+Lw;lA`Vk6lDNQN$Y-qtZI+x0?+ZolUM_6?!Z)`IxA6MUrXdR)*H&5$$;+gnO7 zEHW>-{dJXAHsSN^*`AydT>=ua`3+>rX{y2MV@v1GMf%)MvckUv5)LYuH^&k;`R=Ha zb)DpG<>VG&pGY*f-dV|v{2>p))5lQYZd`@@_|i2 z@9Eb;9Ip(JXCVyJwF*Zfs}it0MT2C)Q$~pRu!5@OFLq}Bfbb3N@c)>}sB`M0>45;N zkW+u>B#}`qi7$l`=GYadhmAI?x@n>w^i~?rPV>rsJ`%)HPZ{S25@mj%{~)xKojmzY zA}ej8SY~u>Jfr0H?rO$?QpUlLtLpff$kdDs=j5lqOe%i{(tX)v>QgLQ8#RfPqjULN z3qW{vv*Z4N@0{EVKX<9o8t2RWi%GT7R*z4-ux8L$n2G!vOi!4RF!&St8nTJ!y%9ox zsRT5ljY<2L`en@L6B9n|LJ5ftC{H+0B&~w}=#vnMp563o&EhKlaLS}y8`n;MbzZ{Z zM8AA@a5fqR5VtO8s*)v({I_eGdX^#=Hfzq@Z!$>A6K9rQB9G*$7J5|tqnSbcs!to? z@G++ERiB0kPx^5BPRK`SNtBg;c$uq>{@(xd6sydFLA7_vlz845^u;T}@klE|niy;w zX+R?pZ$w8I&qe+T*%J;}!xI&^+zD*iO+}NCW@p;V5k0n9{20;`ZVViPinslfSCe~zwRZdqF2x#kgof$kbAjmG(U0b&LHcHOmU{Ey$XD$ z6W93@-5MBfOBa-<27NkFPQbTvdH8Z#8tv%iMWyFo9&5}h2P(k)iDB;4dsSrki4Qhk zeSDS$U9DZ7a+n8se!>pQ#2@@~LduqbWx#(nRRF9;kk?F5=zDx*kd)_T|8Fm`2A2~bSz_p@$tvvKjNP<2bqI8GF^UxYoAWIu$quVoQgXq(F{Lh7wWZGG<>9H#a}erK~(P zt{HVFJ=g4AB{0+b(_e=AJgv`*AtNV$>@lwmML@Cc?(XA!Mpepb^f~e4-*k0!)XaN! zUpEH_)}5Ppm?!GgcV1uLs&oh7o7xPSUY;(OOahh}j+wF6`-F{0*#G9>9$3Ks$Nc72 z+aAth48Cj6_Trk~;U@N73jq_5O{Mx}=V5u%mR$GK-Iy6hN>qz+wx(7zda|V=!nUm{ zP)z&cSs-hdcM9}639{;5;Hs{_-v@fLaS%jMUXQ#P{b{mFy0H*rxgV-z>PFx_k3K()+FIvMztRV-GfjC0L8W5M$JVQai z}d*27ff@3?Bf|gR$q8Nz|C4lQr^vK@Cpn1G~~TgNV}bG8F2J9 z<1y7(Lynt@Yie{oU&z%93IxZSSkwc5v@$S}1{&TaB`WXzLTPrPRk+3JZny2|W&hm= z$4o+q-Mj0&0&5laNS($_dznqCrk)5eYjSqY3?A|dg;qbnZtfJ4H}T!H5+)zbj;o-&-?mYM z*$o=0^AxBgqd34@z#|l*Dc3A`nh-7Hp-5QBQ||XhR`dD9`OH%UAMPbnjAok%pZ5IK zP8`(a4s#xVU}l)iWlCd%un!{)kVvz0No7{WP_Ld1h@u>WRzvim5K*L7J(FI!P9ropKSy1Na41^+^W+y zoI6t(AehYuoB(InV@#WY-xjR5a%rzA?`?Z76qQvg`1d6>`-zWBoM=`ubF# zf(YMmOeP?W6M0vyR!VBP4YMRq%=uDKFpwmDRJwguk$xuBV5iN5Eq1UBpms!CF>WAg z*fp9o2Jt)|b^m9At(^wYL*IlGj<7XkCHfQ1qg-&z3mL=k%?$NYL{QC#H$u8Pht)(I z1~Fe7EXdQpTNU)8SRW|IXg#^-4WQrlQV=A5=kQ>~Ngj=QGSUcsgWk;0=hQ=6*8!Rj za4%c@^UX)z_l{kIA#so`(N!Ya*D7Dr+#RjytuD*$C`n!(d_mszM)e_`>)Erhwn?Ol zS#MTN|Kl5_L*N2T=p3sga-O2KGpwqELg>us7kz_^Zmaz?WwwW^(>53a1=~mOlWHXX zFj73Wv3DOmDfSCe)m2awP!UL|*tZI(?}XzLYg0){gf&QqD?fhGlrb`prUlMq`X1k1 zu89|=_mLvlozWGhj=>cfH{WU#Y!xp6vPjk_u`1_B%kFnE0Qsncike5lO;^i;Y&uK(=j5u^Bb{NyH zG>jug)cIA z6@9g~N%Z{n>?_W%Ipl&&J|duj;eLGxH1f{1x3yVC84cDd|2a+n zs6tYQ{zo7(|n^b&=BKvwW?juQsQOQZd&|c_)ASWM!hiW#-rQ zBlms<glhqU#!#5IvPku{#>zVlp_R{qhLP5os@ct zmmtLNGB>wbwbU)5LpbFrAZ<$GWXaAKe9TLCm1y%lW_N$o5lDd;Q6PaCxnwjOzq*oy zjxjC3mYj(!%FX#-Y6BL5R}_C5~$?wrMPe9^vORk+@+g7*5ud`ls=bUrgQ&# zA$=8eYAVbUr-bG2mz7-usrlPJ?l455cD0>c+;`=oCqaXdK#P&~)8=C%-d7911D)aZ zqt`6UY3e0;W=5r#&JWG`|NUeK6EAcNspB-7h-$%>p#$#<1eFS+`+^0@t+_rg!q386m*#{W) zyqo(CHryZWi}$yI6jPJk177oEL)q!_sx+PW=Y>7c7S(!5%ucl=@Ov#J*oq~C(Y(6V zYbPuW+r$-?;&RwGXi4lS+1t`m3j6+xZh>H^;-0O z^?*y9YLN#mLnJ1HS%rQ`no3q2!>AZvVL;gy^t^O1cl3n7yS>A!7dKI)60}8H;<>c6 z!2MnPYJbKJS5pn1Qxprzzh=@VAe58FuI>I~+UsH?bcMiB2V*%n?5#oqfSP>?SPj8j zlR`@$M@B|U0q(+(`iVf+Trug*cPd%dJnX(;>xeQe1I}@C)h(EF(-^%?Y|f;xxyE8) zWNG(Jk5>DcQi)UXnyrM%4JY8mSGMotRr3REddnQW>Fn9c;A6n>i}wVmdI_KF};{fh^Q=$pp|qKu}xlyAB3RD%W2Zla#o@(jOkuvU#d4 znyMWN>_b9vdW3u|ccy{zyb9+ z{;!Hhx%oCjxiZYc|9tSS4BPqNi!#YlL}KgpdUpvDMu?IfbCii#{Y4CqRKkr z3o&+a`mh(H45dLtEp*NmDWSn}PJpN^)E zq#7jcD9#t1wr?oE_p#(M?Jglhs_#(~#NnfQA<`J>AS^0pbpEsqZM9#3wWyjt#7<97 zk5b?3)tWVltxh^OojWw!x+rc=`(IxyoQ?WlX}la)duoF=ZQK-YY%IJI#k&s#i@88= z{@w1;cI{KI=Q^n%pde5F@wEy_p;G7f2Dv@9#n?&i&iBxNgIy#tcP_1>aI@v-yBQTMJsR!QHcAA82kM)M=@LE_BtOPb0HOYe*Ws!(lH7FArzC| z{xg3Z0_|L?wf^Gjmcu++m~+I~s&vVl^E|(v@_yT1y&jW|Hc4H7aPH=5*WDdr#XgWU zlG=%Oan0hA+TUZ3C+YZ@bj`F#1*upl!Vw;aEC)vC>79YWyraRGER|Y-5rVDXU~gCa zMCY3G%H0g`ev}H_`#ZFh**~DZuXh0~%iciqs>CyiVxq3m39|p)QXweG1=8%BKRnrf z%{tfW$?HnIQIO*o@dcZPP1t()-Q`j!ZHCPYI)v;Amh+$sPXO}Ax?*BAgWGA{)m~fP zyV;$fDlHZdWN9R(zE%1!@f(CdUv1jdg<(GWmVjx{CSE=J6qMHAY>hqUVk^ zJhwI2o9nfW#}=!_Z_u#qeL3fqE}7N*Nr-HH-Wc=00B~4!087ppXu1w!{ePqDU#bUT z8G}FuOoFqGP%&`g8NQq~rvPE0S zicU6xKxSaoHPp$HI;KeO=3Ad z-Lze3Z|jb9|1ne5Z8xXd9$*o^4FKS#JL60oBP>k_-_nzoIVJ9j&FHAJvoB>6YM<&x z1=p#perf-2?j@r5#;W4fcd-1;h={(&q*0BDkCK}J>jP?(9$qb9R_pSONZu3%%CiJ` zgHh;{Y9`vi4CqcOd?m!YUO{U{qDLJXxx!&tnTF8!d4}4wc#uuEWIaDI@+!(UImBiVD}@PMRi91GVux=C)eo zsD&1XNFfhD4FRCa?H=fty{$L!HEyZz`*8GM=-`?E$q2ewvGw*c2k&Ndg5+M?VR#;=bz|mn`y&K1mgzti?#QiUj z9sV93T_G`JkHl94&Ifi_dp!A$R~ z`@LPK5a<>f{DB_7eoVg99mxz3QscK8TO8spMbiP674gtO+>UXX|Dlfuh7*5U6DQlJng%y@h&au+?$#-FR6Zhzz1YX+RzFoP^GU_5@NdDcGL1jeCNg_KmSdkU|nBWF4KGswm;ff@( z9LsC|nUmz$OFemHBTUG30}hdJdUha!3Umf33lboi^*+cNTn*od{v%)eFT?!^2Gt@M z3>W2KX}$|b?wl*shk>P%YR>YjJN5w@EaB|>Rl>J9{m*S4vlNirZOL)L9q8;1sjBg& z)(oD^ley7A-q+XHGVgyl0{jKDen0Oz0&Y0ZN|e%4EsE~Wdd(#RYo6PH|KjW(cJbHW z`d@G62*-M;Gv?LTy}+Cv#6m1RuzU%7WItzRNY8hps#z{r9?t&P9mq~8e|B}TvJBCa zs~lW^s%pzAxjoHKUL-)L6^wqn#r;lh0Hg3%*x9=L+B%gUuan*ExnU+wo_U#o6jVq< zS~`w?S(uc%kS@0}45{=xG_;gGSPGyHW!M@ z>?BPMXnyYtkQ>yq0?aqhB7{{@QJ;T>b|ZVRHH9D&0I17Fl((4k6qG8KDzR?{egqd2 zP~`pFOJ8$eo}}$`<2|=Pb3%VR;Xb?bQlWi0-4_mr7o9u<=AviDEXnhBA;%?}!djBa z(`5$JcFHdjBnk>YH@R3g6ci%20C}$W!N5li{qMl@%iW;v8^@QI&JU_D8_NQO|09g( z?~j#0)CgE}RlwNE)CXSt$&;&GiEZ~B1JddbcM|qK}%EI{M#kube zm|ZsvTv(b+7Go?UGT(R+SuD7U=uf@5{l-Kzc!?KctFJxi>LV*b<#a1PJm42BAhQWcsKL)ZiY9$Egh8a!2+wor0I zM+oXD0C>A8pu3QIS5i^`Wg775if=DUFha5ICi(?N zEW^?0wmTsLJ-KvGh#6>vJoh;GlbLEf-Mt`JW zoy0M{rkIegM1)aT0)Hk$jV*cSk#svY5zpz52RqcHq2^@7Z1@N;CgeX(X1_&v3yW-& z9)Sxt0hYLpz)jZ)V6MvmZYxD&TqgYcjtzi4jtuaBq4lHeSUdR#A=pcFfxZcPxok-D z9cWUzA?do!po<=oPPFJK#}4T_^!F#dyqCPI^J91>brshDSjiRs1yY|H!6UZFoTdt%#um#`WkcK0yfO=GcrV48pY3@uhRmAa{yy(pY%LQK|QM<)8NYv9qA^QrM?$*pU$!E z#ySPitdJeecmi4?acN;bq3GI9Za8s^wjGkh1}{#ZGf5G?ECIl|7!vf|}oB zxfr8A8=zEjjHaZKqtq?SAYv+Pq}TZ}l~83v-u;^IzypsUE+8_XnQ#ozDH9aSqgM$I;)pKd`Od`8wn}+)rlol0w z2jJe&6hMxkm*?R_M&{;LzJ}M4M>bnT1_fwM>E+4T#?cK_04w(LN@Dx zm6aM>E|c3{H_LQJ1!%0q1K-4~*4f;pbL?7ro(tpi&?SkeLKPZ(Xa>bT%72GtcAUuz zFuZsN&^h`x1W|EE|9&Bsi7RiN_C&ZEqe?iWw$IhMATvTy8YxlD&M?Nk*KXVmW%TjI zX8v}q%5&H0U2j<>NIj)_a*xwvenp0KF(3j1xXqacqm7Cj-Q?447g&Z+d&SKBEKd&K z@XfGWr+TbhwRs7~_ox~PwaE={RCeK~A`MnBuMdaOOgvb!jcmS)GEM;}HG6dgAdM~p z%a)L4mck9Cg?zgNwXpx==4a=C6u@M*GGAlnSDvvTfX9o3QHJ>0BKiUqnzu6Q3p0n) zY4JR=83>Q%kL@~~E$BugC0&iQ>STeU_m38YVYzl-->k-`;WMabQd5sd*qqdDU|e1p*+1#7BatU@+>y*le;B7=v7uYp;CALR=mMSS!Y$gtn-fPt`eCKco)&ovVB+0GE6 zuo)g6o(SK2PniDknf`G%L`cFz(1k{OmRn$fOz0;-Uw0p*6*%WG{xpjCAqbKZWmu4s zh^Q>#r6e=i`Uy>v#fow?K^z>59HS|$%mmy1ViidB3pEHlhKc#J3l#%Cn2FGs`=2P>rh4>p*6;M9jbv54fTi zv%%3}KuAj@9kTmYw6Y1P9EFB3aIs#2@GeNGbpKSr6WTW)E${rj2an^3!UK5e;%! z7F#;-QPZ!ra{5@+?H3jq`5qkB)?fVAv)ploll%Uz*nc%B;0>~yNEL!;CagSr1aXu3 z#&Ns6?U`>+gF^KwxOqwA1B5UHm^Q@uAAGvW%_j7vv}`p(0N#tiPPd;p`o5FBk0flf zoeF2Q;q4m=q5vX-FbcQ~24&@rqrg(FFm8;D-er7TdPooYLH|(7(P}2z0AZP%_58Vu zS`2hc5;=l#^3zqr;lu7c>A~B@w8v=yexdmR$l%;+A>w@^D5#wu5||Y$4aB%XKOgG) z>o@A^|9zi8m{sp$z=ZZe;fB{d_Llk-LXH<~1pE|$9>>jLz5O8$1e|(u z?oi#87(G1~5fK@A8D!j$~>QJ`_HG@;G;bN-=X zjq}|{dgkq-C#=yTCX2hcV*0m)7W+R2vTZKX(%8prhI7-$z#TyEJpBX6Fa7HzQr*PS)Q2Ec5-N;Z zrfk|No;r46u+X^ymY$fm#?~9D<4Q`guh$8?9!k^{HPtcl#L>us`mh*dCzUWz;Bj(ehBE z(22z(b%I~yri7zx^MEHP3dsldGs|tM8xH}0Ol#3-%R{CREv`$xD8D>9sxjjoWQ;t;HXAAs135gVjI!X1vdbh(dmiUH7*PA95KYt{0d(3=uz?dxjUF z;Wv^@w@Vk9(?~pnh~k@Z-jN^f4`OEO2_vq>yC>UelHGLugc`ecM#U_CB;Kzk4*m?r zSEa8u(49FVVrEV&ZT-c9iMc|?`Or(@O&zshlib^_kMU_`_g{gTsa*xBQJ`XR=@077 z#$*XON<9sT(fl8>N~@Wk{yd(JyZn1@MCn2mt%Los7hZ@OT%!`Bz` zO5*6+`&a&Zo2xx6F%B0f%C8punWFW=K*J*n^>cRKg%Z`2vD^7g?%- zLG}a~t;Vk(!2bDc|NVa74NB?yZq`Q6C#MsSe=b0CK)-B2Q1{Prb|nWodDSBH03jTT z0*K%nQ|P6h5%zB=x(vCakLNsB*VV|Jp+K)7JT|hIC#HWThj^lco%!|xm1tlS@r?M< zBBZs}ou6jD=FU?p;a6-<%=?K)hjyOMzK;%V@mGaRdazWSSjXs8T59!lt3GB#=Y)|) zaRg>sDXMV&aHU~{98r%X2GH@^h%c{n^k%owX7oMp(+>AADGS5C>Wt49Um452ejIRM zOQmSYd_el*jRHvJd=G1WxnnI2JJ&k`D106uJfIvo`Ly9AI9m%isN)f}lLO56uJS;B zvcE3`9RgPosg8@yXYjKpoWu!0vQlNut#3DieUsU>THgv=PR3HkyNzr$N4$)esSfLr zj+621CsCfG-|#KkGuvcw`rWGJvK9@O_t<7^;RNKB~ZLu5Hjdj)J!E-}t*BqAVjY9AYy;{c53w4!0ZGvvnjDdkdl5u`DLOUhD}wkEA1bB~FVc@7G)0 z3u77$!`2LrWB(*zKYBU4SOhEYxbkW}_;9CSSL9$Epc_brKp>WB7Tw(z22K$x4;TY* z3x5*$J!KP07X;ykC>c3QO9E?Yt83fz!qShdhL(F;UDMizi!2S1?ZMx(MYUN?7P<^{6*eOioJ9wTQd+vX0%op z9UWap5wy&PdOjDaunPm=kwSP@4hw5=zB&?^VDqUKBeS43O zTD~Z4N>SXdkWr8nm1b02a=myxt*4zfAw*t=a701ZFYTD-aR00*ol- z07TQeMXG@nSgcjzrIn+yr_`!zXAk@bfv>D?A29Tq?BI64PUhJM-_}V?AMlz~GpXpYAK!|*2c7utqzQ>4*%`Xb(UimlEj$j~i@(h*_9 zV45Kv{%LbLl(Grjrv-Q~4Kl)RCJb5Byrtu;ZHE-^Vt}wMVj_wA5YTUF-iLx<>i~Pu zNc_6XIR2)PlDig!87G!HfzEABgp{=;ty3p~BAbWp>faXuT$$vw&V%%j$51${^G|~3 zb?d&sM!nU30<^u4umV9ZGHhnG2mJ6h4Z!?^@=clpx-kGT#|XZI1_Dt3`HOe{w>UFS zMe%6_bYIvFPIw|Mk}-|l{k5j>HyP3jh=CV47L7;e__LgEIqB(}Ro6gXPZR5T0rB0l z|CAT<)!zPVy)w_+Op*7yC$%--in?pSm(tW`%=-9W=iZ;E-`_tX^9aW}317n)RdU3r zQA~(Hj2lrGE5O}YL+zFBW}li-pgtBpl@-*VUGygOk7t@*wX%It-!cx{pXAM+m*!&? zO9)4#g~8PG>dlYA#tXdclq=i(@Du^E-`;!nt?nBpUBAwyM}P7TQWVp~<#1}dl+kFc zLo{kf5;O5*_FRuTGS}HLeBE~z8F4aYk${Rj=2p8o{xo6lWy#p-N7nmG<*8NPqsByd z((+Vr8->OxRbou-kX~YwT^n)n8^9|OhS4j}3BRFGJE^;?e}jkTl!0}<5}QCh-f=bb z`f@jOip3ucjD;RBKKdTKS)PNFiPT|{isxi?UMr>{1CAn95!EyZlUbbAN~Wh@`k9F0;{1NY*obR9z# z9RZb@RkBH+XM0ZU+J}>-@lis}m7C?OYikUmqVw~)#Iu&kINo)pt~xwDEV^GU|8p4n zcb|ZWfG>iAVnOlg(kh|YM1FH2E$->-d);{g+MP5LAH05dI~3db z_EC%b-fr^qY``o*MZ2LG!Dg-a@KK#cpvDYq;disVbIFyJ z_w(;-Cs&n#SO(kqcjEiQuVRVFX)QU2z)^74gP3vw8iQN_xs;D{Oyo~4$A0)!#xarR z<9q+y`zNr~LD|~Sgz|vd4>l;h2lQ>C*&0(=wc@+b&qk3AGRFm#y+*_Lmj_P}parK1 z-E%eHIPmz;M9nr@KU%iln(+^4;~%qn#FNg4SXwhw8V5E<*}T*VXbdi+G^v{qM2 zYN>zV!9|v*C(GC7a`*GlV7ezG$B9Qu_d9&bsoWVW7uQ#%ITb`+(Nxpu_i0tU#~0Uo z-=E5?<3{5szu3V@hm9Z`*yOsXrLpo=Z>ZPPbUJmrU0DV4C4@=Z``}WPJQ17))Sw zrYeYI7muh|Jb+=vvA;C%i zvI02nqaUAD4{~w59A~E-D_z4dFvUzDFn_kboAu!>{Q5qMx(ApScy$j;3g0>@*}%?I zuWSHUC3&h5#dCU|bqadtMmx#9h3)bde6W9wi@Fng%O-HhPKLQrL*~(LCKUKi8I)=R z_|z3XpIh7=P~^}?@EBKtJzFaPXauf* zA1QvH^WcjsPjqC@;}!z&!uv zObvdN2^+nnxEmC7L4#S!1ZC-8-eUUX9z33oz*U{Tr zts?YmWMkt0E+(x>0V8j%;LA-zD;|SmpX=>=v(tIw(=rj_WmWR-^7|IqzYCUL^E@@f z!GE9Kkx;q$bo`V15WFXQVb-A8nEi6h4NKYdO?h`S+0qNKGEGX$w|`WaUYH@`?1ZEn z;;o&sX&1mEtI-F++0}s{7#Y#SmmgIsOJf+A*|{njQoRgwTr6xPvBF6nP03w$ba5Hh z4`{^id}fBuKtuQ%;zqNdsGNzF`7AymX^3I(Jp)?*Fp(wng;XZiZ?mj?Hi>`;vI)Gd zpUPicMKkdC#fcrII_*dKx~^V&V^WP6!mxV#oAv0LU0=k+Pa6m7)%bPJ7+l;E9?*|7 z%t=fPm}`A53y({03WY-X=b9p6?2Lan@B<5SmY5B|$|IRh*#8)Yc+T?o!ZC+VwU!|3 z$xU>5!oej}_!UU2lK|MdkGjaBq$t4mL8Zm)N@$W~J$P6sxYzS0aXYidQz>5WD0`7qhJy<|Pk>vCQXb)dV#GQ2c zI;DB^FB61T_mEPcynapwBhDtE{py>MQ!gpXJ@)76 zno`KOzve|(W* z#v2F${IBM|^3xie%YIaBHcIDd^fuh@Q#iYjzm5(%3B(t96-3NZFLmVA3;Qx2zW1({ zz4W{|p)e?^|A=9xaS(t#&GfZpe2XB|_LoE#yp9cqfz@q&AQjw;@F9ZfzEu`i_&|1x z+D;m_CP{GpVxbm{r{?(aCxGd3A37^|uvR&oVoihoy(O+BisGBm)FTb1m__dCat7MT zE;_nO+)R}_KTbGT*R1opR!+U+$&XN-4ek?wZ&2R254a(?;@bFee?Or<=>a)PKKtB) z+`bq)FNFc5=c$yzHvrr20E%-Kj%G|uaxJinM)@(3+inpeBhk;DxAOulSoeVIJBSeG z>iO`2Oe;&Ue0Hn=_(B21w-2^}T3&;%iysuQwF589c9OyROY)*w1)9+!Y%Ej8ZKMIo zXxAX=vnW#Yo98V^720y!Gnr^bUPrf$u`cXq6SLB!hv&kpw>V}EtBRBr6?u2>pl0n6 zv|XO7oH^MTv+}zm-E&~TdI8;e(th%D{k&zm&D$LavuDe6;k;`$7Cye*2b!)T>?s?c z-$pt)gx})$MwtF)D)0Hkm38M8h;z@CWF&=bTnui?^cq-$h=kj~*vRwRF^hyQaf^Kl zut5@Ew7gOplIu5XIIJ2l^Gq>2{ZwCXI~z!A#$Ze*?+<;1@`(on;d5t_{h# z8Bi97=&JG0AhubqNwm}Ri{;J3VXa%gGe_E9v=2s^SPZvL7R{(X7cFXV_O zSj|ODukd*S4=k6NUo7Ka)|A$X?TBUG$NT|2!CV~J^k~3kWjM!^3Ze!c!Bv-ra z|5%G$VE5O;A{&Uu0%rPXyoX>!3t#|h1dK!?mXkC}+mfz!6i;WCPe8X9N=dOpj7KHv zHE~n1rp#u)#)5NN4le~n@qWK;8Kd9mnCrwow)hROd~Xk;l5a@EM;K=tj^rm5!iE0c!d{z=ma7r!SdN#V@kg>?35Zla{=bz#a(49vzGv{ z3M=Fe0<=$oyeLb(q`7&+7x}e`%t*DsW6|*Lq1V6XvA+)x@GA}sNPO6*1juZvV&0I< z3$%^)IryqPnx($(t;6mT2C7HWUo}i79hJjh55~h7LXXhnnIH}lf_KAeV5aNc4r8Wg zlkFnE1Kal&I%qQ>nj}GnAlKjwSiRn*VMD%WMIFK5u2NNC`p%kjV@m+QIC!7I;j3l1 z62v@sU0-KI#MH+fZ*omXL@HoDKgF=!M7dAPi9dwz^q^ibkiqw7>M^tOk2Td(M5oE> z;2P`kS!CEfwlQ3Ph3+h%+sKhTrNLgnR5|wj)OGy#E%o{C;2^Np@uBp`dPkd?77sf`n-#)$SAZpF6or)4)f_`>r1?-@n1^NOlr`N|O z%Fbd21h6XsQ2~W)`4n!q_cgQq&R?uV zA!9JV>uDBN>Qx^l$=>F(BFs*-bGBrH$|2?1nHK_ja z=IkaU>r~TS{wdc0Pi(m!l7x!BKhD5kFnUcW zZ$rfb3l#d4Ml{NME9tJrP%FUNC-*vT5}mL zi3x=24ZBVV_|BINrarNmTAWiw(*{ekvZ7)i3s}E*Deg@s_B+}*8`H{>nCIK;MZ4l{ zg`IT#%ra$2BGtO$CgTuXc6GMm)yKqwWy1TxW88)b3RND05Tfw33khk45K?8oI&Eq8 ztvG7V)1+q1&9&X8X6tS3IR-HbR+ULPBDHMI&*L>!ep!wBtFz1+9?%iticbo1H@v-C zX>^7QB8hQZ5>T)-yBGottnfsZzLM64e|rIdCaeV+fL!kQMn(VcOBvumj11_MGv;?= z9Qy%pZhD-cq`%1&NTX2&*Ge~G-^`1_1mdpb0Y@?K6Wh$PI^DJ{<@ki;FeABZ&P}cq z8(%wXcL@MQI`5$05f_GPnK1x6%BDtew&u=mH`vZPza&jw)&eVpo*Ue)Xj<#!+PEZy z8y7(qg_7wZ~$N$eeA&DP>O8Xyw2zr7jQEV$mW#FNyqgp~=i zv3v+4)!gq?Z-@Q#mfMYI>?cu^&t|Ht9>~9U4`erIQ8y+0dJ2P;=c$meYpR`MlSUT? zFsURs`c^v9TZGSWYn5xzOQ^|^!~>_+5p0Y|5=N7{h<=%fUShP@qH@h|pyW3m+0F!c z?`9)blayM|zclg^5}@I)ANVzAVwY;O%yDeFtvC@Ef{hgcjqSG*zNMUq3=~N7*Q+%W z4FmS=*eg@bp?L7kXAo58Bs-lsFaVl%NigkyGUU@G?o|{+i zilDj$Rf*UZ^|S!^=rr7$`n3gxhFqXS$7Q{AUm@hD%snQ4>j`WU7Nz^9n8TUQTr#|6 zhAzVo&!#)BLckW-UXhChdS!_ltP{?rpju!rv-`joycioMhttn=De5@0Wrt zLQft7IDQkQ@I2cpsQ^7AZDAao*Z*IC*R32ttP0G_Q!>q?($naV@7zbu=&leivMRjh zN-%Svm0vqGVDcPKq88rY!XQr@y?N9`zx{xcYL_*Z3xfE?Ni0W2inltLPZn9~Vzu8W zv!$^l5nTG*%EVJmrWc)E5}V8^$JjuNc!+epIdALx0WTv`q2%YcejyLS+3K~o;FNLC zG}P2YRy6ERdv}ImueKz&8~dfFe?Tm+0|OJe!?y419aoaUb0qJ%+9~+)?!3ZW7O{`_ z9=UtrEE9k9N-BFNpnbDVPJN%>GKlAA!X$^ zX`Wsy#}>@%X%MtgsTk?2RC8vt-=PAtUud6)y)RH;A-?pDP7d!`CKJ5|K|1`$wsVa{ z{sTQ`rl!ja(irSF$4Z&cFK8LlZENwUBkk*YiyKt3gskY&?Z86Yno~1!yxngVWq1yP z7a#ac{(2T`wm*=9q4$JYl4Z0m8vMT!Vc*bbY=)8~f0YTNZJ)A&c$$MeS?$VZ*`9vo1ery8FV^b)2(SlyT9y+@jB_(XV&R zxaV?RY)}~_K+F=Bk?_D9uq`QsTnouhl8hKoP1ph*U^pHyBa7$W!D6!#mopxtHFA56635fh|Ld$YOKQ_IB- z_l4M16pyyOV?uZIX^Q0 z;LmO+B8Dx)n>31aBfFsyMlf@>jh~@b_GLV-9^fh$>FZ# z=+RV=vgsGe`CGc|SP-oqS^-Bi>*?~_qOK2Ac+YKE&gIiHqZ2s!C=Dz04hHiD%uUs6 zx{{>_lEOdUtWwZgg2yQthbm%HXLWK#f;-4NM#azioxn~IkJhtSm?(LRWb!EcU)(r>=9pRfInsS0Z9(sW7@hN@%6#4ryc6G%-!x zqfE#xL6U6UM@ka8B`cbf->imc@#JdNbNdk{)KsJ{;R@vVmJ@}fPuh2m!|Q{ z8sk5XE%*}b_YLu({N(5WOgWUgJhaDNEeq?hz6es}o*!A}!oD-?SE$MKr(v;>M&%tY zEA9NYC&%eoqWnv-RH$aQ*t~La-yIJ ztiawXcrSV`v5(3Dyb33KKD=90S>Gs*5s%6ya*?`~7ygs%JJA7)HBa2>?vF)u=}f1tQS-#`y3kh6e(ssSU@JZJ zWoNsuAN(%<1EN!-1$6?bHsJumH5SUo`sZG%_Tg3Ee@u9ys0lB7I&aR~G}V?OBkM($ zQZT1cbL~V&YeR`QeQ~g6->aaKMZ#?>2QI{w#D?ZI@kFWm!t0iS_Pzg_`|u-wH-0gKP4&Lm*8@ELYI3}QX1 z7#L()oLL|~`lf1!D9Op|(MtZQL0gGg@G*bEM*#xDlPWXM! z=*JVvN1FvXAHdu=28YTghenA03$1^g0uO*)^cnjJ;t#IJT3kMvuf|YJg6gXANwldNK!Eb0Uhh=FQ0x?J#CN^e| zl!}*{EamCe_n%Q2)!%Glz*Tz?7J=ys42F5F4pQG}vcoW>vC%E8Aa6oSgk30r&$q+TM>SA$M98L=i$JRadFV|@BjNm z`15pFd=-F++LexCV;lP%$naYxU6lt1!&*TFN3oz>@ml~x9UKh&Lx%Ojasz*GevYxSjua7b2}+T4`{(#43Tf!hemkTS`n5eBy~U z=CPrL9TR@{vMcM^jk^h#9>Adk#kxX{<^bChRMIxKP$K7)z{VWW=36Z0dkXF41(44&1W$LmUH9#` zjKf)5JR%}0#c-0b&dZ);j`(`J*F=G<3j2O3u-)}Y6KNx+K${78ob6Q2*^ex)K&3W* zi#eyzQbBSqwolVKy$sE>J;^5R*gBNq0dLBD9273Lxr3)FKy;yS9P>hSvHNCV@p_ge z^gI%s=~2CK247JS#*HaPP7$<*Xd8k8my$4?t%yXpR;*T`hJ=br;H)MmA=wn+)m3g- zl$FFOBzD3BjA3vbP11F$dqqV>Yw_3rd{R9KAh_7A>ve1mz!PSGl|@4%$?P#o@cpUI zW}0V5QQA?olySHU1ob2WQwk~c=C31oab|dOF&$?9M@Kl|KycX5U{`$Q|1Bs1EdFLP? z0zWUmg>;fB7Dc*phJpbw0{LIlctDOW?V7hv>dfnE2BdZ$DliLWl9gDs38<#hZ)TiQ zEC)UgcCJZvtf)rl(xzxso$0BH7pI3|jmX7uGN9x{|K|&C&J>rDf~hQWgbF!e;(OcM z$xJzR^Mdkz1>$I3;nBQ-eG`yT47!jGG;bGirk1vT=>W@IDt3>tU_trZ|)Jpp_?Af0|^j#0QnWQ^}h;F!n?D03nKBM+=!*$FzEbY zm_bmJVxE8uTMDCZzo2uEk8z0nVzd30g{opE79XRiA`VI19!7YH4x{-nr9kg7JrFOh zvisi!QpHzI?IY{@_5JQ~B`i-q{P5nDn6?;>DBWEL6y6OvT6!sIrr0nK$3`FWvApF3 z&L;k2wO$T((@z(p?A^hXVDFR@S!$@#KdAV@p~E+J}rlwx~M+xL(jXP-W31~QHdp8_+Ue-Ffk zR^Ui4w5qUr(3hWR+{R4O1u&jJ(#U|WnQblE+(q9@g{Pj?_7=z3yyIF+P9fW7w(h+v zE4psPy9Yajl(*DAPuBb&^wU2Hsr!OZuzV3@U|>)(@mF|hjJ`7Y&;-O)VB{fyUha9L z*$njqQy7YAQPpHS(0>sRn=En!eyA=0H6p$~^}n{1#@8lDM;$ops^o@~qk4zkiF=>ttXpudEyZl5hGB;IN}SgQ6JAoA0q<&2RCT)Pl-9g`%q9 z;LO-Q`Vn8cBmCV(V!{3R05lxk)#ihQoQRn%pZspbc$R}YzdhgWg=1c3gDKsIGvZI@ za7!5sZ~KYRDI z>zR|N`lotVt3=}?+(H&L&}ZxTTw#_!6}6U8rX9_f@x z#!i(T{3ui_WImnTWY*bDwIyOM+>j2z&t1Ot_S87Z$G`C9)vtn_-4jbUa*vhaf(J|G zmQ_Bzkzvu%!SmVpEsTo0HZ6uLSdjwwXBVM&`XFUJ3*tA`Cb{7r9wZHJ&a9~WK2rs5 zW&#Gy{&6GMxCY!*<>_khw7lq_vV@ zCA_2;EpX)=E`BAOZ+y&BXi$d}2$gIl#ki39-#dgq4}No%MPT~W^F|>tE-j5s&oXGF z_!4;ay@n41sfZMRR_YZ9?n2^Y?JxyA4O-O_7z5$ElG_WQ+ird3lPCtIFpnV47L?{{{q$8f}K$0d0f^*jL3+9Q4zD*llM`-o_L-pcW;XiDH#kFZ7xQQKksUbk+_O04iHy@ zgg(Dd3|4f0#?CxE-&-OgBmzU)njfF(aWa2JPCSxm@90r9IHL9Fw43h;3;P}~=n}Qv zDeXi};neNcxie5bPT!rV=gQo*6M+W}O&zqg;d zFP(ofdRFr`%P(T$Iq5Uy(lE>n%5_LH{%<@YckoT$l7!2A214*#(}@dLEJGZtJT!l7 zSN`?zv!O$80W&T$2V2SHHlP|3!+&f6_4oI8__4fjo|NEr6Xyk%6DK2$LOPD4K*1Ba81uMHJM__x40aO0uP_p^f);1zpQGhS&3ct73P{r?Di4{)mc z|9_n0;GoPXW$(;VvN`siIrd6Kl5Db%kySQDl0;@^W=NupLP}BOSQROIX8fN=_x-8+ zbANxI|9!dc>s(E}->>m}KAw-!w5)r!FJq-ZrdO87l{E9UxeC!ynd+;{7v3E7*3qvF zb>(O3$I1TEUtkBgE5J_p0HdgKSpHt5mT&`7ha1-jcvuJdBe@1gegbu~I!cX8?>THl zTcwwm;z@IPxihrah`)4y$tKw=sX)sUiJ?ccL^9^}gaI%@r3x-#2TN`*Ba|bkISFz1 zXghlimykw}Xx681R>UNpREr2Q`?;3!o=>~wZeg7A#WcNikry!Zx_;zpv(i)xiX3$U z?bUjMPQgKKzwf3%UZ{`*aoNtJ!Gyc*L)WW&9j`CNm;9h!p zSiyLNK6&bsmGF+IL{*ZbR$73Vo^EBU^Fak$Tlxl(AkJ*ul=~uREJJ;%kH8Rq(?WeT z_#d3(zd`j>vnwrIvjPWFUJ_?^eT5TJB~ROE!_Ym}k4=nML-a%*`zdjH#)gX(l1s`) zw&A0u{IQX_Vg&pQs7EC1f_${&jWMQdqNa07Jzeo1ZXT&F|6hfC4s!N=c>>swOhAz) zOxwxc)n1xQ^y-JqrFVjp{5g~)AVyLI?GZQX`^zf6FIu))chU!*TCg%suu)DkJ)H%ewl9HbEWBZVov@b$81xz@s zMtD7@S~`;gcq~{vF`*oasaocB&lfl>No7{~OptMA6L0g@Z%EM~qj82R$jat`NpLjp zpLd+Ca&NR<1h35(@_UjAa9rPI7!etB_nP<}t>sC07a&%x@&hu`^w{Pg>7|BoJoPZm)(7A&1EY!wUa z=)mSfv~Ss-;TiW# zngI9;tw9Y$1rcrS0Z0kFQPIRTYtQ`WYUNf7MT8}vpGgq|(bj$ksj5oSa;W4vWZrE| zNeo^5Kc3!y9wQrefW5+PToE7l1RY5@Nq31Yt^zrF(LfCgAx)Xrdou@zYs6fJ7P9Wx zik+Q4cBKi6XP-gd)A^YLWf9J!>(m5IKyxY$XZbUmG# zQBR5H!K1_}tdL69z~X?`>taVePUI+GJmYNqBRE-4(-(xnoc=zjJ1a~D9s19oQGn`c z7;n_f1f<62(ERg%?3c9u{k#^)V2N(D_ZT(ak>N?d*0@paIx5w)HCwXrLVlO9WXSRV zF&6tzr+|Kdly`pc0f)mOu%TLf{n}M)*$?az*RaL7{Ni10x}Li5 zvK7elK@%$dNZD0x{rT!Xx#gJMsucX|*3UpW*@l1~vLCDiCSUeye@mMgB#jrgxMoC_ z*+=iL_5fLJu1vr`H0)rdz;Bgn_vYmdoJNagy*Y4Eu#J7%BY?4fkf^w zJ$hB;XmlI@*qF1H;!}N^L;L3t+KfhBODnuFTju9nb^UzH&+cNgTBScOLpKsAt|f>} z={Jq63SYlehmoP^naBjWt-`Jr_gV^h`V9IPs(<|YKY{XJpY>%BnKQ=K%a7X$g@H1` zgQt*7S#k65JV)X#Q3peYidzT0i7l97mp!xIleqlhw9HZ`=LO3o+WxZ9@K}J;+zMi#=kgx>xXog5f~`?;jpCFb8-UxJB@pi(bte~SixVxher9q zF zy}_jMBJPdCq9ZiZhMWsv{=&#!zdLGTp{)BC!uo4ReuBM-m=DnDu2E~eb?V{(7oI7M z*H;>;<27pMEehYgb#^RVd)rtfR`cN~*hth^{(SlT|7L*wJxgwi3hm|Y%Q!`f*FR1W zemA>CQWnF9?jRJ#w$3EXy5V}bg@t>sFG4-}6iA*^Jxb@s@PA@!0T~yUpo;2eSDGS8 zoYx237e^IqYg!JD%<+eHEzhUET*z1ya~&B%itA=cye@dr(;L8Jn{r@?^z*B5PU&M8 zt9rk`>`|(>pQBn}zjyb|OnV5>U*1MixNAT6+~K}y+k`q-92phBQqRW<^@EYoBzmDn;=y0{-LG5Ej~5TdEPEecw+0uQ zE)>~YXGwD&deL_BlNLP2kCatZ7;n!4Md3XAC`6D3!iW+~i-gvLtBL+R0{{KlK@WG! zz7Zm3%4iO5LtsPyfo)*hJ%hm|e)|}K1L&MIhEixYutDl)urG(So1_<32l~oHbUsgF ziYGE^f}!m~U+V*%CzI=AYdI$6AEIN+umpQ<5mDkDmFH(nt1s{dTY2lt)wO_zqbZb> zHL$|av!pOwer0Tr1AJl%DHN;?X%)FBeAMqq$(4A$ZkGGjuoS4=suKG5RS%vLu1UA9uq9Nzegq3PWjLT}tZgoO z5d8aT{r(Z$ccho=yFQAl7tRA2k;w;5z9b$7MqR}!xWIr>*z+8PaB5oGiSK+`O(A%c z0f5SQCEC)jnOY)?s;0lFGNEdSqN0!q(~0u>b1R;vHO>i=A{-n9=dWCfdTJtub~4r3 zuu$SYX>LUm7&*Dw6$c@`zUn$UtERkE;9{}@C?MO@lB-=^okIF0b2oMHhHA zJf4tVc-1BnvJ})){m( zc&`49(AEpp7+YGVqrZRafBuaBd`J}`e6>`*{0QV!?dKC@uK|xI^=ed>E-$`B!RNU= zU#7H=^4qd(|{n3yWbWTJ1sVp zxV+^Zv#fATN6*>!6Q4r_JGQ(v+@OHYZXxmsU=Xg);Taehc6$=1cn2inH%zdlg#5`EQ!}DRR+EPjc9x|#KUJ_ zV83E@9P0#BV&2^Q_qD1i_k_r(7u}ZESGQg(%Gj8b@kCcSHXg-QLk|7=XC}G8 z-qk7uzFu%sLq|@ZTx#)z1g8e+mqEXG6dGZz43~n4|H;4_0U-;p2sgryqE7!j^iR*0 z|16}xKA^j3@ODnGA=DR6!E>v#gMQy0*13TgtqIm7Uh?g~{^JI?>_3<~Dr1l$#q_o5 z3Q&vs6%a#sSQ8&Y{bXnDSnZXucszwiC-e02MW3MNHt0;p0TJwgJrNkhHz$u@(;G~L zC1OX!>;gDMMGuJVK9*mb?`yqrK7D-1K;U!8){zIg$KnotTR-0}#yUB+XDw(~pK;+j zgoen88~Y5&5<0pHgKc4$5{sC=b@c*iTtJFQs`t|9x!JbJBkv2S8ta@fc2<;^`_V5C zZ(lzaZk)OOf|c7?TwuR-Ka9=G<60JGQAJAm*c<*WC? zl!CjVaqbVE1YS7+9x3&rLsO5fKkx2z%KDTZF8C+~Ns$cIu-? zV?q5f30^=PRQrWB)`NqZiRngX^k=6x4=AhyE+4VJ>PtM!(CUkF zs~z*T7AT*;sH_}ODYvo}Ulso6CjRfwI8J00*Rk(dB2v8bcY>@d#FIYz0`ejP5y8~sAv}Wf`d6jG~Q!vo+JAg)Tp0} zEXI6~h~Siu7SKKmsT?XdDP||qZkpJ2Ke>5N;Tg%-0Eg3xO0ygie6`9S9UP|B*pyl* zB)L%XUpi@~r0<{x=T8L(PrqlU5-M@Rz5o7kaWzwH!}S?SUiW&lYGtJ#cxmWAPDN4~ z)8vvEKa6ckJv4MmG!ZQ9mvVZgYyRJq|sS9q>c)eX*bHAD17Rkp`-c z>u8f}7rfZxG$*b zhh#4A{Xw&R1DuwQy}-g`Tr2(anMmuN@DAR7P|a}yC!B;F729`Xe|@7hXd!YeLdJsE zea0-Vv(p&mX+POjV9q8vLnO1&YI*v~2SV8ZYvW{{sxl9rL}7(Z_^SvHPBGkhMcb1CmlR+K>0fI-c|nDGhk+P7;os|2MTj8+bZ7Rtr_0A(Z`2@ zXZFCam9D;egq4~)6n3E!G4g0<=Pz0VG)KiI-y%NLkieCg9cXN-`e8KbDw6X}syFKYkd#k2HG zXCwoZqQLllXt~v)xK|Yp+=ptn*ulY~RP%@kn zMsk~<6yV%ne-e%eJjB)(Nl^)@-6LLabiCpu9doB`6yCK2B_5_dN_~a?ULLqPZ~AsC zQ5m7B`6l|7_=L|zHc~sC9O=H#>5_sRq3(S3ssk9vFz&ooS}Hg-HN|EYT;P4TvHIfc zCn16p!nqTKHxpZRFe4aMq|rhPkX`Wh6b^4WZvO-PJB|nc4s~f-CVV&_0tnj$!eZL< ze;&#Ieh4|rs8aJ9a?q`v%nb#TAbRrxl1p=-Me!YRSG)IR-{bu06Tn+fczxBMRCWV1 zbH(!Ur=FZSVK?v-cQAYkw?YvAh4D4Tp+UcKy(ghXujCt5+&pdP&CrRF2;>kq&h+k2 zlOn?(;a$Booa~YmKj{W4dF2lNoLY1s+*v)`t%J5r6a10hiUzwZUtm)S_!`fJ z`qK5Y?KCyXRHymqO-=T5#`NM zTr;b_a1PY6pIMGCQ&uSaalT?bInabpCC4W_zP&Gh0cjrLpoZ@?J(+^~El zNx?$F4_GANcuDcdWq5$eroqD@X;pIW3>S0!3+#7`ic4?&=SC_R0(M8DH<}+OB_&%< zt)@*!z(hX>{DU_D@fGMvl-&0lhN<%G!2Jm+hB59$PmZ`2A)!|X+MX~Wk-Cm8^#`Kg zw2pgCO%1DX*@{nK?-wOY%5qa|-O5S|uX*gtaY~%@93jmR^Id*Lgkwgy@1ntBM8So0 zJ#E2dxeA4OxCPg*UD(x24N!_CG8bgfQosdYT$MY0`mGT&3kzkzn~Uv;vY>P4&V9aB z!a92$H*0ZmHEPwLC#O>Ju$32$-TCwGVC3j8m!$UlPzpshrME6#*|Pp9>od1EEKRjh zSo|<(a<J?5AZEiw8B5 zG9fl+Xa>zzeLg5ins%WHW*?$gm+XZo7grZO0`YqpcNtl1RHR6Vt+RSmz5Pm>nZPDb z^d@O!l$Nb}r4`AF0KH4f^326@<;_Ki~@wX063VdXroo7@e z{AI9Mgx7=I{$q>RMSV`)u)&i*s%+`A4hl%!8D`#Y<2Ug!S)Y3`fm})}L@I2dCZg_T z8V3e8*-G=%w$L&5ZHYpdT)-K4;*HBapTLa`l_orb)`=vv>uVvJ1!8Ok3zT;~2f}Sr4i&A{FCzpDBwfM!X%eNm3(tLv2h*TSu*#M>k+fH1zoNluL zJ4Mb!sJB#S%Mahu(GTq=sINnLJoODg9r{pniPxfz|EY&_@$T(Vw;Tv^asBzT!W~zA z5(~H7jHX|`Z`PU1<_$lzZdgni|M}qcXi)k#yLuX9veSe=SEUesU1*&Hn3Gl3_mHRl z=O$5abw_AuXh?n1MZ2$OK@5`EbR#@L)(ww+0#l zSLX=+Eo#B7+3iJ3r~r3IA^@!2a6(SCzkXKrJweRFkeI?DKVNg}HD_{pU^Qa|A(r2; ztlpIP$DQ8VV>!VIu{TouFf(jir?qn@C-Sep5T<2hJ}>>MJo{ta6_Kv4F7pEuCPZIs z@ug7f1QHAZdBI9E9R}+P@)jdjjgE@8FCNcpwvdPQ4b>a8m0(gjq1TJ|+WmZ;ZnNr} z?X{`H3>wZCvT2P-)C0Y4MPy+N*vi>#z-i;!X^k?W`&-sRMP^s|Q9twARUPd^y*$~pxv=ub!dV25W6$L|Q9sO!C%&pCcm-Gn4 z=)%k%_06yV@=P%lPHdrHiK+|A3myo>y4$qWEzqbKA=Y&N9~U}3dn-AT{@&*oU$XQa z4piy`vS!l-S&UGuO}V`Xi@%qU$$1EdzWKz~H4HL#|(B z3kmgApdSiS*Vew?`(UKXL8}4qA#d*CAES?ZAh~aK-m&iNlJ81_OR_qP=P1Uc`~3O{ zdnEt;`J|u#E|XU@oQb?ra@Hn{sDxNKI++NzyKUQnm<%>0vV#L$0!Cx&Lu z-rI5w>n5so*-{uE_sO2gdPeymJ27RJH3E5pbCIAnqi5lM}vJFW+f0wtRV= z`{~m%DzRL@oGJQ+xjxC+W_*H0|9Wa+v^dzV_er&X`m?ysQfyrvo4qr^bF319g}BSJ zWzB2m!(e7-Ept@DEr)(2m+H@I?7u(bP9YPUI#{&M5^e#&RDjp;NhOjhV!^-5c^q%a zkq2X)Jtq?SgP=thREuZYeBo1Vym!@~b-=4P!#F!&D4u7x4?bp7bvnXe7V*sAK)=P8=X1QaN;*L^=WM8u!y zdo0Iti9At{HKKpexq$QJr)o`jTdJM0`BTK>>NiS5F=2(r40-(Y%4!jOgbLWHDSGGe z)|f0rOpMIBbh^NEyGi7t%J{`=WnZH%Z&70P!{_%}PD#bLUvGt0G#_s2Dg%rks9LY& z**pop5al8LN9h%M6Oe<}9^qRBBSBD5*uyk_pwNI5Z{HofmMSuL^M76K+Zn9``C8s2 z>d^>&1A;E=-dgm5s4_i*0!atfU_6q37 zgbdYI$&8vVjW(`k1pQL{{Z-|({vO2?%dvC)?&Sm}(zTvXJET(+wGXFfS**MVvGwiU4}vnj zql^&|&fc@#*gGGIb0ZcC`GUS;t)%n(yNh!Ct387*26%W>Wm}9va*oKsxL<0Sa_$8f z9^su29H4l%mL`!3j&0Rgl_j|lV4RBqKHEW{0xhL1IKN4!Td z$xO$DUc0*+(kzC)60%2>nLm!78*9;tKYmV8+3Wh;hkEN|=Yql`@{?%kj}0wLOgRYT zx3@){z(?q&pO%27(Ud_TckC_*&t~2|ydCVfZ2I*vEoD}jjBS8w2dA%DrN7YA*uk@* z8g&%9T?ETg^t_{T4w7Y#kvBO~jLCLftb{)G0tLJ$k}FN*)u ztJ~sw$;rur-*}mSVF$kutU?Kx*7EoEiuB_1!dQ5_lf*86NagO@o+$QA{O@z}5B$%V z>jZeg%IaBU`VnMsKxgW@33dz9Fqgdv^j&o@5cW!g1P?#-9_7AqmMcHnw0c8LL)J@w z&GjRPN+fad7TPdo(1BT zLR&CFzEQ>0K#JX~;m+T>@qQ6Bg(uL%qh!`h{!+6h?XllM8(_0Uc|v!k&G2 zcPX$}&ZYJ05NpovJ!aowH<22bzr6q$pLWcgtgrS6fBd{N7#=*oE*m$uilUKN1OAEy zON2bgVWq!v{U6x7X)=_}=}m&~+>1e|3Iv9PPM8t1b!rpSD17O?({qQu`;5EiT4&;F zF}Q*_Uim!#Kb{}_6gMhIa}J2T`~W$L9@th}8`|4lf3gJaqZU;4FSBJW06Q(PKz~+$ z+0lDf-Ucr{6gt88dPP21u(Ky+g)@p<{Aa|W&tJ5(6}icbv7EgX_3ix0?sJ9q5Ayj> zDmX|s`PPl0P_1&jylNzrr+ek*4z#$0?;poGE{NJ$A|PfY16-9Fgh;56!4hC($u7`Q zA1cw_QgB_85}Y#9d#Zp(0aTkdnuJO+<+JFFEZEcS5fih`9D1P-T^xr+O*IK@OqFT^eWxwddr z$Pr)CS*p`PUe`sMSCXNMQU$|mHq$(FxO(MPV`FM#hX9qg2Wti3Kr>h|Jm$E(!1QO; z{NJA!ND+XjruPUx)`nWvr`Ju~Wrz)?Dv!5e{^kL);BFB0@_|R{Rz0({k2;KSh?gtn zw->@!=7yKEmbF~f&rT4&-280sF#F1&vXa|Zdc`w`T%RKDy5VIIa1(p#H82m2q)XfOs&zlV6efsF@%m}%()$Beetr@(|4_$B;t3hs zh{m2BHZgZR_`c(2d>6o!n_!aB2_|Dxu>xgo^}}{GIQsxLB}A1DvWSe+;vHF(wC(@I zr*Q0u#l^)hM%P}M&?DFw@bu2NU5Fw~BK_6& zw0a^J8e$04ORuJHH?3r;%?&dm!*m^=)smrf8M4W{eN{g?)L>ipqAP4Ai*|{pk?KCK z_adT5v^r<_ktIH^2J|Gcc~(0-Uru9;0u6Pi4i(Q^KWBpJm}4vyFSK)j zjKiCn>WKpPo)T91e=%kps(q7jjr~Yxmq03Au_2*yw!t_%?LB^moF%lK%SOiJ$Rd#h zadw#ub#C&)Yy9eLWkJBnn*!X(9 zd+}_{#Sv4NX`!BvJPE%eA^r~t$%N*JsC_i$X(j3{KpjL-BNBAiuk>GpTfWRR6c@i_ znppgmoZ`&S3J{7&5v|I~lC26zXFc$0b$$XHN^dU$LBhyLA`wjLwXN8@goyow4`B@U}5 zMt1rn?tZzuHC}drrlELFoQ0aMy`-aV=<_S?ekz8tz_0o3_x`a8|6G)zdUS;lH7&C_ zmEx1&4zXg%ckhaTE~V}#6VnkE`uqecvV&=XVkQ=a%E+frdnuMg^e?w5Dk^dVIzf3b zq5sLxr4Vq3Pg5h!x}Lpib@D>Z8DO!G&cec zgb_=qADcwyCg$$Tz>YPJ4iv*7_t^kbJ^^YcmVJM&ZREnIcldj#HHeCzHfN#_iti~H zMZCk1LD;4K?zO8Vf9%K591%_B1KrA1<+Yg8~N4Z(} zx(?83s)g)ec8%rivxNn$Jmf?EC*AxC8(y_tWc)DmG$zfY=lsdVw3Tsa#kVAR1xjQJ zZeDfqG5%acAVpunz<8`c1?iAIHBHKv_yEo+YdP}9eIJrf8aQa!Qed9j1v~_Au_NpE2q-qx6|M-?4qJ&t+n zspwU&d@a(6MnMNtlViOqQ5Q#wyQFY|C!34wjIqgOREareuXk^MU(+D!zhM1rVU_{7 zRCy=#TGL=0lnnSp7d{k__(%MszJCxwvb2Dz^kvEZ(lnPF44v`Vp8e;yMO9zoM5a3X z8cHkhcU%)N$iIC@dellm^%?_Zj-66HEfw;bMEQqQ zN7Z&~*vzHMY^u$N6JX2-7@Wu^FfO@Ho-`<5#5*tJJwhb?7IM-?@B-oayae<4}(jFVT0D;n9Bq0wHbZCe!DA2 z=s-H;+z(1Nd;b{O%(^^+Mr5;vzUQ?r_}BBSpv7v_pN?`#01}=+odp()HLSTHBw2AO zigHDb7$HNwGGCa_B1g|hd-k}2IOd^l?0p^c-R%SPIldbU=Ptf2OqveL-zUW29wK+Q zm-WafDBfh;pm}sFIhg}6t|aiiRDfY3JDv$%M|mUoqXrwFjAffq=xkRmhk}tDVv5uG zZN;+77uGX2-2GZcX>U@xJHo&HyR8sP;j0JG|;2S1b4IZhx zVzU!^%XXqYW(l@@w<$eqg#CSLMtnAwu}4PB?-MZ8hQ^i{@uYF&-BFjM?$b3PYc36@ zX{j%bQY46-tJ-3(X{0`*I6NDR$vJTj^B!M zJu<1EM}NBc*Sw&qan=acG>+m&M$USVcNMQMr-tS@_N1rNQQ;7W^B#~F`$V+g-C|)d ztA1c&<0}P+3yv8Hv0Z}DUObrlSf^)l$EGE);n9^bYd9d;zyct~VKTBQT(}v}mHhRE zjm0x~>_+_3!;vR0R$uw7-8Is177PnHb&P!W+|n4^y3>mo{MUkhK0Neg+H6>7>wl2? zaW8<6zdSwccz4jV40@YF>KG^bAsgBJ>rweA~C)^CLB^ie&i+}A(mc<$}+W( z=aC__yluS;Q}zOl8h7Ef2BxB2TuQGW71LyUlr45C9p`IwpxEkhEiiG6VAiWN+#FDs z5TE_*4{_loJaB3L{+UQqmwd40TJJ6PpGGlNKp!-TFB!YXzeds{>!-gKyi?O_K7Md_ zK<)1*{hvqv`@Q1-bUi@HbH$lg=)Mue9EM?U|NLcpQR{uf=u|FyH^aRbi4uNC! z?)Tq5v@ikYH#@YfsTNn72RE6kRC;Jp<>na2K`I^fL;`NE#fVTgr5GMokg8owOXj$9 z`%Dd!09UtC?h|VIierT>x0S_RI?0*SA8UF=Be%l|kRecKH-JN>UP!Q#GK6573vm>l zEr@5Zh4cKoIdya~@jnh8_?~=%Q(TgeFUh6~3VK?uv?SStY-xP%yDO4rbRirMV?rj) z1%FyiKJ%hSd`Rk_gGZ9f>lMQW5l3G&BFV|gz0w&usTMOYeQIiWE$sRy6!q6S{_CNZ za}m65g@0u}T^-Q0p5Hsk*1y*j*Vx(EL6PtLP|Cx8o&|fvc5F?E)}*1h-B?r5`%^8N z7=Pjw_ICBBkruxzei(tO3?oM#e`PK)bzA(73mv6xS@N$%k2{JmU9Nm67SAegP0CSb z*--Vi@A!MaHe*>Gwg(2Bk}YCcD!CqbO@vGfG3dV2vf^qd`e*lSop{THnF@>p3QA`RRp@5ta?`bRq7py6WKQ#B>DT5xGcHPX&B{V`zzcuO0xxDNqeo8g!bZaXM0XWPM410u77)R27g?) zj-i+&+|b!qKQrPH@jRea?4AjXH=&8XJfLit=Er3jqshkBi76-ZB}09(sn=&H|N?x6tcJoao z^-xk}VnBql84jIx9oe{ki=ZtG=*xSN&y#-7%+bW~X7m-@WF7`0W7AI9_I`aWYC-J6 zxj|#|nTkb*4;&c#hYJji7+)0g2^2A8_6Fw^fOM}5LUZt_l_5wsF2Z0s7$QY(_R;XN z+#pL2m)~aVDlW}5U-Yo+af$t__t&L?#_`6>Ofju@K4)Rb&Ef)vL?)C-tD9gcqC zu(q6u85u?MbjMCRmTs5PtcpdG~FI_3T-+~jbA5uifKz^O30`~0J z>fa`aHoSo8m)o49xK0&kGU?i=v1?sBcU>G6S_*B@fg>l-nT6Waw_Xaof?<0>Bq;=C zzIISMTzr5M24y#a!*NTZm-{|dIexRL3RqSpGc;SJE9RMTCfaOhFwCRv%rcrL zK@bsfD?8L2jEhcf&0!m*N1_gz*QOug=2=jy#;~EMt$s;OLcgK5?}Zs{;HJS@5tvX`_gNR1W3)i!6R2vm00~$#><0R{%O>f& z|DkdEg#l`no%2I2DA%L4zehOb5H|-py$A@78o;Rox9qGN$F+rIYV;Y8Ep+zv9lm{w zpxDlcx6rz|k%7)OB&(ZmTv&-wTN|xX*p2$f4e{TP(~TGJq}&77%yFBN(z-%4j-Nt* zA{5r2=8dg`(+i(QJ-o(PG^9OD6`!^B&Cp^<`7tHJgU$sT58YZxI(XQi20TWCZvqlS zFQEcq`U8}8PKZiy*CBNoyo8D<&hvcjtRr>l1tl||O=3FFW>Hbt_p%B#xh-{FK85Ls zpFdJ?ZxEU$E0gNCB?H#Gp?HlcG&{R+NBEx3v1Xrn_1iN0Bg#^APG)iOK68e2TQaZR zFq*yXJj}5i`Bx0|Z6ixmSn(&*{#U6g^i(BQG_1?KdJf+8Mmox;jVVkDPg658&ZN>@ zyLPP`a>@%>sp)cZ@o`eqP~*Hy=t*_DcO!GdEsDMR9Xq#eVbIPhZQ*wA|Ae8WQQ%u< z#1g!5Zs*8pr$p(-w}Yg`1#jtOY#aE$xhhzfWeEzWgH%o9Ig{&F`Ma=&2qRiKD8GfVbeDMXgcJDubA6z8XIZ>-=5r?}S2vtQJ? z;)y5M!Vnf|2#ZKWy9i82zP}{;vJXW4dSq~(!_9WZWaQPPj!_EDdz*lVS^<%_2rvg1 zLT?e!MF3bfK##Z0z@2`rcrlz$#$7RfZ}+j$kGDmSp4IQC!u{vr|JR2sMcl&pGmnRv z0pIgJb3sG+E%l7RfO@^=(QwjNw?ZEx6ciM&i-aTlcsUpD1XdeEwgYOJG#FD!j4&Kq zIEY{`HV+CcF-~rDPKzj+dn@^KU8}bx$Xp*+N>eu4aMn6o@~rFppqBq5r}5GYcRo-e zvw3~K4_sD#S9HIG(x_#_&OlzGhV{&TWns*1%f(j_L#Cf^yEN7H!TWYj4v3S(BJvM$ znXkqUi2P@JIMSlLE}VCXLu%4?eyUchs=Xr8&^0Zuq}~4{B!m&%@#YM6^fFItfTZd3 zQt)eqt-B$byNi>qGjVr*w@7~?MEjpNM6fW~l_iaxExa4NRfLq3yj`}J?7iE08G$fn zbCa{E-B;qAK|sXqAyf_Zf*L2`F)R}EP>zd7wXMYDW==E;U)GQh47faI_SZF`zqKpt z5c^19VUwyb!pB&w^!?%KDfL_3r8mftCySTR5wu4A_&3sOLx$ETV3)It0rdkPDHTg9 z1b}Ea`pyeeA7azED7GpGTf(;+%u@19$ts=x=$1=Bd$uqra0%e&ia;Rn+Bb={ZYZ5@wWN*qJG|>Ny?H%*-s+w~u$;<bcMU~s`Ggk|xLRbB7`*G;UFcn*Q#C*mL#1Bj0!8t!k?1fjEU7(a@`}o$e zV`;i)I`dLl(#)FzEtuLpGF=4c!gLrq2W;}q{9#z01*3XG8!}<`#9IFvtq%{??}O7u z@*V!$?ck~@;NjoUr%}^C)bm|N@1O0!fA$Uj1K;8O0oyeyR$&kblu!!ejak4!O9xM( zfWf_e!w3FvIH;RDh3ZB)z@P~H%h*G4EmxO6YeZ2p zPeEzzro#)D3K>`Ndlf&!7y|Rpdxusy!K1FQq7#8pKD7n7ViNv5z?-stho3UcpBvc zh&IsZed#L5pB?(LWsSY>2LHYZ&>46=CLIkGp9pqDDT?b0?&(tY=c>tj)Vlh^te`%f zt&-C`6R4;oL4Uy^ZKVC~PHJfN;pkTWT?!j~#i~eJt3aXuWH)IMCJAwX8(sro{)f3nh;pogU5?-NId21l|q3 zd7xWdweB1;gaV=-6Ti<^Q_IHAJO*q;e6UuwhbHxb&yZa~iqS&4~>9q*V`+PG5%4Ps0*=;^oDfI(nVN|Qb9 zgQz7(_WCo|2NBHekEEJHTftv(3V&=frFrj!Q3xmUX8W}{e$H+tcrtCJ%&_Zx)0+Qj zQW7l&q9fX0XkpDKyNt)CyU$CXDc-(lWRz-DVyuHF zn}MJxec9*?t+usNQhdi$?2!+VZ99;kn!>G>-f0uElh50sRZD;PFfVMo_rpI(3N^F~ zC#@V%S*p}KcZ)3r0*8yO_X5^`q=jp$BN;8pv=K;r^V2igT;bFWe)4#(ss}m2?>h`dkpm!8_y+m= zDdb^pEse=laEBmjfcQjjoC<{2*NiPtov+9}=Yh)Lx+!GABVb(G--fLYQVAun{(_5t z-vJY(a+_ne34J_j2i_l+>A5smV)CBOd|I~8M@CKw@>K%ht;I8Z9$)qKAwVhz2$?@h zgrUDF>1*4OA16=}C(cD_pRX5oeA0_kO70dNe4uk|=M!F*r5S7f_1^Ej`0L0;tDx{i zP$|~+w4%NH;j@r2eBc&5NInV0<8^Oz7rSzFlf9@4qKHKZ+N_f5(wwL-Su zs~cCJQ>^XRA1!(W%S$Dgv;~l^?;o8ufs2t%FgNxW?q65yqe)j`li*P;E~zODa;B7o z3#rTK8?aj?4+|Q;qWgHtac{P6Of#PRWk}G_2{KA@{t~Ua`6wrX2`qn=8r4-WN%fkMSNq`cu7U6B_QT8r zy(V;J^fgC|ndTsdhs_lC!d_A3AmM8i1L>7$<1B;k1PX8QBH&(2Q-denQdgi~Uz)4# zn{B;T6))5vZ_o@^gOm}l7xIY&-I#l8A>IBG;j7_~Ry)#2QQX=MeuF?CTvKxpXY>wS zd9?z5Q{WAqg6}RrJ?N47QTx&L4V{?-i{Cp!>IZnEnXT$WifKznl>NaivWeks>KB=S z1eNJ<{PpcPCa9-E(KL^?6$7S>kY7dJlj?-<#3{Hw~@)~ogV#evb9-NXh8XvW-7 z;o>S4`82M%*8=5_nAA&OedMQ#C~3a{4QcW7w7?Gf#-*@nrUy!}{4xoWm(DelUy7$L z;Jg<3IS3iNF;1%BLYS<!hUy!j@lY1T1A{XMo_3)= zH^UaGu_a(^TZARtkw`Q5bw-;mp0-ckM|-J<(RRk^uFO~sGEs$ccnQzlvwDTdC}Tcp z#Lkz1k3iV+-U6~#s)bBwFk7+$`b^k!nus6K?C8TG;*&2D-ZOSG(^It`b{b}T`4#5+ z43c>z1C`lljE=b}%Mk3X7p=EL@_~)#7>I%+qaujoAsl_So359ds+GpxPLV+wd4jET zIOE#fc4t$lio3mvU^(;I`FovHrZzf5_vaqbA1F7lFLNHQ%E!%Df|Tw$aiBhTo5g`i z6=LFOf^Gqp)*}W7amiZ3ujdu0zf1PG>99G6qGuo0ed71k@W`TKM}0~-d1hPpzg|2W zVE`(J-yWd7m67NSKZ5UQ(}W%Br_y$X%F$CuycKE(QGDo1e?zT3OZ-c2zfNzTeai;+Tldw(Z0#@9%FcPCmNV45!>=kCakMf`zy*7GenzG@icGmMLPW#4MG9mOc5lCN zDU)fDzs)?vPs2PP2WX7~clfH~|ZL@sg)^4J8W`<3%yw z87i{G){6+!sOQa!`I>25Dj3D0&ZA7{%)<%ZwJ$c~GnEG*r+kO``O)mx6u;{`zB>R- z*R0aL&Mu)s3WBZ}gW9+y&f=kGykLPbm)I+!G z-MR}Tu{p{7x99QGtY)X3vAx~8x05mro{-_b_5A45_3TF^2aifT{0WGrI%pp3!Qf5z z(i^jbLYDRV!c7Z`1)JB%$pB=1H+YO`^`xEyfk%2p4~-4AX)yRSbc5jC{0EzNb@0=X z*=s5dAv@n}wsuGuW9YWrTEj&JY|*P0>Q}^LLVRT8JL}K>Y50b*)QMinE-&<_(HL(l(>C zFPYBYk8vR2n-29R!&M)=WK?e>C@frCc7NriFd}*nZ761GV&qt^o-F%VYC_>xJ&pfA zP8qm45;Q!wX}b)jZ#BPmJ8P_?Qz-Fc|7uEBABV*L9ued7Q_292OO(rz(F~s7`Mz^!JR`S}2$z znFDKXhC5HGJfMEHvAwL=6Opw<@r@qu{r7jhW`^EWiO9^4-97n5;#l1T%#~zyCVzOZ zzXQs^#5ALKm(`n?Il!?!xW@Xw1mK{eI^t~7N!CUQsgM6kG@AoFNYPF(*pI&2=E zMR?#-#J@htUz`=^)PRhC>qz068{hs~xwpDF*zf6ZCmpsh7t)Kn2=yvu`fK_iU4kGrXeBw6vGAW zABQg9;^1JhOiK)_Gx>0ovF5P(p!jD*{lyfR#U65`s+U+*gi60VY4u7vC3VI04yE_> zL7u=3I@xF9lz`@%4O9tj7^h52!>jAZjLZA%bj(8{*TYV+zq=Ih(9`hF#+Cbt(@$ak zSvHT@5OV`7aCm=DJ1!Y!&T=YtA+|LjRJ`>32b!fQeA$z)MiqL$i{6->c05u1x$mkf zru^dzv$y_legTO#wn%v}xz|N-<`=@$g*4gGQ}NDA%OGM>X7AlVFK_QxU!M3wCwzCi z{*j9PA&R=TEE#K1SOZI?30VcFN7WZ*{84 zzZ<_3-n6&T$yM*Bx(VHWezDvA|LPhYpdr6fYk`)8#vjGDrO+k-?ejC@E9Z)O3Twf}j`Ya~UZpn6o&g=rRhhl)AE-p+3`~ z1t?=6nGQzQRAJu3P4CzlAFoKM2@c=V^m`jjSm3Z`q|BXMFd6q#k0qr6@C04Gz)QuB*`08ygDH-9lDhn{Z_T?fzZx$x>7)f=?A1*+#nc{!|-H7 zIs)|DGEx{r8{Kp%jsv-n%uZMon^Xgt_y_G^+)3{d{50Y>AiOTG7Vk?>Q#MMq_W-Nu zWOKSVlF}cOogw6$Y;W`tdKXPFip)Bdr=;OUUv&08b;D86`BSKSBxe-zft35weMa%V z@|*7gFzTnzN5wOGQ18Ih-1uMtxu=rE?gf2fhFF) z%Wm|jVF3NPfq|Q&^PT`ZJ#y`7^`TJ}qY%|!-f4-nLvy@~VC6Ni9F64Gwi$jLP}EXl zbnYLXk|}Y6WuadX8Vu>#0gz60<1+9uj6Kl!fiYQ+NN zV%&7;1!;}|6P*8pZHZ%#%!9?cT|2sxm*hAb<3Fhu){o~cC0%e3uQFtx zBhj6^t(8kiCar9$BNt}!IPKM!h3D5xEs>OC86Sm>iJ}))M~E(pbYZUu-phKtz+qd6 zmfbM_1Ojz7Y-Z42HUC(D81`GdJH{&i@LXuuqr{iAD90FQbl_Xy47~ipH2Lg&*KrX| zz<*rz-JNn%(Y&wk&u_>hlXXbrwVkKl8RI4=|Ep{PG^@L$du^|IjeB8^V0oi@vSXN+ zPe>0v6}5;$M7p*=9;I!MI9xYyoE}xZaK7B~fjC1qYVpm6xo`3X_rpPf#lVbJQc)2r zD;y^;vM??6Gx&8lJrT>>#=}xZdj>0j~4hj23{-mkxU)hMKAGv}eXgSYebMPx=8 zn3SeQEz`RQdQH=IoZ)_KnV{Yor~gWwa7$RJt9Sc24Ga8tw?#3vG!1sX@=v6jm6(^` zRzI4Fjpuca^3AkMAnxhjc+0*s(F!t(J8!5juSNWvLgqZN|=HxYx{2 znZu`2)v0OCq@h>$MW^xRNSt=NqW232VCLc;cSvO?2NXS;9A)50Yv>9{Y;p{x}Qx5l1c;CP6wMTZObftl=vnG1I-4I*Ku6_|6eYVKSMS^l|Io#XE z&&Sv7Y2qeUL|(d^(hJ(Y*D9JO`cv}eFH8@s@~*%Y)r4qYzdY&V@Q$wTt4+x4iA3y~ zC~rLHtjc#V+u(77ysX0Pjo&@WkF;S#ZRbk6s*Ep=%>JN#AqiHpSm-)=&IwrFjt^@hg<%WB&aJq8Nr<5RuUxx6IZp8n`z^?5@ zYf@8gsAFtotwruOJ>)UVpK`=blh+9^1~X8QXKIw+a|n9srufqz^^~cO1U(eMZ~>8O zgE4kfAz6aNs2fnQEfo}G&Vf9dc5xV}5;gJ@TrGaUj=R72LKjsE4e4kLJz`dQ_K|Ss zK3)AY*Qd8QuNb8(KZq;(s^O-~&dJcc^e*P8jdf$#+x-XSH|E$(#E%th&6Z@dg&E9g zV2?=gYO1j}D(Nc)oMv<#y<^dNknl3$-`bE0!q-*!v@3p<)wNjT-)c23ERc*y4C)ka zNeLag#&1PXAH>LKRK+6Wn#F0W#2UDQmGbc|v$%===npq=Y-*}$I>*}c)1ez65S*MI z`fRX*TjB}PYgh1RiisF#z-C6KI9w|OO?X9EpTmRlxSCVPB0%Si<*B)a4Q9Tg2VfLS z=}9!}y?giKV7kcosxI+J_;Fb?C5KA`Iu#lTC?S5#`CBcTeij|sN+I>{cD{h-pP@^Z znYbRG4-hLuoFAduAUN2(TAGgld)%*AZN*A0tt;9{08PadXWXES{KRjTr-a?_Rk ztJk0B%O^bkO4gzGVc;b5J(e^(%|&c!`3kY7V=#q-zl1t5 z5tAz>GQ0y7+9wmDSf0>gG?GZx;(Mj3(rEHeTW847eaT`&B5MpMWWegCCCRjRzF zZi3_;k-9j~9y6~b&!}gcLv{#{CaWJS=Y8{1tx+}9p$;PQPVZ$grJUXc6AxDy{ofH0 zUInT9n#71XNL3!nz7Wx-sP{Esk1PEG;z<<+jbT)$k{LH3h$y3AE^lOW|!4KJ%EuU!IRe(yYUn%;Yw>`fj|7 z?Z}U(OZ}_{riilaiusBAZFvEE-qLD`pbz=C=9+OP?9!m#%y@?u~7fRX*qFQ-|m$U!Prf zDFTuK45F5NPGEm>-4Y6yr&=-ww78P2FD=53fdse7{?H1RSa9RP^g>S2NQr<5Ph424 z{y7e;hJ-XRubVwm(`Wy3#c{33S+nKInIZ~m#thlecgvFT1!dhX=W3>xqb?e$6PCeixb$ew%zn>71ExK`_^gE*U_9w$x_PY=z+ zDFWlXRxZ6PNt{(4A=@qwYy98P9G7weCLZw%`FP*uOd6`A$EfY4FUb}fQx@c(d~9|X zz)VGEZRdi%$D!FzFKi=MY-R~>K=siR2loQlQ@?jYIGB6d8AJ$8D(K@!WnNEY1P@>D zN65cXP#4*N@FQlw<9)dyWJIk(!TN@x4lN^MxWf1HO+;9eRLPYpOy>BmzhIu7)x$jQ zQ<$+EUEAvmj>#1MKgK@9X7Ocse~w<8g8r%SJfm>ikR7H&LFp2!OgE86iqXiLXTrqC zbU9~qyUgZQt6)8!%ceTlD&!r;hMUcOCa5!v4d2<0L7(GDs4qZRlhd{az3{I@lhGhduv4ssaIZLalPX4hpuk>6EO z*j2N4Gw()=U?rurcXz(%vSg`^T9_X39Cjp%gz!A4kB+W#IN4s5CiUTW-P??jANcc$ zWxo~`7SP%~mr4-_4yF?i0pp&aKmEH0C;qj>SEsdU zPekU$#sFI=E)UuQfbeC5dxiRhX6bXhV=&6sOBArqfWnLj^OwyJ+I&iJ4t=ysC-~gn z%J98ug;P>H&r9cewdXNDq9$)+G}fJDJTH`SuUlK2z0CDfh&um0q9-URF~=(7bfKLM z2!;stPYCuGMB>!TQT#h*KTvFC0%QyCxeMQJ*Ujv9x(; z>K4|^Q}r@sOW)L#+eA0y^#6KcXf%wzoiFT~b_w{F@f~d#SbIIh>A;*fRgH<6S=!)^ ze1aKzv0brNegwP*9$avrY(Th72aLhwZ|kEMfL_Qja(S+DE_<=$inba%ey}T(cHxD` zqWGLdBZ>S$`0Ox&iyLV~>&bO~$3T_Yp^sf#JmL1#w^(?HW6pYvWU^^v-? z29{f<3HN0^Z&)>jBp?0@Z^i_q0w^x5y9)SI}cQebG| zQIk-Sg$hqf3On5#Dcna^m!7mR^rqkG;gHKD{a!_C-3ih=Hiw3d%k8dIr2IF+p;$YE z22su253`WLzU}O{2~KClk)YRgeOFUM=MVhJf5qW_B>_B6$!GEPRJLtvx?8*4v8_{> z$nC@UZ2d_WeM%9X-K!de15AP%42Ahx->;O#Iqc^0^6P|m_32;tubB>Cdph}yQ=cgR zy-wh4DibxYav(0^c*bwEB|0A4O$5RMEXXKmx%Q<}=s{m%^qoInx6Af#)v&2F@H-4N z*E)rQxi@oQj^lMHNF3S&j>%Ndi#kqm+7Mv4da28{mqiQ0Ia9^eE2d7MfE6t0gkkqc zqhND%tS;ny?qFjhk;t$#ztFJhVv|mTb?UEBL#Co(w7mOK_S?N}6_~r()ADB&UdL2k z12#38DCqsHNv@|vwCMCVjhQ{TY?Hve%xGe)>1niJY`+gwh)4W~&zeQ2mB9J(4p?^F3dXxlpcr}OjumB%bo}E3D#sKh;$OHr zAceWYX!{w{!z4jCSwKLL1DldfAhx!vx({5mgaMtOIHTRXhAm z@63QIom=CtqphuKE)Y8QR|`NoY0KhfP@Gr1=l7K2((+gR*b{r;Gcv8pZ)4P^vVEKL z6pTvuL?HmkIFHKS{OKjo0Y4teb>Tv<8*aF$B$S-BtVwT@>-{I7vn^nvjQF7G?d&?x2_ zy7@8Z?U~#cR{l_y%f~ zJPVimjC=Uv#IYUdh#c&!KVO&CP>BzXs=c2drW0roCYla?41J$C1e;$0K_?~f==l|m z7kaP^L(-WLtSTuNKx-fyPE@JoC$c5iRCCb?ynJ=mPJW3p6CnGQd#3e9SM@Ze&WQE@ zuG3FT1_Dsh1cXY$jRbJ^#Ii|d|BEVs<45@Ws>%LC`cDZ}Y=E?`#`9_fwFPbAis>;W;xridm{`Qho1Jh!q{%2xc8V}@=s_l3n_R%X1Q&o zS$)n%5@FqP8<#77yid!zzNZ${ntH)K8?<$|%k1ic2p{-em>3`TZWb=vkPx}ulXU8s zobt~W%i3?}|8p2e|)58=jZPn>KyPiwO^7h z@_bZYLx4h=4*KOSJX{w&w)zwoY0%$!W>%#SaxvV9&;-pIgT$?GBZ@97>?rKLOp-33(VQI} z9eqGg_qBjGDw5>;a`CgnUDzWh_J5XGEw#oro6We5zueVMRHF!-;NfOC*l=RRtFzrI z&|I;C#)M~jUHw1#m}0F2>i*FeQB+Z-!BUyVXyO7>qm@X;7vJqR7$_+yvgFVWBi$9w zCV5(qLrg@;&nZ~snVh(K>H!Ci$w+mZme4#mH&<-Xt4!#}##rn6T=Cn3_9kagLxbXL zkUq=-031vi23#jWJYRnkn6Np75IfBq{OXPW|jrh(wNBe z{M8?^@2{0J1(lA0p+aGAo_g<4j>@sz@_PAyec<1jXeKwx$H!*{xeJ7qWlnsa9#|K%tGIgo#?Kh ztgg^IccaGQaMEzLpGzKRzMP94u)IKdoQ`cYj3Rc;E9AYfTKV|q^wERE1k_H)0H&0tGU%xOv zSonu^KQ+xLM^+HmE!&iIz$Pa^;PT7N#j|G@Qk^56KoN@X@V0!)a$Uv(i0HJ%mB=5y zq^B2y05y!amZih)-QyR1?@C|VWr^xLR#-|I!64!~lA5(uiK`W|K)+urI3`JVe1 zPnUncSr2}FjSV-Omsmy%Japkojf_?n+=v7Q14dw#W$ViZzwh8{%m{ng2s&^BAYOk{ z;utmY$EcI%u*chOg&qh%*KL#M>zMSGFa~bjG_+5M2ww@8RS!QpL8Gi`7=1L~*6{jJ zp6xE_{%>Rk`rXi~kB0~MNgMV^{3q}2L!$~87~lL9Lg^n#4pp=msSOm>5kU!qJA#Q1 zWad`jG{GZtLJ2>x>D#tLJxC-Ao#;c9eGV%MU2M1d4r0fu>vt28xKF+StwKo;BcI32 zSNLf3kjQAp^8=@4Qd8bCzZTTvBrhLw?#PSg=TfOcP!?@L?mQ88D*d!Og*~*AR}dJY zx2TFtQ6DA6Dl-{yzcJ2cvL7fy;xjZm|LUgx2~@e1$c<9uad$_hfR@t+u`IZ%-`?S{ zXIz&7^LA?MOT*`ouuMIWMgBVuQ?uc+RW|Q`OdiY4@aKe5CC@_TVoNyMrZxR6fVQu} z8(z9OcHZ#AHQm_{#(MT+_?vVm^76MiN2OdvUiS7!Y3K3cZGaMx4|3>TH2tU zarcJ^fGC`<92zhZ_4iG?1HhG7HkwX?z57&8CE?QH!rG)F$sDkw<%13eqQk*M7)gSb zr;SJ(RZ?_%c6-Z*!^_rn^`%g=%O33WlwAtGlokTt7r=_?qCLC;|T23_54A{M}Fz;hjaKH8BuGB;>s9GBUqEOHi<#$I~ z$^xhBV5Ap@31S!EQ4M+*%wB3-F54ZxmcZdhXu#`-Q>RB31x0 z=DuxPHwD(!QG)a&l-7JvVPRph$;q>nmo1fv-+L&9I(41GKy3NqaRNbn1`UQ7?j1WP zBt8M&Ljr?Sb7CORX(b|CeK}M1{DLV8hRMXezR#Qm+CKa#xfl`>KF6O~X;(NImV_Ar zjSuJtzKsuOHS{Z@Gg4QNY@Z~#<_Mglnb(M{(Ts%Gd`aoG#p9AYf8X}sq{$BjSz=s$ zD7lHe6rOZF%vyr=DTf=tm5opuAc)cfNKwCSoC}GQM*xbsIojh5?8i?rTk{_*!gW-` zuYQn4i`tPUN|nJ&xE*y;vWSaRELU!>oRaP&Pq%1KJm*5biuROoY}=!7DMP70XImYW zl$2EJx8rHwouA-EhBN<%dkAtVw#8?C?W=p9C(1`uzuWrt>(+I>C)jIOMyQW{j!H#L z7}XT+F%IOgi_Mb5FRjyi2x=#Wm#qjlEFvc=+OBJA*i$H?balH zr{BQuqw|{(a`1KNlEq|mQqXK3gQ&;yt0wF-%Se)qGEA)OS{-M8$1E)3#l@7DBFj)p zO^5p+r~2h9RmtDc=`#~6>ysCAx%#|6E zK@8rXd||ownw82kl>FoakRM8^KqRMA7Jr5^*dz^6V3sgmmu(ID9M`i#87a{jJ5|yr ztZ49}TAy@0gSm+(RWa<1NkYJv?VL3C9wlsqh(EaWnIS7H%MJR!DV{&RSw{J+UK2Qd zx}i(hYVqHyj6Z~ABeZeB>n<3zO1P1zvhg^41i(plm4`eDy=As@K04@bX<5xa@g$YB zm3JS{hps|J+knF-U}Ix@PpTmG@b^Bvk6~)0YNnnGm*2gf;&>pbLnmOzl+&_M`ITVq zMI@UEc<#kUB(V>crcbRttwxvdya3n5-4Qx@pP3)tl*@+$A-2vgG3})u?%*HqJy1V` zjCfN5bcAm0)A?H6KF`VeLa%h$GKe6lf7tu`kvE$!t_@4f47@HIxb?F|y|sd|NI4?Z zpm>pDa=uF#lXb<&2WasPe(`Rh{jtf;>*ikqpc5OW3P(*fpAhp@b$K;e zF#k}>5=E7Cv-Aug2b-bm`)Ez#CJs6a?ZW-3F-OT!I+#$B&d*CcRGr)VUaLk(Ju(!1 zD*_LV2BXN87gw%d{3p=RFhQUp( z)`UCV_O^#9i6^=K2%CZbXdwHd5V~`9X?VE29|pSB5j)h%;RG>CN=ns~4Dj@uky!k% z$ixJLX+Tt%Ihkf=|K+Q{eXE?Dobj)H5VS^gma`3t&H4Pc!6t96cmhZ?lmi=`^QU-S z21LX+ZjIhK))zn-^}C`gxrmSME#1aVoQoSITkI`UP%hYW^pcVAU_zsLZwcSV;ks#W zO^-b|PD1H_=gyt9*B_rI>S=0fj$!s-R?b2YW%%&J23D8n-;N-HIY|cf^)i-<7qep_ z!pq(i@g?98epg>FD06z&jG3;)EYmQ7osJq~$2M|05ZI|2$wJN!-wwNAwbU7VD;64O z{a2^8(xi*Z@w}}PtHxth4)6TTjQ{~|k)Qt8*I!YH?A8*H-#vxOZC(Em{uW|*J)%9T z)5A1&Ngr+1yiw6C2xAAuWU7*&KQptb-2WUR>1%LCP$i$S3tfgm3m*Q9C%LuMJ`EjC zIIU!&AH55CE)QI3{PX1Wr=WlZkKKoI_h^zBb^6GvPXQA!@6tOWUCQwAa6TtSZU~d? zfOGrY;hzM~hzfE?N#{ITIi4?@c=ky(e4t7aZJ)mHf7%HDY{@+Zyk5x|!k$4CN>_Xu z2q!e8Oh05ZB>d1DZ$YI$8VXHwMAdD->Nwf`O+@=c7wb13qj19RPVVpFWJ7>pnr^{W z>VNq|uR~AHqdf~A9~d?{ian0^UQ~3l((HA*OWRrD*D-iw984gI)<~gi@oAVq_F#Nx zj`AB|KI0P;paXs59EJGbMtm^`92JAh5_4jgL7tCTlj=x1-@q~`Y8KvPc7o}-%5kCe zG-qk$yvvO!>SL+mJQY*4kk~9kewB2njCJP|f9plo2s*)7M3Q*6yMVA;$SH(49a@zQG1hf&2ovsM2LrJT~9{}foPXTE~5oYJp9IxO6A79&^V?Mf*^dW+D|*^pgm^L5lx?;cPg7?H4_MODO-h4d=EQwFH4T-;sl>;U^sGd290G4cHBL*`iC zcpD46^Q5R^5 z7{_qR;|&`yv((-U>+O^OU_5DrB=eA}sp^K+4gXP1J3t|zHT13b2uKHxhmZsEm z9oM2(oHWt#zl2Kp5}yU$6NH;Mp*4I_+2Cn%=bvLHqg>;G#`gff({Xi6+?fC zT$NV=BpL1Oo{}ZYV=tmYfaBwV<3qLWe!!|mk`Q=blbfXE4}LlZ+fuOKId9=Kk-hKP zk!y3g8GBK0cJQJeZ8J*vci1y~WS?O`zrUm>b(9btLl$K5_$h{jgyj)S5MlPyyWvmo zO3Eec+H1!HQF!%{z)Tw6%xIeXZs@UhE~P2+940jzJ~XktXEyw8%6gjz+`nl5Y*U|Y zP2HOxZ+h5@-a!))rCiUD3@``U>!fB5;SsbOTU?a7R8QjuUA#qs{Yk-sw-VZp+jP(X zC?pOkdFcYzliJAbn*Homy07keQRU@uN#$DeBjVPe_t&F)MaiCs&O7$&2-QMLO=OyV z-?=w9+kzS2phJu^GOZg>2IW8_r9$7D7KLHL;r;ot`5bo$duwwv)NSiNqMjF|3_Q1eyo{`hoKu8ezbcmp5@wWX|I4!&fHRd)RLyZICm&=DhJf?FUHT9S^DC1@5Q1%inyA8)~ft%OV%k1}_ZL$a9pa zr1ZW`&jn%uG*$|Rp|Dc5-KfB#A?6(!rq@zDT$Dmp34$VJDK;1c56FQ^&kb5@aW~A$ zOdX$$ua;xDQas7Hn#7La8<0-V>6K;7-AV0Au8BNnR_Wnf>h3T%mpug>y+o(wyuvw+ zR>wnbX#;bLovLHV5NM-*(Gq(yyXGmZ<5#biXBi#u9TnD>BIc%Lz1|ot=8rsU7BYmP z!$F?u)&ZE8v)Wi3oD|H|BNphdN%vLoFGi$y25y!5;;c06CjE{WUzalh`gVR*`*6a| z;AXu~s{Xa*hp^NBt$8yGw0F`A#6J<6re-Mwark9_!p z6@V|lG)CZZ6%3fN!`0}!Rn^$%lq0kj-0a*#v7HzCmYwsPbZtdSXFzfP)>&_<;89?; zTF(1?e^*uD*4M42amGMhmXQk&)@cO^djvlIK|BKc|F5C7{FRHq}EVgvG;Ll zp>u!MG=e`zli6)sB*m?VQs_rh@iPF~h-oFjv*nIeMMX$6b6!8Kht6=v(ngeI{uM>yq z>>kI>boP0aHo?N5NG@NRKi@$)kSQH*{N{ZOt~gwOg!#z7FCtcv#}yPB?(T^{>TyIe z433q#@ec@$v1%M?Bl-1hE6LH*OfU}m@DAxQj$yg*;eALCZ6uS=1c0&y2d`Kjr#Yx* zU0mzZdGc-utdz9}$Tfzz5ld34k#WAEKrvs$j8j}SJOp4C-OYo`uUSP#4_+I;$mMVYVy`mWoFQ_ZRu$~Yl zZB(i_3bS%db3yk{m2>L{Bn#MIEtOP|m;VgHd1;Fe4#^&^;0q=cjb<2{Nh`xg^$^=# z*aFs1^1W^-lzPO!4?Ik!Ha{2XpuaZ8s7d|)^^om+A7Wxc&83gEijiLjZ-JDaUJ$`& zU*sf6MdHT#mme+V?{HiuTPqVS*1{~g9WHinV;_thc3s(=P9d=Ag`0F-dJ*_UiBU8k@qJ+h!q(t7N|Qh^;KF{ zUj})>4Z3g^_!2ULe?R-kPZYjE;pET9RyamhtlvuZi8MhK%I{+rpJ?2yUkKRW$!IJ$ zEi%0jx=kH_Hsz>uZ--?*r%0E*q^Z(=Vm|b&T4EgW!pt$Az z>*rJxQj)lL!xTx_kYelf6QixwLzOnOo%h}B?cvH6j0?ZP=LhP3a$H$8Y0=>OA9t9tA zzR(W>9<0=yy1Yr0Yh(Ur3szL}v~yAi)snyVH2y4mHf*xp*Y%meXWyWbWswQ-$&CUI%SS#haptUF=W0M8fOkV$Ksw6*Ydf2J`Tb*UbCYy!6qJ-# z7uP6iV}4BGSXpp5FOmVcCnqJgfTsLCjUcngG$?*PQN z`?()OY|2oBtG1VS7r`{)p>1@R5(f;IAu4Z)^t?(_+Sfi$&xr%f@KO4dmYp0)i(8%~ zD{Xr@d9s!cffX5ujfp0)&fIvgO4r#FU!##9r61DfJ{9@oliuU(pO2+w;j;Jol=bb@ ze1x8o-$Pjj(_Pxz)UJh_t^dQzC~F9j^tBX!R~nwgDn@1MY{X5e*b2 zm$;$b=YD;JtBld+1wHRIZ)&J5of1j5;95|yMgl>tFj{~(pX0?Zh~c*^rS7AUoeJCa zqB8vbQKAfcok@m{9TQpwC%mc?0jMJ`d3R4sL92p z-~Qn2#J3iZ7WBEY110|~&lJ|2g|OG#^M{(Lgv*K@?z2u=R&sGHL$BDf4J zhDUYBe?QjJ(c|EfN6feh5eQ*U4PC(8^b5x6-|?GFvXzx2ow==IJV|OdQVU3@+S=8^ z#b?s!gYOLNA}pV+-fKw$NTJKX=E&cNWI6)VUWx>CDX-K=@)LIV%k{K(-hC}B>d&L{ z4F_gA{5>jJm+oXk@>B7$+@*Y?P+!eWFYoHclaz%cM&W-`_kShv2fq?IwH$imO*v>V zsH+u)M@2mx8R_~-Xzyv=Vk&~TOmyZ(xieTUIHHWZ^$R4ByJiJY4|9_*#||!qTkOQ%p7Tt*->FJ%F@u1#6!`{v$S=g)#xlO$O#OuRH+muSCS~DJ&lauxm4G{1fPLQzYn{EaDeZ~g$ku!;Pnk;G zd+5Qr%Pz_sLQdb>IJ^{#Ots5>+#AhaaMlqB-7&oTzdvaaR>W=mE*w!^hwglKNN12H z=!I$%g&-nOU$@D{1A^-0WVMh1Cq0? zPI};WDB#q>@wbwanuSX`+vPnSEmQOxS>o3({Cpb`&=Z?@{#+9f(?3J7$^pb~GU&rv z{o%vJG1VJGTrVZ|URgcQr)vA}efzf%@WR;1e}#!kWvIZcV7PGw0KTN+lQ6#r$$oIE z=nc-n&~CpP;3ROkA{=|AjlExfMDXV^0;REIb~%{em6;c@U3WSZ-{E_E&_T(Up}tk^ zczdt6AKE~O_Xwi@gQ#x4WSzdf$;73VE+G(&JBVjETmj+U-p;kS>2j;a*rFl9or7Em zdA$2lADg=l(c=@Li`4pFqKMsw{Hsg|hiWqV-zJ=H!T zzu_@IyT8lzUoRFXh8B2i0kae1z^f6CqxG8q#*A32A=opbiC_d2V`2_Npw%RkOM-+E zNW9;x200XPPbm>t3O%w<)#hFb;Ct3KUNHtvS*;kMx$lBtoW(qV91oz+a&wAldQA-l zlVRa@D{#I)S}W@L9FfXmK1f7I)bZb#YnIz-fy%S{)Rk|-f8xXDb1B@~r?UZr+doKa z<3bq&W@1x^OXXNVHu3h;r@B@7N$d#e!}r-*6oZ(JG7~hO%>)#gW?}>#^?&|?<_|lF zya3ON)p(KXo3TPL4GX7UER!R{!CU#SB|v^V!h_$Uy90H06Lcf8T}R)oKu zkVme2#e!PEeI|&x!oDG0AV82*=3KsgsXuTWG=4n;=9Dq;w6=;%ARnkkO)73^VZoH~ zoKH3_7`a*Y*xQQC#1PLX#35!+&{h84pNFUAfVOCemV0J7iRlZTT3H4OCloQyNl~`2 z^XG-GKD0 zP;V+foF@9adlF&oB|Iq>g*G%Yr%}5+c^2HStszxM7=~qOi|&8|^q>wQnc;;Sv+=|WN>l@g7mT2=?uk2)P{Uhmq|rb`;P9?Z(Xc74 znOm|htPr^J4jn`k+Y4GVuwijtq^aV*UvGJyF{>>1BELQKHvlS-Y6jLm)*w%F*Uf|z zt6gFt?N0Ei-Pw@*|9Z8#wb1EPtF1*wk)cb>589t_h9+e=*w`8nVL4J7ZeD2=9d~Aw z*iyAlP;le1cpF0^A*c37ck7u zo3E<`94N~mZk<6K^`HIBg0Dsc(fLR(B<6^Lhk2KK<=>oRh^>}^@S3Q}YIhM%esDH| z{{Otnh*5wC#3Jo1kDz{-)Xss#Y37UR$)iWvE}L{4+S78C08B7mfKr1{rO=v9GTsuF90a|+!ONA`_GxE4Mt;_ zmNVm|4LW#AAWzKG%(~R)Rr}z7-y%31DH?9P1G`m((!h9gni;8ovt`35dA{*iH5?Ay z-1MgUbsgBbDzLTrACsP-Lf#alZlXVmfZ&FlDA?VX>DFsG(m9ub#+sbJibyg-f$Qra zJag>#F|eoE1Qaz#DiB4<$e2FqSHk?~c3_H5h7FuY{G-|cGY{A`WF!mJemQaf`*}xF zP@TCN520tF;^9#a&0*mVXw?j#czQBo7Pu`(-|SUisXru1CnzHae`~b~6Sy85S2&#k z+$J8T<;+niRJE@ZSXG)Rg1cEB zdL-PEyQ^_9GBFfar7{fPK}vY_YHLGxL0ByN{m&fc-rKi|nm`3D8kAmk23{S<{#j)2 z2U3}~H$sP)MyhLJfKRQL=Pa|@KPk+A-KKonQpFnjPc^0Wi%h{IUNr{10kIdOV@}mZ ze1cxs%V$cm1`}Y(?fzZso8ZA=FCYYyFg9dlQMcH9u)E48Ac-k6c3!U(z$^(F-`uOYoYXHOi|aFs8c&=_BuJ0FSv~_ zuVwK`{CNa$36LV6CNPt#y@LNnqzi;iw;;PhBpwkGdFV@Px&M0BzrU^33VizXG!-ur zjN=wOVGL;nP6gG)k<*#SiZwXNym2e-wEiR_On+|K|2zi%%q32}d`N{hecKHN`2coEs+~L* zyzyPS29&#if6sgkj9X4}@p{0IuJt7>-R6OkSEB^u2Y4*-J7I9%4HH`g4_T(0>g zcn62WqiXPR#=rb0R6RzClFvdt-BE6@bCQ9%{%^R_pn_|s^9yG8`57z~m1Pjo18yT0 zD3Lha@2auW{2wRwCK}R4t02OUFyRT!f|%FtQ_8)i)}3W46>F4%30wxB5g`88<`0P9 zi|lWnq#PWU9#U@eYC}YK6khf#|MQo9U*Yx^yNBz*S+j=OySBbcZR7Wa?wW)9R}QIb%lojWyBVZ~apc{Qj-?8=N}jMZfKG=t6!Pu(%B7pmx-q zB44eZ8P4BJ&qLLQTZeIRCHU^!Blr)Wm$Lpjb*@ryyAVYiemEZp@JJqrZRtWvfE4kt zjFe}0=AB~hfn#S1`KKI}hYui6NOZbvdTT8^cc8+o*T#sptUT~=jIDS<{bi$DYzegl(h?w5HuohaB2Xzgw zAz~Zp%zbHQMBtM!m4Yqq2^?RS#(~b%9|UDXCaMy09dFBBxX6l zs+rWvQKoheUfNEZZE}UGgzv_zZu>o15LSu@QBS4ScQHfQ?BAdYeC+>t&$s{*yBoMH znb6PBXKQ{hRTz|?16$oBOTlA-py6Ezmlo;)z8dQEEp?f>?bF{BEB z#7zmh$T^4^GU7!CEWBC0@45e+n*Us!5mEd!5d@9>3@mJB+b^l-dkzbZDuVf_6QgXg z0vTxgp|R6~9|5@PH8b$S0wbzOZWb-{Myr@u+is5?DR|l)yO630G=H{wMre_0bVLSa zJZMTl3jLBZ;D)%76|*&|2`|ywe;+0R(l~JZOiZ=HM4z9+HGC#8F|o{T@7-le>Kork znC`x=a5l6vCni5lhp5=ZK}h#3BoO?(cNSTXFzViy&b;8cMJ)He79BolVKpeK_8yPC6 zB)w&x3E5;R7?|}!1#$b%ovmNqv`ol?6rhadp28xQf~mt9lZt1>WSzDjyR((3__bD$ zEE$l(?dDgY3<~$^-wXluQ^V{iHp=LbgJ#zE7UOIxad*xuSbi0I<}Y9uJj0Cr}}h$i>m+j#CVDz@uC z9=eD;J49|pTqRd(^_o*5YM12>skl70?#QKE-wRPU2W1MzW&}z9fdryyq0P~7_{K@m zNr1)>HMdx(4^!^BL9;yp=v!ND7+RA5@k!z1Le&BwAs_f%(!wYla%oC{YnP53lX#c{ z@R!vR0zuMSZ*>k*wB##*gDWFcj>ig751`bj^0k{ECLp|OY1wkasnFrM>*yu&d1kYN zEWuTNBvNbt0c{X<_(A#lr=|h8fY$DduZ=Dma&SP&qkE$seK-z_H1+0Oq zd$9d6o5fP&Ieu;{br7Rp;%MRPV>NMVo&0RVF4r z5)pk>&LnAS*B~;+w@M16OOa6W`Qf>1L49xhF0LLFzYw#k{~ulN9nWRo{*UKvzLhdk zk-b+GimWKIN5~FkXYajBkz~)zP_p;PEV6euSUNy2^20c60yNM{xqB%RmUL zc_eIgF1={H#ytTa3tAE>Sh{IF1hmfx+&|RH+Bk-`;M?O~FI8hn*?nD)=%tV=8A{$B z^NCl;#pxj>%ARfwnxk=#b$M!X5S=hG%|u2~dL+foWz$#K*uHx-%VLRbC8BRcT1SU0 z0TCV$2>!n(Vy45YdP3PZTb*QjX?RnuN7PTJ>emYmJ*ki-#@rLWI(!t&ve78J-Jf28 z&jq=}t}y4+`<|$Dv5gTISFOG;Tq{rP z(g#Gu#+nxKPzt-L>H^!zUW}8Dj*k9x=aoN$^M6gm$Dl$p)^V~Obp1Ixm3@X8j?-%! ztKjTKY*t1ld1}M+uHQe9d6V6k}xZ@0B2o(6WzHZbv(zeSz!>I{nVOH9xT3l? zcE4(JaRfU z)GSWGF)f%ofKXrG>Dpw5aeyS_uf>uuh zt4gJ4%)WO21jd2;ZEcVt)De7T{wN5*>M+bQQ01GLKYpP3^O|8`K-H8lZV2&Uw?$tv zmk}~Crslu)e^(Kgd>;iT#8^SDv>%T9$h_}dV<0g9hT{3{24>1Y#v28+gEq`FLN?30 z2m=U4Kr0QWW$D^ASKrOWp>`NU5X2_}h)nq)BH#)VRRaV4c|=u>SV zNv50aV%EUGzHYdk7tvQdt8X?|Rq8O`*Yv7cbQX|91MCvzz_P|h4fH9z!lL=tFOPUz z+`Of=^p0K})h&14JQS;!#mdVUNx=yHw+^S_!B#%RN{SPn{7iL8392ySD3W_)hFD&c z_r(fF;$Ot&&-d|n_TlNhWq zE5F$;eZGR^)(U}VVdi_WzAnfVFh-ruJHsaB)-`_Qrqg-KW%s8Md$yIIt7?wM9YlU; zO%m;%;)4^vu{5m0rk=+EBgjLt6*!7UJehVHHxcpPFR&=)2C|0rqQC(HeIj28^;wt$aTOolK9z+i zwP6k93h><&7<#lky=8ame>|%{|GGwmAuq=b&hk9pzCj}v4WEJxEXu57PuN21PQsFc zfw}h?V&$bxl~Y79DgiV$giwaGC}jlVK^(Y%DTQ>ld1%O5=vJixs&G}A1%j9WsLHBS zu~urdRof%t1(Yr1z=BmyFo04`Sk$IHek%zlQ0{g~l^#HgLdITm?#ZHyx+Y1(+HS`K z#l+Kk5NUU;&O)4R_k|($?5g(*BZ%VTe67)rA9kzM5>3j#lr6- z>n~#8yhSHh?(bJD>me7}*dzh_orW5*mlchLv?TYGi3o~}8y z*RJKJ0sRAjV>8r?Q?jIbWT9Kx{t;*nCZSnT=$5bW-_23xHj>ugQo{>x>OIU;C ztj+(~%F#@8qT(GDi&y6xR{(W6?uo(s0q#&~5`KhA$s?2-paq~(Z>#Sfi%Mqj*!@Lu zZvv*CHXPX4l|=ox)=aQi3#;ClT{w_m3xsz0w7!WJ4_J>@+(FV_!3*`O7%t)>3++w) z(k)CP({b9A0earg;(9k=7~cv}=s#vx`l@1=^eI7L2n_E01CE*v2Pi}khLi;?FSTs7 zPOSSdXRBCMPM_PRehJ0YX9(TctQY40gh|HZmr><~N?E_$6rZ)VA|^uCUHu0J-EA4| zxH%{MUlJ$1Dw*og)crY2@4`_@^3}b}hl!=fFc-knFv$G;P%J15j-1EeW<3`cWW1e! zJuK`m@PKo`#>7Rba3Sk!YgLo8UOq8UtKK95_< z^~FTc+|M*%aFc2GR!y;Vzz)2mVHPXdjMUr$d`JfPgYwgUNVfwN7g~WI@(F5kvD`*M zatYTuRj*t=x!cSRMv+IJ*MadxK+0B~HtBGTveoAy7RYmt9CM=;+I28;*IxNz!iW}z zP(Oj@`atA`S^mviw|L6!DJX%Mq(;NfpMbvbGrIQqz7{LdTixGxel#-C&G^z_&oHnCa`s5#*W9!)%z9xb7? zNST8@ZVUpW%W3tVhV8KeGT8z^8x9D3Rq2bR(NdI_m@~9_effGfXvsp%EsrPU&^Q#i z2SOsu0!E*)(}(;Qxl!@FHu~e$u82=}9N5(H0$!Fce?bU^$Il$fr+76xyo0DUzO+Ef zM=F?$4uns$Ax29}Y$06qcsA1F`g=xmmx@P^0xHYsm;S#b>E9nF{3X>l zXG8d7w-DO*t;OQ-MJ!(ae8prDCjAs3Z*c>G1FoCS(t6n;%0OY- zABjPZcDbt zO*T*cY9+BdjJ%t<(l*VDHoYvC_X|5mQmoa!{SwyMbm_3?e@-hrl>hptH4$GM_J$Tf z1g8L4;0AYB*bfDp`uM1k_AFq+>Z0ntQv9+qJCSLCK_bQZ2aN2gt}p7t8D$M&Xypcb z1omt*wbglk;p1yc>aJ+x|Y(3*o}Cmeobu zwpG32&8DZmn{)Tp|4&s;-(mS)r@9j0u=7%TU{ipQk+|9lRH(e;$hqqGQ<47gp=KuTE}uRj6~ z6S4$_U)!K)Q3Ti(aRWvn3AcUu7pv@GlYk(Z$o}69Hucw6<8uZ0W3}nc42^i;YoqDM zhLCI~@Sg|)qb4c9jAQ3Pcyk(5ro(N-RIEtU7%`*F4n2ke3~hX9QyMXs9d9uiD*>!` z5;PyMO7>E9)q57vpiyltn6#t$`vJo$;RO3D_dS&=K{wvP^@oU9q0ggY;F%p5HQBUl z@M=udhgjN8t-=%>IuUJDmL7HMT6U1nrzH4@{Zq)Dw8b4WV zFmzx*q_XhKw*ghD#^LPv*JT7l15r}vYzAOEu17u>VE93X94kUZJc)SW0;kQmcp>$7 z|M=&)zJ^cVCaC>}dI(S;L5xaqd@O)ysA}|dJStn=enI#oM5)p z_*Fp@H|v9*oHc7b-I^8P)*34878z}xWNllB#Oa~bP8Ss2BpuqfFJ=WMUI*Zo<6_)|2r#Psc%u~rlMb|I+ z!j>*U)UP#yIU%Q2V7Cxk_F}0bhNfr7;MR9&t(_! zUs}iFrBPg^uG<{cjvGRU1RqyDpC|aHjMdPYX(NkXfP%Msbo(y-ZEv07;r%)w4Q<=$ z2Bw!)3Ws)?TPq5Y`Sp>kK*IMyxpXDlfCT$*dZHv2 z?B|*FJU62duYCaXmRp#@Kj3TiuV&dAROVuCG)8ZAeBTC@T^q#W35uxJrKFHVo;I&>P1fz2_eJo4j}eb)+Xs zau(Svb&&MXZ1wc?933&}{e!2e7zpRYJX6`Jm{RzZco)N?G4DYjxwao}m!=q|H)s56 zVFRX{i~^Mii#KNy*ZJqSA`rY$`99L zznb~ELjG3|P`uf}>;bHdEQF&qW$5;}L0Tw{U zbnsopz{^T-j|K)pu=_(vuvZC#??DBd?kdagW4tEoi_l)6MAL$FjIjaJYZqU?=XZ^B zc>z1W>RBBlDMd%SJ|M|)z>)+&?!nju6C{%be$J|2J5RQk!acRGRe98{e7Uc$9~zmj zb_;)8YxLd|{W^F*O(@vgob6O{hQs9W{3chG`A5NHV9>|=q!3sO|Ae{i>myNYzXU0b ze+?Z!2O)&*LFPxy+|(^kWE;jyCYrBXgG^cgxmA#@BXNqrwOoJY= z8-y3}ITAH+rqtIrk4yE(wqC+i&q^X0kLY>ojE#HSQia^p_o~&Mo}569bEIV80#EQgyefD9wt-!w9NST;|039d#W z4SjL92s=#gKY~O0PQtkFgQ{71)qu6v!x2udl+wUNu7tD&2@fNwhHM2ML47bx^U-A< za(@Qj0`a+XObrbU3Y*5WU5N-AM+IXBlH?;`H-qGwtL*C=ZKLNJTac|(grW#5DE8v^ zPd6t05e44#MUE_7riQQ(48P&+#YKT}TnCY#+MC#BCFuE$)}1+x$;nA0piUJzEo(&> z$sP@zv~?p=l(mN~`uM0^e@EuZ!*_%EVFtK|wnHmpwO>6G_++Z1a&yF++N^Gz!-fA= z_xYX#+W6fTV2Anmoaj9z)0&{5lk)HQ{=JcXpuMz}f!&8(>5a~4Z9r{Fgi=Vz&G6Eh z2+y81M9J~CAclZ50&dEWkE`v8NEls_<%;qMX*aUD_o7YNzPMSV;@!RAxCSftCjeC` z_aFz1+GEW(lI6}#7!;UbJN)A$pEY^9nq}V>yapGQ@_F_@H`4hYANyQ^%g_}1;g05Y zV*Gu9q|kp<-0c0ZZF~63mF((6WcvJUI9z2n9aO1-tc&cwy8Xfh(C`&xl@O$79I6)}Dn|D?jLMRt-d{^Y#@6}Ae-cT8Uyo7fH zE$c`~OX-42->nQBuw4I$-p?|MoOUl+}T%!;I|y(Kic9Ior7vMUNx( zj_ra$6wS3R@ILI%H+I>#qJn=O0_U<+hk)pIW|4C2SZ0Y_A{MZh(;sPKj(&IzvE5MR zEsplmumpxfiD~cq$eBTDgtyVzV@vg=M&{mp1^qDmz!)(T>F{#gIWbdV70Y)hCaCWozsWoMIePv(21E>in9mc-F9$^2?_v{`LT(^|Tm? zPd@|SL&XxA9}S;6OFfTzNyMU@{uCfWiQB;!?h`*&dR$K?JP7lF-Z?z5ag4&<_@V#} zqcX)?HA)wdEOw+joXIhf3#%|o}sMhx+GK^%_Ga%f!czwN%Yb7yxyUp~&s z!ed@``!%gJY1>ZYN#G9@6Ity45OMY}lM0S71L$k9JY;xq^bSmQ%L>x;VnaDH`uwf#- zO(d(zZC;*i6k4;3Wwo$9!}M4PfRY6X3jL0L-mi>*2cIlkceckgu}L`YR{myEc5Cx9Bd{C_*BZiQ!z9 zIzLw1rNHh&!^!kXGQ>pQ-j82qa%?Kzw_qrCXy5)#tTpBVvwYByq8o?**n zG1HBTw{2GI-`4ZA{M{@5sgcJG5zQo4reZQD_;{p$0!b?L`w~v0!LPO#>F?=1M$~g& zmJJig@8XX7@k5<~bEO*4PiYMeU1=#oM8bj)nKwKmXEae-1mA&`24o#8Dz`fA)eIO& zIs~3zBn@b~{RRg_negWv@#J+Oe|SlC*2(Ar-*w)HNdsgD{{F_qWKzK3r| zzelb=n_Qp6Uvu4EfVg!?C=IP7*6bG5BU@Cc*4LhV203j)yXODaN9CQ@fEKoOqa37M z$gGWQ)8b!VnAyWDl*F>Yo7?otb$~BcgVv`WhwvGc>U`|)lU&*)z3Q#g>`(Hp!&8OD zXkG+>WNlEb8Tn&J28L{erk+6&?=@5&#NP&Z@hkz&9MHQ);S-|jyH)jjTP+F-xT4P> zC5>Ms6qtSVw*$v>NjRZy*k|*RIH%+S3{_VePy+KBJWA&EJ_=hyZ!r*>AefG}$o(2h zz?H_pgaYEULl=uf#ejX5;ot~%jID@5y|Azl*qwAxDI)Ujy=wy~p9O&QWJ9RK1g~tr zGT9aaVRG@@Hf8;Xt!n3foYt{|l)DeEwtR5A?W|1F^X!wN(2qy0a<6?wc(Evmdg`yZ z=fVPdE9t@YzpwspX~3(H5-pwpH|-H5P6Od}fK96sLZ(ZrDZYqBalWTM3a-<*#v5>x zI(Xa~L^^s84N-sGLt*arx7ShzaOoIDMEcrZo@04(=63tqeLdOj70W5`0{wX(W0f*~ zyx(i1SJDUq9mfUn+(LejZVA{MZjI2{8-g6hN`&~`zgc^f9y(9Vym(EqVs*0uACW;w zRV0^=XOumMP?H?ydc;7%V#M@gwliVKS2(j4Y2XktvQVC$w*PsDzK6ajY@ym;1Bc7n zjMtd<_Ez>chVI1BO|K=5*=g_MiwG;|QH~;($=*kYh=xRul5WzjupX8fODlzdJv${& zqW_GL$ld$<%t|HusQC?C+>E!8@ZW(Rk{!ag6}~DAlS7p;4X2jhTL&v6nR2VKzCz|} z2;Ai%Ik7Q+LvF1;iv0Bnt!tjFWuvxtdJ*L)AgeEF-Wq18m;y?D{cO%ap)Y3P5(RXF~=p1(EBmluEO zYn`61#}5h30)1Zy@=N3fZ#6SmDUfe}G{&n?paB*RQv)FeRvwR$A`D1lC^Whk$l#%O z9Vf!kRCuS`*!H&=+t#}~qjf58P8avS(Aw7UpZ?x72IB9DEU$yjp-vNy+yWk;a7L(h zW4@D)`Tdu-oW)4Iu?5bUQgE9hI9psF?&-gJ4ZMn*@L|i^!b<|GSem&QCj1y-&`l$o zS@hXC;MnZe$&qpE^Y5kg2W|ugqC@glcov(QKDP9FZ^;xEmG5`N{<5S26z8h<+`POg zIf@l+DsjPGp8eDRRxQ?-q7;QUBeS|7by5{^uB;4L{6b&Ahtmq{{DvIDl9NP2DB0Fl2mXS|5qZxI}v zBRSHw_7kW}iXcy z>vvya+%0-b7#ZPHU+=K`jIu&eH2cY%yVy^s={8aX$U|nrYFviqZ%8-z@1XqtCuqrd zP4(epLL%K==Te_=XPu`whp`VU_+v-l8n;rUmTsv}ks;kPH5SURg9S6^XtsNV-XHhC zs)kQ3{7$kkm+g-yIrS({fu5?EnV9mo!aqq1faAp8GHJAaeGw6$fdOi)Bp_zOMRgAN z$A{IogAmdA?7mw?20Re88Q(t7&-AzEO>kq>RkGRt+OdtG6vM;fdM!^ zwi))~qPr63YjPAQL|D*2esF$C*j{F0Vw35jy20dn^8An5uKhbNN=IvOh%LvfcQfy- z!VySv`Ho&sBAPSur9p;cMA!j-*1u0Htk|wH;SG*K}5R8~Sy%;RTo0=t~Ks z;7+5QE=6SDRobTL*0l>RMeOhn%3a46Z2=$yB=|~N6y3(A-Ww%aM7wwe0ixQAR2Oy} zQ0;I9O~H&Xv;NrF7<@hK0sQaie(9x1GFc2N9Fp{m*(Jp0f=LyM&6WOyJ8)B+1s{aP ztHAoCYRb%K_e`9x6am}t`FFM53+D2ALwkbs(2k@{_8bD&aG-iHk?c|J3v2KP1Ng+i z%a~KI)?%EVo{mmj?;Vn_F&)nad)%Sb;FCjjMsuNzeI>)o+&20VM<=N&SZEurGqA99RINBZXW{O(JyEbTr7e)5wUWG@a(**+ihcm@40Ed?F(xn`d;mvKm zhsz+G<(sVq|1BmP`qE8GS6yaB^XU-qYKfC`-`fOr3B~ZI9FlYAjG1nmU!Q`AS^B2s z66F@8{WCP~TzH+&N1$L+Vpb3|{%Pn(Iank2cIM^2UL`{WLPwDO#U%Ru3yD*0PwNi= zizDECAdwC^7Y&Y#z7`c%-Fk+^(IHt2R$6>O`_9bSkXPg{OaXSP-P%M$LRn98Q#rUk zWKL&Y>Phy#jcS})M5GHXkhP4FiK?jYA%)q;O9yeExo^@wY~T2Vi=6f`}DnyzUh$VcPJv zFCrM4Y;KC+fk5xB_aQg^Z2T0XlAVMq2ua)z_^X_jALdm)rxF&BAM&lC^1=AsvV;ct zjK3P(SJ@Nffem|BPUqjnl#kEsNi2Qzi)O%3I`4bf#+qBPHP;*fIc& zd@TZ#x_~XzbZZXg?LFv^Wga7yv|Mvbv~8J}wr?6T)WWQNcq=h!!Da%E({i0X=EW5R|&$EoO6rr zFPaPvUSqw~-+dC6@G@pm7nAz+6QPc`fja#@o9XCUy8qX?sRaa&1j#YQ==-gQh*)vA zI^vgRqDEe_cV9oSD7p4r*<2UFEcg0QYs~A711L?M61)T(Qr3usJ_CBh`7!yoBj!Cm zUdD2Z`)_M7=T^x*31Xo8%Sp?>pID#EH)Y{EGSa=-Ui#&6H0e+vEBT|zwlYwk%>x$E zTALhw@Nj@&Ip)x-_v`DfvPiEd0`KzEH?Q`vl%A{te?sZ2Pg%{pvkvkxWa2C3G2Q$6 zk_u4=7B$oluhJe2%gF9S41{?0WwR7Z zP0sH6Kq2vHKa$^6&W`G~z|bN!;-MJ7iBBot%4#T~nTeK3n=z_}}t>&B<5P znp#x(=qh`T@q+>M)%dY8C?-rNi*(-%1?LHT>lhawPxoB&-osX)7K}ek+^MG`&OKFQ zqDZmr8@6*u2;vtrCYvwhSqd|Q9BpOXwj)|M=wr-`Epq94UMnU$$lDFjoJ{o4g2~uH zk!iHfyG|RgBuESzvuSX#aBM%Uv3(sD7RKb#pquF;*_=+24mh)Buk=35dLdR$AKV1c zM}Po1Nw4{=@Mi>%k-HQFs~`sJ%v>Q{UTH_yKb2JZOkB7V<5#|JyDfp{4HQ~S()yl%hoxd4Cf^>PVPGnxyHZ;`6}^o%#YS1W9rz(L z@=k&eQ^y4Wh9fyN`*e5)&FK%mUSPyNIT*1t9He#EeO=>4H9{~t%R2fJM3x@Drteu3 z33mZoaMxd*BmR9=#xbXCYi`uK0NReGYN_t8{{y3n);FOpQ;9_ zTZ>#K{^`?BSIFMUN>BXCB4HI?R_{){;nZMv3sJx$G^CxI*PAwtY^O*Fsz zti!5HZb4B|uk?F>my=EUbLtzqfMCytOP5PG_otjB&=+v~#D}@Mv6$dQ$O0$Uq1 zwp~+wKfV%VvtN=BpP~2l2KT8o`lJRFb>@o2hS8J27-^0z66}1Ug-;5PZCgYKj>S}n>B@H*OppknNIPo zMJ(4Evk3T<&D)nfub2;VAb@YpYaYW&o`}8v5n4y|nKO!xe0#fTz=E|x(|v)cOQE%T z%(N&`k1U8!srR7juTPGQ--GV-E)@vTcp9|WPo3q`)dBgY)fYMcOplC8c38?a0O$Gx zFOQkgb4e;!aqyXVp}L()@?hft!4^*+P#l1Ou@89qs@scb_Vlx&DZZ`nl4C}!-pK=v z@P4gRdN)iBJfzPlG>0e`P3!w&uNWwgIYN@tG>A~60Fp}BX39-Unf;>H{w9c~ETohB z&oNu0_Jsv{D_9X5ylnuJW$&(cT*0c@-Sdr_$OE5PM8yYgL(9fpmtC4>1WHEneAkDU z8xUR2;)m_wA7K2R{?^DwRji@?Dzd0kXYBtDbu{!?9!$b@#)Pkp@_N%Z&{iq z3!t)P?gQtzn%4IMVaRhlpBSkLo;B?KO0?OAwqiV4!W+zUNa1)S;tT~k`cITvl`T~uu7gx`xnzgF3M+fy#;q3vOe~@asWz~$9j!hG z{;c=6d$vL{G{ZJb)L&%q&2Lt~Zi^?s5O{o*E1UOI{w4%9ptF7YHPWG;w zXPbq-#xXQ?L=oWQ;o()7UG?6ya> zM0y~cCMF{2yuv%{0dxfg?4+r#L~Woob0DB1`d9C^^jLl^HI;ya6ygP-bqT0}^n7uQ zmwNDZ;?2f~x2?x?{cW!5cj@*Y&h57YUD!*-OznVdFsA^nP|}0A;sGR%4?#e7H48VZ zdD=IO9kke#`H2m4z%y`L6_AHc1~<>6w@RsgNa6prB6Ar3JUI9)!Ad`RZ_llC2odJP zo4;0Pu$(&?GQBsx4w|=-u~IJum-&pCbfD5Izg1;TSe##UgC38`|1C~}SwLd&ueg$7 z*1sG|AH|b%Uu_UBQ81P87aiGH5Ds;U8YJJ=x6!?n;(Y^w#Jd&bdi2&Q7!wchMkh`fm`^g1Fd2=X89CFuL&4AWPxh< z(xZ?=vq&7$74+?ktT`8Ttj4Q{4XJ9)Ze2Wy*b*_3jJU|a(Vun5H0|umJt!V>P=1Xg zFel#@8IMC}I#UZ;pn;W#0vNi?B7*(lei-4_ueuhNP5V!T0D-Z|kh7@#`FQLF$Yw%H z-Y&vMdL*ljE9kLPfQ~NM)X|EWZyb%}=6tCC*qB<;3{^{|&Ad=<+Iy2%qfxDYsXxS! zM)8XpPxOe}C9@2y#LJ6v&z?V*FANGj6dGw8%#RCo_+G+usnozMB?LzpLH(~eXGc6O zr6^a3R?L0xuMjXq;}4mX?K8CwsVkDqE&N|fgk~W6#G`*9{*sPA<8e1@&7<-FP&#=+ z8JYdTdJKZM1*BN%o{+Q`hAxpZqi#*^55f^(9UGsTnOc0k?e3X8u&u3a2?`%3jiy2S z))=$0QiSv2<2TiP@2JMjeDjRw8AVIKcWUUlk@EaFDaQkmyd$lzxEs#FJeIJt8tm_V(5Zzp7ec05#{JirUoLlpYz4zq(SC)*%73X8u zXS@08&M)0X_jT~Pg$?&+u3jYHh^jUd^%oH6Q+5*`%GFlq?UBGterZN7m$LdIt7iLp zu_Ch7{9Q!Dv5%!coHORC7~jUe05&N*MLxRg zo?vw%PlsQF^9w3oLL+Cbkg+%A2oix3U$2<&I`4Vn&vkmplA^M}n-$JP-2ZUmKSanF zER?6&@?1M9iyjRCVH>@sE-JjiP`Ym2A3_1Jje03Y^h{!leulgWMd9RZZZv+ zuv^cY6Uf3oV_IhoIY{;m+u&JHA{Y#mq!y3}E{UvmF*}4;C|sC>IbrO>oS|Fi&lN6t zJ$HeI&$|7s>qsN}wgI!MM$Nw`L1+s_u<^bbCix}Gw%m4=1fk_N|JP1Aw6_926HxUm z;KyUwgEzrx`ILbLJb`azux)pGlEU|;gxtTJk3gi56u3owOQ~8J4Z~{HEP`h6^w1G1UZ@%++#V6f}sx!G#DK{2bu}S95`{OcaW&Q6jT_w1E;f9yT z@egFYICNzs+b3m!teRF(R?839;g?pRxVQ6ygrT-PPv}FNo42pICsR5QCwW=fTyqiK z&%65&kE*4mxTWy-=)86Y<3J||10X#oUhndU*w+b?7+vabbk*fQSI+OgSL-n>2W2A z7nNN-`JXkh9-`?V>M~^tVQyBuwcl6E~_R5*L}ov%OSC2q}tWqJv*KM{@CE{Dn<2c2lP6{cSjxq@8)vchNbZA zv-aB{kA)tx@Ola0dO^k$&YAO%wqW-BGByPTv2_3C4WZNlGG6VJn#{PPtJ>8(^2}c5 znX90n85xzsd{Bb#TV4+1`v~PtIE~99v)PJs=|tKCR^cDBR};3F5}0!h7QH>aPn|ha z4%oQE{cPnYol&`ufp?W*I&fAy7np4d>g{0Or4vL->~U})!8|l_a;=BsD&TVE63b;q zTV6~Ee9L=R(?(lz_{tyjb|<$UHtzCK7zZ9{$p%+XD6`X@V^wanmcLN3eUgE3r)N zdBWKC+8#e>DAX+J4F>A zr&GLWsM>GwG2XRXt^eWz;JW3Ts&CsJzQ5J|_5A76g37${3q5juA=eTw%(rD~;_PqC z8#u>o6|s$s)ypRLEKRs2S(E~uJA=P>Z19?NJFmGC^bZlWHQ$Z^s*t&P^F2ZPulWSn z!AS!btCM!|c@ek{eD>fheGEJ72tWaEZwP->>zC#R4sPjYjPC7LRTU%fxu7)myLD-?0IAN@?zE<$JJj6O70h z9}I#Dp51NoO)kqX)3C#zNy@K_RkIx6t%f5jfBq%p@-;Gw-zCttExZvi@ZKAY#t6*fE zAy2z;_wm*qN%M*0lcz&>*|_7vbujvw`$hPl5#kxD%%ouVyA)Z(2=@2fxsjvhao2ju zyAGDWq*u|jXmsi}oibKrT1rdyQ$H`iG#`9FJi2p@TR}c4Z)hIe!oFjM&laRF#^Ix! zagwEGn-FBD2|U$eQY&K?;hi%pD?GoVm%3`4XF85n#@`9rC)sOoGKVHcIl5x&Rh~jP zI&#S(l(+9}Hhoi8EQuqnBlAN#{ShetLR0j9~w(FY&<_ z4uNgxgo8$^WhrhzP7WAUkbl{OoC~p+eb1DqJT@T)XRQau5U7I$0V6`G$}iPBf(%z! zy4-7E)8hik1Oy4)%G<#}{rO~*kgXcD*8JuvjS? zUa4MJ=>M=}bm;+qVZ)oJN=)3`eWnrj9O;y~+3148Bez#{V1xP?+KY>)dxy6Kx-2PhN|Kkz1iwqujHME5CbTOuZYuumHjNi_tAHjBiBCA!Y54(n}Tbj zYOylfWT!ybpc0$OQJ!xoafO{YBZ}CrsdKzEDC8Fbrw!vlm?RUR!@qS@`;0}6tS6PAUxr=a<+Zf#4cUp7r?q-h&~2H_hS8R_9E+XTAM#n7i*-_yCm4ox~@!}6&$*COY*iHQnQ=t2q@ z?}&@)H+sWZA8J83KK@aw!g<^k7l{^%mIf1kAMtR`Tsk>0U^4t%!(ZH9$*z!f@7*=X zNFtz5IX{q9$-kxXO@pT)5ADCvRB)iFgJyThWY?ZaXp>OgpY1Mr?U-Y zskW}&ZXycS}WjJ%Nc3s&BLayV~dSMo0hb$2)Le+ z4YH@#7W%eFOigXwB12bxy|~4sk0as^u+-OJsq|iMX+lnL`262v;ImJ{?=VL=^)9f3 zry7iWT!0@#$^H7<;S~Q(b%r$v`=n)J!hycPL1NvE2l-Q`Cbn@O2vd_a1N0x*>7l}H zZ?4=g5}`$*ifI&AWPRxWWF0!7ikz4icLM|mS&6#ODR!qNCjs%-d!R4_crmw;(+2{+SS$9W0Dy!q z;^U=LO5e43;Zxt z5fJtgOv%@Whll526LQYzIdDwtwtp^9Ws;WBy$#Y&e9>*Df-g$oH1 z&*F8Kul`Yur`?T3!cZT2?qpT4I7zGtSBMzA&R6p2cM7O07C=fNU>}7Lw!0Q1g^`q? zKY?$ogelF=tfJ0Cobw#XM;*$lVab8)gJ9b)$=*Q?mc1S`vR|s820ws1nUOef7RZWi zLnc;_#eX`f5P1CKX&HbC(-hB`S`SXK)AYEiQlXe2(bAfqmm&vyW`ptb+b@%t)Zm@vbFVw)!MjqWY)$#c_Ya{Rjg-uN~nA+z@_RJ%(E$7zoim5EE` zasogVYVc|Zc5>bo2vnwfK-u~}wETimdF#6u!{)_-vhG+|WqDjMbaBF8*mO6K3*^-G z@F{H`c!N~RX)<(Q4M3l<{g{oAqBW#v09%-@686?dv|kONE+F5P!2 z75WO_e`&~<(7-E|6r>GOx>IXX5b7gH6564M>=zG3EX_sQ6Ul5W;ECtSiu!GW)fNHq zjv=sr^8^XCbQw_LSJY+#5NA-~{KfX1b&2mS{&3~!_=`F@32<{O&@eOK!$#wai;70> z$?BaS;&*4X1~K-H{DaGT+pBs%6AN+wy)t4JBh+}t=#6*I^eC~^VDYeR2b{+NGr8Z* z&oj~7DF*VhH9yLB>YU^)$@9f5ov;@O9=!1AdfH+I; zBXBf^lRoHJB?JBER>Jc~+5v*(syH|}I)4E7z17xf#<`=K(oCB35j6O{|p0rbnRC> zf%MEg66Bp&qdZs%M3lyLYn*4B@Rm3gY3SE^L#Xyi_qV(QK1h10c6+OMd)JS9@;G?j z{%96MO^>T2ghclCV=zu9&8;flk^W)&)AZk4P^W=|!~T--eBqT?l%IzQ8w-b!9woa@ z4B};|pl-s8vON)n_oc}e>*~Xyj<`yOG=~H1|GlH=K^)qwVK9?1uxi^ zZt6O3m~<_zGdT^D2#>dTu@6X>9Dtp~cYp)S1c~1TYll>V^;2)Hr#nLWm$}7OcIka% zZw9|*beU8ORha)PSJF>O{1wtAhuQhHS|*e%rrzpbs7OfsVUKn1nd4ID1)%rQp1OGL z6exrO_=zBDuste3PWyK}DSU|>qN0tlAYyL<)-qum&Bb&4^t`DI=$6$$7>>TdCm;?t zooo?%nLKizo@PdN9*H$;K%Nu@#tOx_$i)&WjJSk-c!77oS{>0&L*tHfxc~J?t6ND+ z{P<7Ng+^9id~(_|dvIdw?dC6gDS2VPsmO!9{OahvTTkllKBy8ty%5$}L5I=$9%use ziBYYj%db2ClriXQl{8SbkA;2qBYenwQ!X3Rw6q7L1yzgd965rI)Mfqp6D{Iy<3+ZU zx1W-G!VTxjN4i@YN7KL&?iePhj2mBSW_-(bkFBF{3-S#uRnn4WKb3!vB)|Ib?CjbD zYVG*bWspU{Rd$d!=##r$_3D+})62KHy)Q`IcYfVLPFy2HR|yI8?OJmB`TctUZQ;1K z6s{E6Xnr!+l=cjFGg6q;NEbb2P$?VIl(7@C;8k(+W43v=D#K9^-CIWc?Qw$WwC)g)Y>)kr|g&7(bwi57){a5Hs zy0$meF~6RYCcWHz0e2D~4aq_gOKka5l|*rJa{#HvWjqEetLVio!cOd_TPs(NEe!znA;QwaLj=3xf~0XV|6@UU&Bx-tkc>FA7=yD_;RzKHHdFQxy6ABj5k1_R>OQ{o6> zC_BzG-UMa+r;;(il5WvS#(a8JF?>;upnMHSd(~0Wd!|Fg+OIj9vT~<`PA}3)bysIU z_z=eTb1;4L!q*!JEzjIjL>ReX13U;(B->N%JdPeeaU^^V@2RcjKhwHY7Dn z<*{}o&1}Wo+|tHxFdEe{Pkg&@Bsl@&*_Wfq!e**|-&c46e_InDETPAu4Z7M%H~l6Z z@O)b?2z1W+F+9^DUfJD_H_z)0DY*SgyV#gOJay%%a+WgV2jj*{LE$mmVG#zqB263= zbOi(k8Mn}lO-*rSCe~QMdat0RMwD`mv3TDaX+MWGMNeA7y7=UhOj^=K(&FyI-r9`2 z%w3=P#vDjsIhakKa^}M2lzP(*O-)S!zpPh}DKeVs@egFqk`{kA8#>?0!LWMe72VJy zAccMhx#2Bfl<6~2b-3$zcvQ<~c*f)~BUihE7pPEikvXXPR@=7LBVu@@o$B5HHK0J@ zzyy#r5ZD|^VV`%M)-IsF$HK7 zft^2+vLt@{_RT>eAX&Y|lz947MI1Z)j=Fdv9mNF!2bPtJ$+%tKad*@ZaW69h7 z$GAWtR=CRPx8@I`+k!8}HF(-gh|+Yu>{K4c_KBRbSQ?J-i;T30dY+Qj#UGkvd-Gyw zc-skq5Mh!*t7TB84lUjQgTvyo)RK_@yezcOA6=GQ82l znl<2&q=KDjz$C>riwl698dc<8jshbfzR`OWl;BcoSdq&T#hqoL2F=7s@@5FV68LEL ze*{a;`&G{`1}W6Td{b>i+j&Rg(QV_VBy0-XovUm`{0v0<_cHLT<02y#GvwNa?Yg2r zeSre!6qTwuu8^&#*HL7Fr_uUg;!Su&#H%Kb+so1=qX0dTAx6DlmZHJD-3d@!+|7w$J;cNX*L;J6RTk_^ zPwk)acr5Jx`u^8LP5$TtJl3obf@?;W_$&ACsSRF#DG-%f_a#{|l2NN0KPbrAzYpcfmf;Un_PNZ7_4;-$f`z69YG4 zCBx1TEtcQSTSP>p%b{gDl|)3!JMrRAoThDix7yJ=`}+oMk*sT*n>8N(Zc*{^K|oZS z$>y?<0D+VInZoG}Yq!u=oH&PT?A+fvlm)Olu-G1Sf?bnLGYjA90K8X)k1#Dcf1b1S zoU!m+u_t&M6x8M!zX~Xy`}%-p&CPSyjEKzPoEA)fJ_G>yd~Ec{f(;ZAhRzAoJjNQ3>*DcSZ7s%8bi2i&bfGY}t?McE-iLDOXe zZQ}>PQ_i4qY|N0Hkkbq{fT+}uB*=b@DPrxg|5gD+_8Lw@hnI%W51^CTsJ!w;SLvSB ziBqj1tiy#yNqcbhHbG**53oL+02bWf0f0*6Fy%BqdY zL3C(+9hO3())W6HwRi3;l)tf9W2SlF7aSbH*7Avy;ySk;8h!3zWQBw)??q{@ssaf-)iX z!1*d6T!kmhRjKfq`|ndaf!2sTVdBr>_CRMi=QG>gd&3@2J}cmyZkQu}{?vaAni>Ps z>`S=!KVY6>V_%w`?;<u4 zQ^$p~hoOk;xK2j}_($W#f7j59Z;I~ULwK6T@f;=bQQ#5VYZ1}>NfzrHV&maZ4VUP< z`D<4HGUDM(1G}X0bD_Z%Sl;)q#wAHS`hR?V2RN1S`+kli2c>hAnY}_r30dh_nF+}r zWrULK5pk^S8A%ZtMM-w{C^91}gsc#miBR%?-uCzV`~82{;_&*%9(&;8u@ z{ba16Q4==80HkieOT=^hz!@~(qUFxT2=T&1v^o&Y6=gq+=k&Ac}>@9Yl)DC)5K|+gLNTanA@^da7%SI5TUQVx&$-} z$%BnnQp+S{F?c_;#y#Wko2vMjgoH3>6)DH9_EX6xo}Jzvi6~Olj7jp;AR}{o{9&zD zLgcKy-wnrL_WjGN6iVt5CsD-PV7Kgv&QY^Y;FDDqp9#v>WNFaDG;A_v6VwLz2tsm2@{7pWwT39h*FozE?F=H=d(M+yrmzp($*_E2_}M$X<~U(j z1%kX6V$gRF008%(y+xKYCWQDS;^zGHSg0gt*8pTav))7cT7ZTUIAVp59Xqxv`U%R7 z%MW*DX8Pxi5)?lY>xIQw(++I}_LCgk_tnPZ#FbfE!ATr$mtx*cl=tkqo6-QCJBjcEd^# zEx)3?0D+M}j8QIyS+D(v4}B65U=a6}F)}&(VtjIcCS&_C9UA{0Rh@i!#e%1l*|t;8 zs`^-F(|)28MWJz=SSn+B>yB@cbE2*65}rcewyAJb+Du(XiTE-U7&MZb@j+okd_xT~ z0_0?vkT=tTXgyw)qJdIHOmjsrM)2g;2aa%kg=4=K7SgsTM}Td?tI;1`b)MWc^|-ID zo@q$hyvmc*Aji$b<7nSyQ-1qxL++`@SR?LXE5DvDg#RY$G7(>6*=@)j7k-wLD$)R< z+YfTTkqRa7&(o1%GQC0%h&qhbdB@&Jw!CBHwjYPPpKbU=agVxc2DB0T(9d*CvtC!}({jFKqZ17#>bRuOKrGp4?moS0`%RpB7=8(>RS zA;%m&j-yn@$&LrenPb`Fi=O4uv5D_>F39*s-I8H z+wygs7MGXYef%t5({7Gy6tAgC;@Vk>-F4_}C|+3j42O}`O$=G+sT4^f)gy6v4aB4| zNeOukB(ZZ_M!E|uj|0u8)ZU4&YtEr9Bj+LOmxZC&Y9llZKl*_`OVcdbx=ImAtJK9a zX-*5*m}eE19&>-5xZLZqv%eiT&G8zfzzfYOR|AOo5U4WYRM&=+z$`oi6QlQlVRk^7 zzBf8iSrM{w(czb>Gq^H1!A^7FL*>7MiQAmCg>>daXbBFuWESE%hr_TSCvOIEz1;ql zjnzRseDO?S_&Su;>a|AKDECGc=c60^&M7QIks)Vi$8SlgAZ)Lypsc_i6M#6#P2>w`3*4p<2!xQjBNr(ix}NE!S4s3M>v$mqN> z8J5}%sq*jQ@eW5?^`6*&`My|~fjQ)TeS6qSoKcC5tP1eRZ2barwrD;N_asfRa8*Hy z-EsF>-5t}$-h3aifDUa;ars5XK#Gai?b;P+OE$T5!d+^EG7n&3y%H;`!Jv`C7-6d} zE3428q?SiS?0KBTi?)Wsy`_n6Qv1m?QKV*K0);5^HL0CD;j^G6)2z-K&t(j8_;DTZ3o6!tF) zTeZ?H^7Y?`+2#!PhjUbYxYfe=hq&PFB47R7tm$Wy^q?s(uzN4V`?mr2*EBd{;^PA$ zHKGEsLBO|~{cPKy({dpM!X%y#OBLV<)TL2y(V*Op{&3TK83pgFAK55VN|`?$9C?$$ zvp!guGK2)`G**-_3p>$1VB+2{5(^8#3n$1xA1qt*J_?zUAs~qLGqc?t#ACylS7uV^ z(vftG6!h(~?{QQ|>)-- zc zHt0GIzt?88rh3+TxLB*?eiMGoH9soD+($79iQ>ktR~{90lwC9%4nt zLtXezm|s&7ed1u4)AiU!y(0E6*&qN)y3(O1q@{RP`;*XgvvoG26kbmxFV{mRrrsDz z*5akuxoCyVBEKv6_#_lM%uQAaLEdcs^0>$J31C2P7Ex$joZ|WiBV0Uv9^`V8X@1^% zJc~=1FWik?WJHef@uSu34A>PyyG3Y>4@7Wm{iF8lNuePsKXb`l*G%P;Ut4M91NGRD zl`F|eA)d>b6HzqP+-sH2GZ?gh$jN8?MbgOQf|z()8v6bO_C zMX~B6g%>#$qhci<08ecqh}M))+j{ZdJ)e4&O>>U9&=6t8GVVbSq*PBn1HJAuCPvp? zn`U+nVVf@pDLhJ?n3~Gi+4As;5(;F_r`VyT!v?5QSF#F!;zOh3&-G6T$4G8|Tr$(` z*LyT@?n=1ZxK_7|7a60Bx4t!5+}HK2B>(vn_rCst* zuM6Xj=IBmd{N|`7Y-94M54gMX=`X}9LbgV3$v;tGx&&40y};6hNPKb_*W2Puv3Jl{ z%t=DJaT-ilD~OMaClL6h5!$7EZ^$r!Ppr!Hw;Q)*C&i&X5+QF}wu5^sJL7rX$~ z77nT@5$R0mHD;SsmX3?*(nJ#YRegXtOPg_@z67zmOG!6L_5v?Un_{(^iurlFT*DG_ zj#CkMIB>#Ut{%We7##4yEf?F5FaWE&bd!0%7vMCWVC!fgls$7y=iF_p&DiUZm*l0~ zMNAD{Y(n3ZfSpnCHW(BenJq;s;1ZcRaimjU{gR0{nc4a|y~2(6BZ-u;`-m%+&0j0_ z^1(kFod9_g)VU?cjO`m_Iy39EhUD=LRadLmXn^XJ#Ua#I74&UAK9~5DiHXm%!k?M_ z0d@Rhx$u{Z#Tr;9rbsAEv?(xP4|o5V>RWPkO^2()FCqw*v@rykPa6P`2`zFDnseQZ z8lDl{yPMNrLgM)Kt80&B&#~>g2f`f22E`^Zngg zZLRyqYZ71h@5$od^jU42EO!3xl0%v_)`AvP&OVW}tI0GSJ@L3-;raLL;wiT^)3@W@ zCa3t$$?9xwbc+RS8wC=?*Hm1RCd9`X_9`A&p3sqklRe{A#mP`SCvK==Rx_D|>(O2D zT`*tsJb-`tpvu3q+$tt5^GrM0$BHVs(GcChYeW-@a174AcrP7ZlqU@w(1#gs+r03M z4qW7M$zCnmtQ4oIw6@^gmh-dMV952qbFrpQ4R^k(E!mOTFRQWheS6J3R$LecN3z6K z%ZsbNC*Q0ZoU{{&ZQ#13uN9_{8+X}12|or|o1qBjb2i7;Y;DDnr|Id%MP&-*R9XQF zw-O5&VccKg7kRDu*rRH(>w&4#fuSL{KvxwEBP+KhSy}N)Jf}~e?!$FivYl?&T}Zh2 zc;MR3kYv=5-F__TD(Js3aglYo&Ceew6y6N33Rb{#^wXEuG*3J*Hfu;SVf?C?#y#^% zd&cb;8^OR=Tj=I9$Q>JD8(b*6Yutnkz)k5kk&!o#R&coK!!_xr@K#M-y~-mO^MLcN z+&gx5mQa-SEiPI1%@+B^$AAxXN1cIwHtjJ&^L1UBGu=zj3(JRAPspT?W4J;IQ0e=w zOkYvkiod)KKM6{jv zjcXN-z%ut8X#d2jbpxhecd1oQI{!=y;Lm+*tfQOnz3zmNO$kwu-Ns>8s@ttYW7eR- z^fFs3`|e@W*n=TY;0^7D@}3}OWzx}87H@&EP!n!9*y_VzXGi~IR{NePOc@bk9k9V zhN{WrtaQ2l1D4rqH#06#ik?<{BJ@yU_xDStRkwsY+B|nxc${$(T3s*I@IK3uig&dq zHc94tB}7hSaCiq=v##f>hr!#xHn{0m2@ZugK?=L<8Z7Iu=M5KYl;T>RZIEbfyVAu| z-(8a5lnnc{`NyBNPkEp>%fxSx+_FnH#eD33Sz;U)Zq} zU2|kkXtAZaOa%f7Eckjx0`ZdCCM|^Qz1D4*k;}ZW>mVbe@$DDGZliT|c#wDPlVqxm0a3sg-mxYz>^LN*k;pAS{s3&l)B z3_P4a2yF<4MUH;yP%#eM_gAQK=s^zh!oE`%N>$z(<48h!Y7Jt+^KSdg)&-YEN?3%o3BWt*v3;oM*;N$O0Q{`dcUhEnvz!!tA7}3IC7~^dqrO zvq3|PD`!U6zH*^7U9>KPQ58RJhnS`+pPHj&l1u}@RWc;JUBG0H@i5VG%O}$i8K0?1 zvz}6|y92A-y#4l3$(UgIz19|xL5PtB-gu*VIp1hahHd6tU2<=LvWA4i3SBHY`Vl`# zeLc0#%VjLJajS8Sb+-<^C#ue3&1WPi^Wx48l2#y}g zE1L*IosLy!i90>k&5la}0=AcJ!i#(1FZ>NIVuD?t-}nQg@T;5$6xOhTKdG1eFlEVm zf=#?USxB9!&y4B~nU)WSYK1^XWz6nuNhz8fiDWK>Mlxiw^;@|X-DdN>C}C@^K|#n( zvyaIlbD*sW3H+&XIoi|rkv=AMi8LwDXNrexTJm`>iy|^A+fwz)gOgG4{ zB{emk)GKnZec6+b(~>1nc`;IUHa;Gloilk11u_?sD-&*)J7`J zF_DUk^~)3@ezL}alvz7;z47JWrbHbzMiW0qZr!riE+XnFVNS0imAuxz=Q37TtaWb( zHh9biHPQSP!BYzz#4DQ7;o=l+@{GH~jV$F1Xzy4HeT62&Q@N*rBR?T|FZ54N~T9a zF5~0l7c0f9O&b`gN&pUcB=%K|iavx@J^h1tVY8@a;aEtTQcZOJpK#_uL$v906qq0> z<+Fftt>xA`7n4xMEX{xN(wk1?ym?z(qjiab=0{-no7f*y&VXA~R8pd?Jz6@Zi9)Ka zdx;6G5WBU6G0lt%33{eE0c(f?SJKPwf+Ul$Wyn3!n|3l(pMfZD^E54@_*7E?^!4h* zh#=f@QGN(1jD6Mn%{q{V3Qc2)*p*$ki^ z&pl3XIc_%^L{@yMj~otFfdZT|jX%s%l4tLxwHn6<5(`y-rh@$MCCLbtlp0rmzQXFw z<_)TGu*=qHjA}OppHE~YR1C?!Ti?)}C6B~uXCz@hLg4$+90EgVy3p(+tNN#~tw`og zHeSVX$ubrLVBo5gt6#9ZmyQuexBG$7HlF4Qu-&cmn`+M$-sXxe;B`3JTxSr(G&eh?`af}Ifo(;kIV{yu$M{>CajNOAXvG01JlLBl85Bzr;?Q zatn)y=%pAFE)X1LdVi<+Pf!~(K)-+X(EBM5aBnGZj~Qgl*if)9L#&YxTmZ>pZ|z;B z2s$m8Doe7~vVcUvu_);Eu0Ng+ZF7A8p%XfW`VuDJBj=M{PNX)^6Tgv}ghPi~fuD7? zi9PKgc=r3e1BYq3gM!Y5!qNPz>4lW>{p0K4>0fc$vDMXOIYjPY8?kcTUL+G`7cM;d zNM|t$sg!EGl>`{F4YLlJryD&k@0xhxTgFxxE>CsgCWaI_HzBcq6tTB{>v$#xqkZ-) zef%^#uMDpM3RFQoAMcSop-#AUeLnFoWRrZlPEEp#K3LG9lxx0|1JgWo<>Op}c*WId zwdiL~DO=fHueXKy%08J9j31pi?SVU@y6K zC|$<8|Ffsd2lRk6uED+JlmC?$9(QM$(^b{2W(t==K5w& zu_d1}c+fgzwFpPL z`MI{eC7&br`s!*=NAst9F{@ll;SgD5Jz7Oo^Jo>R*_#!XA)zS-gvYK9%3}whj-0Sf z{vyfN&o*neMKg10+!bhykCbJy_LJ0P=1F|=iFK*=3^!&8zjiWC9hpzsIm8Lb2RYLq zzZplOPP1I5<#zupftp2+NJ)K-t49~E!G{ypbgs&IsJW(R!nk$x_M z^7gC)dAwvyJx|Xm`AGcbXI<6k&?R z{84sUYbGPdW{tdhKMgqpG4yTA3bbm2IF2nCc)kBgc3@OvJ+_)lwTEBf+BNf<8`ag@ zUDFjauZw1gJs_m6Ua=1PO0@yNU9aa-4hb1F!FxVR2=8!RJ~c)iysM-pDj8I42}&;pgycP_iUu_n9m^3VQ< z9lc8vU*|5HgB>WiAV9e|pv!li_Ssn+We9-~gw9pR(>QQF4-nrS_99dKCWsiqXK+}h z#o}U-Y67d)`0Or2;Uyx+%v+tw;?&{tRpPzzx5~28aII_i^P_r6N^FA)0 z%EkHG%=K&sEuM}Hcitu#8@=~#MP-FNuw)}NmS94%6+1HcW!lnUK{=? zE{q^Xy#Q+l#ASODsVKm8Yvwf`UAi?b_HlpAs7qYVBFxHc1OhF%p|E^Bc$xw^;_Lj; z!bNd9thdWs2Zhg3U=$Q$Qf@w&Zu1^n(mT}`l;K&#wy`mJe0eP3jDZ7MB!`m>8mpvm zjQ1FrfkrWBW}K5JP<*PjT0hx!s=WQoSq05FYyT_ITN{wa=cyFRa67-E%2f$7zN?_a z>dMclc?XSvl}wzM0haPUd22fK{3sGKe|+6y2Rdw)MzA$~(bdOcJ{7Ye zRP?j9JGzF;2In0xApMRE$+n>|RJ!>m)BNv?x}#_q?*ZLx_Yck9V2WP{?1|aiH%!u~ zTll_!`9KeMuS z!k|lH#S)rBB(owc?63hdSKG48u-6i4bIZCm%D;=};2@ormfld0$QQ?BD4@|5efN1& zdc_Et)GQgEY029BO02EXYN;v!*wAw!HBN5OXnqYy?W;5ZV7IP9qA;@BFeLE^ng;@O z*h4Qt8^QpPT;Zzn;;A1?^SlD9z*HqB<&0XR8 z)&^kCdIVA-f`aaCY#LZ{#VEo{W+-3JP!!_mi z?=2q%mlS!LiQGFArhXpy@w6nw?9=KR8mFMU{~8GD$askjL`ew4pAVE@XIB348pb@) z9h_Mf3+re`nON_^vFlaUni+ERB02PvZ{+-e&BqLMmImk|UK`xl^#7aKDC2{kYUb?i z+>a*H55nIHdr&a56e(Wi_3#en6)$xW^rJKj+?aIo&a%kV^bW+gs+@oL@2dLuT7%<= z#mhawO(6wBbv>YBki(7_*QjM=K)8>fJNhHJ((pjseVKjr^>5#o0Eu01dKh#x=?Xic zuRLbU?hlH^ba1o)m!$*uycQ+oHFAHl-*_1Pj#)orJ?fa`L^T@zIpQW}-(w21(erli zs`j~$t}y`AWhlMoa@Nv1D_uS56rYp^BVU8Npz)#MAubFM7WaSzq7M3jI6ArzNU?Oo zNfh$?fdZf4CzqA>TL$4LMow_|UG5f43^c%7GW z$y}s|*J61eMj^w7|Idnb1L!gR=x!L&)FVzR6d8MqPQV*n{;qNCV zcxMtO;gRxON6{x)0|7y=xm`LOC_Ceig|U{_O)zAME}*$tQ$6YJS&7XQLai?+^sd;n zLouzlu9$A!=s^YVA1J+YaPG~M$3@I4Vwq`azC~K%Rma4BtwS7I;mDDl&g;srnxB8S zm?Uv<0ZM_+1c4`ZjNiT?99q%&NM;d$otZH?WW4tKTl6J zkZ}Dl2UoY~K`tU^)OSDG?5=#WN4=K`fy7@wPwG5Bx=I{Y);KhDFt)%khXnza6lVw<=;Ieeh-<~XD=cnb8mvEY0@ej zdDCODXt70Ag;Tm>l+3lP%ovIlB|FRf4w;y^TO=(S4&Oeoc{C;H4U)3wTYX_Oej>cM zS*enLdUIQl9^>#?F)PAyc$emxvDyRn*z^*dRe4$YEmsp(XjV{QkYjQ$G)gR7hxO zJxC|UT3_(IUI*bq2G~)9aV_V&>t9Te;N&KSwHq$OnN+yQnwzr&c{v;`E~y7nr52DG zlH1?uj+`fS$c<@OO#V~_lcUo!&RGt>ID}<1#-;jvI&_PFF#Or*Y~aR*GS^$afVw(; z0p^gXOIgCxf%^59Z#7Y9P^k5mQ#K$|V$xj2RDMQ4TXdmw$7J0KXJ*bkv2~pASjtWE z)cBj?35x+A%E&SM$O4ZS7Od)UM&tbOugVNqc($Jx7l z6T~cLCpY+lTr_Ry{HJgTZ~_s5@t9JZa99T6V~9U_hTyYI?(Neo-Yn z1Lonvx92O48LRFtEOd^Ezmua#R4-wT)5>E93BKd!*D^YJx<;G*nHhF263H^IR1yXk z#P4}fv9T?(=^7W?;5a8IfRJH#VM6Thu3Pp%9l&~gGpchXLi5S`Nwc?^D1V%-;J82a z@0$9LYiLe`FWw8VNI43<=oz>9%y+PMvW}60Uln7j_a`#gl~>$50TD(3a4;B+0Mhwf zE(sO&Ku?&ZF*ddZjvcnxSc9L3y6O%5#ELWB=MPdgL+geSbl*` zxup7G#!Q&0=o~yYBBEnh{kizpbjas-FhH?0Lq}g2r;P0&jNvo0vevm5Dts= z)auH<-Mwc`l zLO+BcenZWr9@1c=X1=D|$jEz_`2ieoU+Tc4unTBIl?QKGfX&CFMruTI0jf}|F9nOm zlM)GQ=L+`?yA5423>p8uqte9DPEOsi9_A!*H}}U3y?DkLn2OhJ3d61*T7sY5o0BDF$ zsS0~{A?2j6sp9w3@|P~nHP(Le?#@)%x>p25=`d0|DwmzeI6r(c^RGpuoK}X02cab< zjg^@Ds-&5AQX3oUY^%zHr3!P3wPG7pi@K*8l-TNVK#vkieOjj5osaJ(&#T(EbD>>~cSL z973cFCoL?D8=snrOimWrKF&2osJPnOcSUCN{ml(vfER0yX%`SeNZS#!0*VBIrd*~s zm4ZkO38pM)5Pi6g$i8;^`GM7NHktzDzTaFi=geQ^e{J^Uv`SUdtq_Xae>UdMy&&}j zPrUGf2Bo0vT-A5kMuRn@owpb)nJoYa3xZi-m)WYKqtD!X;{7v({|t{Y2-Dv)bXoN8 z^ZK(>{#=wD^@9RMmZk?f<+{)4r{FOk0cs#(geZBZC^a?J#6rq#o(?IfVR*{{;1Siw zu*nNDAL?R=PEoI4>B(uh+8cMMThGtj z@5w$_uqW!#Xz7f$aLj`S;u_T>*bJYcTj6_dL_ec7d?WPKXQ-m)>i{suT~Em-(f&?e ze*_$!+k}t4#QYu+!vX)~_`i#szs1j(FB);Z1GU_nMa;JD?!?$wKN#(SflU+~f-&_N zC#igupj?Z98DE8r%dj9$8ELfGcZl0!t<>UeJ-gJ5w8p*DFAS#aVv}#>kf5n8mur4eqM2iR$vSQr4B_R+G6BO(+1Vw8{U`x z#drN)ZxSZck8$nm8>7(OnISf5ireDNOGbJ^RE)^LBguRMM)dby{_!NpxyM{h6a3vL zng3@b`uA`0G|q#1GTW@SCMxC|=;h0{9G1J3SY|^u!BV^q>?0gNg)<=fK&WN|X^$#E zDZthVN=YH+XCIg8bHB~-6goTQ8=W}m#7=K8DDk%Cd4JQvns@J(wJB*6+Je~mq_I9V zGF$pMD&r@NB66sOHXnxq`EcpMO82MJ{k6Wn(B-4~V0-d${-K?dHjk8DHXF&mJueRi#UfO^O`Dn>9R|C+}R{&%7MS$cKs=pTwhXz9Ud_QS($e5sbK zw?%BJUPdv6LsQE}ix5JNLZR%ac0g$A029#Cz;Vd~{0P>*13&S3JqMY7jSubf)|Yja z#uf>Ftoy0_4jn#B3Qso1LApl96tleQ7fnT_ponG{X+9%m7D)2-a8>{0vP4N^stN6?YW+U*h@ioPf%~7DYwB`QWbo za~N?OTDe%!memy3ztP^Vt`3=U^oeyk80#JimC2***Y`bv`CJmhQ{lc81$1jO-K7~8 zLVJYEx0(8W&2sy*mV7IO142UCx#*cS4)Hp@a1wvix3oB%%>`LY{at(wfzQpXILpdC ztrTvMn7+wNFjJ=4jnfIqpMcR3MTI%Vkw~22SHUaT0381sRSl%vk6zl~*45$E19^wq zTlEap#5(A6Awu8nktuk8LM9diAOreQY?K`#Dvzdw`ZMmF5R3~6Qj+WWy9$0Y=huHi zMgJ_Bf47;&AyAEErSzt!r!T{30jX+VYgc6I$HFc%P`ZO|fJNBUNHLJ~;Bot2^MK`L z%(seJG$nWD*a&XlWcv#7hi@ASXms!+e&X*K?Q|k7@?`P5HyGEBbF*XW{d}@@1P=s9 z9paD>*dG^^cFFkmcQ2#1OMFIt&z>v_6f6K-k*)WX87BTn3J4YiYKi>7MvMc&H$vd5)Z_sJ!`z?SlZaWW7<2x20DQ8S~r{+hPoLYkkN7(=Jd_Rt|G`1kWsxL41Y9_G8K0crWdH#qicZCUYT*mDs%#;JC49vKB{`@jSQ>nC5$Yaiy0@w-IT+8gfMV;$1ko3XK1!ArQWo!B zxD()@Mt@+RIHS-(PT-X_H#ZYPN{~3L8ceWcS65ahc(Yji^`8Jpf)SD;@}_XFKV|Hn z)Bf)TK@F#@uHFD0z%GF5Q-bQUB82=405y7};n~vCf|acY-QD~p#dM-nagITfT{|&6 zBDGgo*X{H}Mtrxm##Y{`>TBj0(|z0aj&YDANirDRupTAjQr3(#DC0LO-2==doT=A> zXuOcwyXUvMMUZU_SV>&TMesV-&p%HD?bu+bPhO0UvLI-J0fzHyx8bhwlfv=`g8+r8>^9@eIu?XEl_Bgan^UMUu-g;v<;Eeduv3{&u4=RGKjx2e+$MJaHOWuR$i`f6`I+b5@cO4283^MMn&Wc0C?*_dsA z;_I%NUCZZp+TIH8r`jdN#VMW`cmHE_vT}`GWrAtQWV%B4Js7FL9G+m8A%MJy^P(tl zS%1-|XBG+e-f|7LaU<5Cl3QM%)_&aAk&v*EBy(L7bYh3RH^zf86coQ=Z5kF`SXAVB zk_RocsEUeWXRWo}Sxw#1Y@g*xvkU%x$90pKBhe3!pE)mgp8Rg+x65kFlS_1=m zjGz%N)Ve3WY)tywxi@~V@h3O7u5nbTzqY#Kb$EqP`>0cMkTjF?p_OUr2%nIG_%b3A zh0!FZV1#R~InBb4Bdv`p#_KU=6~R#2-YUPyJ3moEtU<3aS2Yfldi?X{#Aa?2qKG03nm@_2`)s-s2g8C`iv{YdxRfaI(`oX!Ic8Wj|^) z;Dc)2mm{fyhN`Ye^v~oW3p4+&`XJ!g3Lux}x1x=76hOhF(H`aUUIx)+<*o7JThK}5 zCc@zm4vlysK5A=4285n4359XtZHcq}%>0iN_~%j|4uQpQ?;3knSx+NfAN65YelCw>920~_ujF){Iz zi_8l@qI4ThzvyCQX$~ASw~8Wnm+$t21Z4vHXARKy#8FdEF`VjA{q?c)dHj%$31mpf zh(kqzOoP9%Ym5OceU+p|w1eWwA7T4HclYPUD=~I&i^%}CM+|WCy*Hhhf;#hvN9+zc zZY{xNO*wh_qn@AM%SGBlo8AKkb>&~`<14OOaWi&xX3+_WmiGubsoh-^bMv~X;@W%MVJU$yg<3SvbxeA;#<1vETWf(B!F|he}EE<~wj+2nW_q*&^OX;%`WU zq1hy88gVj_KUP=&b29^8A%~>vh=2+zosv~AO-)U$JC5NNrq^b<1kw;9H&XC_xeaZo z0662)VYz$E+#JQ;edg`S6n+CM}tWS2(r>7MOr=Cf?v4fayW1(Q(tI>1O{ zq?(`~DcFZRVFwBnJFCr`+$5ujpa2IMqVg}?hYlebzPr!N{BNn!a0ng_cO>zI-zDp_ zQ}icD!^MHTbl|wL!rXE02*Q&cyNB! ztQ?af9rw0LK?k&_!e!PUKtEfeQ!_?_3R6OQ+;kEWGmhd%%j-&=+?7?@8bXidV3xmh zr3Vy_`vp<4ye~bg?F+_2(J%;c0(|DqA6SU9oJGMvo|ix_MY=ilot>Shm0B+Rqo7#D93l2w)h{~qXMz4N z7Y=lOpzk)4YCj3;Bb&FyIWOM2X59d4z8^5K_CW^m0yqZCFb#v+=6lQ8k1@B)cE2!9 z_7ken_gC8e?grr5tVfPu&rP6KzP!81r+U&slGo%UICx-LsL6$dRv#!z=YJWHsFrWM zP4QJMhu*@6aPt{hO;LbLz7XA94VDotvKj8iG)DIevW9DBpR)50&K$C%y_IY9G zcqh$YXBwV82#j(8oE^5@eIXuEIP-k@t=2;B?+9Dn9yIrP{r@u;(M8lykukR<$m zm|%Z0XQBFm55M>IYAp$|J+eeKe2?)AZcH)(&b;)7`VO;c!bMIF?=1`8`p^sxN?=#; z%4sZ*680%=X2+n-5-yVT0~UP(1?uCE(&1!0cIYiLIRiA(Al7Cc^)0P=FUz| z!mx=lf}%`IbwYHH-gf)7t^tNoh8bnow?2%PtfTkle>h@8^Up4h+655tV*G2?|K-L1 z31IoB&(9AO=s&Y(;zar4@q~qx5j(_22idabkT4*PO-|wfK)w7jj6ntaK;vNW)0*Vy z%*+E-$M5gYyTlM3AHNOtytIL*8_v6C4gaN68-Qi20vT5Y*yC(czvz}~-CzA``nxZIfqL)h6%Q?U~S%(-rKo^)@ zT6&m%r0{19IEVsSC2Va`EIs|Kn8gG>S$+&;Z@QyLwLiPl%zSP({gr^#oq%M`2R8}k zje{pho3;LK3p_6_jgS^!S7h{mJro{tKWOqJo|r&A!Q451)ij>l_!FJu4PT%`tN^xf z*;>Ofh%}nFYL?J{!1Dhk-vx$oh{JhUt^?Ix&zdY*Ku$u4%B+RyO44AA zjcwYftE=;VsP>=|q4)|g+&*Sa32gU3&|Z8S-PvYAg6WM&c8B%(-I-ZjtfFgalJ6+k z*v^eFv4lDu?dRanowmC2Ak*5sXL0|4>qdl={f0ZA$yO{Tq&!RAW*0+W$Q$#3;fn6> zU*VagfwwNgY6C=0_w97PFY?MA$WTd1NgkjJJL2?SnTtj$8r;|?AP+tJh0HfGKlPMh z05S?0%fj-MgA1^!A%;_3zwL&26d`rv1wSPw%RV3X;H3;Q`CBCthOp;%qn=45Fk=30*MH9{7OAR^t{x{LLYMV!B`2v_ zOCyWOrv~cmlYB1&+4!VuZ?lq5|F?TN z$1b5c3%B8QJG2QrtLyLI>d6BCA$>p_5nNqQ-o(c1%suH)AZ?979;g7XcLgRt!01bM zGpRT$#Lu=7CIH`n3E>x3CK^GpaiwNE^ZC$_nId{I@a)4k9Ew(~NEmmpis$XoKT*pn zd_?ld>rvXiNsiAiY$_Axz$(cRLPUmK5IM37nFMlOoNSQlaSAg(QmJSCBuVu0Et<3u z@6}fukZx;1&DS=l8ekk;2OGSkAdckE?vhR-SR&K3^#queRU|@+Kclw~_Kgam-pLTD zIwbnFw--SNKe#=&Xzq*WIYzY&lKX56%P^?-gL+`Uv2)}hj`st9ajmolz-|fw-o_<*v3Wiy#a>*CCE))Nh%HVxa z&;~-3xHKswBqXo{DLr7A7PvRlQ1J*7;jmzg#33wPSay2F<5!#p2vVg*D#2!~>`s$% z?*x%qDk~T!=s61!(KaRAyczobeKns{J+HDDYV-8YDD6GX=l<&3UON*}-v9Qqfzm(C zmcaOS@4=t`(0`7>|GfAJA7H7r!~+kqJ*RE3HO^pq!zFnyp$%laI7Y?@ID-rZ+u4V1 zfnyW2wRNPNAX~tKpv*tk1K*(sIWZDk5N-i9JxHMk{L1Dl*iydA1Go!H?1${Bq(5m; ziyC8KBmR2A4?O*MfxM!Bl$eLv;Y-nC)k-LVRZQ%SCsX0?1P*ExXX|H&+d4Qz7cf=l zcGtareJ3%Lw88G`)syFZWp!e1`Rq}O<~DDAXf~c?eQ$ibH+?4I;-90hjFjjiVt3uF z_1}@^A24G;Wei~ggU=YBZf*$d1sag$Y_ZXkLFaWDkc)xAxK(#xR+GS)n782Sv&1zt z37xyHBADDK?SVz?5T6sOPK2e6fp)G5C{hlfR3C@vbqch4pBATAp2DyRX6W<}A@hQw z2=gm=%#U^W39LE{q5SHq_1y_KQc&=iAJ{2!XI|FQF*$g0@U&Pp4#VXVV=h}yj?rzn z;m^aTuUQZf<}=`>q|>Wcke)q&CoxrM+#=`GMrZL>lVWDC7jcbx+UsNPCcS!NClzcq zFv9D;xZMdv$zwAT)S6{X^=S$sHdb^X z0UP3gDoJ)dFJ$n9I*^~3jBHSqKdtWr9Sv>6-8*Nk`UJ0CZ#6a*i?XlTG<>3Hbq9+@ z$>A}WpWmE{2_e*-Va=lZ`J?{*r+@yRTq0r6?g4C}Fa$Z>g78kJ;eYmly2Mz>NhrJl zS*O1afB>5SD}J{>pjCV>vR+!p9`~ujIP3##2Nl4�KgT`zaR9j610kIUE@vm5%HilU;T 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

      3f{RRr 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 e5;-_-TN}e{;kS|V!${-{lMH*x|hUUpr~)7 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%0AU{Au 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

      Jh3cJmby;7($vsABG+2evI}m@?J*?L3>=j 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 z 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

      (-@N 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%0DoW+C*kS{B5gCPR{a11E)c}V* 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

      PF18X%M;J)sm1O$AB@yVsqRV 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∨mNLn3C~h@(xQ|Z@yD62M&Q?R;JX>+ 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

    u<9FF;i&3%)<2!H**ElMVSb%!avHm*Ps?1vZ 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%0Dia>xq-3YvqD|}~OnSrMmTpJ2sf9HxwFvKRs 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 UI&#QE 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

45vj5`@A0dyq-%ZCf$l9`qh~}i-jXCTpa1$ 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